Skip to content

Commit 20d6633

Browse files
Update readme.python.md (#35456)
1 parent 74be73d commit 20d6633

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification/msi/resource-manager/readme.python.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Generate all API versions currently shipped for this package
1919
2020
```yaml $(python)
2121
multiapi: true
22-
default-api-version: "2023-01-31"
22+
default-api-version: "2024-11-30"
2323
clear-output-folder: true
2424
batch:
25-
- tag: package-2023-01-31
25+
- tag: package-2024-11-30
2626
- tag: package-preview-2022-01
2727
- tag: package-preview-2021-09-30
2828
- tag: package-2018-11-30
@@ -34,14 +34,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
3434
perform-load: false
3535
```
3636
37-
### Tag: package-2023-01-31 and python
37+
### Tag: package-2024-11-30 and python
3838
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.
4040
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4141

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
4545
```
4646

4747
### Tag: package-preview-2022-01 and python

0 commit comments

Comments
 (0)