diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 5cc44b30a498..6bb68a392c1b 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -45,7 +45,7 @@ directive: These settings apply only when `--tag=package-2022-08-01-preview-only` is specified on the command line -``` yaml $(tag) == 'Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json' +``` yaml $(tag) == 'package-2022-08-01-preview-only' input-file: - Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json ``` diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 07f29a0828ff..73331c9c6b00 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package clear-output-folder: true multiapi: true batch: + - tag: package-2022-08-01-preview-only - tag: package-2022-10-01-only - tag: package-2022-06-01-only - tag: package-2022-04-01-only @@ -65,6 +66,16 @@ namespace: $(python-base-namespace).v2022_10_01 output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01 ``` +### Tag: package-2022-08-01-preview-only and python + +These settings apply only when `package-2022-08-01-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-08-01-preview-only' +namespace: $(python-base-namespace).v2022_08_01_preview +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_08_01_preview +``` + ### Tag: package-2022-06-01-only and python These settings apply only when `--tag=package-2022-06-01-only --python` is specified on the command line.