Skip to content

Commit 8cda0ad

Browse files
kazrael2119FredericHeem
authored andcommitted
Update readme.python.md (Azure#18202)
* Update readme.python.md * Update readme.python.md * Update readme.python.md * 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 47603e9 commit 8cda0ad

File tree

4 files changed

+11
-26
lines changed

4 files changed

+11
-26
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ package-name: azure-mgmt-billing
1313
package-version: 0.3.0
1414
clear-output-folder: true
1515
```
16-
``` yaml $(python) && $(python-mode) == 'update'
16+
``` yaml $(python)
1717
no-namespace-folders: true
1818
output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing
1919
```
2020
21-
``` yaml $(python) && $(python-mode) == 'create'
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing
24-
```

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

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

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

Lines changed: 4 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
@@ -13,16 +13,13 @@ package-name: azure-mgmt-purview
1313
package-version: 1.0.1
1414
clear-output-folder: true
1515
```
16-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1717
no-namespace-folders: true
1818
output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview
1919
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview
23-
```
2420
25-
``` yaml $(python) && $(track2)
21+
22+
``` yaml $(python)
2623
modelerfour:
2724
lenient-model-deduplication: true
2825
```

0 commit comments

Comments
 (0)