Skip to main content

Microsoft Azure Datafactory Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Data Factory Management Client Library. This package has been tested with Python 3.10+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-datafactory
pip install azure-identity

Authentication

By default, Microsoft Entra token authentication depends on correct configuration of the following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.datafactory import DataFactoryManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DataFactoryManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

10.0.0 (2026-07-07)

Features Added

  • Client DataFactoryManagementClient added method send_request
  • Model ChangeDataCaptureResource added property system_data
  • Model CredentialResource added property system_data
  • Model DataFlowResource added property system_data
  • Model DatasetResource added property system_data
  • Model Factory added property system_data
  • Model GlobalParameterResource added property system_data
  • Model IntegrationRuntimeResource added property system_data
  • Model LinkedServiceResource added property system_data
  • Model ManagedPrivateEndpointResource added property system_data
  • Model ManagedVirtualNetworkResource added property system_data
  • Model PipelineResource added property system_data
  • Model PrivateEndpointConnectionResource added property system_data
  • Model Resource added property system_data
  • Model TriggerResource added property system_data
  • Added enum CreatedByType
  • Added model ProxyResource
  • Added model SystemData

Breaking Changes

  • For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Method ChangeDataCaptureOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method ChangeDataCaptureOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method CredentialOperationsOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method CredentialOperationsOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method DataFlowsOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method DataFlowsOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method DatasetsOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method DatasetsOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method FactoriesOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method FactoriesOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method IntegrationRuntimesOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method IntegrationRuntimesOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method LinkedServicesOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method LinkedServicesOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method ManagedPrivateEndpointsOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method ManagedPrivateEndpointsOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method ManagedVirtualNetworksOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method ManagedVirtualNetworksOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method PipelinesOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method PipelinesOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method PrivateEndpointConnectionOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method PrivateEndpointConnectionOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Method TriggersOperations.create_or_update replaced positional_or_keyword parameter if_match to keyword_only parameters etag/match_condition
  • Method TriggersOperations.get replaced positional_or_keyword parameter if_none_match to keyword_only parameters etag/match_condition
  • Model AmazonMWSLinkedService moved instance variable endpoint, marketplace_id, seller_id, mws_auth_token, access_key_id, secret_key, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is AmazonMWSLinkedServiceTypeProperties
  • Model AmazonMWSObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model AmazonRdsForOracleLinkedService moved instance variable connection_string, server, authentication_type, username, password, encryption_client, encryption_types_client, crypto_checksum_client, crypto_checksum_types_client, initial_lob_fetch_size, fetch_size, statement_cache_size, initialization_string, enable_bulk_load, support_v1_data_types, fetch_tswtz_as_timestamp and encrypted_credential under property type_properties whose type is AmazonRdsForLinkedServiceTypeProperties
  • Model AmazonRdsForOracleTableDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is AmazonRdsForOracleTableDatasetTypeProperties
  • Model AmazonRdsForSqlServerLinkedService moved instance variable server, database, encrypt, trust_server_certificate, host_name_in_certificate, application_intent, connect_timeout, connect_retry_count, connect_retry_interval, load_balance_timeout, command_timeout, integrated_security, failover_partner, max_pool_size, min_pool_size, multiple_active_result_sets, multi_subnet_failover, packet_size, pooling, connection_string, authentication_type, user_name, password, encrypted_credential and always_encrypted_settings under property type_properties whose type is AmazonRdsForSqlServerLinkedServiceTypeProperties
  • Model AmazonRdsForSqlServerTableDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is AmazonRdsForSqlServerTableDatasetTypeProperties
  • Model AmazonRedshiftLinkedService moved instance variable server, username, password, database, port and encrypted_credential under property type_properties whose type is AmazonRedshiftLinkedServiceTypeProperties
  • Model AmazonRedshiftTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is AmazonRedshiftTableDatasetTypeProperties
  • Model AmazonS3CompatibleLinkedService moved instance variable access_key_id, secret_access_key, service_url, force_path_style and encrypted_credential under property type_properties whose type is AmazonS3CompatibleLinkedServiceTypeProperties
  • Model AmazonS3Dataset moved instance variable bucket_name, key, prefix, version, modified_datetime_start, modified_datetime_end, format and compression under property type_properties whose type is AmazonS3DatasetTypeProperties
  • Model AmazonS3LinkedService moved instance variable authentication_type, access_key_id, secret_access_key, service_url, session_token and encrypted_credential under property type_properties whose type is AmazonS3LinkedServiceTypeProperties
  • Model AppFiguresLinkedService moved instance variable user_name, password and client_key under property type_properties whose type is AppFiguresLinkedServiceTypeProperties
  • Model AppendVariableActivity moved instance variable variable_name and value under property type_properties whose type is AppendVariableActivityTypeProperties
  • Model AsanaLinkedService moved instance variable api_token and encrypted_credential under property type_properties whose type is AsanaLinkedServiceTypeProperties
  • Model AvroDataset moved instance variable location, avro_compression_codec and avro_compression_level under property type_properties whose type is AvroDatasetTypeProperties
  • Model AzPowerShellSetup moved instance variable version under property type_properties whose type is AzPowerShellSetupTypeProperties
  • Model AzureBatchLinkedService moved instance variable account_name, access_key, batch_uri, pool_name, linked_service_name, encrypted_credential and credential under property type_properties whose type is AzureBatchLinkedServiceTypeProperties
  • Model AzureBlobDataset moved instance variable folder_path, table_root_location, file_name, modified_datetime_start, modified_datetime_end, format and compression under property type_properties whose type is AzureBlobDatasetTypeProperties
  • Model AzureBlobFSDataset moved instance variable folder_path, file_name, format and compression under property type_properties whose type is AzureBlobFSDatasetTypeProperties
  • Model AzureBlobFSLinkedService moved instance variable url, account_key, service_principal_id, service_principal_key, tenant, azure_cloud_type, encrypted_credential, credential, service_principal_credential_type, service_principal_credential, sas_uri and sas_token under property type_properties whose type is AzureBlobFSLinkedServiceTypeProperties
  • Model AzureBlobStorageLinkedService moved instance variable connection_string, account_key, sas_uri, sas_token, service_endpoint, service_principal_id, service_principal_key, tenant, azure_cloud_type, account_kind, encrypted_credential, credential, authentication_type and container_uri under property type_properties whose type is AzureBlobStorageLinkedServiceTypeProperties
  • Model AzureDataExplorerCommandActivity moved instance variable command and command_timeout under property type_properties whose type is AzureDataExplorerCommandActivityTypeProperties
  • Model AzureDataExplorerLinkedService moved instance variable endpoint, service_principal_id, service_principal_key, database, tenant and credential under property type_properties whose type is AzureDataExplorerLinkedServiceTypeProperties
  • Model AzureDataExplorerTableDataset moved instance variable table under property type_properties whose type is AzureDataExplorerDatasetTypeProperties
  • Model AzureDataLakeAnalyticsLinkedService moved instance variable account_name, service_principal_id, service_principal_key, tenant, subscription_id, resource_group_name, data_lake_analytics_uri and encrypted_credential under property type_properties whose type is AzureDataLakeAnalyticsLinkedServiceTypeProperties
  • Model AzureDataLakeStoreDataset moved instance variable folder_path, file_name, format and compression under property type_properties whose type is AzureDataLakeStoreDatasetTypeProperties
  • Model AzureDataLakeStoreLinkedService moved instance variable data_lake_store_uri, service_principal_id, service_principal_key, tenant, azure_cloud_type, account_name, subscription_id, resource_group_name, encrypted_credential and credential under property type_properties whose type is AzureDataLakeStoreLinkedServiceTypeProperties
  • Model AzureDatabricksDeltaLakeDataset moved instance variable table and database under property type_properties whose type is AzureDatabricksDeltaLakeDatasetTypeProperties
  • Model AzureDatabricksDeltaLakeLinkedService moved instance variable domain, access_token, cluster_id, encrypted_credential, credential and workspace_resource_id under property type_properties whose type is AzureDatabricksDetltaLakeLinkedServiceTypeProperties
  • Model AzureDatabricksLinkedService moved instance variable domain, access_token, authentication, workspace_resource_id, existing_cluster_id, instance_pool_id, new_cluster_version, new_cluster_num_of_worker, new_cluster_node_type, new_cluster_spark_conf, new_cluster_spark_env_vars, new_cluster_custom_tags, new_cluster_log_destination, new_cluster_driver_node_type, new_cluster_init_scripts, new_cluster_enable_elastic_disk, encrypted_credential, policy_id, credential and data_security_mode under property type_properties whose type is AzureDatabricksLinkedServiceTypeProperties
  • Model AzureFileStorageLinkedService moved instance variable host, user_id, password, connection_string, account_key, sas_uri, sas_token, file_share, snapshot, encrypted_credential, service_endpoint and credential under property type_properties whose type is AzureFileStorageLinkedServiceTypeProperties
  • Model AzureFunctionActivity moved instance variable method, function_name, headers and body under property type_properties whose type is AzureFunctionActivityTypeProperties
  • Model AzureFunctionLinkedService moved instance variable function_app_url, function_key, encrypted_credential, credential, resource_id and authentication under property type_properties whose type is AzureFunctionLinkedServiceTypeProperties
  • Model AzureKeyVaultLinkedService moved instance variable base_url and credential under property type_properties whose type is AzureKeyVaultLinkedServiceTypeProperties
  • Model AzureMLBatchExecutionActivity moved instance variable global_parameters, web_service_outputs and web_service_inputs under property type_properties whose type is AzureMLBatchExecutionActivityTypeProperties
  • Model AzureMLExecutePipelineActivity moved instance variable ml_pipeline_id, ml_pipeline_endpoint_id, version, experiment_name, ml_pipeline_parameters, data_path_assignments, ml_parent_run_id and continue_on_step_failure under property type_properties whose type is AzureMLExecutePipelineActivityTypeProperties
  • Model AzureMLLinkedService moved instance variable ml_endpoint, api_key, update_resource_endpoint, service_principal_id, service_principal_key, tenant, encrypted_credential and authentication under property type_properties whose type is AzureMLLinkedServiceTypeProperties
  • Model AzureMLServiceLinkedService moved instance variable subscription_id, resource_group_name, ml_workspace_name, authentication, service_principal_id, service_principal_key, tenant and encrypted_credential under property type_properties whose type is AzureMLServiceLinkedServiceTypeProperties
  • Model AzureMLUpdateResourceActivity moved instance variable trained_model_name, trained_model_linked_service_name and trained_model_file_path under property type_properties whose type is AzureMLUpdateResourceActivityTypeProperties
  • Model AzureMariaDBLinkedService moved instance variable connection_string, pwd and encrypted_credential under property type_properties whose type is AzureMariaDBLinkedServiceTypeProperties
  • Model AzureMariaDBTableDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model AzureMySqlLinkedService moved instance variable connection_string, password and encrypted_credential under property type_properties whose type is AzureMySqlLinkedServiceTypeProperties
  • Model AzureMySqlTableDataset moved instance variable table_name and table under property type_properties whose type is AzureMySqlTableDatasetTypeProperties
  • Model AzurePostgreSqlLinkedService moved instance variable connection_string, server, port, username, database, ssl_mode, timeout, command_timeout, trust_server_certificate, read_buffer_size, timezone, encoding, password, encrypted_credential, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_embedded_cert, service_principal_embedded_cert_password, tenant, azure_cloud_type and credential under property type_properties whose type is AzurePostgreSqlLinkedServiceTypeProperties
  • Model AzurePostgreSqlSinkUpsertSettings renamed its instance variable keys to keys_property
  • Model AzurePostgreSqlTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is AzurePostgreSqlTableDatasetTypeProperties
  • Model AzureSearchIndexDataset moved instance variable index_name under property type_properties whose type is AzureSearchIndexDatasetTypeProperties
  • Model AzureSearchLinkedService moved instance variable url, key and encrypted_credential under property type_properties whose type is AzureSearchLinkedServiceTypeProperties
  • Model AzureSqlDWLinkedService moved instance variable server, database, encrypt, trust_server_certificate, host_name_in_certificate, application_intent, connect_timeout, connect_retry_count, connect_retry_interval, load_balance_timeout, command_timeout, integrated_security, failover_partner, max_pool_size, min_pool_size, multiple_active_result_sets, multi_subnet_failover, packet_size, pooling, connection_string, authentication_type, user_name, password, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_credential, tenant, azure_cloud_type, encrypted_credential and credential under property type_properties whose type is AzureSqlDWLinkedServiceTypeProperties
  • Model AzureSqlDWTableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is AzureSqlDWTableDatasetTypeProperties
  • Model AzureSqlDatabaseLinkedService moved instance variable server, database, encrypt, trust_server_certificate, host_name_in_certificate, application_intent, connect_timeout, connect_retry_count, connect_retry_interval, load_balance_timeout, command_timeout, integrated_security, failover_partner, max_pool_size, min_pool_size, multiple_active_result_sets, multi_subnet_failover, packet_size, pooling, connection_string, authentication_type, user_name, password, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_credential, tenant, azure_cloud_type, encrypted_credential, always_encrypted_settings and credential under property type_properties whose type is AzureSqlDatabaseLinkedServiceTypeProperties
  • Model AzureSqlMILinkedService moved instance variable server, database, encrypt, trust_server_certificate, host_name_in_certificate, application_intent, connect_timeout, connect_retry_count, connect_retry_interval, load_balance_timeout, command_timeout, integrated_security, failover_partner, max_pool_size, min_pool_size, multiple_active_result_sets, multi_subnet_failover, packet_size, pooling, connection_string, authentication_type, user_name, password, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_credential, tenant, azure_cloud_type, encrypted_credential, always_encrypted_settings and credential under property type_properties whose type is AzureSqlMILinkedServiceTypeProperties
  • Model AzureSqlMITableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is AzureSqlMITableDatasetTypeProperties
  • Model AzureSqlTableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is AzureSqlTableDatasetTypeProperties
  • Model AzureStorageLinkedService moved instance variable connection_string, account_key, sas_uri, sas_token and encrypted_credential under property type_properties whose type is AzureStorageLinkedServiceTypeProperties
  • Model AzureSynapseArtifactsLinkedService moved instance variable endpoint, authentication and workspace_resource_id under property type_properties whose type is AzureSynapseArtifactsLinkedServiceTypeProperties
  • Model AzureTableDataset moved instance variable table_name under property type_properties whose type is AzureTableDatasetTypeProperties
  • Model AzureTableStorageLinkedService moved instance variable connection_string, account_key, sas_uri, sas_token, encrypted_credential, service_endpoint and credential under property type_properties whose type is AzureTableStorageLinkedServiceTypeProperties
  • Model BinaryDataset moved instance variable location and compression under property type_properties whose type is BinaryDatasetTypeProperties
  • Model BlobEventsTrigger moved instance variable blob_path_begins_with, blob_path_ends_with, ignore_empty_blobs, events and scope under property type_properties whose type is BlobEventsTriggerTypeProperties
  • Model BlobTrigger moved instance variable folder_path, max_concurrency and linked_service under property type_properties whose type is BlobTriggerTypeProperties
  • Model CassandraLinkedService moved instance variable host, authentication_type, port, username, password and encrypted_credential under property type_properties whose type is CassandraLinkedServiceTypeProperties
  • Model CassandraTableDataset moved instance variable table_name and keyspace under property type_properties whose type is CassandraTableDatasetTypeProperties
  • Model ChainingTrigger moved instance variable depends_on and run_dimension under property type_properties whose type is ChainingTriggerTypeProperties
  • Model ChangeDataCaptureResource moved instance variable folder, description, source_connections_info, target_connections_info, policy, allow_v_net_override and status under property properties whose type is ChangeDataCapture
  • Model CloudError moved instance variable code, message, target and details under property error whose type is CloudErrorBody
  • Model CmdkeySetup moved instance variable target_name, user_name and password under property type_properties whose type is CmdkeySetupTypeProperties
  • Model CommonDataServiceForAppsEntityDataset moved instance variable entity_name under property type_properties whose type is CommonDataServiceForAppsEntityDatasetTypeProperties
  • Model CommonDataServiceForAppsLinkedService moved instance variable deployment_type, host_name, port, service_uri, organization_name, authentication_type, domain, username, password, service_principal_id, service_principal_credential_type, service_principal_credential and encrypted_credential under property type_properties whose type is CommonDataServiceForAppsLinkedServiceTypeProperties
  • Model ComponentSetup moved instance variable component_name and license_key under property type_properties whose type is LicensedComponentSetupTypeProperties
  • Model ConcurLinkedService moved instance variable connection_properties, client_id, username, password, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is ConcurLinkedServiceTypeProperties
  • Model ConcurObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model CopyActivity moved instance variable source, sink, translator, enable_staging, staging_settings, parallel_copies, data_integration_units, enable_skip_incompatible_row, redirect_incompatible_row_settings, log_storage_settings, log_settings, preserve_rules, preserve, validate_data_consistency and skip_error_file under property type_properties whose type is CopyActivityTypeProperties
  • Model CosmosDbLinkedService moved instance variable connection_string, account_endpoint, database, account_key, service_principal_id, service_principal_credential_type, service_principal_credential, tenant, azure_cloud_type, connection_mode, encrypted_credential and credential under property type_properties whose type is CosmosDbLinkedServiceTypeProperties
  • Model CosmosDbMongoDbApiCollectionDataset moved instance variable collection under property type_properties whose type is CosmosDbMongoDbApiCollectionDatasetTypeProperties
  • Model CosmosDbMongoDbApiLinkedService moved instance variable is_server_version_above32, connection_string and database under property type_properties whose type is CosmosDbMongoDbApiLinkedServiceTypeProperties
  • Model CosmosDbSqlApiCollectionDataset moved instance variable collection_name under property type_properties whose type is CosmosDbSqlApiCollectionDatasetTypeProperties
  • Model CouchbaseLinkedService moved instance variable connection_string, cred_string and encrypted_credential under property type_properties whose type is CouchbaseLinkedServiceTypeProperties
  • Model CouchbaseTableDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model CustomActivity moved instance variable command, resource_linked_service, folder_path, reference_objects, extended_properties, retention_time_in_days and auto_user_specification under property type_properties whose type is CustomActivityTypeProperties
  • Model CustomEventsTrigger moved instance variable subject_begins_with, subject_ends_with, events and scope under property type_properties whose type is CustomEventsTriggerTypeProperties
  • Model DataLakeAnalyticsUSQLActivity moved instance variable script_path, script_linked_service, degree_of_parallelism, priority, parameters, runtime_version and compilation_mode under property type_properties whose type is DataLakeAnalyticsUSQLActivityTypeProperties
  • Model DatabricksJobActivity moved instance variable job_id and job_parameters under property type_properties whose type is DatabricksJobActivityTypeProperties
  • Model DatabricksNotebookActivity moved instance variable notebook_path, base_parameters and libraries under property type_properties whose type is DatabricksNotebookActivityTypeProperties
  • Model DatabricksSparkJarActivity moved instance variable main_class_name, parameters and libraries under property type_properties whose type is DatabricksSparkJarActivityTypeProperties
  • Model DatabricksSparkPythonActivity moved instance variable python_file, parameters and libraries under property type_properties whose type is DatabricksSparkPythonActivityTypeProperties
  • Model DataworldLinkedService moved instance variable api_token and encrypted_credential under property type_properties whose type is DataworldLinkedServiceTypeProperties
  • Model Db2LinkedService moved instance variable connection_string, server, database, authentication_type, username, password, package_collection, certificate_common_name and encrypted_credential under property type_properties whose type is Db2LinkedServiceTypeProperties
  • Model Db2TableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is Db2TableDatasetTypeProperties
  • Model DeleteActivity moved instance variable recursive, max_concurrent_connections, enable_logging, log_storage_settings, dataset and store_settings under property type_properties whose type is DeleteActivityTypeProperties
  • Model DelimitedTextDataset moved instance variable location, column_delimiter, row_delimiter, encoding_name, compression_codec, compression_level, quote_char, escape_char, first_row_as_header and null_value under property type_properties whose type is DelimitedTextDatasetTypeProperties
  • Model DocumentDbCollectionDataset moved instance variable collection_name under property type_properties whose type is DocumentDbCollectionDatasetTypeProperties
  • Model DrillLinkedService moved instance variable connection_string, pwd and encrypted_credential under property type_properties whose type is DrillLinkedServiceTypeProperties
  • Model DrillTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is DrillDatasetTypeProperties
  • Model DynamicsAXLinkedService moved instance variable url, service_principal_id, service_principal_key, tenant, aad_resource_id and encrypted_credential under property type_properties whose type is DynamicsAXLinkedServiceTypeProperties
  • Model DynamicsAXResourceDataset moved instance variable path under property type_properties whose type is DynamicsAXResourceDatasetTypeProperties
  • Model DynamicsCrmEntityDataset moved instance variable entity_name under property type_properties whose type is DynamicsCrmEntityDatasetTypeProperties
  • Model DynamicsCrmLinkedService moved instance variable deployment_type, host_name, port, service_uri, organization_name, authentication_type, domain, username, password, service_principal_id, service_principal_credential_type, service_principal_credential, credential and encrypted_credential under property type_properties whose type is DynamicsCrmLinkedServiceTypeProperties
  • Model DynamicsEntityDataset moved instance variable entity_name under property type_properties whose type is DynamicsEntityDatasetTypeProperties
  • Model DynamicsLinkedService moved instance variable deployment_type, host_name, port, service_uri, organization_name, authentication_type, domain, username, password, service_principal_id, service_principal_credential_type, service_principal_credential, encrypted_credential and credential under property type_properties whose type is DynamicsLinkedServiceTypeProperties
  • Model EloquaLinkedService moved instance variable endpoint, username, password, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is EloquaLinkedServiceTypeProperties
  • Model EloquaObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model EnvironmentVariableSetup moved instance variable variable_name and variable_value under property type_properties whose type is EnvironmentVariableSetupTypeProperties
  • Model ExcelDataset moved instance variable location, sheet_name, sheet_index, range, first_row_as_header, compression and null_value under property type_properties whose type is ExcelDatasetTypeProperties
  • Model ExecuteDataFlowActivity moved instance variable data_flow, staging, integration_runtime, continuation_settings, compute, trace_level, continue_on_error, run_concurrently and source_staging_concurrency under property type_properties whose type is ExecuteDataFlowActivityTypeProperties
  • Model ExecutePipelineActivity moved instance variable pipeline, parameters and wait_on_completion under property type_properties whose type is ExecutePipelineActivityTypeProperties
  • Model ExecuteSSISPackageActivity moved instance variable package_location, runtime, logging_level, environment_path, execution_credential, connect_via, project_parameters, package_parameters, project_connection_managers, package_connection_managers, property_overrides and log_location under property type_properties whose type is ExecuteSSISPackageActivityTypeProperties
  • Model ExecuteWranglingDataflowActivity moved instance variable data_flow, staging, integration_runtime, continuation_settings, compute, trace_level, continue_on_error, run_concurrently, source_staging_concurrency, sinks and queries under property type_properties whose type is ExecutePowerQueryActivityTypeProperties
  • Model Factory moved instance variable provisioning_state, create_time, version, purview_configuration, repo_configuration, global_parameters, encryption and public_network_access under property properties whose type is FactoryProperties
  • Model FactoryUpdateParameters moved instance variable public_network_access under property properties whose type is FactoryUpdateProperties
  • Model FailActivity moved instance variable message and error_code under property type_properties whose type is FailActivityTypeProperties
  • Model FileServerLinkedService moved instance variable host, user_id, password and encrypted_credential under property type_properties whose type is FileServerLinkedServiceTypeProperties
  • Model FileShareDataset moved instance variable folder_path, file_name, modified_datetime_start, modified_datetime_end, format, file_filter and compression under property type_properties whose type is FileShareDatasetTypeProperties
  • Model FilterActivity moved instance variable items and condition under property type_properties whose type is FilterActivityTypeProperties
  • Model Flowlet moved instance variable sources, sinks, transformations, script and script_lines under property type_properties whose type is FlowletTypeProperties
  • Model ForEachActivity moved instance variable is_sequential, batch_count, items and activities under property type_properties whose type is ForEachActivityTypeProperties
  • Model FtpServerLinkedService moved instance variable host, port, authentication_type, user_name, password, encrypted_credential, enable_ssl and enable_server_certificate_validation under property type_properties whose type is FtpServerLinkedServiceTypeProperties
  • Model GetMetadataActivity moved instance variable dataset, field_list, store_settings and format_settings under property type_properties whose type is GetMetadataActivityTypeProperties
  • Model GoogleAdWordsLinkedService moved instance variable connection_properties, client_customer_id, developer_token, authentication_type, refresh_token, client_id, client_secret, email, key_file_path, trusted_cert_path, use_system_trust_store, private_key, login_customer_id, google_ads_api_version, support_legacy_data_types and encrypted_credential under property type_properties whose type is GoogleAdWordsLinkedServiceTypeProperties
  • Model GoogleAdWordsObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model GoogleBigQueryLinkedService moved instance variable project, additional_projects, request_google_drive_scope, authentication_type, refresh_token, client_id, client_secret, email, key_file_path, trusted_cert_path, use_system_trust_store and encrypted_credential under property type_properties whose type is GoogleBigQueryLinkedServiceTypeProperties
  • Model GoogleBigQueryObjectDataset moved instance variable table_name, table and dataset under property type_properties whose type is GoogleBigQueryDatasetTypeProperties
  • Model GoogleBigQueryV2LinkedService moved instance variable project_id, authentication_type, client_id, client_secret, refresh_token, key_file_content and encrypted_credential under property type_properties whose type is GoogleBigQueryV2LinkedServiceTypeProperties
  • Model GoogleBigQueryV2ObjectDataset moved instance variable table and dataset under property type_properties whose type is GoogleBigQueryV2DatasetTypeProperties
  • Model GoogleCloudStorageLinkedService moved instance variable access_key_id, secret_access_key, service_url and encrypted_credential under property type_properties whose type is GoogleCloudStorageLinkedServiceTypeProperties
  • Model GoogleSheetsLinkedService moved instance variable api_token and encrypted_credential under property type_properties whose type is GoogleSheetsLinkedServiceTypeProperties
  • Model GreenplumLinkedService moved instance variable connection_string, pwd, encrypted_credential, authentication_type, host, port, username, database, ssl_mode, connection_timeout and command_timeout under property type_properties whose type is GreenplumLinkedServiceTypeProperties
  • Model GreenplumTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is GreenplumDatasetTypeProperties
  • Model HBaseLinkedService moved instance variable host, port, http_path, authentication_type, username, password, enable_ssl, trusted_cert_path, allow_host_name_cn_mismatch, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is HBaseLinkedServiceTypeProperties
  • Model HBaseObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model HDInsightHiveActivity moved instance variable storage_linked_services, arguments, get_debug_info, script_path, script_linked_service, defines, variables and query_timeout under property type_properties whose type is HDInsightHiveActivityTypeProperties
  • Model HDInsightLinkedService moved instance variable cluster_uri, cluster_auth_type, user_name, password, linked_service_name, hcatalog_linked_service_name, encrypted_credential, is_esp_enabled, file_system and credential under property type_properties whose type is HDInsightLinkedServiceTypeProperties
  • Model HDInsightMapReduceActivity moved instance variable storage_linked_services, arguments, get_debug_info, class_name, jar_file_path, jar_linked_service, jar_libs and defines under property type_properties whose type is HDInsightMapReduceActivityTypeProperties
  • Model HDInsightOnDemandLinkedService moved instance variable cluster_size, time_to_live, version_type_properties_version, linked_service_name, host_subscription_id, service_principal_id, service_principal_key, tenant, cluster_resource_group, cluster_resource_group_auth_type, cluster_name_prefix, cluster_user_name, cluster_password, cluster_ssh_user_name, cluster_ssh_password, additional_linked_service_names, hcatalog_linked_service_name, cluster_type, spark_version, core_configuration, h_base_configuration, hdfs_configuration, hive_configuration, map_reduce_configuration, oozie_configuration, storm_configuration, yarn_configuration, encrypted_credential, head_node_size, data_node_size, zookeeper_node_size, script_actions, virtual_network_id, subnet_name and credential under property type_properties whose type is HDInsightOnDemandLinkedServiceTypeProperties
  • Model HDInsightPigActivity moved instance variable storage_linked_services, arguments, get_debug_info, script_path, script_linked_service and defines under property type_properties whose type is HDInsightPigActivityTypeProperties
  • Model HDInsightSparkActivity moved instance variable root_path, entry_file_path, arguments, get_debug_info, spark_job_linked_service, class_name, proxy_user and spark_config under property type_properties whose type is HDInsightSparkActivityTypeProperties
  • Model HDInsightStreamingActivity moved instance variable storage_linked_services, arguments, get_debug_info, mapper, reducer, input, output, file_paths, file_linked_service, combiner, command_environment and defines under property type_properties whose type is HDInsightStreamingActivityTypeProperties
  • Model HdfsLinkedService moved instance variable url, authentication_type, encrypted_credential, user_name and password under property type_properties whose type is HdfsLinkedServiceTypeProperties
  • Model HiveLinkedService moved instance variable host, port, server_type, thrift_transport_protocol, authentication_type, service_discovery_mode, zoo_keeper_name_space, use_native_query, username, password, http_path, enable_ssl, enable_server_certificate_validation, trusted_cert_path, use_system_trust_store, allow_host_name_cn_mismatch, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is HiveLinkedServiceTypeProperties
  • Model HiveObjectDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is HiveDatasetTypeProperties
  • Model HttpDataset moved instance variable relative_url, request_method, request_body, additional_headers, format and compression under property type_properties whose type is HttpDatasetTypeProperties
  • Model HttpLinkedService moved instance variable url, authentication_type, user_name, password, auth_headers, embedded_cert_data, cert_thumbprint, encrypted_credential and enable_server_certificate_validation under property type_properties whose type is HttpLinkedServiceTypeProperties
  • Model HubspotLinkedService moved instance variable client_id, client_secret, access_token, refresh_token, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is HubspotLinkedServiceTypeProperties
  • Model HubspotObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model IcebergDataset moved instance variable location under property type_properties whose type is IcebergDatasetTypeProperties
  • Model IfConditionActivity moved instance variable expression, if_true_activities and if_false_activities under property type_properties whose type is IfConditionActivityTypeProperties
  • Model ImpalaLinkedService moved instance variable host, port, authentication_type, username, password, thrift_transport_protocol, enable_ssl, enable_server_certificate_validation, trusted_cert_path, use_system_trust_store, allow_host_name_cn_mismatch, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is ImpalaLinkedServiceTypeProperties
  • Model ImpalaObjectDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is ImpalaDatasetTypeProperties
  • Model InformixLinkedService moved instance variable connection_string, authentication_type, credential, user_name, password and encrypted_credential under property type_properties whose type is InformixLinkedServiceTypeProperties
  • Model InformixTableDataset moved instance variable table_name under property type_properties whose type is InformixTableDatasetTypeProperties
  • Model JiraLinkedService moved instance variable host, port, username, password, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is JiraLinkedServiceTypeProperties
  • Model JiraObjectDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is JiraTableDatasetTypeProperties
  • Model JsonDataset moved instance variable location, encoding_name and compression under property type_properties whose type is JsonDatasetTypeProperties
  • Model LakeHouseLinkedService moved instance variable workspace_id, artifact_id, authentication_type, service_principal_id, service_principal_key, tenant, encrypted_credential, service_principal_credential_type, service_principal_credential and credential under property type_properties whose type is LakeHouseLinkedServiceTypeProperties
  • Model LakeHouseTableDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is LakeHouseTableDatasetTypeProperties
  • Model LookupActivity moved instance variable source, dataset, first_row_only and treat_decimal_as_string under property type_properties whose type is LookupActivityTypeProperties
  • Model MagentoLinkedService moved instance variable host, access_token, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is MagentoLinkedServiceTypeProperties
  • Model MagentoObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model ManagedIdentityCredential moved instance variable resource_id under property type_properties whose type is ManagedIdentityTypeProperties
  • Model ManagedIntegrationRuntime moved instance variable compute_properties, ssis_properties, customer_virtual_network and interactive_query under property type_properties whose type is ManagedIntegrationRuntimeTypeProperties
  • Model ManagedIntegrationRuntimeStatus moved instance variable create_time, nodes, other_errors and last_operation under property type_properties whose type is ManagedIntegrationRuntimeStatusTypeProperties
  • Model MapperTable moved instance variable schema and dsl_connector_properties under property properties whose type is MapperTableProperties
  • Model MappingDataFlow moved instance variable sources, sinks, transformations, script and script_lines under property type_properties whose type is MappingDataFlowTypeProperties
  • Model MariaDBLinkedService moved instance variable driver_version, connection_string, server, port, username, database, ssl_mode, use_system_trust_store, password and encrypted_credential under property type_properties whose type is MariaDBLinkedServiceTypeProperties
  • Model MariaDBTableDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model MarketoLinkedService moved instance variable endpoint, client_id, client_secret, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is MarketoLinkedServiceTypeProperties
  • Model MarketoObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model MicrosoftAccessLinkedService moved instance variable connection_string, authentication_type, credential, user_name, password and encrypted_credential under property type_properties whose type is MicrosoftAccessLinkedServiceTypeProperties
  • Model MicrosoftAccessTableDataset moved instance variable table_name under property type_properties whose type is MicrosoftAccessTableDatasetTypeProperties
  • Model MongoDbAtlasCollectionDataset moved instance variable collection under property type_properties whose type is MongoDbAtlasCollectionDatasetTypeProperties
  • Model MongoDbAtlasLinkedService moved instance variable connection_string, database and driver_version under property type_properties whose type is MongoDbAtlasLinkedServiceTypeProperties
  • Model MongoDbCollectionDataset moved instance variable collection_name under property type_properties whose type is MongoDbCollectionDatasetTypeProperties
  • Model MongoDbLinkedService moved instance variable server, authentication_type, database_name, username, password, auth_source, port, enable_ssl, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is MongoDbLinkedServiceTypeProperties
  • Model MongoDbV2CollectionDataset moved instance variable collection under property type_properties whose type is MongoDbV2CollectionDatasetTypeProperties
  • Model MongoDbV2LinkedService moved instance variable connection_string and database under property type_properties whose type is MongoDbV2LinkedServiceTypeProperties
  • Model MySqlLinkedService moved instance variable driver_version, connection_string, server, port, username, database, ssl_mode, use_system_trust_store, password, encrypted_credential, allow_zero_date_time, connection_timeout, convert_zero_date_time, guid_format, ssl_cert, ssl_key and treat_tiny_as_boolean under property type_properties whose type is MySqlLinkedServiceTypeProperties
  • Model MySqlTableDataset moved instance variable table_name under property type_properties whose type is MySqlTableDatasetTypeProperties
  • Model NetezzaLinkedService moved instance variable connection_string, server, port, uid, database, security_level, pwd and encrypted_credential under property type_properties whose type is NetezzaLinkedServiceTypeProperties
  • Model NetezzaTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is NetezzaTableDatasetTypeProperties
  • Model ODataLinkedService moved instance variable url, authentication_type, user_name, password, auth_headers, tenant, service_principal_id, azure_cloud_type, aad_resource_id, aad_service_principal_credential_type, service_principal_key, service_principal_embedded_cert, service_principal_embedded_cert_password and encrypted_credential under property type_properties whose type is ODataLinkedServiceTypeProperties
  • Model ODataResourceDataset moved instance variable path under property type_properties whose type is ODataResourceDatasetTypeProperties
  • Model OdbcLinkedService moved instance variable connection_string, authentication_type, credential, user_name, password and encrypted_credential under property type_properties whose type is OdbcLinkedServiceTypeProperties
  • Model OdbcTableDataset moved instance variable table_name under property type_properties whose type is OdbcTableDatasetTypeProperties
  • Model Office365Dataset moved instance variable table_name and predicate under property type_properties whose type is Office365DatasetTypeProperties
  • Model Office365LinkedService moved instance variable office365_tenant_id, service_principal_tenant_id, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_embedded_cert, service_principal_embedded_cert_password and encrypted_credential under property type_properties whose type is Office365LinkedServiceTypeProperties
  • Model Operation moved instance variable service_specification under property properties whose type is OperationProperties
  • Model OracleCloudStorageLinkedService moved instance variable access_key_id, secret_access_key, service_url and encrypted_credential under property type_properties whose type is OracleCloudStorageLinkedServiceTypeProperties
  • Model OracleLinkedService moved instance variable connection_string, server, authentication_type, username, password, encryption_client, encryption_types_client, crypto_checksum_client, crypto_checksum_types_client, initial_lob_fetch_size, fetch_size, statement_cache_size, initialization_string, enable_bulk_load, support_v1_data_types, fetch_tswtz_as_timestamp and encrypted_credential under property type_properties whose type is OracleLinkedServiceTypeProperties
  • Model OracleServiceCloudLinkedService moved instance variable host, username, password, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is OracleServiceCloudLinkedServiceTypeProperties
  • Model OracleServiceCloudObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model OracleTableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is OracleTableDatasetTypeProperties
  • Model OrcDataset moved instance variable location and orc_compression_codec under property type_properties whose type is OrcDatasetTypeProperties
  • Model ParquetDataset moved instance variable location and compression_codec under property type_properties whose type is ParquetDatasetTypeProperties
  • Model PaypalLinkedService moved instance variable host, client_id, client_secret, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is PaypalLinkedServiceTypeProperties
  • Model PaypalObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model PhoenixLinkedService moved instance variable host, port, http_path, authentication_type, username, password, enable_ssl, trusted_cert_path, use_system_trust_store, allow_host_name_cn_mismatch, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is PhoenixLinkedServiceTypeProperties
  • Model PhoenixObjectDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is PhoenixDatasetTypeProperties
  • Model PipelineResource moved instance variable description, activities, parameters, variables, concurrency, annotations, run_dimensions, folder and policy under property properties whose type is Pipeline
  • Model PostgreSqlLinkedService moved instance variable connection_string, password and encrypted_credential under property type_properties whose type is PostgreSqlLinkedServiceTypeProperties
  • Model PostgreSqlTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is PostgreSqlTableDatasetTypeProperties
  • Model PostgreSqlV2LinkedService moved instance variable server, port, username, database, authentication_type, ssl_mode, schema, pooling, connection_timeout, command_timeout, trust_server_certificate, ssl_certificate, ssl_key, ssl_password, read_buffer_size, log_parameters, timezone, encoding, password and encrypted_credential under property type_properties whose type is PostgreSqlV2LinkedServiceTypeProperties
  • Model PostgreSqlV2TableDataset moved instance variable table and schema_type_properties_schema under property type_properties whose type is PostgreSqlV2TableDatasetTypeProperties
  • Model PrestoLinkedService moved instance variable host, server_version, catalog, port, authentication_type, username, password, enable_ssl, enable_server_certificate_validation, trusted_cert_path, use_system_trust_store, allow_host_name_cn_mismatch, allow_self_signed_server_cert, time_zone_id and encrypted_credential under property type_properties whose type is PrestoLinkedServiceTypeProperties
  • Model PrestoObjectDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is PrestoDatasetTypeProperties
  • Model QuickBooksLinkedService moved instance variable connection_properties, endpoint, company_id, consumer_key, consumer_secret, access_token, access_token_secret, refresh_token, use_encrypted_endpoints and encrypted_credential under property type_properties whose type is QuickBooksLinkedServiceTypeProperties
  • Model QuickBooksObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model QuickbaseLinkedService moved instance variable url, user_token and encrypted_credential under property type_properties whose type is QuickbaseLinkedServiceTypeProperties
  • Model RelationalTableDataset moved instance variable table_name under property type_properties whose type is RelationalTableDatasetTypeProperties
  • Model RerunTumblingWindowTrigger moved instance variable parent_trigger, requested_start_time, requested_end_time and rerun_concurrency under property type_properties whose type is RerunTumblingWindowTriggerTypeProperties
  • Model Resource deleted or renamed its instance variable location
  • Model Resource deleted or renamed its instance variable tags
  • Model Resource deleted or renamed its instance variable e_tag
  • Model ResponsysLinkedService moved instance variable endpoint, client_id, client_secret, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is ResponsysLinkedServiceTypeProperties
  • Model ResponsysObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model RestResourceDataset moved instance variable relative_url, request_method, request_body, additional_headers and pagination_rules under property type_properties whose type is RestResourceDatasetTypeProperties
  • Model RestServiceLinkedService moved instance variable url, enable_server_certificate_validation, authentication_type, user_name, password, auth_headers, service_principal_id, service_principal_key, tenant, azure_cloud_type, aad_resource_id, encrypted_credential, credential, client_id, client_secret, token_endpoint, resource, scope, service_principal_credential_type, service_principal_embedded_cert and service_principal_embedded_cert_password under property type_properties whose type is RestServiceLinkedServiceTypeProperties
  • Model RunQueryFilter renamed its instance variable values to values_property
  • Model SSISLogLocation moved instance variable access_credential and log_refresh_interval under property type_properties whose type is SSISLogLocationTypeProperties
  • Model SSISPackageLocation moved instance variable package_password, access_credential, configuration_path, configuration_access_credential, package_name, package_content, package_last_modified_date and child_packages under property type_properties whose type is SSISPackageLocationTypeProperties
  • Model SalesforceLinkedService moved instance variable environment_url, username, password, security_token, api_version and encrypted_credential under property type_properties whose type is SalesforceLinkedServiceTypeProperties
  • Model SalesforceMarketingCloudLinkedService moved instance variable connection_properties, client_id, client_secret, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is SalesforceMarketingCloudLinkedServiceTypeProperties
  • Model SalesforceMarketingCloudObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model SalesforceObjectDataset moved instance variable object_api_name under property type_properties whose type is SalesforceObjectDatasetTypeProperties
  • Model SalesforceServiceCloudLinkedService moved instance variable environment_url, username, password, security_token, api_version, extended_properties and encrypted_credential under property type_properties whose type is SalesforceServiceCloudLinkedServiceTypeProperties
  • Model SalesforceServiceCloudObjectDataset moved instance variable object_api_name under property type_properties whose type is SalesforceServiceCloudObjectDatasetTypeProperties
  • Model SalesforceServiceCloudV2LinkedService moved instance variable environment_url, authentication_type, client_id, client_secret, api_version and encrypted_credential under property type_properties whose type is SalesforceServiceCloudV2LinkedServiceTypeProperties
  • Model SalesforceServiceCloudV2ObjectDataset moved instance variable object_api_name and report_id under property type_properties whose type is SalesforceServiceCloudV2ObjectDatasetTypeProperties
  • Model SalesforceV2LinkedService moved instance variable environment_url, authentication_type, client_id, client_secret, api_version and encrypted_credential under property type_properties whose type is SalesforceV2LinkedServiceTypeProperties
  • Model SalesforceV2ObjectDataset moved instance variable object_api_name and report_id under property type_properties whose type is SalesforceV2ObjectDatasetTypeProperties
  • Model SapBWLinkedService moved instance variable server, system_number, client_id, user_name, password and encrypted_credential under property type_properties whose type is SapBWLinkedServiceTypeProperties
  • Model SapCloudForCustomerLinkedService moved instance variable url, username, password and encrypted_credential under property type_properties whose type is SapCloudForCustomerLinkedServiceTypeProperties
  • Model SapCloudForCustomerResourceDataset moved instance variable path under property type_properties whose type is SapCloudForCustomerResourceDatasetTypeProperties
  • Model SapEccLinkedService moved instance variable url, username, password and encrypted_credential under property type_properties whose type is SapEccLinkedServiceTypeProperties
  • Model SapEccResourceDataset moved instance variable path under property type_properties whose type is SapEccResourceDatasetTypeProperties
  • Model SapHanaLinkedService moved instance variable connection_string, server, authentication_type, user_name, password and encrypted_credential under property type_properties whose type is SapHanaLinkedServiceProperties
  • Model SapHanaTableDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is SapHanaTableDatasetTypeProperties
  • Model SapOdpLinkedService moved instance variable server, system_number, client_id, language, system_id, user_name, password, message_server, message_server_service, snc_mode, snc_my_name, snc_partner_name, snc_library_path, snc_qop, x509_certificate_path, logon_group, subscriber_name and encrypted_credential under property type_properties whose type is SapOdpLinkedServiceTypeProperties
  • Model SapOdpResourceDataset moved instance variable context and object_name under property type_properties whose type is SapOdpResourceDatasetTypeProperties
  • Model SapOpenHubLinkedService moved instance variable server, system_number, client_id, language, system_id, user_name, password, message_server, message_server_service, logon_group and encrypted_credential under property type_properties whose type is SapOpenHubLinkedServiceTypeProperties
  • Model SapOpenHubTableDataset moved instance variable open_hub_destination_name, exclude_last_request and base_request_id under property type_properties whose type is SapOpenHubTableDatasetTypeProperties
  • Model SapTableLinkedService moved instance variable server, system_number, client_id, language, system_id, user_name, password, message_server, message_server_service, snc_mode, snc_my_name, snc_partner_name, snc_library_path, snc_qop, logon_group and encrypted_credential under property type_properties whose type is SapTableLinkedServiceTypeProperties
  • Model SapTableResourceDataset moved instance variable table_name under property type_properties whose type is SapTableResourceDatasetTypeProperties
  • Model ScheduleTrigger moved instance variable recurrence under property type_properties whose type is ScheduleTriggerTypeProperties
  • Model ScriptActivity moved instance variable script_block_execution_timeout, scripts, log_settings, return_multistatement_result and treat_decimal_as_string under property type_properties whose type is ScriptActivityTypeProperties
  • Model SelfHostedIntegrationRuntime moved instance variable linked_info and self_contained_interactive_authoring_enabled under property type_properties whose type is SelfHostedIntegrationRuntimeTypeProperties
  • Model SelfHostedIntegrationRuntimeStatus moved instance variable create_time, task_queue_id, internal_channel_encryption, version, nodes, scheduled_update_date, update_delay_offset, local_time_zone_offset, capabilities, service_urls, auto_update, version_status, links, pushed_version, latest_version, auto_update_eta and self_contained_interactive_authoring_enabled under property type_properties whose type is SelfHostedIntegrationRuntimeStatusTypeProperties
  • Model ServiceNowLinkedService moved instance variable endpoint, authentication_type, username, password, client_id, client_secret, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is ServiceNowLinkedServiceTypeProperties
  • Model ServiceNowObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model ServiceNowV2LinkedService moved instance variable endpoint, authentication_type, username, password, client_id, client_secret, grant_type and encrypted_credential under property type_properties whose type is ServiceNowV2LinkedServiceTypeProperties
  • Model ServiceNowV2ObjectDataset moved instance variable table_name and value_type under property type_properties whose type is ServiceNowV2DatasetTypeProperties
  • Model ServicePrincipalCredential moved instance variable service_principal_id, service_principal_key and tenant under property type_properties whose type is ServicePrincipalCredentialTypeProperties
  • Model SetVariableActivity moved instance variable variable_name, value and set_system_variable under property type_properties whose type is SetVariableActivityTypeProperties
  • Model SftpServerLinkedService moved instance variable host, port, authentication_type, user_name, password, encrypted_credential, private_key_path, private_key_content, pass_phrase, skip_host_key_validation and host_key_fingerprint under property type_properties whose type is SftpServerLinkedServiceTypeProperties
  • Model SharePointOnlineListLinkedService moved instance variable site_url, tenant_id, service_principal_id, service_principal_key, service_principal_credential_type, service_principal_embedded_cert, service_principal_embedded_cert_password and encrypted_credential under property type_properties whose type is SharePointOnlineListLinkedServiceTypeProperties
  • Model SharePointOnlineListResourceDataset moved instance variable list_name under property type_properties whose type is SharePointOnlineListDatasetTypeProperties
  • Model ShopifyLinkedService moved instance variable host, access_token, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is ShopifyLinkedServiceTypeProperties
  • Model ShopifyObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model SmartsheetLinkedService moved instance variable api_token and encrypted_credential under property type_properties whose type is SmartsheetLinkedServiceTypeProperties
  • Model SnowflakeDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is SnowflakeDatasetTypeProperties
  • Model SnowflakeLinkedService moved instance variable connection_string, password and encrypted_credential under property type_properties whose type is SnowflakeLinkedServiceTypeProperties
  • Model SnowflakeV2Dataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is SnowflakeDatasetTypeProperties
  • Model SnowflakeV2LinkedService moved instance variable account_identifier, user, password, database, warehouse, authentication_type, client_id, client_secret, tenant_id, scope, private_key, private_key_passphrase, role, host, schema, encrypted_credential and use_utc_timestamps under property type_properties whose type is SnowflakeLinkedV2ServiceTypeProperties
  • Model SparkLinkedService moved instance variable host, port, server_type, thrift_transport_protocol, authentication_type, username, password, http_path, enable_ssl, enable_server_certificate_validation, trusted_cert_path, use_system_trust_store, allow_host_name_cn_mismatch, allow_self_signed_server_cert and encrypted_credential under property type_properties whose type is SparkLinkedServiceTypeProperties
  • Model SparkObjectDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is SparkDatasetTypeProperties
  • Model SqlDWUpsertSettings renamed its instance variable keys to keys_property
  • Model SqlServerLinkedService moved instance variable server, database, encrypt, trust_server_certificate, host_name_in_certificate, application_intent, connect_timeout, connect_retry_count, connect_retry_interval, load_balance_timeout, command_timeout, integrated_security, failover_partner, max_pool_size, min_pool_size, multiple_active_result_sets, multi_subnet_failover, packet_size, pooling, connection_string, authentication_type, user_name, password, encrypted_credential, always_encrypted_settings and credential under property type_properties whose type is SqlServerLinkedServiceTypeProperties
  • Model SqlServerStoredProcedureActivity moved instance variable stored_procedure_name and stored_procedure_parameters under property type_properties whose type is SqlServerStoredProcedureActivityTypeProperties
  • Model SqlServerTableDataset moved instance variable table_name, schema_type_properties_schema and table under property type_properties whose type is SqlServerTableDatasetTypeProperties
  • Model SqlUpsertSettings renamed its instance variable keys to keys_property
  • Model SquareLinkedService moved instance variable connection_properties, host, client_id, client_secret, redirect_uri, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is SquareLinkedServiceTypeProperties
  • Model SquareObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model SwitchActivity moved instance variable on, cases and default_activities under property type_properties whose type is SwitchActivityTypeProperties
  • Model SybaseLinkedService moved instance variable server, database, schema, authentication_type, username, password and encrypted_credential under property type_properties whose type is SybaseLinkedServiceTypeProperties
  • Model SybaseTableDataset moved instance variable table_name under property type_properties whose type is SybaseTableDatasetTypeProperties
  • Model SynapseNotebookActivity moved instance variable notebook, spark_pool, parameters, executor_size, conf, driver_size, num_executors, configuration_type, target_spark_configuration and spark_config under property type_properties whose type is SynapseNotebookActivityTypeProperties
  • Model SynapseSparkJobDefinitionActivity moved instance variable spark_job, arguments, file, scan_folder, class_name, files, python_code_reference, files_v2, target_big_data_pool, executor_size, conf, driver_size, num_executors, configuration_type, target_spark_configuration and spark_config under property type_properties whose type is SynapseSparkJobActivityTypeProperties
  • Model TeamDeskLinkedService moved instance variable authentication_type, url, user_name, password, api_token and encrypted_credential under property type_properties whose type is TeamDeskLinkedServiceTypeProperties
  • Model TeradataLinkedService moved instance variable connection_string, server, authentication_type, username, password, ssl_mode, port_number, https_port_number, use_data_encryption, character_set, max_resp_size and encrypted_credential under property type_properties whose type is TeradataLinkedServiceTypeProperties
  • Model TeradataTableDataset moved instance variable database and table under property type_properties whose type is TeradataTableDatasetTypeProperties
  • Model TumblingWindowTrigger moved instance variable frequency, interval, start_time, end_time, delay, max_concurrency, retry_policy and depends_on under property type_properties whose type is TumblingWindowTriggerTypeProperties
  • Model TwilioLinkedService moved instance variable user_name and password under property type_properties whose type is TwilioLinkedServiceTypeProperties
  • Model UntilActivity moved instance variable expression, timeout and activities under property type_properties whose type is UntilActivityTypeProperties
  • Model ValidationActivity moved instance variable timeout, sleep, minimum_size, child_items and dataset under property type_properties whose type is ValidationActivityTypeProperties
  • Model VerticaLinkedService moved instance variable connection_string, server, port, uid, database, pwd and encrypted_credential under property type_properties whose type is VerticaLinkedServiceTypeProperties
  • Model VerticaTableDataset moved instance variable table_name, table and schema_type_properties_schema under property type_properties whose type is VerticaDatasetTypeProperties
  • Model WaitActivity moved instance variable wait_time_in_seconds under property type_properties whose type is WaitActivityTypeProperties
  • Model WarehouseLinkedService moved instance variable artifact_id, endpoint, workspace_id, authentication_type, service_principal_id, service_principal_key, tenant, encrypted_credential, service_principal_credential_type, service_principal_credential and credential under property type_properties whose type is WarehouseLinkedServiceTypeProperties
  • Model WarehouseTableDataset moved instance variable schema_type_properties_schema and table under property type_properties whose type is WarehouseTableDatasetTypeProperties
  • Model WebActivity moved instance variable method, url, headers, body, authentication, disable_cert_validation, http_request_timeout, turn_off_async, datasets, linked_services and connect_via under property type_properties whose type is WebActivityTypeProperties
  • Model WebHookActivity moved instance variable method, url, timeout, headers, body, authentication and report_status_on_call_back under property type_properties whose type is WebHookActivityTypeProperties
  • Model WebTableDataset moved instance variable index and path under property type_properties whose type is WebTableDatasetTypeProperties
  • Model WranglingDataFlow moved instance variable sources, script and document_locale under property type_properties whose type is PowerQueryTypeProperties
  • Model XeroLinkedService moved instance variable connection_properties, host, consumer_key, private_key, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is XeroLinkedServiceTypeProperties
  • Model XeroObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Model XmlDataset moved instance variable location, encoding_name, null_value and compression under property type_properties whose type is XmlDatasetTypeProperties
  • Model ZendeskLinkedService moved instance variable authentication_type, url, user_name, password, api_token and encrypted_credential under property type_properties whose type is ZendeskLinkedServiceTypeProperties
  • Model ZohoLinkedService moved instance variable connection_properties, endpoint, access_token, use_encrypted_endpoints, use_host_verification, use_peer_verification and encrypted_credential under property type_properties whose type is ZohoLinkedServiceTypeProperties
  • Model ZohoObjectDataset moved instance variable table_name under property type_properties whose type is GenericDatasetTypeProperties
  • Deleted or renamed model AdditionalColumns
  • Deleted or renamed model DatasetDataElement
  • Deleted or renamed model DatasetSchemaDataElement
  • Deleted or renamed model OutputColumn
  • Deleted or renamed model ScriptType
  • Deleted or renamed model SqlDWWriteBehaviorEnum
  • Deleted or renamed model SqlWriteBehaviorEnum
  • Deleted or renamed model StoredProcedureParameter
  • Method PipelineRunsOperations.cancel changed its parameter is_recursive from positional_or_keyword to keyword_only
  • Method PipelinesOperations.create_run changed its parameter reference_pipeline_run_id/is_recovery/start_activity_name/start_from_failure from positional_or_keyword to keyword_only

