github Azure/azure-sdk-for-python azure-mgmt-resource_24.0.0

latest releases: azure-identity_1.25.0, azure-cosmos_4.14.0b4, azure-communication-callautomation_1.6.0b1...
2 months ago

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.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.