From b4f2d594d2cf61172c1c843050cb743d81825640 Mon Sep 17 00:00:00 2001 From: "Jiefeng Chen (WICRESOFT NORTH AMERICA LTD)" Date: Mon, 19 Sep 2022 10:13:03 +0800 Subject: [PATCH] config --- specification/monitor/resource-manager/readme.md | 9 +++++++++ .../monitor/resource-manager/readme.python.md | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 7e8b94cd5517..86cce6342365 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -103,6 +103,15 @@ input-file: - Microsoft.Insights/preview/2021-09-01-preview/dataCollectionRules_API.json ``` +### Tag: package-2022-10-01-only + +These settings apply only when `--tag=package-2022-10-01-only` is specified on the command line + +``` yaml $(tag) == 'package-2022-10-01-only' +input-file: +- Microsoft.Insights/stable/2022-10-01/autoscale_API.json +``` + ### Tag: package-2022-06 These settings apply only when `--tag=package-2022-06` 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 6d49d776759a..07f29a0828ff 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-10-01-only - tag: package-2022-06-01-only - tag: package-2022-04-01-only - tag: package-2022-02-01-preview-only @@ -54,6 +55,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit perform-load: false ``` +### Tag: package-2022-10-01-only and python + +These settings apply only when `--tag=package-2022-10-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-10-01-only' +namespace: $(python-base-namespace).v2022_10_01 +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01 +``` + ### 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.