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 : " 2023-03 -01"
40+ default-api-version : " 2023-07 -01"
4141clear-output-folder : true
4242batch :
43+ - tag : package-2023-07-01-only
4344 - tag : package-2023-03-01-only
4445 - tag : package-2023-01-02-only
4546 - tag : package-2022-11-01-only
@@ -88,6 +89,16 @@ perform-load: false
8889clear-output-folder : false
8990` ` `
9091
92+ ### Tag: package-2023-07-01-only
93+
94+ These settings apply only when ` --tag=package-2023-07-01-only --python` is specified on the command line.
95+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
96+
97+ ` ` ` yaml $(tag) == 'package-2023-07-01-only'
98+ namespace: azure.mgmt.compute.v2023_07_01
99+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_07_01
100+ ` ` `
101+
91102# ## Tag: package-2023-03-01-only
92103
93104These settings apply only when `--tag=package-2023-03-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments