25.0.0b1 (2025-07-16)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
- Operation Group
Deployments
andDeploymentOperations
ofResourceManagementClient
are moved toDeploymentsMgmtClient
of independent packageazure-mgmt-resource-deployments
. If you calledResourceManagementClient(...).deployments.xx(...)
before, just need change toDeploymentsMgmtClient(...).deployments.xx(...)
. And same forDeploymentOperations
.