Skip to content

Commit c2d91b9

Browse files
BigCat20196FredericHeem
authored andcommitted
[Mysql, iothub, keyvault, monitor]config readme.python (Azure#18179)
* config readme.python * Update readme.python.md * Update readme.python.md
1 parent bd3f5bd commit c2d91b9

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

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

Lines changed: 2 additions & 3 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.iothub
@@ -18,7 +18,7 @@ no-namespace-folders: true
1818
1919
Generate all API versions currently shipped for this package
2020
21-
```yaml $(python) && $(multiapi) && $(track2)
21+
```yaml $(python) && $(multiapi)
2222
batch:
2323
- tag: package-2021-07-02
2424
- tag: package-2021-07
@@ -38,7 +38,6 @@ batch:
3838
3939
``` yaml $(multiapiscript)
4040
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
41-
clear-output-folder: false
4241
perform-load: false
4342

4443
```

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.keyvault

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
``` yaml $(track2)
5+
``` yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-monitor
@@ -15,7 +15,7 @@ python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(multiapi) && $(track2)
18+
```yaml $(multiapi) && $(python)
1919
clear-output-folder: true
2020
batch:
2121
- tag: package-2022-02-01-preview-only
@@ -49,7 +49,6 @@ batch:
4949
5050
``` yaml $(multiapiscript)
5151
output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monitor/
52-
clear-output-folder: false
5352
perform-load: false
5453
```
5554

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

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

99
These settings apply only when `--track2` is specified on the command line.
1010

11-
``` yaml $(track2)
11+
``` yaml $(python)
1212
azure-arm: true
1313
license-header: MICROSOFT_MIT_NO_VERSION
1414
package-name: azure-mgmt-rdbms
@@ -20,7 +20,7 @@ package-version: 1.0.0b1
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(track2)
23+
```yaml $(python)
2424
clear-output-folder: true
2525
batch:
2626
- tag: package-flexibleserver-2021-05-01
@@ -47,7 +47,7 @@ namespace: azure.mgmt.rdbms.mysql
4747
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql
4848
```
4949

50-
``` yaml $(track2)
50+
``` yaml $(python)
5151
modelerfour:
5252
lenient-model-deduplication: true
5353
```

0 commit comments

Comments
 (0)