Skip to content

Commit

Permalink
Update readme.python.md (Azure#16400)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored and LeiWang3 committed Mar 31, 2022
1 parent 7b3041f commit 4141614
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ batch:
- tag: package-2016-10
- tag: package-preview-2020-04-full
- tag: package-preview-2021-04
- tag: package-preview-2021-06
- multiapiscript: true
```
Expand All @@ -34,6 +35,15 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
clear-output-folder: false
perform-load: false
```
### Tag: package-preview-2021-06 and python
These settings apply only when `--tag=package-preview-2021-06 --python` is specified on the command line.

``` yaml $(tag) == 'package-preview-2021-06'
namespace: azure.mgmt.keyvault.v2021_06_01_preview
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2021_06_01_preview
```

### Tag: package-preview-2021-04 and python

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

0 comments on commit 4141614

Please sign in to comment.