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 a4e0a89196d96721b3998f36a7958b04446298c5 into e6c0e188a74d051a3a44728ce058e85447553392
  • Loading branch information
SDKAuto committed May 11, 2023
1 parent bc9017e commit f790fc8
Show file tree
Hide file tree
Showing 46 changed files with 917 additions and 20,091 deletions.
54 changes: 54 additions & 0 deletions sdk/resourcemanager/monitor/armmonitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Release History

## 0.10.0 (2023-05-11)
### 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 `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 `ErrorResponseAutoGenerated3`
- 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 `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 f790fc8

Please sign in to comment.