From a1b9ae1cd0cb7b0826667fdf0665be093a37f0f4 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Mon, 15 Mar 2021 15:44:54 +0800 Subject: [PATCH 1/2] fix monitor client name in python track2 --- specification/monitor/resource-manager/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 07838cf21da1..bff5e04d80b9 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -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 From bbcc64611511a2bbad81c53fc284984e7037b1ec Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:17:55 +0800 Subject: [PATCH 2/2] Update readme.md --- specification/monitor/resource-manager/readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index bff5e04d80b9..5f4162a09416 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -568,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