Skip to content

Commit bc29e38

Browse files
authored
update readme (#18387)
1 parent edb9ec9 commit bc29e38

File tree

5 files changed

+14
-38
lines changed

5 files changed

+14
-38
lines changed

specification/blueprint/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-blueprint
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.blueprint
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)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint
23-
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

8-
``` yaml $(python) && $(track2)
8+
``` yaml $(python)
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
payload-flattening-threshold: 2
@@ -15,12 +15,7 @@ package-version: 1.0.0b1
1515
clear-output-folder: true
1616
```
1717
18-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
18+
``` yaml $(python)
1919
no-namespace-folders: true
2020
output-folder: $(python-sdks-folder)/consumption/azure-mgmt-consumption/azure/mgmt/consumption
2121
```
22-
23-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
24-
basic-setup-py: true
25-
output-folder: $(python-sdks-folder)/consumption/azure-mgmt-consumption
26-
```

specification/dashboard/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-dashboard
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.dashboard
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)/dashboard/azure-mgmt-dashboard/azure/mgmt/dashboard
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/dashboard/azure-mgmt-dashboard
23-
```

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

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

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

Lines changed: 4 additions & 8 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 $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-dfp
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.dfp
1111
package-version: 1.0.0b1
1212
```
1313
14-
``` yaml $(python-mode) == 'update' && $(track2)
14+
``` yaml $(python)
1515
no-namespace-folders: true
1616
output-folder: $(python-sdks-folder)/dfp/azure-mgmt-dfp/azure/mgmt/dfp
17-
```
18-
19-
``` yaml $(python-mode) == 'create' && $(track2)
20-
basic-setup-py: true
21-
output-folder: $(python-sdks-folder)/dfp/azure-mgmt-dfp
17+
```

0 commit comments

Comments
 (0)