Skip to content

Commit

Permalink
Corrected the Tag name & python configuration in readme & readme.pyth…
Browse files Browse the repository at this point in the history
…on.md files (#18731)

* Corrected the Tag: name

* Update readme.python.md

Co-authored-by: Yuchao Yan <[email protected]>
  • Loading branch information
aRajeshKumar and msyyc authored Apr 19, 2022
1 parent 8ac918d commit b1bbbab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion specification/elasticsan/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ openapi-type: arm
tag: package-2021-11-20-preview
```
### Tag: package-2021-08-22-preview
### Tag: package-2021-11-20-preview
These settings apply only when `--tag=package-2021-11-20-preview` is specified on the command line.

Expand Down
13 changes: 4 additions & 9 deletions specification/elasticsan/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@
These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-elasticsan
no-namespace-folders: true
namespace: azure.mgmt.elasticsan
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan/azure/mgmt/elasticsan
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan
output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan/azure/mgmt/elasticsan
```

0 comments on commit b1bbbab

Please sign in to comment.