Skip to content

Commit 3d7a384

Browse files
authored
Update readme.python.md (#22421)
1 parent b6669ce commit 3d7a384

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
2121
multiapi: true
2222
clear-output-folder: true
2323
batch:
24+
- tag: package-2023-01-31
2425
- tag: package-preview-2022-01
2526
- tag: package-preview-2021-09-30
2627
- tag: package-2018-11-30
@@ -32,6 +33,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
3233
perform-load: false
3334
```
3435
36+
### Tag: package-2023-01-31 and python
37+
38+
These settings apply only when `--tag=package-2023-01-31 --python` is specified on the command line.
39+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
40+
41+
``` yaml $(tag) == 'package-2023-01-31'
42+
namespace: azure.mgmt.msi.v2023_01_31
43+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2023_01_31
44+
```
45+
3546
### Tag: package-preview-2022-01 and python
3647

3748
These settings apply only when `--tag=package-preview-2022-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)