From 9c8057123b4c1609a451b3ce1ab7797b3a274ae4 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:33:14 +0800 Subject: [PATCH 1/4] monitor --- .../monitor/resource-manager/readme.python.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 854e9ba6d3ce..6d84b56662dd 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -2,24 +2,12 @@ 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 -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 +package-version: 1.0.0b1 ``` ### Python multi-api From 6da6ab23f92a89078606220028b021f81775647b Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:35:02 +0800 Subject: [PATCH 2/4] network --- specification/network/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) 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 From fb2d0248d2de32a6ebe58429ffa70a0d6a1414e9 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:58:16 +0800 Subject: [PATCH 3/4] monitor --- specification/monitor/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 6d84b56662dd..58a0df297311 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -8,6 +8,7 @@ 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 ``` ### Python multi-api From 14ad3feddb27778b5337de8f72cad566cf3654e8 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 24 Jun 2021 16:05:14 +0800 Subject: [PATCH 4/4] monitor --- specification/monitor/resource-manager/readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 151f6decc291..96e128d32087 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)