Skip to content

Commit cf742c8

Browse files
author
SDKAuto
committed
CodeGen from PR 22700 in Azure/azure-rest-api-specs
Merge e0bfba60934d406566892756e61ac3ce2750bb9b into 66e7f9b04a2325fe00afd04d8abdab6ed78b7c4a
1 parent dfbe352 commit cf742c8

File tree

70 files changed

+2633
-5971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2633
-5971
lines changed

sdk/resourcemanager/monitor/armmonitor/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Release History
22

3+
## 0.9.0 (2023-02-20)
4+
### Breaking Changes
5+
6+
- Function `*ActionGroupsClient.BeginCreateNotificationsAtResourceGroupLevel` has been removed
7+
- Function `*ActionGroupsClient.GetTestNotifications` has been removed
8+
- Function `*ActionGroupsClient.GetTestNotificationsAtResourceGroupLevel` has been removed
9+
- Function `*ActionGroupsClient.BeginPostTestNotifications` has been removed
10+
11+
### Features Added
12+
13+
- New type alias `ActionType` with values `ActionTypeInternal`
14+
- New type alias `IdentityType` with values `IdentityTypeNone`, `IdentityTypeSystemAssigned`, `IdentityTypeUserAssigned`
15+
- New type alias `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem`
16+
- New type alias `ProvisioningState` with values `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded`
17+
- New type alias `PublicNetworkAccess` with values `PublicNetworkAccessDisabled`, `PublicNetworkAccessEnabled`, `PublicNetworkAccessSecuredByPerimeter`
18+
- New function `NewAzureMonitorWorkspacesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureMonitorWorkspacesClient, error)`
19+
- New function `*AzureMonitorWorkspacesClient.Create(context.Context, string, string, AzureMonitorWorkspaceResource, *AzureMonitorWorkspacesClientCreateOptions) (AzureMonitorWorkspacesClientCreateResponse, error)`
20+
- New function `*AzureMonitorWorkspacesClient.Delete(context.Context, string, string, *AzureMonitorWorkspacesClientDeleteOptions) (AzureMonitorWorkspacesClientDeleteResponse, error)`
21+
- New function `*AzureMonitorWorkspacesClient.Get(context.Context, string, string, *AzureMonitorWorkspacesClientGetOptions) (AzureMonitorWorkspacesClientGetResponse, error)`
22+
- New function `*AzureMonitorWorkspacesClient.NewListByResourceGroupPager(string, *AzureMonitorWorkspacesClientListByResourceGroupOptions) *runtime.Pager[AzureMonitorWorkspacesClientListByResourceGroupResponse]`
23+
- New function `*AzureMonitorWorkspacesClient.NewListBySubscriptionPager(*AzureMonitorWorkspacesClientListBySubscriptionOptions) *runtime.Pager[AzureMonitorWorkspacesClientListBySubscriptionResponse]`
24+
- New function `*AzureMonitorWorkspacesClient.Update(context.Context, string, string, *AzureMonitorWorkspacesClientUpdateOptions) (AzureMonitorWorkspacesClientUpdateResponse, error)`
25+
- New function `NewOperationsForMonitorClient(azcore.TokenCredential, *arm.ClientOptions) (*OperationsForMonitorClient, error)`
26+
- New function `*OperationsForMonitorClient.NewListPager(*OperationsForMonitorClientListOptions) *runtime.Pager[OperationsForMonitorClientListResponse]`
27+
- New struct `AzureMonitorWorkspace`
28+
- New struct `AzureMonitorWorkspaceDefaultIngestionSettings`
29+
- New struct `AzureMonitorWorkspaceMetrics`
30+
- New struct `AzureMonitorWorkspaceResource`
31+
- New struct `AzureMonitorWorkspaceResourceForUpdate`
32+
- New struct `AzureMonitorWorkspaceResourceListResult`
33+
- New struct `AzureMonitorWorkspaceResourceProperties`
34+
- New struct `AzureMonitorWorkspacesClient`
35+
- New struct `ErrorDetailAutoGenerated`
36+
- New struct `ErrorResponseAutoGenerated2`
37+
- New struct `Identity`
38+
- New struct `IngestionSettings`
39+
- New struct `Metrics`
40+
- New struct `OperationAutoGenerated`
41+
- New struct `OperationDisplayAutoGenerated`
42+
- New struct `OperationListResultAutoGenerated`
43+
- New struct `OperationsForMonitorClient`
44+
- New struct `ResourceAutoGenerated5`
45+
- New struct `RuleResolveConfiguration`
46+
- New struct `TrackedResourceAutoGenerated`
47+
- New struct `UserIdentityProperties`
48+
- New field `PublicNetworkAccess` in struct `ScheduledQueryRuleProperties`
49+
- New field `RuleResolveConfiguration` in struct `ScheduledQueryRuleProperties`
50+
- New field `Identity` in struct `ScheduledQueryRuleResource`
51+
- New field `Identity` in struct `ScheduledQueryRuleResourcePatch`
52+
53+
354
## 0.8.0 (2022-10-18)
455
### Breaking Changes
556

sdk/resourcemanager/monitor/armmonitor/actiongroups_client.go

Lines changed: 67 additions & 283 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)