File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
specification/containerservice/resource-manager Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
5
- ``` yaml $(python) && $(track2)
5
+ ``` yaml $(python)
6
6
azure-arm : true
7
7
license-header : MICROSOFT_MIT_NO_VERSION
8
8
package-name : azure-mgmt-containerservice
@@ -15,7 +15,7 @@ no-namespace-folders: true
15
15
16
16
Generate all API versions currently shipped for this package
17
17
18
- ` ` ` yaml $(python) && $(multiapi) && $(track2)
18
+ ` ` ` yaml $(python) && $(multiapi)
19
19
batch :
20
20
- tag : package-preview-2022-02
21
21
- tag : package-2022-01
55
55
56
56
` ` ` yaml $(multiapiscript)
57
57
output-folder : $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/
58
- clear-output-folder : false
59
58
perform-load : false
60
59
` ` `
61
60
You can’t perform that action at this time.
0 commit comments