File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/containerservice/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
17
17
18
18
` ` ` yaml $(python) && $(multiapi) && $(track2)
19
19
batch :
20
+ - tag : package-2021-10
20
21
- tag : package-2021-09-01-only
21
22
- tag : package-2021-08-01-only
22
23
- tag : package-2021-07-01-only
@@ -53,6 +54,15 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
53
54
clear-output-folder : false
54
55
perform-load : false
55
56
` ` `
57
+ ### Tag: package-2021-10 and python
58
+
59
+ These settings apply only when ` --tag=package-2021-10 --python` is specified on the command line.
60
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
61
+
62
+ ` ` ` yaml $(tag) == 'package-2021-10' && $(python)
63
+ namespace: azure.mgmt.containerservice.v2021_10_01
64
+ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01
65
+ ` ` `
56
66
57
67
# ## Tag: package-2021-09-01-only and python
58
68
You can’t perform that action at this time.
0 commit comments