Skip to content

Commit

Permalink
Update readme.python.md (#22421)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Feb 2, 2023
1 parent b6669ce commit 3d7a384
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/msi/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
multiapi: true
clear-output-folder: true
batch:
- tag: package-2023-01-31
- tag: package-preview-2022-01
- tag: package-preview-2021-09-30
- tag: package-2018-11-30
Expand All @@ -32,6 +33,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
perform-load: false
```
### Tag: package-2023-01-31 and python
These settings apply only when `--tag=package-2023-01-31 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2023-01-31'
namespace: azure.mgmt.msi.v2023_01_31
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2023_01_31
```

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

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

0 comments on commit 3d7a384

Please sign in to comment.