diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index afdcc8cf6145..9994ddc80752 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -28,10 +28,6 @@ These are the global settings for the MonitorClient API. title: MonitorClient ``` -``` yaml $(python) -title: MonitorManagementClient -``` - ``` yaml description: Monitor Management Client openapi-type: arm @@ -41,6 +37,15 @@ directive: reason: 'There are open issues (bugs) in the validator affecting some of the examples and since there is no way to selectively disable the validation for a particular example or paths, all of the example validation is being turned off.' ``` +### Tag: package-2023-01-only + +These settings apply only when `--tag=package-2023-01-only` is specified on the command line + +``` yaml $(tag) == 'package-2023-01-only' +input-file: + - Microsoft.Insights/stable/2023-01-01/actionGroups_API.json +``` + ### Tag: package-2022-08-01-preview-only These settings apply only when `--tag=package-2022-08-01-preview-only` 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 90934b4dea4f..8b84b465f761 100644 --- a/specification/monitor/resource-manager/readme.python.md +++ b/specification/monitor/resource-manager/readme.python.md @@ -3,6 +3,7 @@ These settings apply only when `--track2` is specified on the command line. ``` yaml $(python) +title: MonitorManagementClient azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-monitor @@ -17,15 +18,18 @@ Generate all API versions currently shipped for this package ```yaml $(python) clear-output-folder: true -default-api-version: "2022-10-01" +default-api-version: "2023-01-01" multiapi: true batch: + - tag: package-2023-01-only - 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 - tag: package-2022-02-01-preview-only - tag: package-2021-09-01-only + - tag: package-2021-07-01-preview-only + - tag: package-2021-06-03-preview-only - tag: package-2021-05-01-preview-only - tag: package-2021-04-only - tag: package-2020-10-only @@ -57,6 +61,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit perform-load: false ``` +### Tag: package-2023-01-only and python + +These settings apply only when `--tag=package-2023-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-01-only' +namespace: $(python-base-namespace).v2023_01_01 +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2023_01_01 +``` + ### 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. @@ -127,6 +141,14 @@ namespace: $(python-base-namespace).v2021_07_01_preview output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_07_01_preview ``` +### Tag: package-2021-06-03-preview-only and python +These settings apply only when `--tag=package-2021-06-03-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. +``` yaml $(tag) == 'package-2021-06-03-preview-only' +namespace: $(python-base-namespace).v2021_06_03_preview +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_06_03_preview +``` + ### 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.