Skip to content

Commit 1706f06

Browse files
authored
update readme.python.md (#18252)
Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
1 parent 1cd39a8 commit 1706f06

File tree

5 files changed

+15
-39
lines changed

5 files changed

+15
-39
lines changed

specification/azure-kusto/resource-manager/readme.python.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
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-kusto
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.kusto
1111
package-version: 2.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)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
1818
```
1919
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto
23-
```

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,16 @@ Use --python-mode=update if you already have a setup.py and just want to update
66

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

9-
``` yaml $(track2)
9+
``` yaml $(python)
1010
azure-arm: true
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
package-name: azure-mgmt-baremetalinfrastructure
13-
no-namespace-folders: true
13+
namespace: azure.mgmt.baremetalinfrastructure
1414
package-version: 1.0.0b1
1515
clear-output-folder: true
1616
```
1717
18-
``` yaml $(python-mode) == 'update' && $(track2)
18+
``` yaml $(python)
1919
no-namespace-folders: true
2020
output-folder: $(python-sdks-folder)/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure
2121
```
22-
23-
``` yaml $(python-mode) == 'create' && $(track2)
24-
basic-setup-py: true
25-
output-folder: $(python-sdks-folder)/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure
26-
```

specification/datalake-analytics/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-datalake-analytics
10+
namespace: azure.mgmt.datalake.analytics.account
1011
package-version: 1.0.0b1
1112
clear-output-folder: true
1213
```
1314
14-
``` yaml $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1516
no-namespace-folders: true
1617
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account
1718
```
18-
19-
``` yaml $(python-mode) == 'create' && $(track2)
20-
basic-setup-py: true
21-
namespace: azure.mgmt.datalake.analytics.account
22-
output-folder: $(python-sdks-folder)/datalake/azure-mgmt-datalake-analytics
23-
```

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

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

0 commit comments

Comments
 (0)