Skip to content

Commit f86a4a6

Browse files
author
SDKAuto
committed
CodeGen from PR 33897 in Azure/azure-rest-api-specs
Merge ab4d223c3c4a8a487e9171ded0f70783cad9e75d into 1e06393fe545b07c42a71830ba0fdb366f22fb93
1 parent ba55fc0 commit f86a4a6

File tree

399 files changed

+51080
-26981
lines changed

Some content is hidden

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

399 files changed

+51080
-26981
lines changed

sdk/resourcemanager/apimanagement/armapimanagement/CHANGELOG.md

Lines changed: 426 additions & 0 deletions
Large diffs are not rendered by default.

sdk/resourcemanager/apimanagement/armapimanagement/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure API Management module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apimanagement/armapimanagement/v2
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/apimanagement/armapimanagement/v3
2222
```
2323

2424
## Authorization
@@ -55,7 +55,7 @@ clientFactory, err := armapimanagement.NewClientFactory(<subscription ID>, cred,
5555
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.
5656

5757
```go
58-
client := clientFactory.NewServiceClient()
58+
client := clientFactory.NewAPIClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/apimanagement/armapimanagement/allpolicies_client.go

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

0 commit comments

Comments
 (0)