Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ To see additional help and options, run:

These are the global settings for the MonitorClient API.

``` yaml
``` yaml !$(python) || !$(track2)
title: MonitorClient
```
``` yaml $(python) && $(track2)
title: MonitorManagementClient
```

``` yaml
description: Monitor Management Client
openapi-type: arm
tag: package-2020-10
Expand Down Expand Up @@ -562,9 +568,6 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
after_scripts:
- python ./scripts/multiapi_init_gen.py azure-mgmt-monitor
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down