File tree 1 file changed +7
-7
lines changed
specification/web/resource-manager
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
20
20
21
21
` ` ` yaml $(python)
22
22
multiapi : true
23
- default-api-version : " 2022-03 -01"
23
+ default-api-version : " 2022-09 -01"
24
24
clear-output-folder : true
25
25
batch :
26
- - tag : package-2022-03-only
26
+ - tag : package-2022-09
27
27
- tag : package-2021-03-only
28
28
- tag : package-2021-01-15-only
29
29
- tag : package-2021-01-only
@@ -46,14 +46,14 @@ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
46
46
perform-load : false
47
47
48
48
` ` `
49
- ### Tag: package-2022-03-only and python
49
+ ### Tag: package-2022-09 and python
50
50
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.
52
52
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
53
53
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
57
57
` ` `
58
58
59
59
```
You can’t perform that action at this time.
0 commit comments