Skip to content

Commit d557782

Browse files
BigCat20196FredericHeem
authored andcommitted
[ContainerService] [postgresql] [Solutions]Change track2 to python (Azure#18617)
* update tag * Update readme.python.md * Update readme.python.md
1 parent c41f14f commit d557782

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ namespace: azure.mgmt.containerservice.v2017_07_01
405405
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
406406
```
407407

408-
``` yaml $(track2)
408+
``` yaml $(python)
409409
directive:
410410
- from: swagger-document
411411
where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-rdbms
@@ -15,7 +15,7 @@ package-version: 1.0.0b1
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(track2)
18+
```yaml $(python)
1919
clear-output-folder: true
2020
batch:
2121
- tag: package-flexibleserver-2021-06

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

Lines changed: 2 additions & 3 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

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-managedapplication
@@ -17,7 +17,7 @@ no-namespace-folders: true
1717
1818
Generate all API versions currently shipped for this package
1919
20-
```yaml $(multiapi) && $(track2)
20+
```yaml $(multiapi) && $(python)
2121
clear-output-folder: true
2222
batch:
2323
- tag: package-managedapplications-2021-07
@@ -26,7 +26,6 @@ batch:
2626
2727
``` yaml $(multiapiscript)
2828
output-folder: $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/
29-
clear-output-folder: false
3029
perform-load: false
3130
```
3231

0 commit comments

Comments
 (0)