diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 19d64595184e..a2103805e610 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -50,6 +50,7 @@ batch: - tag: package-policy-2016-04 - tag: package-policy-2015-10 - multiapiscript-policy: true + - tag: package-resources-2025-04 - tag: package-resources-2025-03 - tag: package-resources-2024-11 - tag: package-resources-2024-07 @@ -463,6 +464,17 @@ namespace: azure.mgmt.resource.policy.v2015_10_01_preview output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview ``` +### Tag: package-resources-2025-04 and python + +These settings apply only when `--tag=package-resources-2025-04 --python` is specified on the command line. Please also +specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-resources-2025-04' +default-api-version: "2025-04-01" +namespace: azure.mgmt.resource.resources.v2025_04_01 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2025_04_01 +``` + ### Tag: package-resources-2025-03 and python These settings apply only when `--tag=package-resources-2025-03 --python` is specified on the command line. Please also