Skip to content

Commit 345974e

Browse files
Wzb123456789FredericHeem
authored andcommitted
update readme (Azure#18223)
* update readme * Update readme.python.md
1 parent 64ef6df commit 345974e

File tree

5 files changed

+12
-53
lines changed

5 files changed

+12
-53
lines changed

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

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

Lines changed: 2 additions & 6 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.healthcareapis
@@ -13,11 +13,7 @@ clear-output-folder: true
1313
package-version: 1.0.0b1
1414
```
1515
16-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1717
no-namespace-folders: true
1818
output-folder: $(python-sdks-folder)/healthcareapis/azure-mgmt-healthcareapis/azure/mgmt/healthcareapis
1919
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/healthcareapis/azure-mgmt-healthcareapis
23-
```

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

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

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

Lines changed: 2 additions & 6 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.support
@@ -13,11 +13,7 @@ package-version: 1.0.0b1
1313
clear-output-folder: true
1414
```
1515
16-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1717
no-namespace-folders: true
1818
output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support
1919
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
23-
```

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

Lines changed: 2 additions & 26 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-
package-version: 0.1.0
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
override-client-name: AVSClient
14-
namespace: azure.mgmt.avs
15-
package-name: azure-mgmt-avs
16-
clear-output-folder: true
17-
```
18-
```yaml $(python) && $(track2)
19-
python-mode: create
7+
```yaml $(python)
208
package-version: 1.0.0b1
219
azure-arm: true
2210
license-header: MICROSOFT_MIT_NO_VERSION
@@ -26,19 +14,7 @@ package-name: azure-mgmt-avs
2614
clear-output-folder: true
2715
```
2816
29-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30-
no-namespace-folders: true
31-
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
32-
```
33-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
34-
basic-setup-py: true
35-
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs
36-
```
37-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
``` yaml $(python)
3818
no-namespace-folders: true
3919
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
4020
```
41-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
42-
basic-setup-py: true
43-
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs
44-
```

0 commit comments

Comments
 (0)