Skip to content

Commit 086ecb2

Browse files
00Kai0msyyc
andauthored
Fix monitor client name in python track2 (#13418)
* fix monitor client name in python track2 * Update readme.md Co-authored-by: msyyc <[email protected]>
1 parent 8bfa3fb commit 086ecb2

File tree

1 file changed

+7
-4
lines changed
  • specification/monitor/resource-manager

1 file changed

+7
-4
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ To see additional help and options, run:
2424

2525
These are the global settings for the MonitorClient API.
2626

27-
``` yaml
27+
``` yaml !$(python) || !$(track2)
2828
title: MonitorClient
29+
```
30+
``` yaml $(python) && $(track2)
31+
title: MonitorManagementClient
32+
```
33+
34+
``` yaml
2935
description: Monitor Management Client
3036
openapi-type: arm
3137
tag: package-2020-10
@@ -562,9 +568,6 @@ This is not used by Autorest itself.
562568
``` yaml $(swagger-to-sdk)
563569
swagger-to-sdk:
564570
- repo: azure-sdk-for-net
565-
- repo: azure-sdk-for-python
566-
after_scripts:
567-
- python ./scripts/multiapi_init_gen.py azure-mgmt-monitor
568571
- repo: azure-sdk-for-python-track2
569572
- repo: azure-sdk-for-java
570573
- repo: azure-sdk-for-go

0 commit comments

Comments
 (0)