Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] Adding refresh and get Integrat…
Browse files Browse the repository at this point in the history
…ionRuntimeObjectMetadata API (#3519)

* Generated from aded924bcbec0926d1f273fdc99b3a8d2d51246b

Adding refresh and get IntegrationRuntimeObjectMetadata API

* Generated from 38fb817c3d29a206d1371a3d4cea5002cc960535

Change ssis to upper case

* Generated from 43c2dab88ba9dd4abfe793fddfe0c1156518c4a9

Fix model validation issue
  • Loading branch information
AutorestCI authored Dec 11, 2018
1 parent 5f28ef4 commit 40f9471
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type ActivityRunsClientAPI = original.ActivityRunsClientAPI
type DatasetsClientAPI = original.DatasetsClientAPI
type FactoriesClientAPI = original.FactoriesClientAPI
type IntegrationRuntimeNodesClientAPI = original.IntegrationRuntimeNodesClientAPI
type IntegrationRuntimeObjectMetadataClientAPI = original.IntegrationRuntimeObjectMetadataClientAPI
type IntegrationRuntimesClientAPI = original.IntegrationRuntimesClientAPI
type LinkedServicesClientAPI = original.LinkedServicesClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
34 changes: 34 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,15 @@ const (
SparkThriftTransportProtocolSASL SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
)

type SsisObjectMetadataType = original.SsisObjectMetadataType

const (
Environment SsisObjectMetadataType = original.Environment
Folder SsisObjectMetadataType = original.Folder
Package SsisObjectMetadataType = original.Package
Project SsisObjectMetadataType = original.Project
)

type StoredProcedureParameterType = original.StoredProcedureParameterType

const (
Expand Down Expand Up @@ -848,6 +857,12 @@ const (
TypeZoho TypeBasicLinkedService = original.TypeZoho
)

type TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadata

const (
TypeSsisObjectMetadata TypeBasicSsisObjectMetadata = original.TypeSsisObjectMetadata
)

type TypeBasicTrigger = original.TypeBasicTrigger

const (
Expand Down Expand Up @@ -972,6 +987,7 @@ type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeT
type BasicLinkedService = original.BasicLinkedService
type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
type BasicSecretBase = original.BasicSecretBase
type BasicSsisObjectMetadata = original.BasicSsisObjectMetadata
type BasicTrigger = original.BasicTrigger
type BasicTriggerDependencyReference = original.BasicTriggerDependencyReference
type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
Expand Down Expand Up @@ -1090,6 +1106,7 @@ type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeP
type GenericDatasetTypeProperties = original.GenericDatasetTypeProperties
type GetMetadataActivity = original.GetMetadataActivity
type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
type GetSsisObjectMetadataRequest = original.GetSsisObjectMetadataRequest
type GitHubAccessTokenRequest = original.GitHubAccessTokenRequest
type GitHubAccessTokenResponse = original.GitHubAccessTokenResponse
type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
Expand Down Expand Up @@ -1152,6 +1169,8 @@ type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringDat
type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
type IntegrationRuntimeObjectMetadataClient = original.IntegrationRuntimeObjectMetadataClient
type IntegrationRuntimeObjectMetadataRefreshFuture = original.IntegrationRuntimeObjectMetadataRefreshFuture
type IntegrationRuntimeReference = original.IntegrationRuntimeReference
type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
type IntegrationRuntimeResource = original.IntegrationRuntimeResource
Expand Down Expand Up @@ -1371,6 +1390,9 @@ type SquareLinkedService = original.SquareLinkedService
type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
type SquareObjectDataset = original.SquareObjectDataset
type SquareSource = original.SquareSource
type SsisObjectMetadata = original.SsisObjectMetadata
type SsisObjectMetadataListResponse = original.SsisObjectMetadataListResponse
type SsisObjectMetadataStatusResponse = original.SsisObjectMetadataStatusResponse
type StagingSettings = original.StagingSettings
type StoredProcedureParameter = original.StoredProcedureParameter
type SubResource = original.SubResource
Expand Down Expand Up @@ -1475,6 +1497,12 @@ func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeN
func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient {
return original.NewIntegrationRuntimeNodesClientWithBaseURI(baseURI, subscriptionID)
}
func NewIntegrationRuntimeObjectMetadataClient(subscriptionID string) IntegrationRuntimeObjectMetadataClient {
return original.NewIntegrationRuntimeObjectMetadataClient(subscriptionID)
}
func NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeObjectMetadataClient {
return original.NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI, subscriptionID)
}
func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient {
return original.NewIntegrationRuntimesClient(subscriptionID)
}
Expand Down Expand Up @@ -1715,6 +1743,9 @@ func PossibleSparkServerTypeValues() []SparkServerType {
func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
return original.PossibleSparkThriftTransportProtocolValues()
}
func PossibleSsisObjectMetadataTypeValues() []SsisObjectMetadataType {
return original.PossibleSsisObjectMetadataTypeValues()
}
func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
return original.PossibleStoredProcedureParameterTypeValues()
}
Expand Down Expand Up @@ -1769,6 +1800,9 @@ func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
return original.PossibleTypeBasicLinkedServiceValues()
}
func PossibleTypeBasicSsisObjectMetadataValues() []TypeBasicSsisObjectMetadata {
return original.PossibleTypeBasicSsisObjectMetadataValues()
}
func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
return original.PossibleTypeBasicTriggerValues()
}
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.

Loading

0 comments on commit 40f9471

Please sign in to comment.