10.0.0 (2025-10-16)
Breaking Changes
- Split module "passivestamp" into independent package azure-mgmt-recoveryservicesbackup-passivestamp. Just add it as a dependency then no other code changes required.
- Removed sub-namespace "activestamp" and just need update import from
from azure.mgmt.recoveryservicesbackup.activestamp import XXX
tofrom azure.mgmt.recoveryservicesbackup import XXX
.