Skip to content

Commit

Permalink
Fix monitor client name in python track2 (Azure#13418)
Browse files Browse the repository at this point in the history
* fix monitor client name in python track2

* Update readme.md

Co-authored-by: msyyc <[email protected]>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 6f4c539 commit 72433c9
Showing 1 changed file with 7 additions and 4 deletions.
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

0 comments on commit 72433c9

Please sign in to comment.