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
1616
1717` ` ` yaml $(python)
1818clear-output-folder : true
19- default-api-version : " 2022-05 -01"
19+ default-api-version : " 2023-03 -01"
2020multiapi : true
2121batch :
22+ - tag : package-2023-03-01
2223 - tag : package-2022-05-01
2324 - tag : package-2022-03-01-preview
2425 - multiapiscript : true
@@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguratio
2930perform-load : false
3031` ` `
3132
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+
3243# ## Tag: package-2022-05-01 and python
3344
3445These 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