Skip to content

Commit fda2db4

Browse files
authored
update msi (#19601)
1 parent b8bfb10 commit fda2db4

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-preview-2022-01
2425
- tag: package-preview-2021-09-30
2526
- tag: package-2018-11-30
2627
- multiapiscript: true
@@ -31,6 +32,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
3132
perform-load: false
3233
```
3334
35+
### Tag: package-preview-2022-01 and python
36+
37+
These settings apply only when `--tag=package-preview-2022-01 --python` is specified on the command line.
38+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39+
40+
``` yaml $(tag) == 'package-preview-2022-01'
41+
namespace: azure.mgmt.msi.v2022_01_31_preview
42+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2022_01_31_preview
43+
```
44+
3445
### Tag: package-preview-2021-09-30 and python
3546

3647
These settings apply only when `--tag=package-preview-2021-09-30 --python` is specified on the command line.

0 commit comments

Comments
 (0)