Skip to content

Commit 46748d2

Browse files
authored
add 2020-10 to monitor python multiapi (#13089)
1 parent 47789d0 commit 46748d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Generate all API versions currently shipped for this package
2929
```yaml $(multiapi) && $(track2)
3030
clear-output-folder: true
3131
batch:
32+
- tag: package-2020-10
3233
- tag: package-2020-05-preview
3334
- tag: package-2020-01-01-preview-only
3435
- tag: package-2019-11-01-preview-only
@@ -59,6 +60,16 @@ clear-output-folder: false
5960
perform-load: false
6061
```
6162

63+
### Tag: package-2020-10 and python
64+
65+
These settings apply only when `--tag=package-2020-10 --python` is specified on the command line.
66+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67+
68+
``` yaml $(tag) == 'package-2020-10'
69+
namespace: $(python-base-namespace).v2020_10_01
70+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_10_01
71+
```
72+
6273
### Tag: package-2020-05-preview and python
6374

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

0 commit comments

Comments
 (0)