Skip to content

Commit 9c373c7

Browse files
authored
update readme.python.md (#18249)
* update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
1 parent 303cc4e commit 9c373c7

File tree

5 files changed

+12
-36
lines changed

5 files changed

+12
-36
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
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-automanage
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.automanage
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
1717
output-folder: $(python-sdks-folder)/automanage/azure-mgmt-automanage/azure/mgmt/automanage
1818
```
1919
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/automanage/azure-mgmt-automanage
23-
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ 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
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && $(track2)
8-
python-mode: create
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.cognitiveservices
@@ -14,11 +13,7 @@ package-version: 11.0.0b1
1413
clear-output-folder: true
1514
```
1615
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1817
no-namespace-folders: true
1918
output-folder: $(python-sdks-folder)/cognitiveservices/azure-mgmt-cognitiveservices/azure/mgmt/cognitiveservices
2019
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/cognitiveservices/azure-mgmt-cognitiveservices
24-
```

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

77
``` yaml $(python)
8-
python-mode: update
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.mixedreality
@@ -16,12 +15,7 @@ modelerfour:
1615
lenient-model-deduplication: true
1716
```
1817
19-
``` yaml $(python) && $(python-mode) == 'update'
18+
``` yaml $(python)
2019
no-namespace-folders: true
2120
output-folder: $(python-sdks-folder)/mixedreality/azure-mgmt-mixedreality/azure/mgmt/mixedreality
2221
```
23-
24-
``` yaml $(python) && $(python-mode) == 'create'
25-
basic-setup-py: true
26-
output-folder: $(python-sdks-folder)/mixedreality/azure-mgmt-mixedreality
27-
```

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ 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
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && $(track2)
8-
python-mode: create
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.policyinsights
@@ -14,16 +13,12 @@ package-version: 1.0.0b1
1413
clear-output-folder: true
1514
```
1615
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1817
no-namespace-folders: true
1918
output-folder: $(python-sdks-folder)/policyinsights/azure-mgmt-policyinsights/azure/mgmt/policyinsights
2019
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/policyinsights/azure-mgmt-policyinsights
24-
```
2520
26-
``` yaml $(python) && $(track2)
21+
``` yaml $(python)
2722
modelerfour:
2823
lenient-model-deduplication: true
2924
directive:

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
77

88
These settings apply only when `--track2` is specified on the command line.
99

10-
``` yaml $(track2)
10+
``` yaml $(python)
1111
azure-arm: true
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
package-name: azure-mgmt-workloadmonitor
14-
no-namespace-folders: true
14+
namespace: azure.mgmt.workloadmonitor
1515
package-version: 1.0.0b1
1616
clear-output-folder: true
1717
```
1818
19-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
19+
``` yaml $(python)
2020
no-namespace-folders: true
2121
output-folder: $(python-sdks-folder)/workloadmonitor/azure-mgmt-workloadmonitor/azure/mgmt/workloadmonitor
2222
```
2323
24-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
25-
basic-setup-py: true
26-
output-folder: $(python-sdks-folder)/workloadmonitor/azure-mgmt-workloadmonitor
27-
```

0 commit comments

Comments
 (0)