diff --git a/specification/authorization/resource-manager/readme.md b/specification/authorization/resource-manager/readme.md index bd71d332e033..8d604cd34f63 100755 --- a/specification/authorization/resource-manager/readme.md +++ b/specification/authorization/resource-manager/readme.md @@ -92,6 +92,15 @@ input-file: - Microsoft.Authorization/preview/2022-08-01-preview/RoleManagementAlerts.json ``` +### Tag: package-2021-12-01-preview-python-only + +These settings apply only when `--tag=package-2021-12-01-preview-python-only` is specified on the command line. + +``` yaml $(tag) == 'package-2021-12-01-preview-python-only' +input-file: +- Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json +``` + ### Tag: package-2020-10-01 These settings apply only when `--tag=package-2020-10-01` is specified on the command line. diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 12269e46b8c9..10fb89be9b14 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -19,8 +19,9 @@ default-api-version: "2022-04-01" multiapi: true clear-output-folder: true batch: + - tag: package-2022-08-01-preview-only - tag: package-2022-04-01-only - - tag: package-2021-12-01-preview-only + - tag: package-2021-12-01-preview-python-only - tag: package-2021-07-01-preview-only - tag: package-2021-03-01-preview-only - tag: package-2021-01-01-preview-only @@ -41,6 +42,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur perform-load: false ``` +### Tag: package-2022-08-01-preview-only and python + +These settings apply only when `--tag=package-2022-08-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2022-08-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2022_08_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview +``` + ### Tag: package-2022-04-01-only and python These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line. @@ -50,11 +60,11 @@ namespace: azure.mgmt.authorization.v2022_04_01 output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01 ``` -### Tag: package-2021-12-01-preview-only and python +### Tag: package-2021-12-01-preview-python-only and python -These settings apply only when `--tag=package-2021-12-01-preview-only --python` is specified on the command line. +These settings apply only when `--tag=package-2021-12-01-preview-python-only --python` is specified on the command line. -``` yaml $(tag) == 'package-2021-12-01-preview-only' && $(python) +``` yaml $(tag) == 'package-2021-12-01-preview-python-only' && $(python) namespace: azure.mgmt.authorization.v2021_12_01_preview output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_12_01_preview ```