Skip to content

Commit 98b00b7

Browse files
Wzb123456789FredericHeem
authored andcommitted
update readme 12_16 (Azure#18193)
* update readme 12_16 * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md
1 parent 4cdefda commit 98b00b7

File tree

5 files changed

+12
-53
lines changed

5 files changed

+12
-53
lines changed

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

Lines changed: 3 additions & 8 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 $(python) && $(track2)
6+
```yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
9-
namespace: Microsoft.ChangeAnalysis
9+
namespace: azure.mgmt.changeanalysis
1010
package-name: azure-mgmt-changeanalysis
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)/changeanalysis/azure-mgmt-changeanalysis/azure/mgmt/changeanalysis
1818
```
19-
20-
```yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/changeanalysis/azure-mgmt-changeanalysis
23-
```

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

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +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
9-
python:
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
namespace: azure.mgmt.devtestlabs
14-
package-name: azure-mgmt-devtestlabs
15-
package-version: 1.0.0
16-
clear-output-folder: true
17-
```
18-
``` yaml $(python) && $(track2)
19-
python-mode: create
7+
``` yaml $(python)
208
azure-arm: true
219
license-header: MICROSOFT_MIT_NO_VERSION
2210
payload-flattening-threshold: 2
@@ -25,17 +13,7 @@ package-name: azure-mgmt-devtestlabs
2513
package-version: 1.0.0
2614
clear-output-folder: true
2715
```
28-
``` yaml $(python) && $(python-mode) == 'update'
29-
python:
30-
no-namespace-folders: true
31-
output-folder: $(python-sdks-folder)/devtestlabs/azure-mgmt-devtestlabs/azure/mgmt/devtestlabs
16+
``` yaml $(python)
3217
no-namespace-folders: true
3318
output-folder: $(python-sdks-folder)/devtestlabs/azure-mgmt-devtestlabs/azure/mgmt/devtestlabs
3419
```
35-
``` yaml $(python) && $(python-mode) == 'create'
36-
python:
37-
basic-setup-py: true
38-
output-folder: $(python-sdks-folder)/devtestlabs/azure-mgmt-devtestlabs
39-
basic-setup-py: true
40-
output-folder: $(python-sdks-folder)/devtestlabs/azure-mgmt-devtestlabs
41-
```

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

Lines changed: 3 additions & 8 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 $(python) && $(track2)
6+
```yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-loadtestservice
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.loadtestservice
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)/loadtestservice/azure-mgmt-loadtestservice/azure/mgmt/loadtestservice
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/loadtestservice/azure-mgmt-loadtestservice
23-
```

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 $(python) && $(track2)
6+
```yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
namespace: azure.mgmt.logic
@@ -12,11 +12,7 @@ package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/logic/azure-mgmt-logic/azure/mgmt/logic
18-
```
19-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
20-
basic-setup-py: true
21-
output-folder: $(python-sdks-folder)/logic/azure-mgmt-logic
2218
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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 $(python) && $(track2)
7-
python-mode: create
6+
```yaml $(python)
87
azure-arm: true
98
license-header: MICROSOFT_MIT_NO_VERSION
109
namespace: azure.mgmt.redisenterprise
@@ -13,11 +12,7 @@ package-version: 2.0.0
1312
clear-output-folder: true
1413
```
1514
16-
```yaml $(python) && $(python-mode) == 'update'
15+
```yaml $(python)
1716
no-namespace-folders: true
1817
output-folder: $(python-sdks-folder)/redisenterprise/azure-mgmt-redisenterprise/azure/mgmt/redisenterprise
1918
```
20-
```yaml $(python) && $(python-mode) == 'create'
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/redisenterprise/azure-mgmt-redisenterprise
23-
```

0 commit comments

Comments
 (0)