Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added python tag for 2021 preview #13805

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ batch:
- tag: package-2018-02
- tag: package-2016-10
- tag: package-preview-2020-04
- tag: package-preview-2021-04
- multiapiscript: true
```

Expand All @@ -30,6 +31,14 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
clear-output-folder: false
perform-load: false
```
### Tag: package-preview-2021-04 and python

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

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

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

Expand Down