From 9d8a951af5d78e24d9d83592107f8d3c2cc417f5 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 27 Mar 2023 16:47:56 +0800 Subject: [PATCH] Update readme.python.md (#23300) --- .../resources/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 4582ee01f2d1..7f9015f18793 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -34,6 +34,7 @@ batch: - multiapiscript-locks: true - tag: package-managedapplications-2019-07 - multiapiscript-managedapplications: true + - tag: package-policy-2022-06 - tag: package-policy-2021-06 - tag: package-policy-2020-09 - tag: package-policy-2019-09 @@ -240,6 +241,16 @@ namespace: azure.mgmt.resource.managedapplications.v2019_07_01 output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2019_07_01 ``` +### Tag: package-policy-2022-06 and python + +These settings apply only when `--tag=package-policy-2022-06 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-policy-2022-06' +namespace: azure.mgmt.resource.policy.v2022_06_01 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2022_06_01 +``` + ### Tag: package-policy-2021-06 and python These settings apply only when `--tag=package-policy-2021-06 --python` is specified on the command line.