File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ Generate all API versions currently shipped for this package
3737
3838` ` ` yaml $(python)
3939multiapi : true
40- default-api-version : " 2022-11 -01"
40+ default-api-version : " 2023-03 -01"
4141clear-output-folder : true
4242batch :
43+ - tag : package-2023-03-01-only
4344 - tag : package-2022-11-01-only
4445 - tag : package-2022-09-04-only
4546 - tag : package-2022-08-01-only
@@ -85,6 +86,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
8586perform-load : false
8687` ` `
8788
89+ ### Tag: package-2023-03-01-only
90+
91+ These settings apply only when ` --tag=package-2023-03-01-only --python` is specified on the command line.
92+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
93+
94+ ` ` ` yaml $(tag) == 'package-2023-03-01-only'
95+ namespace: azure.mgmt.compute.v2023_03_01
96+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_03_01
97+ ` ` `
98+
8899# ## Tag: package-2022-11-01-only
89100
90101These settings apply only when `--tag=package-2022-11-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments