Skip to content

Commit

Permalink
Generated from 5dc066ec0112cfbcbb2b9e40f1cc21e734e1035d
Browse files Browse the repository at this point in the history
Add APIs for integration runtime sharing feature.
Add two fields 'pushedVersion' 'latestVersion' into SelfHostedIntegrationRuntimeStatus
Fixed issue Azure/azure-rest-api-specs#2057
  • Loading branch information
AutorestCI committed May 23, 2018
1 parent 61ed614 commit 487d82b
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,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 @@ -997,7 +998,9 @@ type FactoryListResponse = original.FactoryListResponse
type FactoryListResponseIterator = original.FactoryListResponseIterator
type FactoryListResponsePage = original.FactoryListResponsePage
type FactoryProperties = original.FactoryProperties
type FactoryRepoUpdate = original.FactoryRepoUpdate
type FactoryUpdateParameters = original.FactoryUpdateParameters
type FactoryVSTSConfiguration = original.FactoryVSTSConfiguration
type FileServerLinkedService = original.FileServerLinkedService
type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
type FileShareDataset = original.FileShareDataset
Expand Down Expand Up @@ -1072,6 +1075,7 @@ type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListRespons
type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringData
type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
type IntegrationRuntimePermissionRequest = original.IntegrationRuntimePermissionRequest
type IntegrationRuntimeReference = original.IntegrationRuntimeReference
type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
type IntegrationRuntimeRemoveNodeRequest = original.IntegrationRuntimeRemoveNodeRequest
Expand All @@ -1095,7 +1099,6 @@ type LinkedIntegrationRuntimeKey = original.LinkedIntegrationRuntimeKey
type BasicLinkedIntegrationRuntimeProperties = original.BasicLinkedIntegrationRuntimeProperties
type LinkedIntegrationRuntimeProperties = original.LinkedIntegrationRuntimeProperties
type LinkedIntegrationRuntimeRbac = original.LinkedIntegrationRuntimeRbac
type LinkedIntegrationRuntimeTypeProperties = original.LinkedIntegrationRuntimeTypeProperties
type BasicLinkedService = original.BasicLinkedService
type LinkedService = original.LinkedService
type LinkedServiceListResponse = original.LinkedServiceListResponse
Expand Down Expand Up @@ -1240,6 +1243,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

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

Loading

0 comments on commit 487d82b

Please sign in to comment.