@@ -37,15 +37,17 @@ Generate all API versions currently shipped for this package
3737
3838` ` ` yaml $(python)
3939multiapi : true
40- default-api-version : " 2023-07 -01"
40+ default-api-version : " 2023-09 -01"
4141clear-output-folder : true
4242batch :
43+ - tag : package-2023-09-01-only
4344 - tag : package-2023-07-01-only
4445 - tag : package-2023-04-02-only
4546 - tag : package-2023-03-01-only
4647 - tag : package-2023-01-02-only
4748 - tag : package-2022-11-01-only
4849 - tag : package-2022-09-04-only
50+ - tag : package-2022-08-03-only
4951 - tag : package-2022-08-01-only
5052 - tag : package-2022-07-02-only
5153 - tag : package-2022-04-04-only
@@ -90,6 +92,16 @@ perform-load: false
9092clear-output-folder : false
9193` ` `
9294
95+ ### Tag: package-2023-09-01-only
96+
97+ These settings apply only when ` --tag=package-2023-09-01-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-2023-09-01-only'
101+ namespace: azure.mgmt.compute.v2023_09_01
102+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_09_01
103+ ` ` `
104+
93105# ## Tag: package-2023-07-01-only
94106
95107These settings apply only when `--tag=package-2023-07-01-only --python` is specified on the command line.
@@ -150,6 +162,16 @@ namespace: azure.mgmt.compute.v2022_09_04
150162output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04
151163` ` `
152164
165+ # ## Tag: package-2022-08-03-only
166+
167+ These settings apply only when `--tag=package-2022-08-03-only --python` is specified on the command line.
168+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
169+
170+ ` ` ` yaml $(tag) == 'package-2022-08-03-only'
171+ namespace: azure.mgmt.compute.v2022_08_03
172+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_03
173+ ` ` `
174+
153175# ## Tag: package-2022-08-01-only
154176
155177These settings apply only when `--tag=package-2022-08-01-only --python` is specified on the command line.
0 commit comments