Skip to content

Commit 4d9d282

Browse files
author
SDKAuto
committed
CodeGen from PR 34227 in Azure/azure-rest-api-specs
Merge bfc9f501dc2a565bff79352d4bc677093107e004 into 96955c9cf1998abe8b24d44a79ea2c5cce9b9c46
1 parent b9781e5 commit 4d9d282

Some content is hidden

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

47 files changed

+13189
-5430
lines changed

sdk/resourcemanager/providerhub/armproviderhub/CHANGELOG.md

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

sdk/resourcemanager/providerhub/armproviderhub/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 Provider HUB module:
1919

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

2424
## Authorization
@@ -55,7 +55,7 @@ clientFactory, err := armproviderhub.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.NewClient()
58+
client := clientFactory.NewAuthorizedApplicationsClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/providerhub/armproviderhub/authorizedapplications_client.go

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

sdk/resourcemanager/providerhub/armproviderhub/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/providerhub/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/providerhub/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/providerhub/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/providerhub/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.2.0
11+
module-version: 2.0.0
1212

1313
```

0 commit comments

Comments
 (0)