File tree 1 file changed +12
-1
lines changed
specification/compute/resource-manager
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
37
37
38
38
` ` ` yaml $(python)
39
39
multiapi : true
40
- default-api-version : " 2022-11 -01"
40
+ default-api-version : " 2023-03 -01"
41
41
clear-output-folder : true
42
42
batch :
43
+ - tag : package-2023-03-01-only
43
44
- tag : package-2022-11-01-only
44
45
- tag : package-2022-09-04-only
45
46
- tag : package-2022-08-01-only
@@ -85,6 +86,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
85
86
perform-load : false
86
87
` ` `
87
88
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
+
88
99
# ## Tag: package-2022-11-01-only
89
100
90
101
These 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