diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index c87e1d545bc1..f2571d35f05c 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -92,6 +92,14 @@ input-file: - Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json ``` +### Tag: 2019-10-17-preview-only + +These settings apply only when `--tag=2019-10-17-preview-only` is specified on the command line. + +```yaml $(tag) == '2019-10-17-preview-only' +input-file: +- Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json +``` ### Tag: package-2019-06 @@ -122,7 +130,6 @@ input-file: - Microsoft.Insights/preview/2018-11-27-preview/vmInsightsOnboarding_API.json ``` - ### Tag: package-2019-03 These settings apply only when `--tag=package-2019-03` is specified on the command line. diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 753cfc0a5965..d95203597cae 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -37,8 +37,18 @@ batch: - tag: package-2016-03-01-only - tag: package-2015-07-01-only - tag: package-2015-04-01-only + - tag: 2019-10-17-preview-only ``` +### Tag: 2019-10-17-preview-only and python +These settings apply only when `--tag=2019-10-17-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == '2019-10-17-preview-only' && $(python) +python: + namespace: $(python-base-namespace).v2019_10_17_preview + output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_10_17_preview +``` ### Tag: package-2019-06-01-only and python