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

[AutoPR datafactory/resource-manager] Modify SecureString to SecretBase in SDK for ExecuteSSISPackage activity in pipeline #6010

Merged
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
25 changes: 25 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ const (
TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
TypeAzureFunctionActivity TypeBasicActivity = original.TypeAzureFunctionActivity
TypeAzureMLBatchExecution TypeBasicActivity = original.TypeAzureMLBatchExecution
TypeAzureMLExecutePipeline TypeBasicActivity = original.TypeAzureMLExecutePipeline
TypeAzureMLUpdateResource TypeBasicActivity = original.TypeAzureMLUpdateResource
TypeContainer TypeBasicActivity = original.TypeContainer
TypeCopy TypeBasicActivity = original.TypeCopy
Expand All @@ -699,6 +700,7 @@ const (
TypeLookup TypeBasicActivity = original.TypeLookup
TypeSetVariable TypeBasicActivity = original.TypeSetVariable
TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
TypeSwitch TypeBasicActivity = original.TypeSwitch
TypeUntil TypeBasicActivity = original.TypeUntil
TypeValidation TypeBasicActivity = original.TypeValidation
TypeWait TypeBasicActivity = original.TypeWait
Expand Down Expand Up @@ -1015,10 +1017,12 @@ const (
TypeAzureDataExplorer TypeBasicLinkedService = original.TypeAzureDataExplorer
TypeAzureDataLakeAnalytics TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
TypeAzureDataLakeStore TypeBasicLinkedService = original.TypeAzureDataLakeStore
TypeAzureFileStorage TypeBasicLinkedService = original.TypeAzureFileStorage
TypeAzureFunction TypeBasicLinkedService = original.TypeAzureFunction
TypeAzureKeyVault TypeBasicLinkedService = original.TypeAzureKeyVault
TypeAzureMariaDB TypeBasicLinkedService = original.TypeAzureMariaDB
TypeAzureML TypeBasicLinkedService = original.TypeAzureML
TypeAzureMLService TypeBasicLinkedService = original.TypeAzureMLService
TypeAzureMySQL TypeBasicLinkedService = original.TypeAzureMySQL
TypeAzurePostgreSQL TypeBasicLinkedService = original.TypeAzurePostgreSQL
TypeAzureSearch TypeBasicLinkedService = original.TypeAzureSearch
Expand All @@ -1044,6 +1048,7 @@ const (
TypeFtpServer TypeBasicLinkedService = original.TypeFtpServer
TypeGoogleAdWords TypeBasicLinkedService = original.TypeGoogleAdWords
TypeGoogleBigQuery TypeBasicLinkedService = original.TypeGoogleBigQuery
TypeGoogleCloudStorage TypeBasicLinkedService = original.TypeGoogleCloudStorage
TypeGreenplum TypeBasicLinkedService = original.TypeGreenplum
TypeHBase TypeBasicLinkedService = original.TypeHBase
TypeHdfs TypeBasicLinkedService = original.TypeHdfs
Expand Down Expand Up @@ -1225,6 +1230,10 @@ type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
type AzureFileStorageLocation = original.AzureFileStorageLocation
type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
type AzureFunctionActivity = original.AzureFunctionActivity
type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
type AzureFunctionLinkedService = original.AzureFunctionLinkedService
Expand All @@ -1234,8 +1243,12 @@ type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServ
type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
type AzureMLLinkedService = original.AzureMLLinkedService
type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
type AzureMLWebServiceFile = original.AzureMLWebServiceFile
Expand Down Expand Up @@ -1376,6 +1389,7 @@ type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
type DataFlowDebugPackage = original.DataFlowDebugPackage
type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
type DataFlowDebugResource = original.DataFlowDebugResource
type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
type DataFlowDebugSessionCreateFuture = original.DataFlowDebugSessionCreateFuture
type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
Expand All @@ -1402,6 +1416,7 @@ type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPytho
type Dataset = original.Dataset
type DatasetBZip2Compression = original.DatasetBZip2Compression
type DatasetCompression = original.DatasetCompression
type DatasetDebugResource = original.DatasetDebugResource
type DatasetDeflateCompression = original.DatasetDeflateCompression
type DatasetFolder = original.DatasetFolder
type DatasetGZipCompression = original.DatasetGZipCompression
Expand Down Expand Up @@ -1521,6 +1536,10 @@ type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
type GoogleBigQuerySource = original.GoogleBigQuerySource
type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
type GreenplumLinkedService = original.GreenplumLinkedService
type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
Expand Down Expand Up @@ -1585,6 +1604,7 @@ type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInf
type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
type IntegrationRuntimeDebugResource = original.IntegrationRuntimeDebugResource
type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
Expand Down Expand Up @@ -1623,6 +1643,7 @@ type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRunti
type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
type LinkedService = original.LinkedService
type LinkedServiceDebugResource = original.LinkedServiceDebugResource
type LinkedServiceListResponse = original.LinkedServiceListResponse
type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
Expand Down Expand Up @@ -1922,6 +1943,10 @@ type StoreReadSettings = original.StoreReadSettings
type StoreWriteSettings = original.StoreWriteSettings
type StoredProcedureParameter = original.StoredProcedureParameter
type SubResource = original.SubResource
type SubResourceDebugResource = original.SubResourceDebugResource
type SwitchActivity = original.SwitchActivity
type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
type SwitchCase = original.SwitchCase
type SybaseLinkedService = original.SybaseLinkedService
type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
type SybaseSource = original.SybaseSource
Expand Down
25 changes: 25 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ const (
TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
TypeAzureFunctionActivity TypeBasicActivity = original.TypeAzureFunctionActivity
TypeAzureMLBatchExecution TypeBasicActivity = original.TypeAzureMLBatchExecution
TypeAzureMLExecutePipeline TypeBasicActivity = original.TypeAzureMLExecutePipeline
TypeAzureMLUpdateResource TypeBasicActivity = original.TypeAzureMLUpdateResource
TypeContainer TypeBasicActivity = original.TypeContainer
TypeCopy TypeBasicActivity = original.TypeCopy
Expand All @@ -699,6 +700,7 @@ const (
TypeLookup TypeBasicActivity = original.TypeLookup
TypeSetVariable TypeBasicActivity = original.TypeSetVariable
TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
TypeSwitch TypeBasicActivity = original.TypeSwitch
TypeUntil TypeBasicActivity = original.TypeUntil
TypeValidation TypeBasicActivity = original.TypeValidation
TypeWait TypeBasicActivity = original.TypeWait
Expand Down Expand Up @@ -1015,10 +1017,12 @@ const (
TypeAzureDataExplorer TypeBasicLinkedService = original.TypeAzureDataExplorer
TypeAzureDataLakeAnalytics TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
TypeAzureDataLakeStore TypeBasicLinkedService = original.TypeAzureDataLakeStore
TypeAzureFileStorage TypeBasicLinkedService = original.TypeAzureFileStorage
TypeAzureFunction TypeBasicLinkedService = original.TypeAzureFunction
TypeAzureKeyVault TypeBasicLinkedService = original.TypeAzureKeyVault
TypeAzureMariaDB TypeBasicLinkedService = original.TypeAzureMariaDB
TypeAzureML TypeBasicLinkedService = original.TypeAzureML
TypeAzureMLService TypeBasicLinkedService = original.TypeAzureMLService
TypeAzureMySQL TypeBasicLinkedService = original.TypeAzureMySQL
TypeAzurePostgreSQL TypeBasicLinkedService = original.TypeAzurePostgreSQL
TypeAzureSearch TypeBasicLinkedService = original.TypeAzureSearch
Expand All @@ -1044,6 +1048,7 @@ const (
TypeFtpServer TypeBasicLinkedService = original.TypeFtpServer
TypeGoogleAdWords TypeBasicLinkedService = original.TypeGoogleAdWords
TypeGoogleBigQuery TypeBasicLinkedService = original.TypeGoogleBigQuery
TypeGoogleCloudStorage TypeBasicLinkedService = original.TypeGoogleCloudStorage
TypeGreenplum TypeBasicLinkedService = original.TypeGreenplum
TypeHBase TypeBasicLinkedService = original.TypeHBase
TypeHdfs TypeBasicLinkedService = original.TypeHdfs
Expand Down Expand Up @@ -1225,6 +1230,10 @@ type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
type AzureFileStorageLocation = original.AzureFileStorageLocation
type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
type AzureFunctionActivity = original.AzureFunctionActivity
type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
type AzureFunctionLinkedService = original.AzureFunctionLinkedService
Expand All @@ -1234,8 +1243,12 @@ type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServ
type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
type AzureMLLinkedService = original.AzureMLLinkedService
type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
type AzureMLWebServiceFile = original.AzureMLWebServiceFile
Expand Down Expand Up @@ -1376,6 +1389,7 @@ type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
type DataFlowDebugPackage = original.DataFlowDebugPackage
type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
type DataFlowDebugResource = original.DataFlowDebugResource
type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
type DataFlowDebugSessionCreateFuture = original.DataFlowDebugSessionCreateFuture
type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
Expand All @@ -1402,6 +1416,7 @@ type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPytho
type Dataset = original.Dataset
type DatasetBZip2Compression = original.DatasetBZip2Compression
type DatasetCompression = original.DatasetCompression
type DatasetDebugResource = original.DatasetDebugResource
type DatasetDeflateCompression = original.DatasetDeflateCompression
type DatasetFolder = original.DatasetFolder
type DatasetGZipCompression = original.DatasetGZipCompression
Expand Down Expand Up @@ -1521,6 +1536,10 @@ type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
type GoogleBigQuerySource = original.GoogleBigQuerySource
type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
type GreenplumLinkedService = original.GreenplumLinkedService
type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
Expand Down Expand Up @@ -1585,6 +1604,7 @@ type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInf
type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
type IntegrationRuntimeDebugResource = original.IntegrationRuntimeDebugResource
type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
Expand Down Expand Up @@ -1623,6 +1643,7 @@ type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRunti
type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
type LinkedService = original.LinkedService
type LinkedServiceDebugResource = original.LinkedServiceDebugResource
type LinkedServiceListResponse = original.LinkedServiceListResponse
type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
Expand Down Expand Up @@ -1922,6 +1943,10 @@ type StoreReadSettings = original.StoreReadSettings
type StoreWriteSettings = original.StoreWriteSettings
type StoredProcedureParameter = original.StoredProcedureParameter
type SubResource = original.SubResource
type SubResourceDebugResource = original.SubResourceDebugResource
type SwitchActivity = original.SwitchActivity
type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
type SwitchCase = original.SwitchCase
type SybaseLinkedService = original.SybaseLinkedService
type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
type SybaseSource = original.SybaseSource
Expand Down
Loading