Steps to migrate code that uses Azure Management Libraries for .NET from 1.31.1 to 1.32 ...
If this note missed any breaking changes, please open a pull request.
V1.32 is backwards compatible with V1.31.1 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.
Some breaking changes were introduced in APIs that were still in Beta in V1.31.1, as indicated by their inheritance from the IBeta
interface.
The following methods and/or types have been changed in V1.32 compared to the previous release (V1.31.1):
Area/Model | In V1.31.1 | In V1.32.0 | Remarks | Ref |
---|---|---|---|---|
CosmosDB / SqlContainer | WithPartitionKey(paths, kind, version) |
.WithPartitionKey(kind, verison).WithPartitionKeyPath(paths) |
PR #994 |