Skip to content

Commit

Permalink
add 2020-05-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Malka committed Sep 22, 2020
1 parent 018dffd commit 0c0b775
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Generate all API versions currently shipped for this package

```yaml $(multiapi) && !$(track2)
batch:
- tag: package-2020-05-preview
- tag: package-2020-01-01-preview-only
- tag: package-2019-10-17-preview-only
- tag: package-2019-06-01-only
Expand All @@ -54,6 +55,7 @@ batch:
```yaml $(multiapi) && $(track2)
clear-output-folder: true
batch:
- tag: package-2020-05-preview
- tag: package-2020-01-01-preview-only
- tag: package-2019-10-17-preview-only
- tag: package-2019-06-01-only
Expand Down Expand Up @@ -82,6 +84,19 @@ clear-output-folder: false
perform-load: false
```

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

These settings apply only when `--tag=package-2020-05-preview --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-2020-05-preview'
namespace: $(python-base-namespace).v2020_05_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
python:
namespace: $(python-base-namespace).v2020_05_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
```

### Tag: package-2020-01-01-preview-only and python

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

0 comments on commit 0c0b775

Please sign in to comment.