We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86600d6 commit 6a54573Copy full SHA for 6a54573
src/azure-cli-core/azure/cli/core/profiles/_shared.py
@@ -177,7 +177,7 @@ def default_api_version(self):
177
ResourceType.MGMT_RESOURCE_POLICY: SDKProfile('2021-06-01', {
178
'policy_exemptions': '2020-07-01-preview'
179
}),
180
- ResourceType.MGMT_RESOURCE_RESOURCES: '2024-11-01',
+ ResourceType.MGMT_RESOURCE_RESOURCES: '2025-04-01',
181
ResourceType.MGMT_RESOURCE_SUBSCRIPTIONS: '2022-12-01',
182
ResourceType.MGMT_RESOURCE_DEPLOYMENTSCRIPTS: '2020-10-01',
183
ResourceType.MGMT_RESOURCE_TEMPLATESPECS: '2021-05-01',
0 commit comments