Skip to content

Commit 866cf2d

Browse files
Wzb123456789FredericHeem
authored andcommitted
update readme 2_5 (Azure#18191)
* update readme 2_5 * Update readme.python.md
1 parent e8e2cc7 commit 866cf2d

File tree

4 files changed

+9
-32
lines changed

4 files changed

+9
-32
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
7+
``` yaml $(python)
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
namespace: azure.mgmt.attestation
@@ -15,16 +15,7 @@ modelerfour:
1515
lenient-model-deduplication: true
1616
```
1717
18-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
18+
``` yaml $(python)
1919
no-namespace-folders: true
2020
output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation/azure/mgmt/attestation
2121
```
22-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
23-
basic-setup-py: true
24-
output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation
25-
```
26-
27-
``` yaml $(python) && $(track2)
28-
modelerfour:
29-
lenient-model-deduplication: true
30-
```

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@
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-azurestackhci
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.azurestackhci
1111
package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
14-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
14+
``` yaml $(python)
1515
no-namespace-folders: true
1616
output-folder: $(python-sdks-folder)/azurestackhci/azure-mgmt-azurestackhci/azure/mgmt/azurestackhci
1717
```
18-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
19-
basic-setup-py: true
20-
output-folder: $(python-sdks-folder)/azurestackhci/azure-mgmt-azurestackhci
21-
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
7+
``` yaml $(python)
88
python-mode: create
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
@@ -14,12 +14,7 @@ package-version: 1.0.0b1
1414
clear-output-folder: true
1515
```
1616
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
``` yaml $(python)
1818
no-namespace-folders: true
1919
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine/azure/mgmt/sqlvirtualmachine
20-
```
21-
22-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
23-
basic-setup-py: true
24-
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine
2520
```

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

Lines changed: 2 additions & 7 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 $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
namespace: azure.mgmt.trafficmanager
@@ -12,12 +12,7 @@ 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)/trafficmanager/azure-mgmt-trafficmanager/azure/mgmt/trafficmanager
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/trafficmanager/azure-mgmt-trafficmanager
23-
```

0 commit comments

Comments
 (0)