Skip to content

Commit

Permalink
Generated from 77135b41e9a18fa1ded8f4072f4bc22419402035
Browse files Browse the repository at this point in the history
1. Add APIs for integration runtime sharing feature.
2. Add two fields 'pushedVersion' 'latestVersion' into SelfHostedIntegrationRuntimeStatus
3. Fixed issue Azure/azure-rest-api-specs#2057
  • Loading branch information
AutorestCI committed May 23, 2018
1 parent 61ed614 commit c50ee8a
Show file tree
Hide file tree
Showing 4 changed files with 433 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 @@ -1072,6 +1073,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 +1097,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 +1241,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 c50ee8a

Please sign in to comment.