Skip to content

Commit 0c0b775

Browse files
author
Moshe Malka
committed
add 2020-05-preview
1 parent 018dffd commit 0c0b775

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

specification/monitor/resource-manager/readme.python.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Generate all API versions currently shipped for this package
3030

3131
```yaml $(multiapi) && !$(track2)
3232
batch:
33+
- tag: package-2020-05-preview
3334
- tag: package-2020-01-01-preview-only
3435
- tag: package-2019-10-17-preview-only
3536
- tag: package-2019-06-01-only
@@ -54,6 +55,7 @@ batch:
5455
```yaml $(multiapi) && $(track2)
5556
clear-output-folder: true
5657
batch:
58+
- tag: package-2020-05-preview
5759
- tag: package-2020-01-01-preview-only
5860
- tag: package-2019-10-17-preview-only
5961
- tag: package-2019-06-01-only
@@ -82,6 +84,19 @@ clear-output-folder: false
8284
perform-load: false
8385
```
8486

87+
### Tag: package-2020-05-preview and python
88+
89+
These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line.
90+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
91+
92+
``` yaml $(tag) == 'package-2020-05-preview'
93+
namespace: $(python-base-namespace).v2020_05_01_preview
94+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
95+
python:
96+
namespace: $(python-base-namespace).v2020_05_01_preview
97+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
98+
```
99+
85100
### Tag: package-2020-01-01-preview-only and python
86101

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

0 commit comments

Comments
 (0)