From ba3fad3f9245a3399d7ad68e37ba72d87c8a6eb3 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Tue, 18 Jul 2023 11:24:46 +0800 Subject: [PATCH] Update readme.python.md (#24873) * Update readme.python.md * Update readme.python.md --- .../authorization/resource-manager/readme.python.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 5a7182e484d5..6518f9ec6f28 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -20,6 +20,7 @@ multiapi: true clear-output-folder: true batch: - tag: package-2022-08-01-preview-only + - tag: package-2022-05-01-preview-only - tag: package-2022-04-01-only - tag: package-2022-04-01-preview-only - tag: package-2021-12-01-preview-python-only @@ -52,6 +53,15 @@ 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-05-01-preview-only and python + +These settings apply only when `--tag=package-2022-05-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2022-05-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2022_05_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_05_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.