diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 0d75d44494e8..754ee85ec0c8 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -91,6 +91,7 @@ batch: - tag: package-policy-2016-04 - tag: package-policy-2015-10 - multiapiscript-policy: true + - tag: package-resources-2021-04 - tag: package-resources-2021-01 - tag: package-resources-2020-10 - tag: package-resources-2020-06 @@ -380,6 +381,19 @@ python: output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview ``` +### Tag: package-resources-2021-04 and python + +These settings apply only when `--tag=package-resources-2021-04 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-resources-2021-04' +namespace: azure.mgmt.resource.resources.v2021_04_01 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2021_04_01 +python: + namespace: azure.mgmt.resource.resources.v2021_04_01 + output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2021_04_01 +``` + ### Tag: package-resources-2021-01 and python These settings apply only when `--tag=package-resources-2021-01 --python` is specified on the command line.