File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
3737clear-output-folder : true
3838batch :
3939 - tag : package-2021-11-01-only
40+ - tag : package-2021-10-01-only
4041 - tag : package-2021-08-01-only
4142 - tag : package-2021-07-01-only
4243 - tag : package-2021-04-01-only
@@ -81,6 +82,16 @@ namespace: azure.mgmt.compute.v2021_11_01
8182output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_11_01
8283` ` `
8384
85+ # ## Tag: package-2021-10-01-only
86+
87+ These settings apply only when `--tag=package-2021-10-01-only --python` is specified on the command line.
88+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
89+
90+ ` ` ` yaml $(tag) == 'package-2021-10-01-only'
91+ namespace: azure.mgmt.compute.v2021_10_01
92+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_10_01
93+ ` ` `
94+
8495# ## Tag: package-2021-08-01-only
8596
8697These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments