Skip to content

Commit

Permalink
Monitor (#8969)
Browse files Browse the repository at this point in the history
* revise readme.md for resourcegraph

* revise for monitor

* revert

* Update readme.md

* remove redundant settings

Co-authored-by: MyronFanQiu <[email protected]>
  • Loading branch information
chenjianfei2017 and mmyyrroonn authored Apr 8, 2020
1 parent 548d909 commit bc061ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ input-file:
- Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json
```

### Tag: 2019-10-17-preview-only

These settings apply only when `--tag=2019-10-17-preview-only` is specified on the command line.

```yaml $(tag) == '2019-10-17-preview-only'
input-file:
- Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json
```

### Tag: package-2019-06

Expand Down Expand Up @@ -122,7 +130,6 @@ input-file:
- Microsoft.Insights/preview/2018-11-27-preview/vmInsightsOnboarding_API.json
```


### Tag: package-2019-03

These settings apply only when `--tag=package-2019-03` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,18 @@ batch:
- tag: package-2016-03-01-only
- tag: package-2015-07-01-only
- tag: package-2015-04-01-only
- tag: 2019-10-17-preview-only
```
### Tag: 2019-10-17-preview-only and python
These settings apply only when `--tag=2019-10-17-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) == '2019-10-17-preview-only' && $(python)
python:
namespace: $(python-base-namespace).v2019_10_17_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_10_17_preview
```

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

Expand Down

0 comments on commit bc061ef

Please sign in to comment.