Skip to content

Commit

Permalink
CodeGen from PR 19296 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 8fc8c61412e04a701641d8c5d1850315e80e4217 into 27a778f98e46bb598b126d34bde8e96e8e4c96a6
  • Loading branch information
SDKAuto committed Jun 1, 2022
1 parent a83e05e commit de04d4d
Show file tree
Hide file tree
Showing 86 changed files with 16,102 additions and 169 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# Change History
# Unreleased

## Breaking Changes

### Signature Changes

#### Funcs

1. ProviderOperationsMetadataClient.Get
- Params
- From: context.Context, string, string, string
- To: context.Context, string, string
1. ProviderOperationsMetadataClient.GetPreparer
- Params
- From: context.Context, string, string, string
- To: context.Context, string, string
1. ProviderOperationsMetadataClient.List
- Params
- From: context.Context, string, string
- To: context.Context, string
1. ProviderOperationsMetadataClient.ListComplete
- Params
- From: context.Context, string, string
- To: context.Context, string
1. ProviderOperationsMetadataClient.ListPreparer
- Params
- From: context.Context, string, string
- To: context.Context, string

## Additive Changes

### New Funcs

1. ErrorAdditionalInfo.MarshalJSON() ([]byte, error)
1. ErrorDetail.MarshalJSON() ([]byte, error)

### Struct Changes

#### New Structs

1. ErrorAdditionalInfo
1. ErrorDetail
1. ErrorResponse
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "4234f24fba52db5914cb6daec01544435b511c64",
"readme": "/_/azure-rest-api-specs/specification/authorization/resource-manager/readme.md",
"tag": "package-2015-07-01",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down

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.

41 changes: 41 additions & 0 deletions services/authorization/mgmt/2015-07-01/authorization/models.go

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.

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.

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

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Change History
# Unreleased

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "e7d2d8c48cf6f8f63de7e252c467930449b5fd88",
"commit": "4234f24fba52db5914cb6daec01544435b511c64",
"readme": "/_/azure-rest-api-specs/specification/authorization/resource-manager/readme.md",
"tag": "package-2020-10-01",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down
Loading

0 comments on commit de04d4d

Please sign in to comment.