Other Changes

  • Deleted model ChangeDataCaptureListResponse/CredentialListResponse/DataFlowListResponse/DatasetListResponse/FactoryListResponse/GlobalParameterListResponse/IntegrationRuntimeListResponse/IntegrationRuntimeStatusListResponse/LinkedServiceListResponse/ManagedPrivateEndpointListResponse/ManagedVirtualNetworkListResponse/OperationListResponse/PipelineListResponse/PrivateEndpointConnectionListResponse/TriggerListResponse which actually were not used by SDK users
  • Deleted model CopyTranslator/GetDataFactoryOperationStatusResponse/QueryDataFlowDebugSessionsResponse/TabularTranslator/TypeConversionSettings which actually were not used by SDK users
  • Deleted enum AmazonRdsForOraclePartitionOption/AvroCompressionCodec/CompressionCodec/CopyBehaviorType/DatasetCompressionLevel/DynamicsAuthenticationType/DynamicsDeploymentType/HdiNodeTypes/JsonFormatFilePattern/JsonWriteFilePattern/NetezzaPartitionOption/OraclePartitionOption/OrcCompressionCodec/SalesforceSourceReadBehavior/SapHanaPartitionOption/SapTablePartitionOption/ServicePrincipalCredentialType/SqlPartitionOption/StoredProcedureParameterType/TeradataPartitionOption which actually were not used by SDK users

Changelog entries prior to 10.0.0b1 were removed to reduce file size. See https://pypi.org/project/azure-mgmt-datafactory/10.0.0b1/ for the older history.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure_mgmt_datafactory-10.0.0.tar.gz (717.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azure_mgmt_datafactory-10.0.0-py3-none-any.whl (601.3 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_datafactory-10.0.0.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_datafactory-10.0.0.tar.gz
Algorithm Hash digest
SHA256 c83eeb2b092c1f1e5bb2499ffbba6fd7809a1274739930f9db1e336273405587
MD5 0f5445dbf54bacb34b5091a4416a63c4
BLAKE2b-256 56f981397c6afd0fed926ffe3093d108d0392745bddc05c5dfc69880dfb70bb2

See more details on using hashes here.

File details

Details for the file azure_mgmt_datafactory-10.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_datafactory-10.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d0e93194c9e1cd820d2ed4f92813902af89cf4421c02e72a729ae32d87171198
MD5 c8599f5215edf81706e41211e94ecb71
BLAKE2b-256 bb41b5a74df49ed17aa27361fc55fd88a07bfe7c7a55bcb5ed210c0e0e712d57

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page