Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
azure-mgmt-resource_24.0.0 source code.tar.gz | 2025-06-17 | 131.4 MB | |
azure-mgmt-resource_24.0.0 source code.zip | 2025-06-17 | 187.5 MB | |
README.md | 2025-06-17 | 1.4 kB | |
Totals: 3 Items | 318.9 MB | 0 |
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 theazure-mgmt-resource
package into independent packageazure-mgmt-resource-deploymentstacks
- The
deploymentscripts
module has been separated from theazure-mgmt-resource
package into independent packageazure-mgmt-resource-deploymentscripts
- The
templatespecs
module has been separated from theazure-mgmt-resource
package into independent packageazure-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 tofrom 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
, andtemplatespecs
.