diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 10fb89be9b14..5a7182e484d5 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -21,6 +21,7 @@ clear-output-folder: true batch: - tag: package-2022-08-01-preview-only - tag: package-2022-04-01-only + - tag: package-2022-04-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 @@ -60,6 +61,15 @@ namespace: azure.mgmt.authorization.v2022_04_01 output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01 ``` +### Tag: package-2022-04-01-preview-only and python + +These settings apply only when `--tag=package-2022-04-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2022-04-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2022_04_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01_preview +``` + ### Tag: package-2021-12-01-preview-python-only and python These settings apply only when `--tag=package-2021-12-01-preview-python-only --python` is specified on the command line.