File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/msi/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 @@ -19,10 +19,10 @@ Generate all API versions currently shipped for this package
19
19
20
20
` ` ` yaml $(python)
21
21
multiapi : true
22
- default-api-version : " 2023-01-31 "
22
+ default-api-version : " 2024-11-30 "
23
23
clear-output-folder : true
24
24
batch :
25
- - tag : package-2023-01-31
25
+ - tag : package-2024-11-30
26
26
- tag : package-preview-2022-01
27
27
- tag : package-preview-2021-09-30
28
28
- tag : package-2018-11-30
@@ -34,14 +34,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
34
34
perform-load : false
35
35
` ` `
36
36
37
- ### Tag: package-2023-01-31 and python
37
+ ### Tag: package-2024-11-30 and python
38
38
39
- These settings apply only when ` --tag=package-2023-01-31 --python` is specified on the command line.
39
+ These settings apply only when ` --tag=package-2024-11-30 --python` is specified on the command line.
40
40
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
41
41
42
- ` ` ` yaml $(tag) == 'package-2023-01-31 '
43
- namespace: azure.mgmt.msi.v2023_01_31
44
- output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2023_01_31
42
+ ` ` ` yaml $(tag) == 'package-2024-11-30 '
43
+ namespace: azure.mgmt.msi.v2024_11_30
44
+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2024_11_30
45
45
` ` `
46
46
47
47
# ## Tag: package-preview-2022-01 and python
You can’t perform that action at this time.
0 commit comments