|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.11.0 (2023-10-26) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*PrivateEndpointConnectionsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, PrivateEndpointConnection, *PrivateEndpointConnectionsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, PrivateEndpointConnectionAutoGenerated, *PrivateEndpointConnectionsClientBeginCreateOrUpdateOptions)` |
| 7 | +- Type of `AzureMonitorPrivateLinkScopeProperties.PrivateEndpointConnections` has been changed from `[]*PrivateEndpointConnection` to `[]*PrivateEndpointConnectionAutoGenerated` |
| 8 | +- Type of `DefaultErrorResponse.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated` |
| 9 | +- Type of `ErrorContract.Error` has been changed from `*ErrorResponse` to `*ErrorResponseAutoGenerated` |
| 10 | +- Type of `ErrorResponseCommonV2.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated` |
| 11 | +- Type of `OperationStatus.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated` |
| 12 | +- Type of `PrivateEndpointConnectionListResult.Value` has been changed from `[]*PrivateEndpointConnection` to `[]*PrivateEndpointConnectionAutoGenerated` |
| 13 | +- Operation `*AzureMonitorWorkspacesClient.Delete` has been changed to LRO, use `*AzureMonitorWorkspacesClient.BeginDelete` instead. |
| 14 | +- Field `Code`, `Message` of struct `ErrorResponse` has been removed |
| 15 | +- Field `ActionType`, `IsDataAction`, `Origin` of struct `OperationAutoGenerated` has been removed |
| 16 | +- Field `Description` of struct `OperationDisplayAutoGenerated` has been removed |
| 17 | +- Field `OperationListResult` of struct `OperationsClientListResponse` has been removed |
| 18 | +- Field `OperationListResultAutoGenerated` of struct `OperationsForMonitorClientListResponse` has been removed |
| 19 | +- Field `PrivateEndpointConnection` of struct `PrivateEndpointConnectionsClientCreateOrUpdateResponse` has been removed |
| 20 | +- Field `PrivateEndpointConnection` of struct `PrivateEndpointConnectionsClientGetResponse` has been removed |
| 21 | +- Field `Location`, `Tags` of struct `Resource` has been removed |
| 22 | +- Field `Location`, `Tags` of struct `ResourceAutoGenerated` has been removed |
| 23 | +- Field `SystemData` of struct `ResourceAutoGenerated5` has been removed |
| 24 | +- Field `SystemData` of struct `TrackedResourceAutoGenerated` has been removed |
| 25 | + |
| 26 | +### Features Added |
| 27 | + |
| 28 | +- New function `NewClient(azcore.TokenCredential, *arm.ClientOptions) (*Client, error)` |
| 29 | +- New function `*Client.BeginCreateNotificationsAtTenantActionGroupResourceLevel(context.Context, string, string, string, TenantNotificationRequestBody, *ClientBeginCreateNotificationsAtTenantActionGroupResourceLevelOptions) (*runtime.Poller[ClientCreateNotificationsAtTenantActionGroupResourceLevelResponse], error)` |
| 30 | +- New function `*Client.GetTestNotificationsAtTenantActionGroupResourceLevel(context.Context, string, string, string, string, *ClientGetTestNotificationsAtTenantActionGroupResourceLevelOptions) (ClientGetTestNotificationsAtTenantActionGroupResourceLevelResponse, error)` |
| 31 | +- New function `*ClientFactory.NewClient() *Client` |
| 32 | +- New struct `ActionDetailAutoGenerated` |
| 33 | +- New struct `ErrorResponseAutoGenerated3` |
| 34 | +- New struct `PrivateEndpointAutoGenerated` |
| 35 | +- New struct `PrivateEndpointConnectionAutoGenerated` |
| 36 | +- New struct `PrivateEndpointConnectionPropertiesAutoGenerated` |
| 37 | +- New struct `ResourceAutoGenerated6` |
| 38 | +- New struct `TenantNotificationRequestBody` |
| 39 | +- New struct `TestNotificationDetailsResponseAutoGenerated` |
| 40 | +- New field `PrivateEndpointConnections`, `PublicNetworkAccess` in struct `AzureMonitorWorkspace` |
| 41 | +- New field `PrivateEndpointConnections`, `PublicNetworkAccess` in struct `AzureMonitorWorkspaceResourceProperties` |
| 42 | +- New field `Error` in struct `ErrorResponse` |
| 43 | +- New field `ActionType`, `IsDataAction`, `Origin` in struct `Operation` |
| 44 | +- New field `Description` in struct `OperationDisplay` |
| 45 | +- New anonymous field `OperationListResultAutoGenerated` in struct `OperationsClientListResponse` |
| 46 | +- New anonymous field `OperationListResult` in struct `OperationsForMonitorClientListResponse` |
| 47 | +- New field `SystemData` in struct `PrivateEndpointConnection` |
| 48 | +- New field `GroupIDs` in struct `PrivateEndpointConnectionProperties` |
| 49 | +- New anonymous field `PrivateEndpointConnectionAutoGenerated` in struct `PrivateEndpointConnectionsClientCreateOrUpdateResponse` |
| 50 | +- New anonymous field `PrivateEndpointConnectionAutoGenerated` in struct `PrivateEndpointConnectionsClientGetResponse` |
| 51 | +- New field `SystemData` in struct `ResourceAutoGenerated` |
| 52 | +- New field `SystemData` in struct `ResourceAutoGenerated2` |
| 53 | +- New field `Location`, `Tags` in struct `ResourceAutoGenerated3` |
| 54 | +- New field `SystemData` in struct `TrackedResource` |
| 55 | + |
| 56 | + |
3 | 57 | ## 0.10.2 (2023-10-09) |
4 | 58 |
|
5 | 59 | ### Other Changes |
|
0 commit comments