|
1 | | -# Change History |
| 1 | +# Unreleased |
2 | 2 |
|
3 | 3 | ## Additive Changes |
4 | 4 |
|
| 5 | +### New Constants |
| 6 | + |
| 7 | +1. RestServiceAuthenticationType.RestServiceAuthenticationTypeOAuth2ClientCredential |
| 8 | + |
| 9 | +### New Funcs |
| 10 | + |
| 11 | +1. *GlobalParameterListResponseIterator.Next() error |
| 12 | +1. *GlobalParameterListResponseIterator.NextWithContext(context.Context) error |
| 13 | +1. *GlobalParameterListResponsePage.Next() error |
| 14 | +1. *GlobalParameterListResponsePage.NextWithContext(context.Context) error |
| 15 | +1. GlobalParameterListResponse.IsEmpty() bool |
| 16 | +1. GlobalParameterListResponseIterator.NotDone() bool |
| 17 | +1. GlobalParameterListResponseIterator.Response() GlobalParameterListResponse |
| 18 | +1. GlobalParameterListResponseIterator.Value() GlobalParameterResource |
| 19 | +1. GlobalParameterListResponsePage.NotDone() bool |
| 20 | +1. GlobalParameterListResponsePage.Response() GlobalParameterListResponse |
| 21 | +1. GlobalParameterListResponsePage.Values() []GlobalParameterResource |
| 22 | +1. GlobalParameterResource.MarshalJSON() ([]byte, error) |
| 23 | +1. GlobalParametersClient.CreateOrUpdate(context.Context, string, string, string, GlobalParameterResource) (GlobalParameterResource, error) |
| 24 | +1. GlobalParametersClient.CreateOrUpdatePreparer(context.Context, string, string, string, GlobalParameterResource) (*http.Request, error) |
| 25 | +1. GlobalParametersClient.CreateOrUpdateResponder(*http.Response) (GlobalParameterResource, error) |
| 26 | +1. GlobalParametersClient.CreateOrUpdateSender(*http.Request) (*http.Response, error) |
| 27 | +1. GlobalParametersClient.Delete(context.Context, string, string, string) (autorest.Response, error) |
| 28 | +1. GlobalParametersClient.DeletePreparer(context.Context, string, string, string) (*http.Request, error) |
| 29 | +1. GlobalParametersClient.DeleteResponder(*http.Response) (autorest.Response, error) |
| 30 | +1. GlobalParametersClient.DeleteSender(*http.Request) (*http.Response, error) |
| 31 | +1. GlobalParametersClient.Get(context.Context, string, string, string) (GlobalParameterResource, error) |
| 32 | +1. GlobalParametersClient.GetPreparer(context.Context, string, string, string) (*http.Request, error) |
| 33 | +1. GlobalParametersClient.GetResponder(*http.Response) (GlobalParameterResource, error) |
| 34 | +1. GlobalParametersClient.GetSender(*http.Request) (*http.Response, error) |
| 35 | +1. GlobalParametersClient.ListByFactory(context.Context, string, string) (GlobalParameterListResponsePage, error) |
| 36 | +1. GlobalParametersClient.ListByFactoryComplete(context.Context, string, string) (GlobalParameterListResponseIterator, error) |
| 37 | +1. GlobalParametersClient.ListByFactoryPreparer(context.Context, string, string) (*http.Request, error) |
| 38 | +1. GlobalParametersClient.ListByFactoryResponder(*http.Response) (GlobalParameterListResponse, error) |
| 39 | +1. GlobalParametersClient.ListByFactorySender(*http.Request) (*http.Response, error) |
| 40 | +1. NewGlobalParameterListResponseIterator(GlobalParameterListResponsePage) GlobalParameterListResponseIterator |
| 41 | +1. NewGlobalParameterListResponsePage(GlobalParameterListResponse, func(context.Context, GlobalParameterListResponse) (GlobalParameterListResponse, error)) GlobalParameterListResponsePage |
| 42 | +1. NewGlobalParametersClient(string) GlobalParametersClient |
| 43 | +1. NewGlobalParametersClientWithBaseURI(string, string) GlobalParametersClient |
| 44 | + |
5 | 45 | ### Struct Changes |
6 | 46 |
|
7 | 47 | #### New Structs |
8 | 48 |
|
9 | | -1. PurviewConfiguration |
| 49 | +1. GlobalParameterListResponse |
| 50 | +1. GlobalParameterListResponseIterator |
| 51 | +1. GlobalParameterListResponsePage |
| 52 | +1. GlobalParameterResource |
| 53 | +1. GlobalParametersClient |
10 | 54 |
|
11 | 55 | #### New Struct Fields |
12 | 56 |
|
13 | | -1. DataFlowSink.RejectedDataLinkedService |
14 | | -1. ExecuteDataFlowActivityTypeProperties.SourceStagingConcurrency |
15 | | -1. ExecutePowerQueryActivityTypeProperties.SourceStagingConcurrency |
16 | | -1. FactoryProperties.PurviewConfiguration |
17 | | -1. PowerQuerySink.RejectedDataLinkedService |
| 57 | +1. RestServiceLinkedServiceTypeProperties.ClientID |
| 58 | +1. RestServiceLinkedServiceTypeProperties.ClientSecret |
| 59 | +1. RestServiceLinkedServiceTypeProperties.Resource |
| 60 | +1. RestServiceLinkedServiceTypeProperties.Scope |
| 61 | +1. RestServiceLinkedServiceTypeProperties.TokenEndpoint |
0 commit comments