From f7856c0d7f31604a90e7bd270017b65d3f97dc57 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:06:40 +0800 Subject: [PATCH] update --- .../monitor/resource-manager/readme.md | 3 +++ .../monitor/resource-manager/readme.python.md | 22 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index 1cd35b1ca152..b51d6661c64d 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -315,6 +315,9 @@ These settings apply only when `--tag=package-2022-06-01-only` is specified on t ``` yaml $(tag) == 'package-2022-06-01-only' input-file: - Microsoft.Insights/stable/2022-06-01/actionGroups_API.json +- Microsoft.Insights/stable/2022-06-01/dataCollectionEndpoints_API.json +- Microsoft.Insights/stable/2022-06-01/dataCollectionRuleAssociations_API.json +- Microsoft.Insights/stable/2022-06-01/dataCollectionRules_API.json ``` ### Tag: package-2022-04-01-only diff --git a/specification/monitor/resource-manager/readme.python.md b/specification/monitor/resource-manager/readme.python.md index 8b84b465f761..c9c9fbca1f6c 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -21,6 +21,7 @@ clear-output-folder: true default-api-version: "2023-01-01" multiapi: true batch: + - tag: package-2023-03-01-preview-only - tag: package-2023-01-only - tag: package-2022-08-01-preview-only - tag: package-2022-10-01-only @@ -30,6 +31,7 @@ batch: - tag: package-2021-09-01-only - tag: package-2021-07-01-preview-only - tag: package-2021-06-03-preview-only + - tag: package-2021-05-only - tag: package-2021-05-01-preview-only - tag: package-2021-04-only - tag: package-2020-10-only @@ -61,6 +63,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit perform-load: false ``` +### Tag: package-2023-03-01-preview-only and python + +These settings apply only when `--tag=package-2023-03-01-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-03-01-preview-only' +namespace: $(python-base-namespace).v2023_03_01_preview +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2023_03_01_preview +``` + ### Tag: package-2023-01-only and python These settings apply only when `--tag=package-2023-01-only --python` is specified on the command line. @@ -149,6 +161,16 @@ namespace: $(python-base-namespace).v2021_06_03_preview output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_06_03_preview ``` +### Tag: package-2021-05-only and python + +These settings apply only when `--tag=package-2021-05-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-05-only' +namespace: $(python-base-namespace).v2021_05_01 +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_05_01 +``` + ### Tag: package-2021-05-01-preview-only and python These settings apply only when `--tag=package-2021-05-01-preview-only --python` is specified on the command line.