Skip to content

Commit c0f9208

Browse files
Wzb123456789msyyc
andauthored
[monitor] Update readme.python.md (#22163)
* Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.md Co-authored-by: Yuchao Yan <[email protected]>
1 parent 6e011aa commit c0f9208

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ directive:
4545
4646
These settings apply only when `--tag=package-2022-08-01-preview-only` is specified on the command line
4747

48-
``` yaml $(tag) == 'Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json'
48+
``` yaml $(tag) == 'package-2022-08-01-preview-only'
4949
input-file:
5050
- Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json
5151
```

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
1919
clear-output-folder: true
2020
multiapi: true
2121
batch:
22+
- tag: package-2022-08-01-preview-only
2223
- tag: package-2022-10-01-only
2324
- tag: package-2022-06-01-only
2425
- tag: package-2022-04-01-only
@@ -65,6 +66,16 @@ namespace: $(python-base-namespace).v2022_10_01
6566
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01
6667
```
6768

69+
### Tag: package-2022-08-01-preview-only and python
70+
71+
These settings apply only when `package-2022-08-01-preview-only --python` is specified on the command line.
72+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
73+
74+
``` yaml $(tag) == 'package-2022-08-01-preview-only'
75+
namespace: $(python-base-namespace).v2022_08_01_preview
76+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_08_01_preview
77+
```
78+
6879
### Tag: package-2022-06-01-only and python
6980

7081
These settings apply only when `--tag=package-2022-06-01-only --python` is specified on the command line.

0 commit comments

Comments
 (0)