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
1717
1818` ` ` yaml $(python) && $(multiapi) && $(track2)
1919batch :
20+ - tag : package-2021-10
2021 - tag : package-2021-09-01-only
2122 - tag : package-2021-08-01-only
2223 - tag : package-2021-07-01-only
@@ -53,6 +54,15 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
5354clear-output-folder : false
5455perform-load : false
5556` ` `
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+ ` ` `
5666
5767# ## Tag: package-2021-09-01-only and python
5868
You can’t perform that action at this time.
0 commit comments