Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] [ADF v2]Add integration runtime…
Browse files Browse the repository at this point in the history
… sharing feature. (#2167)

* Generated from 8252d05908b4f2a6dc1dff659c6eb61d6d0220eb

Add integration runtime sharing feature.

* Generated from 10967f6b83c1ff5532b2383c8fbac24f59c9e502

Add x-ms-client-name to LinkedIntegrationRuntimeRequest.factoryName

* Generated from fce7b6fcf59f03d2866abfd45b122a02bcd12afd

Change class name according review comments
  • Loading branch information
AutorestCI authored Jul 10, 2018
1 parent 2213275 commit f7a2d73
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 5 deletions.
19 changes: 19 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ const (
AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = original.AuthenticationTypeWebLinkedServiceTypeProperties
)

type AuthorizationType = original.AuthorizationType

const (
AuthorizationTypeKey AuthorizationType = original.AuthorizationTypeKey
AuthorizationTypeLinkedIntegrationRuntimeType AuthorizationType = original.AuthorizationTypeLinkedIntegrationRuntimeType
AuthorizationTypeRBAC AuthorizationType = original.AuthorizationTypeRBAC
)

type AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorType

const (
Expand Down Expand Up @@ -245,6 +253,7 @@ const (
type IntegrationRuntimeState = original.IntegrationRuntimeState

const (
AccessDenied IntegrationRuntimeState = original.AccessDenied
Initial IntegrationRuntimeState = original.Initial
Limited IntegrationRuntimeState = original.Limited
NeedRegistration IntegrationRuntimeState = original.NeedRegistration
Expand Down Expand Up @@ -1106,6 +1115,12 @@ type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
type JiraObjectDataset = original.JiraObjectDataset
type JiraSource = original.JiraSource
type JSONFormat = original.JSONFormat
type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeType
type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
type BasicLinkedService = original.BasicLinkedService
type LinkedService = original.LinkedService
type LinkedServiceListResponse = original.LinkedServiceListResponse
Expand Down Expand Up @@ -1253,6 +1268,7 @@ type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
type SelfHostedIntegrationRuntimeNode = original.SelfHostedIntegrationRuntimeNode
type SelfHostedIntegrationRuntimeStatus = original.SelfHostedIntegrationRuntimeStatus
type SelfHostedIntegrationRuntimeStatusTypeProperties = original.SelfHostedIntegrationRuntimeStatusTypeProperties
type SelfHostedIntegrationRuntimeTypeProperties = original.SelfHostedIntegrationRuntimeTypeProperties
type ServiceNowLinkedService = original.ServiceNowLinkedService
type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
type ServiceNowObjectDataset = original.ServiceNowObjectDataset
Expand Down Expand Up @@ -1387,6 +1403,9 @@ func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) L
func PossibleAuthenticationTypeValues() []AuthenticationType {
return original.PossibleAuthenticationTypeValues()
}
func PossibleAuthorizationTypeValues() []AuthorizationType {
return original.PossibleAuthorizationTypeValues()
}
func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
return original.PossibleAzureSearchIndexWriteBehaviorTypeValues()
}
Expand Down

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

Loading

0 comments on commit f7a2d73

Please sign in to comment.