diff --git a/specification/monitor/resource-manager/readme.go.md b/specification/monitor/resource-manager/readme.go.md index 86c6e51190a1..3c49e9cc2674 100644 --- a/specification/monitor/resource-manager/readme.go.md +++ b/specification/monitor/resource-manager/readme.go.md @@ -20,7 +20,7 @@ batch: - tag: package-2019-03 - tag: package-2019-06 - tag: package-2019-11 - - tag: package-2020-10 + - tag: package-2020-10-only ``` ### Tag: package-2017-09 and go @@ -86,11 +86,11 @@ Please also specify `--go-sdk-folder=`. -``` yaml $(tag) == 'package-2020-10' && $(go) +``` yaml $(tag) == 'package-2020-10-only' && $(go) output-folder: $(go-sdk-folder)/services/monitor/mgmt/2020-10-01/$(namespace) ``` diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 5f4162a09416..e1ba0a364278 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -34,32 +34,32 @@ title: MonitorManagementClient ``` yaml description: Monitor Management Client openapi-type: arm -tag: package-2020-10 +tag: package-2020-03 ``` -### Tag: package-2021-02-preview +### Tag: package-2021-02-preview-only -These settings apply only when `--tag=package-2021-02-preview` is specified on the command line. +These settings apply only when `--tag=package-2021-02-preview-only` is specified on the command line. -``` yaml $(tag) == 'package-2021-02-preview' +``` yaml $(tag) == 'package-2021-02-preview-only' input-file: - Microsoft.Insights/preview/2021-02-01-preview/scheduledQueryRule_API.json ``` -### Tag: package-2020-10 +### Tag: package-2020-10-only -These settings apply only when `--tag=package-2020-10` is specified on the command line. +These settings apply only when `--tag=package-2020-10-only` is specified on the command line. -``` yaml $(tag) == 'package-2020-10' +``` yaml $(tag) == 'package-2020-10-only' input-file: - Microsoft.Insights/stable/2020-10-01/activityLogAlerts_API.json ``` -### Tag: package-2020-05-preview +### Tag: package-2020-05-preview-only -These settings apply only when `--tag=package-2020-05-preview` is specified on the command line. +These settings apply only when `--tag=package-2020-05-preview-only` is specified on the command line. -``` yaml $(tag) == 'package-2020-05-preview' +``` yaml $(tag) == 'package-2020-05-preview-only' input-file: - Microsoft.Insights/preview/2020-05-01-preview/scheduledQueryRule_API.json ``` diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 70fdf0d28bb9..39f8e259c4f8 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -29,8 +29,8 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) && $(track2) clear-output-folder: true batch: - - tag: package-2020-10 - - tag: package-2020-05-preview + - tag: package-2020-10-only + - tag: package-2020-05-preview-only - tag: package-2020-01-01-preview-only - tag: package-2019-11-01-preview-only - tag: package-2019-10-17-preview-only @@ -60,22 +60,22 @@ clear-output-folder: false perform-load: false ``` -### Tag: package-2020-10 and python +### Tag: package-2020-10-only and python -These settings apply only when `--tag=package-2020-10 --python` is specified on the command line. +These settings apply only when `--tag=package-2020-10-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-10' +``` yaml $(tag) == 'package-2020-10-only' namespace: $(python-base-namespace).v2020_10_01 output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_10_01 ``` -### Tag: package-2020-05-preview and python +### Tag: package-2020-05-preview-only and python -These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line. +These settings apply only when `--tag=package-2020-05-preview-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-05-preview' +``` yaml $(tag) == 'package-2020-05-preview-only' namespace: $(python-base-namespace).v2020_05_01_preview output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview ```