File tree 3 files changed +5
-6
lines changed
containerservice/resource-manager
postgresql/resource-manager
solutions/resource-manager 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
405
405
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
406
406
` ` `
407
407
408
- ` ` ` yaml $(track2 )
408
+ ` ` ` yaml $(python )
409
409
directive:
410
410
- from: swagger-document
411
411
where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
Original file line number Diff line number Diff line change 3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
6
- ``` yaml $(track2 )
6
+ ``` yaml $(python )
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
package-name : azure-mgmt-rdbms
@@ -15,7 +15,7 @@ package-version: 1.0.0b1
15
15
16
16
Generate all API versions currently shipped for this package
17
17
18
- ` ` ` yaml $(track2 )
18
+ ` ` ` yaml $(python )
19
19
clear-output-folder : true
20
20
batch :
21
21
- 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
5
5
6
6
These settings apply only when ` --track2 ` is specified on the command line.
7
7
8
- ``` yaml $(track2 )
8
+ ``` yaml $(python )
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
11
11
package-name : azure-mgmt-managedapplication
@@ -17,7 +17,7 @@ no-namespace-folders: true
17
17
18
18
Generate all API versions currently shipped for this package
19
19
20
- ` ` ` yaml $(multiapi) && $(track2 )
20
+ ` ` ` yaml $(multiapi) && $(python )
21
21
clear-output-folder : true
22
22
batch :
23
23
- tag : package-managedapplications-2021-07
26
26
27
27
` ` ` yaml $(multiapiscript)
28
28
output-folder : $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/
29
- clear-output-folder : false
30
29
perform-load : false
31
30
` ` `
32
31
You can’t perform that action at this time.
0 commit comments