Skip to content

Commit 47603e9

Browse files
kazrael2119FredericHeem
authored andcommitted
Update readme.python.md (Azure#18201)
* Update readme.python.md * 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) <[email protected]>
1 parent 08a9d3a commit 47603e9

File tree

5 files changed

+11
-33
lines changed

5 files changed

+11
-33
lines changed

specification/azurestack/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.azurestack
@@ -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)/azurestack/azure-mgmt-azurestack/azure/mgmt/azurestack
1919
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/azurestack/azure-mgmt-azurestack
23-
```

specification/containerinstance/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
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
namespace: azure.mgmt.containerinstance
@@ -13,12 +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)/containerinstance/azure-mgmt-containerinstance/azure/mgmt/containerinstance
1919
```
20-
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance
24-
```

specification/netapp/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.netapp
@@ -13,12 +13,8 @@ package-version: 5.1.0
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)/netapp/azure-mgmt-netapp/azure/mgmt/netapp
1919
```
2020
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/netapp/azure-mgmt-netapp
24-
```

specification/relay/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.relay
@@ -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)/relay/azure-mgmt-relay/azure/mgmt/relay
1919
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/relay/azure-mgmt-relay
23-
```

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55

66
These settings apply only when `--track2` is specified on the command line.
77

8-
``` yaml $(track2)
8+
``` yaml $(python)
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
package-name: azure-mgmt-resourceconnector
12-
no-namespace-folders: true
12+
namespace: azure.mgmt.resourceconnector
1313
package-version: 1.0.0b1
1414
clear-output-folder: true
1515
```
16-
``` yaml $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1717
no-namespace-folders: true
1818
output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/
1919
```
20-
21-
``` yaml $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector
24-
```

0 commit comments

Comments
 (0)