From dc92f0e74b13919f5f3bd4ba6e57b4a367aca61f Mon Sep 17 00:00:00 2001 From: Jorge Herrera Date: Tue, 3 Nov 2020 21:33:27 -0600 Subject: [PATCH] [Monitor] Fix DCR tag in readme.md; Add phyton tag --- specification/monitor/resource-manager/readme.md | 6 +++--- .../monitor/resource-manager/readme.python.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 4e19b1574cdb..eafd22614243 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -347,11 +347,11 @@ input-file: - Microsoft.Insights/stable/2017-04-01/activityLogAlerts_API.json ``` -### Tag: package-2019-11-preview-only +### Tag: package-2019-11-01-preview-only -These settings apply only when `--tag=package-2019-11-preview-only` is specified on the command line. +These settings apply only when `--tag=package-2019-11-01-preview-only` is specified on the command line. -``` yaml $(tag) == 'package-2019-11-preview-only' +``` yaml $(tag) == 'package-2019-11-01-preview-only' input-file: - Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRuleAssociations_API.json - Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRules_API.json diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 92a777c5f250..d9b362bb57cd 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package batch: - tag: package-2020-05-preview - tag: package-2020-01-01-preview-only + - tag: package-2019-11-01-preview-only - tag: package-2019-10-17-preview-only - tag: package-2019-06-01-only - tag: package-2019-03-01-only @@ -57,6 +58,7 @@ clear-output-folder: true batch: - tag: package-2020-05-preview - tag: package-2020-01-01-preview-only + - tag: package-2019-11-01-preview-only - tag: package-2019-10-17-preview-only - tag: package-2019-06-01-only - tag: package-2019-03-01-only @@ -110,6 +112,19 @@ python: output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_01_01_preview ``` +### Tag: package-2019-11-01-preview-only and python + +These settings apply only when `--tag=package-2019-11-01-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2019-11-01-preview-only' +namespace: $(python-base-namespace).v2019_11_01_preview +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview +python: + namespace: $(python-base-namespace).v2019_11_01_preview + output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview +``` + ### Tag: package-2019-10-17-preview-only and python These settings apply only when `--tag=package-2019-10-17-preview-only --python` is specified on the command line.