You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
24.0.0 (2025-06-16)
Features Added
Model Deployment has a new parameter identity
Model DeploymentParameter has a new parameter expression
Model DeploymentProperties has a new parameter external_input_definitions
Model DeploymentProperties has a new parameter external_inputs
Model DeploymentWhatIfProperties has a new parameter external_input_definitions
Model DeploymentWhatIfProperties has a new parameter external_inputs
Model WhatIfChange has a new parameter extension
Breaking Changes
The deploymentstacks module has been separated from the azure-mgmt-resource package into independent package azure-mgmt-resource-deploymentstacks
The deploymentscripts module has been separated from the azure-mgmt-resource package into independent package azure-mgmt-resource-deploymentscripts
The templatespecs module has been separated from the azure-mgmt-resource package into independent package azure-mgmt-resource-templatespecs
If you previously imported these modules using statements like from azure.mgmt.resource import DeploymentStacksClient, you'll need to update your code to from azure.mgmt.resource.deploymentstacks import DeploymentStacksClient. If you were already using the fully qualified import path, no changes are required. This applies to all three modules: deploymentstacks, deploymentscripts, and templatespecs.