Skip to content

Commit

Permalink
[monitor] Update readme.python.md (#22163)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Wzb123456789 and msyyc authored Jan 12, 2023
1 parent 6e011aa commit c0f9208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ directive:
These settings apply only when `--tag=package-2022-08-01-preview-only` is specified on the command line

``` yaml $(tag) == 'Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json'
``` yaml $(tag) == 'package-2022-08-01-preview-only'
input-file:
- Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json
```
Expand Down
11 changes: 11 additions & 0 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
clear-output-folder: true
multiapi: true
batch:
- tag: package-2022-08-01-preview-only
- tag: package-2022-10-01-only
- tag: package-2022-06-01-only
- tag: package-2022-04-01-only
Expand Down Expand Up @@ -65,6 +66,16 @@ namespace: $(python-base-namespace).v2022_10_01
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01
```

### Tag: package-2022-08-01-preview-only and python

These settings apply only when `package-2022-08-01-preview-only --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-2022-08-01-preview-only'
namespace: $(python-base-namespace).v2022_08_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_08_01_preview
```

### Tag: package-2022-06-01-only and python

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

0 comments on commit c0f9208

Please sign in to comment.