Skip to content

Commit

Permalink
CodeGen from PR 23714 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 57bb49bcfdc32c3d26ae4422c673be07ef114117 into c03cc8fec127a9cdcc251b7a8f8d050658766dbf
  • Loading branch information
SDKAuto committed Apr 26, 2023
1 parent 97f86a3 commit 9fa240f
Show file tree
Hide file tree
Showing 46 changed files with 891 additions and 20,098 deletions.
55 changes: 55 additions & 0 deletions sdk/resourcemanager/monitor/armmonitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# Release History

## 0.10.0 (2023-04-26)
### Breaking Changes

- Function `*PrivateEndpointConnectionsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, PrivateEndpointConnection, *PrivateEndpointConnectionsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, PrivateEndpointConnectionAutoGenerated, *PrivateEndpointConnectionsClientBeginCreateOrUpdateOptions)`
- Type of `AzureMonitorPrivateLinkScopeProperties.PrivateEndpointConnections` has been changed from `[]*PrivateEndpointConnection` to `[]*PrivateEndpointConnectionAutoGenerated`
- Type of `DefaultErrorResponse.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated`
- Type of `ErrorContract.Error` has been changed from `*ErrorResponse` to `*ErrorResponseAutoGenerated`
- Type of `ErrorResponseCommonV2.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated`
- Type of `OperationStatus.Error` has been changed from `*ErrorDetail` to `*ErrorDetailAutoGenerated`
- Type of `PrivateEndpointConnectionListResult.Value` has been changed from `[]*PrivateEndpointConnection` to `[]*PrivateEndpointConnectionAutoGenerated`
- Operation `*AzureMonitorWorkspacesClient.Delete` has been changed to LRO, use `*AzureMonitorWorkspacesClient.BeginDelete` instead.
- Field `Code`, `Message` of struct `ErrorResponse` has been removed
- Field `Error` of struct `ErrorResponseAutoGenerated2` has been removed
- Field `ActionType`, `IsDataAction`, `Origin` of struct `OperationAutoGenerated` has been removed
- Field `Description` of struct `OperationDisplayAutoGenerated` has been removed
- Field `OperationListResult` of struct `OperationsClientListResponse` has been removed
- Field `OperationListResultAutoGenerated` of struct `OperationsForMonitorClientListResponse` has been removed
- Field `PrivateEndpointConnection` of struct `PrivateEndpointConnectionsClientCreateOrUpdateResponse` has been removed
- Field `PrivateEndpointConnection` of struct `PrivateEndpointConnectionsClientGetResponse` has been removed
- Field `Location`, `Tags` of struct `Resource` has been removed
- Field `Location`, `Tags` of struct `ResourceAutoGenerated` has been removed
- Field `SystemData` of struct `ResourceAutoGenerated5` has been removed
- Field `SystemData` of struct `TrackedResourceAutoGenerated` has been removed

### Features Added

- New function `NewClient(azcore.TokenCredential, *arm.ClientOptions) (*Client, error)`
- New function `*Client.BeginCreateNotificationsAtTenantActionGroupResourceLevel(context.Context, string, string, string, TenantNotificationRequestBody, *ClientBeginCreateNotificationsAtTenantActionGroupResourceLevelOptions) (*runtime.Poller[ClientCreateNotificationsAtTenantActionGroupResourceLevelResponse], error)`
- New function `*Client.GetTestNotificationsAtTenantActionGroupResourceLevel(context.Context, string, string, string, string, *ClientGetTestNotificationsAtTenantActionGroupResourceLevelOptions) (ClientGetTestNotificationsAtTenantActionGroupResourceLevelResponse, error)`
- New function `*ClientFactory.NewClient() *Client`
- New struct `ActionDetailAutoGenerated`
- New struct `PrivateEndpointAutoGenerated`
- New struct `PrivateEndpointConnectionAutoGenerated`
- New struct `PrivateEndpointConnectionPropertiesAutoGenerated`
- New struct `ResourceAutoGenerated6`
- New struct `TenantNotificationRequestBody`
- New struct `TestNotificationDetailsResponseAutoGenerated`
- New field `PrivateEndpointConnections`, `PublicNetworkAccess` in struct `AzureMonitorWorkspace`
- New field `PrivateEndpointConnections`, `PublicNetworkAccess` in struct `AzureMonitorWorkspaceResourceProperties`
- New field `Error` in struct `ErrorResponse`
- New field `Code`, `Message` in struct `ErrorResponseAutoGenerated2`
- New field `ActionType`, `IsDataAction`, `Origin` in struct `Operation`
- New field `Description` in struct `OperationDisplay`
- New anonymous field `OperationListResultAutoGenerated` in struct `OperationsClientListResponse`
- New anonymous field `OperationListResult` in struct `OperationsForMonitorClientListResponse`
- New field `SystemData` in struct `PrivateEndpointConnection`
- New field `GroupIDs` in struct `PrivateEndpointConnectionProperties`
- New anonymous field `PrivateEndpointConnectionAutoGenerated` in struct `PrivateEndpointConnectionsClientCreateOrUpdateResponse`
- New anonymous field `PrivateEndpointConnectionAutoGenerated` in struct `PrivateEndpointConnectionsClientGetResponse`
- New field `SystemData` in struct `ResourceAutoGenerated`
- New field `SystemData` in struct `ResourceAutoGenerated2`
- New field `Location`, `Tags` in struct `ResourceAutoGenerated3`
- New field `SystemData` in struct `TrackedResource`


## 0.9.1 (2023-04-14)
### Bug Fixes

Expand Down
Loading

0 comments on commit 9fa240f

Please sign in to comment.