File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/web/resource-manager Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python)
2222multiapi : true
23- default-api-version : " 2022-03 -01"
23+ default-api-version : " 2022-09 -01"
2424clear-output-folder : true
2525batch :
26- - tag : package-2022-03-only
26+ - tag : package-2022-09
2727 - tag : package-2021-03-only
2828 - tag : package-2021-01-15-only
2929 - tag : package-2021-01-only
@@ -46,14 +46,14 @@ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4646perform-load : false
4747
4848` ` `
49- ### Tag: package-2022-03-only and python
49+ ### Tag: package-2022-09 and python
5050
51- These settings apply only when ` --tag=package-2022-03-only --python` is specified on the command line.
51+ These settings apply only when ` --tag=package-2022-09 --python` is specified on the command line.
5252Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5353
54- ` ` ` yaml $(tag) == 'package-2022-03-only ' && $(python)
55- namespace: azure.mgmt.web.v2022_03_01
56- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_03_01
54+ ` ` ` yaml $(tag) == 'package-2022-09 ' && $(python)
55+ namespace: azure.mgmt.web.v2022_09_01
56+ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
5757` ` `
5858
5959```
You can’t perform that action at this time.
0 commit comments