Skip to content

Commit

Permalink
CodeGen from PR 19247 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 59fdc57bc4684aed97ea547d42ba7ee9915dc7a6 into 40fdd84627937fdd8b3b06486497c8f2cfced350
  • Loading branch information
SDKAuto committed May 27, 2022
1 parent 931f528 commit 1455014
Show file tree
Hide file tree
Showing 10 changed files with 1,138 additions and 105 deletions.
58 changes: 51 additions & 7 deletions services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,61 @@
# Change History
# Unreleased

## Additive Changes

### New Constants

1. RestServiceAuthenticationType.RestServiceAuthenticationTypeOAuth2ClientCredential

### New Funcs

1. *GlobalParameterListResponseIterator.Next() error
1. *GlobalParameterListResponseIterator.NextWithContext(context.Context) error
1. *GlobalParameterListResponsePage.Next() error
1. *GlobalParameterListResponsePage.NextWithContext(context.Context) error
1. GlobalParameterListResponse.IsEmpty() bool
1. GlobalParameterListResponseIterator.NotDone() bool
1. GlobalParameterListResponseIterator.Response() GlobalParameterListResponse
1. GlobalParameterListResponseIterator.Value() GlobalParameterResource
1. GlobalParameterListResponsePage.NotDone() bool
1. GlobalParameterListResponsePage.Response() GlobalParameterListResponse
1. GlobalParameterListResponsePage.Values() []GlobalParameterResource
1. GlobalParameterResource.MarshalJSON() ([]byte, error)
1. GlobalParametersClient.CreateOrUpdate(context.Context, string, string, string, GlobalParameterResource) (GlobalParameterResource, error)
1. GlobalParametersClient.CreateOrUpdatePreparer(context.Context, string, string, string, GlobalParameterResource) (*http.Request, error)
1. GlobalParametersClient.CreateOrUpdateResponder(*http.Response) (GlobalParameterResource, error)
1. GlobalParametersClient.CreateOrUpdateSender(*http.Request) (*http.Response, error)
1. GlobalParametersClient.Delete(context.Context, string, string, string) (autorest.Response, error)
1. GlobalParametersClient.DeletePreparer(context.Context, string, string, string) (*http.Request, error)
1. GlobalParametersClient.DeleteResponder(*http.Response) (autorest.Response, error)
1. GlobalParametersClient.DeleteSender(*http.Request) (*http.Response, error)
1. GlobalParametersClient.Get(context.Context, string, string, string) (GlobalParameterResource, error)
1. GlobalParametersClient.GetPreparer(context.Context, string, string, string) (*http.Request, error)
1. GlobalParametersClient.GetResponder(*http.Response) (GlobalParameterResource, error)
1. GlobalParametersClient.GetSender(*http.Request) (*http.Response, error)
1. GlobalParametersClient.ListByFactory(context.Context, string, string) (GlobalParameterListResponsePage, error)
1. GlobalParametersClient.ListByFactoryComplete(context.Context, string, string) (GlobalParameterListResponseIterator, error)
1. GlobalParametersClient.ListByFactoryPreparer(context.Context, string, string) (*http.Request, error)
1. GlobalParametersClient.ListByFactoryResponder(*http.Response) (GlobalParameterListResponse, error)
1. GlobalParametersClient.ListByFactorySender(*http.Request) (*http.Response, error)
1. NewGlobalParameterListResponseIterator(GlobalParameterListResponsePage) GlobalParameterListResponseIterator
1. NewGlobalParameterListResponsePage(GlobalParameterListResponse, func(context.Context, GlobalParameterListResponse) (GlobalParameterListResponse, error)) GlobalParameterListResponsePage
1. NewGlobalParametersClient(string) GlobalParametersClient
1. NewGlobalParametersClientWithBaseURI(string, string) GlobalParametersClient

### Struct Changes

#### New Structs

1. PurviewConfiguration
1. GlobalParameterListResponse
1. GlobalParameterListResponseIterator
1. GlobalParameterListResponsePage
1. GlobalParameterResource
1. GlobalParametersClient

#### New Struct Fields

1. DataFlowSink.RejectedDataLinkedService
1. ExecuteDataFlowActivityTypeProperties.SourceStagingConcurrency
1. ExecutePowerQueryActivityTypeProperties.SourceStagingConcurrency
1. FactoryProperties.PurviewConfiguration
1. PowerQuerySink.RejectedDataLinkedService
1. RestServiceLinkedServiceTypeProperties.ClientID
1. RestServiceLinkedServiceTypeProperties.ClientSecret
1. RestServiceLinkedServiceTypeProperties.Resource
1. RestServiceLinkedServiceTypeProperties.Scope
1. RestServiceLinkedServiceTypeProperties.TokenEndpoint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "cd8f049ce47372fd5955c2dfd11daf4a02050fe3",
"commit": "0103b10be26486c6cbae83ae44641069f92da0fe",
"readme": "/_/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md",
"tag": "package-2018-06",
"use": "@microsoft.azure/[email protected]",
Expand Down

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

4 changes: 3 additions & 1 deletion services/datafactory/mgmt/2018-06-01/datafactory/enums.go

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

Loading

0 comments on commit 1455014

Please sign in to comment.