|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2023-09-29) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Operation `*PrivateEndpointConnectionsClient.Delete` has been changed to LRO, use `*PrivateEndpointConnectionsClient.BeginDelete` instead. |
| 7 | + |
| 8 | +### Features Added |
| 9 | + |
| 10 | +- New value `ResourceStateScaling`, `ResourceStateScalingFailed` added to enum type `ResourceState` |
| 11 | +- New value `SKUNameEnterpriseE200`, `SKUNameEnterpriseE400`, `SKUNameEnterpriseE5` added to enum type `SKUName` |
| 12 | +- New enum type `CmkIdentityType` with values `CmkIdentityTypeSystemAssignedIdentity`, `CmkIdentityTypeUserAssignedIdentity` |
| 13 | +- New enum type `CreatedByType` with values `CreatedByTypeApplication`, `CreatedByTypeKey`, `CreatedByTypeManagedIdentity`, `CreatedByTypeUser` |
| 14 | +- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned` |
| 15 | +- New function `*Client.CheckNameAvailability(context.Context, CheckNameAvailabilityParameters, *ClientCheckNameAvailabilityOptions) (ClientCheckNameAvailabilityResponse, error)` |
| 16 | +- New function `*ClientFactory.NewSKUsClient() *SKUsClient` |
| 17 | +- New function `*DatabasesClient.BeginFlush(context.Context, string, string, string, FlushParameters, *DatabasesClientBeginFlushOptions) (*runtime.Poller[DatabasesClientFlushResponse], error)` |
| 18 | +- New function `NewSKUsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsClient, error)` |
| 19 | +- New function `*SKUsClient.NewListPager(string, *SKUsClientListOptions) *runtime.Pager[SKUsClientListResponse]` |
| 20 | +- New function `timeRFC3339.MarshalText() ([]byte, error)` |
| 21 | +- New function `*timeRFC3339.Parse(string) error` |
| 22 | +- New function `*timeRFC3339.UnmarshalText([]byte) error` |
| 23 | +- New struct `Capability` |
| 24 | +- New struct `CheckNameAvailabilityParameters` |
| 25 | +- New struct `ClusterPropertiesEncryption` |
| 26 | +- New struct `ClusterPropertiesEncryptionCustomerManagedKeyEncryption` |
| 27 | +- New struct `ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity` |
| 28 | +- New struct `FlushParameters` |
| 29 | +- New struct `LocationInfo` |
| 30 | +- New struct `ManagedServiceIdentity` |
| 31 | +- New struct `RegionSKUDetail` |
| 32 | +- New struct `RegionSKUDetails` |
| 33 | +- New struct `SKUDetail` |
| 34 | +- New struct `SystemData` |
| 35 | +- New struct `UserAssignedIdentity` |
| 36 | +- New field `Identity`, `SystemData` in struct `Cluster` |
| 37 | +- New field `Encryption` in struct `ClusterProperties` |
| 38 | +- New field `Identity` in struct `ClusterUpdate` |
| 39 | +- New field `SystemData` in struct `Database` |
| 40 | +- New field `SystemData` in struct `PrivateEndpointConnection` |
| 41 | +- New field `SystemData` in struct `PrivateLinkResource` |
| 42 | +- New field `SystemData` in struct `ProxyResource` |
| 43 | +- New field `SystemData` in struct `Resource` |
| 44 | +- New field `SystemData` in struct `TrackedResource` |
| 45 | + |
| 46 | + |
3 | 47 | ## 1.1.1 (2023-04-14) |
4 | 48 | ### Bug Fixes |
5 | 49 |
|
|
0 commit comments