Skip to content

Commit 6a54573

Browse files
committed
Update deployments API version to 2025-04-01.
1 parent 86600d6 commit 6a54573

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli-core/azure/cli/core/profiles

1 file changed

+1
-1
lines changed

src/azure-cli-core/azure/cli/core/profiles/_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def default_api_version(self):
177177
ResourceType.MGMT_RESOURCE_POLICY: SDKProfile('2021-06-01', {
178178
'policy_exemptions': '2020-07-01-preview'
179179
}),
180-
ResourceType.MGMT_RESOURCE_RESOURCES: '2024-11-01',
180+
ResourceType.MGMT_RESOURCE_RESOURCES: '2025-04-01',
181181
ResourceType.MGMT_RESOURCE_SUBSCRIPTIONS: '2022-12-01',
182182
ResourceType.MGMT_RESOURCE_DEPLOYMENTSCRIPTS: '2020-10-01',
183183
ResourceType.MGMT_RESOURCE_TEMPLATESPECS: '2021-05-01',

0 commit comments

Comments
 (0)