Skip to content

Commit

Permalink
update (Azure#18859)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored and FredericHeem committed May 16, 2022
1 parent a10c9df commit b5ec681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/msi/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
perform-load: false
```
### Tag: package-2019-09-preview and python
### Tag: package-preview-2021-09 and python
These settings apply only when `--tag=package-preview-2021-09 --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-preview-2021-09'
namespace: azure.mgmt.msi.v2019_09_01_preview
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2019_09_01_preview
namespace: azure.mgmt.msi.v2021_09_01_preview
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2021_09_01_preview
```

### Tag: package-2018-11-30 and python
Expand Down

0 comments on commit b5ec681

Please sign in to comment.