File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/appconfiguration/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 @@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package
16
16
17
17
` ` ` yaml $(python)
18
18
clear-output-folder : true
19
- default-api-version : " 2022-05 -01"
19
+ default-api-version : " 2023-03 -01"
20
20
multiapi : true
21
21
batch :
22
+ - tag : package-2023-03-01
22
23
- tag : package-2022-05-01
23
24
- tag : package-2022-03-01-preview
24
25
- multiapiscript : true
@@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguratio
29
30
perform-load : false
30
31
` ` `
31
32
33
+ ### Tag: package-2023-03-01 and python
34
+
35
+ These settings apply only when ` --tag=package-2023-03-01 --python` is specified on the command line.
36
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
37
+
38
+ ` ` ` yaml $(tag) == 'package-2023-03-01' && $(python)
39
+ namespace: azure.mgmt.appconfiguration.v2023_03_01
40
+ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/v2023_03_01
41
+ ` ` `
42
+
32
43
# ## Tag: package-2022-05-01 and python
33
44
34
45
These settings apply only when `--tag=package-2022-05-01 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments