Skip to content

Commit

Permalink
CodeGen from PR 18685 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge cb17b8554b3898eae868d5c4623c16cabdbd4cbd into 5575aeff7364faef03c26a3661e1e64a6bb693a7
  • Loading branch information
SDKAuto committed Apr 18, 2022
1 parent 35e8a5e commit a251e52
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 261 deletions.
12 changes: 12 additions & 0 deletions sdk/resourcemanager/resources/armdeploymentscripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## 0.5.0 (2022-04-18)
### Breaking Changes

- Function `*Client.ListByResourceGroup` has been removed
- Function `*Client.ListBySubscription` has been removed

### Features Added

- New function `*Client.NewListByResourceGroupPager(string, *ClientListByResourceGroupOptions) *runtime.Pager[ClientListByResourceGroupResponse]`
- New function `*Client.NewListBySubscriptionPager(*ClientListBySubscriptionOptions) *runtime.Pager[ClientListBySubscriptionResponse]`


## 0.4.0 (2022-04-14)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/49135492d5ea1c15f1ba53813c4be8cb2109c416/specification/resources/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/49135492d5ea1c15f1ba53813c4be8cb2109c416/specification/resources/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.4.0
module-version: 0.5.0
package-deploymentscripts: true
```
2 changes: 1 addition & 1 deletion sdk/resourcemanager/resources/armdeploymentscripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.18

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v0.4.0
github.com/stretchr/testify v1.7.0
)

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
Expand Down

This file was deleted.

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

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

0 comments on commit a251e52

Please sign in to comment.