File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
containerservice/resource-manager
postgresql/resource-manager
solutions/resource-manager Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ namespace: azure.mgmt.containerservice.v2017_07_01
405405output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
406406` ` `
407407
408- ` ` ` yaml $(track2 )
408+ ` ` ` yaml $(python )
409409directive:
410410 - from: swagger-document
411411 where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
Original file line number Diff line number Diff line change 33These settings apply only when ` --python ` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55
6- ``` yaml $(track2 )
6+ ``` yaml $(python )
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-rdbms
@@ -15,7 +15,7 @@ package-version: 1.0.0b1
1515
1616Generate all API versions currently shipped for this package
1717
18- ` ` ` yaml $(track2 )
18+ ` ` ` yaml $(python )
1919clear-output-folder : true
2020batch :
2121 - tag : package-flexibleserver-2021-06
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55
66These settings apply only when ` --track2 ` is specified on the command line.
77
8- ``` yaml $(track2 )
8+ ``` yaml $(python )
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
1111package-name : azure-mgmt-managedapplication
@@ -17,7 +17,7 @@ no-namespace-folders: true
1717
1818Generate all API versions currently shipped for this package
1919
20- ` ` ` yaml $(multiapi) && $(track2 )
20+ ` ` ` yaml $(multiapi) && $(python )
2121clear-output-folder : true
2222batch :
2323 - tag : package-managedapplications-2021-07
2626
2727` ` ` yaml $(multiapiscript)
2828output-folder : $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/
29- clear-output-folder : false
3029perform-load : false
3130` ` `
3231
You can’t perform that action at this time.
0 commit comments