File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Generate all API versions currently shipped for this package
3737multiapi : true
3838clear-output-folder : true
3939batch :
40+ - tag : package-2022-11-01-only
41+ - tag : package-2022-09-04-only
4042 - tag : package-2022-08-01-only
4143 - tag : package-2022-07-02-only
4244 - tag : package-2022-04-04-only
@@ -80,6 +82,26 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
8082perform-load : false
8183` ` `
8284
85+ ### Tag: package-2022-11-01-only
86+
87+ These settings apply only when ` --tag=package-2022-11-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-2022-11-01-only'
91+ namespace: azure.mgmt.compute.v2022_11_01
92+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_11_01
93+ ` ` `
94+
95+ # ## Tag: package-2022-09-04-only
96+
97+ These settings apply only when `--tag=package-2022-09-04-only --python` is specified on the command line.
98+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
99+
100+ ` ` ` yaml $(tag) == 'package-2022-09-04-only'
101+ namespace: azure.mgmt.compute.v2022_09_04
102+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04
103+ ` ` `
104+
83105# ## Tag: package-2022-08-01-only
84106
85107These settings apply only when `--tag=package-2022-08-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments