23.0.0 (2023-03-29)
Other Changes
- Initial stable release with our new combined multiapi package. Package size is now 5% of what it used to be.
Breaking Changes
- All query and header parameters are now keyword-only
- Removed api version subfolders. This means you can no longer access any
azure.mgmt.network.v20xx_xx_xx
modules. - Removed
.models
method fromNetworkManagementClient
. Instead, import models fromazure.mgmt.network.models
.