Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK v32.0.0 #5361

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 24 additions & 23 deletions Gopkg.lock

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

3 changes: 3 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ type TypeBasicActivity = original.TypeBasicActivity
const (
TypeActivity TypeBasicActivity = original.TypeActivity
TypeAppendVariable TypeBasicActivity = original.TypeAppendVariable
TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
TypeAzureFunctionActivity TypeBasicActivity = original.TypeAzureFunctionActivity
TypeAzureMLBatchExecution TypeBasicActivity = original.TypeAzureMLBatchExecution
TypeAzureMLUpdateResource TypeBasicActivity = original.TypeAzureMLUpdateResource
Expand Down Expand Up @@ -1102,6 +1103,8 @@ type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLink
type AzureBlobStorageLocation = original.AzureBlobStorageLocation
type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
Expand Down
3 changes: 3 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ type TypeBasicActivity = original.TypeBasicActivity
const (
TypeActivity TypeBasicActivity = original.TypeActivity
TypeAppendVariable TypeBasicActivity = original.TypeAppendVariable
TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
TypeAzureFunctionActivity TypeBasicActivity = original.TypeAzureFunctionActivity
TypeAzureMLBatchExecution TypeBasicActivity = original.TypeAzureMLBatchExecution
TypeAzureMLUpdateResource TypeBasicActivity = original.TypeAzureMLUpdateResource
Expand Down Expand Up @@ -1102,6 +1103,8 @@ type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLink
type AzureBlobStorageLocation = original.AzureBlobStorageLocation
type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import (
)

const (
DefaultBaseURI = original.DefaultBaseURI
DefaultIdentifier = original.DefaultIdentifier
DefaultBaseURI = original.DefaultBaseURI
)

type ActionRuleStatus = original.ActionRuleStatus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,14 @@ const (
ResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutputResultTypeSchemaErrorOutput ResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutput = original.ResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutputResultTypeSchemaErrorOutput
)

type ResultTypeBasicMigrateSsisTaskOutput = original.ResultTypeBasicMigrateSsisTaskOutput

const (
ResultTypeMigrateSsisTaskOutput ResultTypeBasicMigrateSsisTaskOutput = original.ResultTypeMigrateSsisTaskOutput
ResultTypeMigrationLevelOutput ResultTypeBasicMigrateSsisTaskOutput = original.ResultTypeMigrationLevelOutput
ResultTypeSsisProjectLevelOutput ResultTypeBasicMigrateSsisTaskOutput = original.ResultTypeSsisProjectLevelOutput
)

type SQLSourcePlatform = original.SQLSourcePlatform

const (
Expand Down Expand Up @@ -517,6 +525,28 @@ const (
SeverityWarning Severity = original.SeverityWarning
)

type SsisMigrationOverwriteOption = original.SsisMigrationOverwriteOption

const (
Ignore SsisMigrationOverwriteOption = original.Ignore
Overwrite SsisMigrationOverwriteOption = original.Overwrite
)

type SsisMigrationStage = original.SsisMigrationStage

const (
SsisMigrationStageCompleted SsisMigrationStage = original.SsisMigrationStageCompleted
SsisMigrationStageInitialize SsisMigrationStage = original.SsisMigrationStageInitialize
SsisMigrationStageInProgress SsisMigrationStage = original.SsisMigrationStageInProgress
SsisMigrationStageNone SsisMigrationStage = original.SsisMigrationStageNone
)

type SsisStoreType = original.SsisStoreType

const (
SsisCatalog SsisStoreType = original.SsisCatalog
)

type SyncDatabaseMigrationReportingState = original.SyncDatabaseMigrationReportingState

const (
Expand Down Expand Up @@ -587,6 +617,7 @@ const (
TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS
TaskTypeMigrateSQLServerAzureSQLDbSync TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbSync
TaskTypeMigrateSQLServerSQLDb TaskType = original.TaskTypeMigrateSQLServerSQLDb
TaskTypeMigrateSsis TaskType = original.TaskTypeMigrateSsis
TaskTypeServiceCheckOCI TaskType = original.TaskTypeServiceCheckOCI
TaskTypeServiceInstallOCI TaskType = original.TaskTypeServiceInstallOCI
TaskTypeServiceUploadOCI TaskType = original.TaskTypeServiceUploadOCI
Expand Down Expand Up @@ -650,6 +681,7 @@ type BasicMigrateSQLServerSQLDbTaskOutput = original.BasicMigrateSQLServerSQLDbT
type BasicMigrateSQLServerSQLMISyncTaskOutput = original.BasicMigrateSQLServerSQLMISyncTaskOutput
type BasicMigrateSQLServerSQLMITaskOutput = original.BasicMigrateSQLServerSQLMITaskOutput
type BasicMigrateSchemaSQLServerSQLDbTaskOutput = original.BasicMigrateSchemaSQLServerSQLDbTaskOutput
type BasicMigrateSsisTaskOutput = original.BasicMigrateSsisTaskOutput
type BasicProjectTaskProperties = original.BasicProjectTaskProperties
type BlobShare = original.BlobShare
type CheckOCIDriverTaskInput = original.CheckOCIDriverTaskInput
Expand Down Expand Up @@ -807,6 +839,11 @@ type MigrateSchemaSQLServerSQLDbTaskOutputError = original.MigrateSchemaSQLServe
type MigrateSchemaSQLServerSQLDbTaskOutputMigrationLevel = original.MigrateSchemaSQLServerSQLDbTaskOutputMigrationLevel
type MigrateSchemaSQLServerSQLDbTaskProperties = original.MigrateSchemaSQLServerSQLDbTaskProperties
type MigrateSchemaSQLTaskOutputError = original.MigrateSchemaSQLTaskOutputError
type MigrateSsisTaskInput = original.MigrateSsisTaskInput
type MigrateSsisTaskOutput = original.MigrateSsisTaskOutput
type MigrateSsisTaskOutputMigrationLevel = original.MigrateSsisTaskOutputMigrationLevel
type MigrateSsisTaskOutputProjectLevel = original.MigrateSsisTaskOutputProjectLevel
type MigrateSsisTaskProperties = original.MigrateSsisTaskProperties
type MigrateSyncCompleteCommandInput = original.MigrateSyncCompleteCommandInput
type MigrateSyncCompleteCommandOutput = original.MigrateSyncCompleteCommandOutput
type MigrateSyncCompleteCommandProperties = original.MigrateSyncCompleteCommandProperties
Expand Down Expand Up @@ -911,6 +948,7 @@ type ServicesDeleteFuture = original.ServicesDeleteFuture
type ServicesStartFuture = original.ServicesStartFuture
type ServicesStopFuture = original.ServicesStopFuture
type ServicesUpdateFuture = original.ServicesUpdateFuture
type SsisMigrationInfo = original.SsisMigrationInfo
type StartMigrationScenarioServerRoleResult = original.StartMigrationScenarioServerRoleResult
type SyncMigrationDatabaseErrorEvent = original.SyncMigrationDatabaseErrorEvent
type TaskList = original.TaskList
Expand Down Expand Up @@ -1159,6 +1197,9 @@ func PossibleResultTypeBasicMigrateSQLServerSQLMITaskOutputValues() []ResultType
func PossibleResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutputValues() []ResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutput {
return original.PossibleResultTypeBasicMigrateSchemaSQLServerSQLDbTaskOutputValues()
}
func PossibleResultTypeBasicMigrateSsisTaskOutputValues() []ResultTypeBasicMigrateSsisTaskOutput {
return original.PossibleResultTypeBasicMigrateSsisTaskOutputValues()
}
func PossibleResultTypeValues() []ResultType {
return original.PossibleResultTypeValues()
}
Expand All @@ -1183,6 +1224,15 @@ func PossibleServiceScalabilityValues() []ServiceScalability {
func PossibleSeverityValues() []Severity {
return original.PossibleSeverityValues()
}
func PossibleSsisMigrationOverwriteOptionValues() []SsisMigrationOverwriteOption {
return original.PossibleSsisMigrationOverwriteOptionValues()
}
func PossibleSsisMigrationStageValues() []SsisMigrationStage {
return original.PossibleSsisMigrationStageValues()
}
func PossibleSsisStoreTypeValues() []SsisStoreType {
return original.PossibleSsisStoreTypeValues()
}
func PossibleSyncDatabaseMigrationReportingStateValues() []SyncDatabaseMigrationReportingState {
return original.PossibleSyncDatabaseMigrationReportingStateValues()
}
Expand Down
4 changes: 2 additions & 2 deletions services/cognitiveservices/v2.0/luis/runtime/prediction.go

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

Loading