From 92b3333a08b469b61ad112978068e6b43e77b599 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:33:53 +0800 Subject: [PATCH] [python] readme.python.md configuration for `monitor` and `network` (#14968) * monitor * network * monitor * monitor --- specification/monitor/resource-manager/readme.md | 5 ----- .../monitor/resource-manager/readme.python.md | 15 ++------------- .../network/resource-manager/readme.python.md | 1 + 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 298f45aac96d..b5ea727ff8f6 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -22,11 +22,6 @@ To see additional help and options, run: ### Basic Information -There are the global settings for the Azure Monitor Control Service (AMCS) extension. -``` yaml $(AMCS) -tag: package-2021-04-only -``` - These are the global settings for the MonitorClient API. ``` yaml !$(python) || !$(track2) diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 854e9ba6d3ce..58a0df297311 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -2,24 +2,13 @@ These settings apply only when `--track2` is specified on the command line. -``` yaml +``` yaml $(track2) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-monitor no-namespace-folders: true +package-version: 1.0.0b1 python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor -modelerfour: - lenient-model-deduplication: true -``` - -These settings apply when `--track2` and `--AMCS` is specified on the command line. - -``` yaml $(track2) && $(AMCS) -package-version: 0.1.0 -namespace: azure.mgmt.amcs -package-name: azure-mgmt-amcs -basic-setup-py: true -output-folder: $(python-sdks-folder)/amcs/azure-mgmt-amcs ``` ### Python multi-api diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index 27f6761268d7..ed852eea9218 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -7,6 +7,7 @@ azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-network no-namespace-folders: true +package-version: 1.0.0b1 ``` ### Python multi-api