Skip to content

Commit c73b235

Browse files
aRajeshKumarmsyyc
authored andcommitted
Corrected the Tag name & python configuration in readme & readme.python.md files (Azure#18731)
* Corrected the Tag: name * Update readme.python.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 0b44cbe commit c73b235

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

specification/elasticsan/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ openapi-type: arm
2929
tag: package-2021-11-20-preview
3030
```
3131
32-
### Tag: package-2021-08-22-preview
32+
### Tag: package-2021-11-20-preview
3333
3434
These settings apply only when `--tag=package-2021-11-20-preview` is specified on the command line.
3535

specification/elasticsan/resource-manager/readme.python.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@
33
These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55

6-
``` yaml $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-elasticsan
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.elasticsan
1111
package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
17-
output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan/azure/mgmt/elasticsan
18-
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/elasticsans/azure-mgmt-elasticsan
17+
output-folder: $(python-sdks-folder)/elasticsan/azure-mgmt-elasticsan/azure/mgmt/elasticsan
2318
```

0 commit comments

Comments
 (0)