Skip to content

Commit

Permalink
quick fix readme.md.python (#10655)
Browse files Browse the repository at this point in the history
  • Loading branch information
dw511214992 authored Sep 1, 2020
1 parent b458e09 commit e8d86ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ batch:
- tag: package-2019-09
- tag: package-2018-02
- tag: package-2016-10
- tag: package-preview-2020-04
```

```yaml $(multiapi) && $(track2)
Expand All @@ -50,6 +51,18 @@ clear-output-folder: false
perform-load: false
```

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

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

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

### Tag: package-2019-09 and python

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

0 comments on commit e8d86ce

Please sign in to comment.