Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
337 changes: 337 additions & 0 deletions sdk/resourcemanager/monitor/armmonitor/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/resourcemanager/monitor/armmonitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armmonitor.NewClientFactory(<subscription ID>, cred, &opti
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewAlertRuleIncidentsClient()
client := clientFactory.NewActionGroupsClient()
```

## Fakes
Expand Down
382 changes: 284 additions & 98 deletions sdk/resourcemanager/monitor/armmonitor/actiongroups_client.go

Large diffs are not rendered by default.

1,825 changes: 1,157 additions & 668 deletions sdk/resourcemanager/monitor/armmonitor/actiongroups_client_example_test.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading