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
- Python 3.10+ is required to use this package.
- Azure subscription
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_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor 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:
- Search Data Factory Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
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
DataFactoryManagementClientadded methodsend_request - Model
ChangeDataCaptureResourceadded propertysystem_data - Model
CredentialResourceadded propertysystem_data - Model
DataFlowResourceadded propertysystem_data - Model
DatasetResourceadded propertysystem_data - Model
Factoryadded propertysystem_data - Model
GlobalParameterResourceadded propertysystem_data - Model
IntegrationRuntimeResourceadded propertysystem_data - Model
LinkedServiceResourceadded propertysystem_data - Model
ManagedPrivateEndpointResourceadded propertysystem_data - Model
ManagedVirtualNetworkResourceadded propertysystem_data - Model
PipelineResourceadded propertysystem_data - Model
PrivateEndpointConnectionResourceadded propertysystem_data - Model
Resourceadded propertysystem_data - Model
TriggerResourceadded propertysystem_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_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
ChangeDataCaptureOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
CredentialOperationsOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
CredentialOperationsOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
DataFlowsOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
DataFlowsOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
DatasetsOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
DatasetsOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
FactoriesOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FactoriesOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
IntegrationRuntimesOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
IntegrationRuntimesOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
LinkedServicesOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
LinkedServicesOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
ManagedPrivateEndpointsOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
ManagedPrivateEndpointsOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
ManagedVirtualNetworksOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
ManagedVirtualNetworksOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
PipelinesOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
PipelinesOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
PrivateEndpointConnectionOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
PrivateEndpointConnectionOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Method
TriggersOperations.create_or_updatereplaced positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
TriggersOperations.getreplaced positional_or_keyword parameterif_none_matchto keyword_only parametersetag/match_condition - Model
AmazonMWSLinkedServicemoved instance variableendpoint,marketplace_id,seller_id,mws_auth_token,access_key_id,secret_key,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isAmazonMWSLinkedServiceTypeProperties - Model
AmazonMWSObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
AmazonRdsForOracleLinkedServicemoved instance variableconnection_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_timestampandencrypted_credentialunder propertytype_propertieswhose type isAmazonRdsForLinkedServiceTypeProperties - Model
AmazonRdsForOracleTableDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isAmazonRdsForOracleTableDatasetTypeProperties - Model
AmazonRdsForSqlServerLinkedServicemoved instance variableserver,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_credentialandalways_encrypted_settingsunder propertytype_propertieswhose type isAmazonRdsForSqlServerLinkedServiceTypeProperties - Model
AmazonRdsForSqlServerTableDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isAmazonRdsForSqlServerTableDatasetTypeProperties - Model
AmazonRedshiftLinkedServicemoved instance variableserver,username,password,database,portandencrypted_credentialunder propertytype_propertieswhose type isAmazonRedshiftLinkedServiceTypeProperties - Model
AmazonRedshiftTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isAmazonRedshiftTableDatasetTypeProperties - Model
AmazonS3CompatibleLinkedServicemoved instance variableaccess_key_id,secret_access_key,service_url,force_path_styleandencrypted_credentialunder propertytype_propertieswhose type isAmazonS3CompatibleLinkedServiceTypeProperties - Model
AmazonS3Datasetmoved instance variablebucket_name,key,prefix,version,modified_datetime_start,modified_datetime_end,formatandcompressionunder propertytype_propertieswhose type isAmazonS3DatasetTypeProperties - Model
AmazonS3LinkedServicemoved instance variableauthentication_type,access_key_id,secret_access_key,service_url,session_tokenandencrypted_credentialunder propertytype_propertieswhose type isAmazonS3LinkedServiceTypeProperties - Model
AppFiguresLinkedServicemoved instance variableuser_name,passwordandclient_keyunder propertytype_propertieswhose type isAppFiguresLinkedServiceTypeProperties - Model
AppendVariableActivitymoved instance variablevariable_nameandvalueunder propertytype_propertieswhose type isAppendVariableActivityTypeProperties - Model
AsanaLinkedServicemoved instance variableapi_tokenandencrypted_credentialunder propertytype_propertieswhose type isAsanaLinkedServiceTypeProperties - Model
AvroDatasetmoved instance variablelocation,avro_compression_codecandavro_compression_levelunder propertytype_propertieswhose type isAvroDatasetTypeProperties - Model
AzPowerShellSetupmoved instance variableversionunder propertytype_propertieswhose type isAzPowerShellSetupTypeProperties - Model
AzureBatchLinkedServicemoved instance variableaccount_name,access_key,batch_uri,pool_name,linked_service_name,encrypted_credentialandcredentialunder propertytype_propertieswhose type isAzureBatchLinkedServiceTypeProperties - Model
AzureBlobDatasetmoved instance variablefolder_path,table_root_location,file_name,modified_datetime_start,modified_datetime_end,formatandcompressionunder propertytype_propertieswhose type isAzureBlobDatasetTypeProperties - Model
AzureBlobFSDatasetmoved instance variablefolder_path,file_name,formatandcompressionunder propertytype_propertieswhose type isAzureBlobFSDatasetTypeProperties - Model
AzureBlobFSLinkedServicemoved instance variableurl,account_key,service_principal_id,service_principal_key,tenant,azure_cloud_type,encrypted_credential,credential,service_principal_credential_type,service_principal_credential,sas_uriandsas_tokenunder propertytype_propertieswhose type isAzureBlobFSLinkedServiceTypeProperties - Model
AzureBlobStorageLinkedServicemoved instance variableconnection_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_typeandcontainer_uriunder propertytype_propertieswhose type isAzureBlobStorageLinkedServiceTypeProperties - Model
AzureDataExplorerCommandActivitymoved instance variablecommandandcommand_timeoutunder propertytype_propertieswhose type isAzureDataExplorerCommandActivityTypeProperties - Model
AzureDataExplorerLinkedServicemoved instance variableendpoint,service_principal_id,service_principal_key,database,tenantandcredentialunder propertytype_propertieswhose type isAzureDataExplorerLinkedServiceTypeProperties - Model
AzureDataExplorerTableDatasetmoved instance variabletableunder propertytype_propertieswhose type isAzureDataExplorerDatasetTypeProperties - Model
AzureDataLakeAnalyticsLinkedServicemoved instance variableaccount_name,service_principal_id,service_principal_key,tenant,subscription_id,resource_group_name,data_lake_analytics_uriandencrypted_credentialunder propertytype_propertieswhose type isAzureDataLakeAnalyticsLinkedServiceTypeProperties - Model
AzureDataLakeStoreDatasetmoved instance variablefolder_path,file_name,formatandcompressionunder propertytype_propertieswhose type isAzureDataLakeStoreDatasetTypeProperties - Model
AzureDataLakeStoreLinkedServicemoved instance variabledata_lake_store_uri,service_principal_id,service_principal_key,tenant,azure_cloud_type,account_name,subscription_id,resource_group_name,encrypted_credentialandcredentialunder propertytype_propertieswhose type isAzureDataLakeStoreLinkedServiceTypeProperties - Model
AzureDatabricksDeltaLakeDatasetmoved instance variabletableanddatabaseunder propertytype_propertieswhose type isAzureDatabricksDeltaLakeDatasetTypeProperties - Model
AzureDatabricksDeltaLakeLinkedServicemoved instance variabledomain,access_token,cluster_id,encrypted_credential,credentialandworkspace_resource_idunder propertytype_propertieswhose type isAzureDatabricksDetltaLakeLinkedServiceTypeProperties - Model
AzureDatabricksLinkedServicemoved instance variabledomain,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,credentialanddata_security_modeunder propertytype_propertieswhose type isAzureDatabricksLinkedServiceTypeProperties - Model
AzureFileStorageLinkedServicemoved instance variablehost,user_id,password,connection_string,account_key,sas_uri,sas_token,file_share,snapshot,encrypted_credential,service_endpointandcredentialunder propertytype_propertieswhose type isAzureFileStorageLinkedServiceTypeProperties - Model
AzureFunctionActivitymoved instance variablemethod,function_name,headersandbodyunder propertytype_propertieswhose type isAzureFunctionActivityTypeProperties - Model
AzureFunctionLinkedServicemoved instance variablefunction_app_url,function_key,encrypted_credential,credential,resource_idandauthenticationunder propertytype_propertieswhose type isAzureFunctionLinkedServiceTypeProperties - Model
AzureKeyVaultLinkedServicemoved instance variablebase_urlandcredentialunder propertytype_propertieswhose type isAzureKeyVaultLinkedServiceTypeProperties - Model
AzureMLBatchExecutionActivitymoved instance variableglobal_parameters,web_service_outputsandweb_service_inputsunder propertytype_propertieswhose type isAzureMLBatchExecutionActivityTypeProperties - Model
AzureMLExecutePipelineActivitymoved instance variableml_pipeline_id,ml_pipeline_endpoint_id,version,experiment_name,ml_pipeline_parameters,data_path_assignments,ml_parent_run_idandcontinue_on_step_failureunder propertytype_propertieswhose type isAzureMLExecutePipelineActivityTypeProperties - Model
AzureMLLinkedServicemoved instance variableml_endpoint,api_key,update_resource_endpoint,service_principal_id,service_principal_key,tenant,encrypted_credentialandauthenticationunder propertytype_propertieswhose type isAzureMLLinkedServiceTypeProperties - Model
AzureMLServiceLinkedServicemoved instance variablesubscription_id,resource_group_name,ml_workspace_name,authentication,service_principal_id,service_principal_key,tenantandencrypted_credentialunder propertytype_propertieswhose type isAzureMLServiceLinkedServiceTypeProperties - Model
AzureMLUpdateResourceActivitymoved instance variabletrained_model_name,trained_model_linked_service_nameandtrained_model_file_pathunder propertytype_propertieswhose type isAzureMLUpdateResourceActivityTypeProperties - Model
AzureMariaDBLinkedServicemoved instance variableconnection_string,pwdandencrypted_credentialunder propertytype_propertieswhose type isAzureMariaDBLinkedServiceTypeProperties - Model
AzureMariaDBTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
AzureMySqlLinkedServicemoved instance variableconnection_string,passwordandencrypted_credentialunder propertytype_propertieswhose type isAzureMySqlLinkedServiceTypeProperties - Model
AzureMySqlTableDatasetmoved instance variabletable_nameandtableunder propertytype_propertieswhose type isAzureMySqlTableDatasetTypeProperties - Model
AzurePostgreSqlLinkedServicemoved instance variableconnection_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_typeandcredentialunder propertytype_propertieswhose type isAzurePostgreSqlLinkedServiceTypeProperties - Model
AzurePostgreSqlSinkUpsertSettingsrenamed its instance variablekeystokeys_property - Model
AzurePostgreSqlTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isAzurePostgreSqlTableDatasetTypeProperties - Model
AzureSearchIndexDatasetmoved instance variableindex_nameunder propertytype_propertieswhose type isAzureSearchIndexDatasetTypeProperties - Model
AzureSearchLinkedServicemoved instance variableurl,keyandencrypted_credentialunder propertytype_propertieswhose type isAzureSearchLinkedServiceTypeProperties - Model
AzureSqlDWLinkedServicemoved instance variableserver,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_credentialandcredentialunder propertytype_propertieswhose type isAzureSqlDWLinkedServiceTypeProperties - Model
AzureSqlDWTableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isAzureSqlDWTableDatasetTypeProperties - Model
AzureSqlDatabaseLinkedServicemoved instance variableserver,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_settingsandcredentialunder propertytype_propertieswhose type isAzureSqlDatabaseLinkedServiceTypeProperties - Model
AzureSqlMILinkedServicemoved instance variableserver,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_settingsandcredentialunder propertytype_propertieswhose type isAzureSqlMILinkedServiceTypeProperties - Model
AzureSqlMITableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isAzureSqlMITableDatasetTypeProperties - Model
AzureSqlTableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isAzureSqlTableDatasetTypeProperties - Model
AzureStorageLinkedServicemoved instance variableconnection_string,account_key,sas_uri,sas_tokenandencrypted_credentialunder propertytype_propertieswhose type isAzureStorageLinkedServiceTypeProperties - Model
AzureSynapseArtifactsLinkedServicemoved instance variableendpoint,authenticationandworkspace_resource_idunder propertytype_propertieswhose type isAzureSynapseArtifactsLinkedServiceTypeProperties - Model
AzureTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isAzureTableDatasetTypeProperties - Model
AzureTableStorageLinkedServicemoved instance variableconnection_string,account_key,sas_uri,sas_token,encrypted_credential,service_endpointandcredentialunder propertytype_propertieswhose type isAzureTableStorageLinkedServiceTypeProperties - Model
BinaryDatasetmoved instance variablelocationandcompressionunder propertytype_propertieswhose type isBinaryDatasetTypeProperties - Model
BlobEventsTriggermoved instance variableblob_path_begins_with,blob_path_ends_with,ignore_empty_blobs,eventsandscopeunder propertytype_propertieswhose type isBlobEventsTriggerTypeProperties - Model
BlobTriggermoved instance variablefolder_path,max_concurrencyandlinked_serviceunder propertytype_propertieswhose type isBlobTriggerTypeProperties - Model
CassandraLinkedServicemoved instance variablehost,authentication_type,port,username,passwordandencrypted_credentialunder propertytype_propertieswhose type isCassandraLinkedServiceTypeProperties - Model
CassandraTableDatasetmoved instance variabletable_nameandkeyspaceunder propertytype_propertieswhose type isCassandraTableDatasetTypeProperties - Model
ChainingTriggermoved instance variabledepends_onandrun_dimensionunder propertytype_propertieswhose type isChainingTriggerTypeProperties - Model
ChangeDataCaptureResourcemoved instance variablefolder,description,source_connections_info,target_connections_info,policy,allow_v_net_overrideandstatusunder propertypropertieswhose type isChangeDataCapture - Model
CloudErrormoved instance variablecode,message,targetanddetailsunder propertyerrorwhose type isCloudErrorBody - Model
CmdkeySetupmoved instance variabletarget_name,user_nameandpasswordunder propertytype_propertieswhose type isCmdkeySetupTypeProperties - Model
CommonDataServiceForAppsEntityDatasetmoved instance variableentity_nameunder propertytype_propertieswhose type isCommonDataServiceForAppsEntityDatasetTypeProperties - Model
CommonDataServiceForAppsLinkedServicemoved instance variabledeployment_type,host_name,port,service_uri,organization_name,authentication_type,domain,username,password,service_principal_id,service_principal_credential_type,service_principal_credentialandencrypted_credentialunder propertytype_propertieswhose type isCommonDataServiceForAppsLinkedServiceTypeProperties - Model
ComponentSetupmoved instance variablecomponent_nameandlicense_keyunder propertytype_propertieswhose type isLicensedComponentSetupTypeProperties - Model
ConcurLinkedServicemoved instance variableconnection_properties,client_id,username,password,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isConcurLinkedServiceTypeProperties - Model
ConcurObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
CopyActivitymoved instance variablesource,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_consistencyandskip_error_fileunder propertytype_propertieswhose type isCopyActivityTypeProperties - Model
CosmosDbLinkedServicemoved instance variableconnection_string,account_endpoint,database,account_key,service_principal_id,service_principal_credential_type,service_principal_credential,tenant,azure_cloud_type,connection_mode,encrypted_credentialandcredentialunder propertytype_propertieswhose type isCosmosDbLinkedServiceTypeProperties - Model
CosmosDbMongoDbApiCollectionDatasetmoved instance variablecollectionunder propertytype_propertieswhose type isCosmosDbMongoDbApiCollectionDatasetTypeProperties - Model
CosmosDbMongoDbApiLinkedServicemoved instance variableis_server_version_above32,connection_stringanddatabaseunder propertytype_propertieswhose type isCosmosDbMongoDbApiLinkedServiceTypeProperties - Model
CosmosDbSqlApiCollectionDatasetmoved instance variablecollection_nameunder propertytype_propertieswhose type isCosmosDbSqlApiCollectionDatasetTypeProperties - Model
CouchbaseLinkedServicemoved instance variableconnection_string,cred_stringandencrypted_credentialunder propertytype_propertieswhose type isCouchbaseLinkedServiceTypeProperties - Model
CouchbaseTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
CustomActivitymoved instance variablecommand,resource_linked_service,folder_path,reference_objects,extended_properties,retention_time_in_daysandauto_user_specificationunder propertytype_propertieswhose type isCustomActivityTypeProperties - Model
CustomEventsTriggermoved instance variablesubject_begins_with,subject_ends_with,eventsandscopeunder propertytype_propertieswhose type isCustomEventsTriggerTypeProperties - Model
DataLakeAnalyticsUSQLActivitymoved instance variablescript_path,script_linked_service,degree_of_parallelism,priority,parameters,runtime_versionandcompilation_modeunder propertytype_propertieswhose type isDataLakeAnalyticsUSQLActivityTypeProperties - Model
DatabricksJobActivitymoved instance variablejob_idandjob_parametersunder propertytype_propertieswhose type isDatabricksJobActivityTypeProperties - Model
DatabricksNotebookActivitymoved instance variablenotebook_path,base_parametersandlibrariesunder propertytype_propertieswhose type isDatabricksNotebookActivityTypeProperties - Model
DatabricksSparkJarActivitymoved instance variablemain_class_name,parametersandlibrariesunder propertytype_propertieswhose type isDatabricksSparkJarActivityTypeProperties - Model
DatabricksSparkPythonActivitymoved instance variablepython_file,parametersandlibrariesunder propertytype_propertieswhose type isDatabricksSparkPythonActivityTypeProperties - Model
DataworldLinkedServicemoved instance variableapi_tokenandencrypted_credentialunder propertytype_propertieswhose type isDataworldLinkedServiceTypeProperties - Model
Db2LinkedServicemoved instance variableconnection_string,server,database,authentication_type,username,password,package_collection,certificate_common_nameandencrypted_credentialunder propertytype_propertieswhose type isDb2LinkedServiceTypeProperties - Model
Db2TableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isDb2TableDatasetTypeProperties - Model
DeleteActivitymoved instance variablerecursive,max_concurrent_connections,enable_logging,log_storage_settings,datasetandstore_settingsunder propertytype_propertieswhose type isDeleteActivityTypeProperties - Model
DelimitedTextDatasetmoved instance variablelocation,column_delimiter,row_delimiter,encoding_name,compression_codec,compression_level,quote_char,escape_char,first_row_as_headerandnull_valueunder propertytype_propertieswhose type isDelimitedTextDatasetTypeProperties - Model
DocumentDbCollectionDatasetmoved instance variablecollection_nameunder propertytype_propertieswhose type isDocumentDbCollectionDatasetTypeProperties - Model
DrillLinkedServicemoved instance variableconnection_string,pwdandencrypted_credentialunder propertytype_propertieswhose type isDrillLinkedServiceTypeProperties - Model
DrillTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isDrillDatasetTypeProperties - Model
DynamicsAXLinkedServicemoved instance variableurl,service_principal_id,service_principal_key,tenant,aad_resource_idandencrypted_credentialunder propertytype_propertieswhose type isDynamicsAXLinkedServiceTypeProperties - Model
DynamicsAXResourceDatasetmoved instance variablepathunder propertytype_propertieswhose type isDynamicsAXResourceDatasetTypeProperties - Model
DynamicsCrmEntityDatasetmoved instance variableentity_nameunder propertytype_propertieswhose type isDynamicsCrmEntityDatasetTypeProperties - Model
DynamicsCrmLinkedServicemoved instance variabledeployment_type,host_name,port,service_uri,organization_name,authentication_type,domain,username,password,service_principal_id,service_principal_credential_type,service_principal_credential,credentialandencrypted_credentialunder propertytype_propertieswhose type isDynamicsCrmLinkedServiceTypeProperties - Model
DynamicsEntityDatasetmoved instance variableentity_nameunder propertytype_propertieswhose type isDynamicsEntityDatasetTypeProperties - Model
DynamicsLinkedServicemoved instance variabledeployment_type,host_name,port,service_uri,organization_name,authentication_type,domain,username,password,service_principal_id,service_principal_credential_type,service_principal_credential,encrypted_credentialandcredentialunder propertytype_propertieswhose type isDynamicsLinkedServiceTypeProperties - Model
EloquaLinkedServicemoved instance variableendpoint,username,password,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isEloquaLinkedServiceTypeProperties - Model
EloquaObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
EnvironmentVariableSetupmoved instance variablevariable_nameandvariable_valueunder propertytype_propertieswhose type isEnvironmentVariableSetupTypeProperties - Model
ExcelDatasetmoved instance variablelocation,sheet_name,sheet_index,range,first_row_as_header,compressionandnull_valueunder propertytype_propertieswhose type isExcelDatasetTypeProperties - Model
ExecuteDataFlowActivitymoved instance variabledata_flow,staging,integration_runtime,continuation_settings,compute,trace_level,continue_on_error,run_concurrentlyandsource_staging_concurrencyunder propertytype_propertieswhose type isExecuteDataFlowActivityTypeProperties - Model
ExecutePipelineActivitymoved instance variablepipeline,parametersandwait_on_completionunder propertytype_propertieswhose type isExecutePipelineActivityTypeProperties - Model
ExecuteSSISPackageActivitymoved instance variablepackage_location,runtime,logging_level,environment_path,execution_credential,connect_via,project_parameters,package_parameters,project_connection_managers,package_connection_managers,property_overridesandlog_locationunder propertytype_propertieswhose type isExecuteSSISPackageActivityTypeProperties - Model
ExecuteWranglingDataflowActivitymoved instance variabledata_flow,staging,integration_runtime,continuation_settings,compute,trace_level,continue_on_error,run_concurrently,source_staging_concurrency,sinksandqueriesunder propertytype_propertieswhose type isExecutePowerQueryActivityTypeProperties - Model
Factorymoved instance variableprovisioning_state,create_time,version,purview_configuration,repo_configuration,global_parameters,encryptionandpublic_network_accessunder propertypropertieswhose type isFactoryProperties - Model
FactoryUpdateParametersmoved instance variablepublic_network_accessunder propertypropertieswhose type isFactoryUpdateProperties - Model
FailActivitymoved instance variablemessageanderror_codeunder propertytype_propertieswhose type isFailActivityTypeProperties - Model
FileServerLinkedServicemoved instance variablehost,user_id,passwordandencrypted_credentialunder propertytype_propertieswhose type isFileServerLinkedServiceTypeProperties - Model
FileShareDatasetmoved instance variablefolder_path,file_name,modified_datetime_start,modified_datetime_end,format,file_filterandcompressionunder propertytype_propertieswhose type isFileShareDatasetTypeProperties - Model
FilterActivitymoved instance variableitemsandconditionunder propertytype_propertieswhose type isFilterActivityTypeProperties - Model
Flowletmoved instance variablesources,sinks,transformations,scriptandscript_linesunder propertytype_propertieswhose type isFlowletTypeProperties - Model
ForEachActivitymoved instance variableis_sequential,batch_count,itemsandactivitiesunder propertytype_propertieswhose type isForEachActivityTypeProperties - Model
FtpServerLinkedServicemoved instance variablehost,port,authentication_type,user_name,password,encrypted_credential,enable_sslandenable_server_certificate_validationunder propertytype_propertieswhose type isFtpServerLinkedServiceTypeProperties - Model
GetMetadataActivitymoved instance variabledataset,field_list,store_settingsandformat_settingsunder propertytype_propertieswhose type isGetMetadataActivityTypeProperties - Model
GoogleAdWordsLinkedServicemoved instance variableconnection_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_typesandencrypted_credentialunder propertytype_propertieswhose type isGoogleAdWordsLinkedServiceTypeProperties - Model
GoogleAdWordsObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
GoogleBigQueryLinkedServicemoved instance variableproject,additional_projects,request_google_drive_scope,authentication_type,refresh_token,client_id,client_secret,email,key_file_path,trusted_cert_path,use_system_trust_storeandencrypted_credentialunder propertytype_propertieswhose type isGoogleBigQueryLinkedServiceTypeProperties - Model
GoogleBigQueryObjectDatasetmoved instance variabletable_name,tableanddatasetunder propertytype_propertieswhose type isGoogleBigQueryDatasetTypeProperties - Model
GoogleBigQueryV2LinkedServicemoved instance variableproject_id,authentication_type,client_id,client_secret,refresh_token,key_file_contentandencrypted_credentialunder propertytype_propertieswhose type isGoogleBigQueryV2LinkedServiceTypeProperties - Model
GoogleBigQueryV2ObjectDatasetmoved instance variabletableanddatasetunder propertytype_propertieswhose type isGoogleBigQueryV2DatasetTypeProperties - Model
GoogleCloudStorageLinkedServicemoved instance variableaccess_key_id,secret_access_key,service_urlandencrypted_credentialunder propertytype_propertieswhose type isGoogleCloudStorageLinkedServiceTypeProperties - Model
GoogleSheetsLinkedServicemoved instance variableapi_tokenandencrypted_credentialunder propertytype_propertieswhose type isGoogleSheetsLinkedServiceTypeProperties - Model
GreenplumLinkedServicemoved instance variableconnection_string,pwd,encrypted_credential,authentication_type,host,port,username,database,ssl_mode,connection_timeoutandcommand_timeoutunder propertytype_propertieswhose type isGreenplumLinkedServiceTypeProperties - Model
GreenplumTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isGreenplumDatasetTypeProperties - Model
HBaseLinkedServicemoved instance variablehost,port,http_path,authentication_type,username,password,enable_ssl,trusted_cert_path,allow_host_name_cn_mismatch,allow_self_signed_server_certandencrypted_credentialunder propertytype_propertieswhose type isHBaseLinkedServiceTypeProperties - Model
HBaseObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
HDInsightHiveActivitymoved instance variablestorage_linked_services,arguments,get_debug_info,script_path,script_linked_service,defines,variablesandquery_timeoutunder propertytype_propertieswhose type isHDInsightHiveActivityTypeProperties - Model
HDInsightLinkedServicemoved instance variablecluster_uri,cluster_auth_type,user_name,password,linked_service_name,hcatalog_linked_service_name,encrypted_credential,is_esp_enabled,file_systemandcredentialunder propertytype_propertieswhose type isHDInsightLinkedServiceTypeProperties - Model
HDInsightMapReduceActivitymoved instance variablestorage_linked_services,arguments,get_debug_info,class_name,jar_file_path,jar_linked_service,jar_libsanddefinesunder propertytype_propertieswhose type isHDInsightMapReduceActivityTypeProperties - Model
HDInsightOnDemandLinkedServicemoved instance variablecluster_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_nameandcredentialunder propertytype_propertieswhose type isHDInsightOnDemandLinkedServiceTypeProperties - Model
HDInsightPigActivitymoved instance variablestorage_linked_services,arguments,get_debug_info,script_path,script_linked_serviceanddefinesunder propertytype_propertieswhose type isHDInsightPigActivityTypeProperties - Model
HDInsightSparkActivitymoved instance variableroot_path,entry_file_path,arguments,get_debug_info,spark_job_linked_service,class_name,proxy_userandspark_configunder propertytype_propertieswhose type isHDInsightSparkActivityTypeProperties - Model
HDInsightStreamingActivitymoved instance variablestorage_linked_services,arguments,get_debug_info,mapper,reducer,input,output,file_paths,file_linked_service,combiner,command_environmentanddefinesunder propertytype_propertieswhose type isHDInsightStreamingActivityTypeProperties - Model
HdfsLinkedServicemoved instance variableurl,authentication_type,encrypted_credential,user_nameandpasswordunder propertytype_propertieswhose type isHdfsLinkedServiceTypeProperties - Model
HiveLinkedServicemoved instance variablehost,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_certandencrypted_credentialunder propertytype_propertieswhose type isHiveLinkedServiceTypeProperties - Model
HiveObjectDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isHiveDatasetTypeProperties - Model
HttpDatasetmoved instance variablerelative_url,request_method,request_body,additional_headers,formatandcompressionunder propertytype_propertieswhose type isHttpDatasetTypeProperties - Model
HttpLinkedServicemoved instance variableurl,authentication_type,user_name,password,auth_headers,embedded_cert_data,cert_thumbprint,encrypted_credentialandenable_server_certificate_validationunder propertytype_propertieswhose type isHttpLinkedServiceTypeProperties - Model
HubspotLinkedServicemoved instance variableclient_id,client_secret,access_token,refresh_token,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isHubspotLinkedServiceTypeProperties - Model
HubspotObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
IcebergDatasetmoved instance variablelocationunder propertytype_propertieswhose type isIcebergDatasetTypeProperties - Model
IfConditionActivitymoved instance variableexpression,if_true_activitiesandif_false_activitiesunder propertytype_propertieswhose type isIfConditionActivityTypeProperties - Model
ImpalaLinkedServicemoved instance variablehost,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_certandencrypted_credentialunder propertytype_propertieswhose type isImpalaLinkedServiceTypeProperties - Model
ImpalaObjectDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isImpalaDatasetTypeProperties - Model
InformixLinkedServicemoved instance variableconnection_string,authentication_type,credential,user_name,passwordandencrypted_credentialunder propertytype_propertieswhose type isInformixLinkedServiceTypeProperties - Model
InformixTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isInformixTableDatasetTypeProperties - Model
JiraLinkedServicemoved instance variablehost,port,username,password,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isJiraLinkedServiceTypeProperties - Model
JiraObjectDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isJiraTableDatasetTypeProperties - Model
JsonDatasetmoved instance variablelocation,encoding_nameandcompressionunder propertytype_propertieswhose type isJsonDatasetTypeProperties - Model
LakeHouseLinkedServicemoved instance variableworkspace_id,artifact_id,authentication_type,service_principal_id,service_principal_key,tenant,encrypted_credential,service_principal_credential_type,service_principal_credentialandcredentialunder propertytype_propertieswhose type isLakeHouseLinkedServiceTypeProperties - Model
LakeHouseTableDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isLakeHouseTableDatasetTypeProperties - Model
LookupActivitymoved instance variablesource,dataset,first_row_onlyandtreat_decimal_as_stringunder propertytype_propertieswhose type isLookupActivityTypeProperties - Model
MagentoLinkedServicemoved instance variablehost,access_token,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isMagentoLinkedServiceTypeProperties - Model
MagentoObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
ManagedIdentityCredentialmoved instance variableresource_idunder propertytype_propertieswhose type isManagedIdentityTypeProperties - Model
ManagedIntegrationRuntimemoved instance variablecompute_properties,ssis_properties,customer_virtual_networkandinteractive_queryunder propertytype_propertieswhose type isManagedIntegrationRuntimeTypeProperties - Model
ManagedIntegrationRuntimeStatusmoved instance variablecreate_time,nodes,other_errorsandlast_operationunder propertytype_propertieswhose type isManagedIntegrationRuntimeStatusTypeProperties - Model
MapperTablemoved instance variableschemaanddsl_connector_propertiesunder propertypropertieswhose type isMapperTableProperties - Model
MappingDataFlowmoved instance variablesources,sinks,transformations,scriptandscript_linesunder propertytype_propertieswhose type isMappingDataFlowTypeProperties - Model
MariaDBLinkedServicemoved instance variabledriver_version,connection_string,server,port,username,database,ssl_mode,use_system_trust_store,passwordandencrypted_credentialunder propertytype_propertieswhose type isMariaDBLinkedServiceTypeProperties - Model
MariaDBTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
MarketoLinkedServicemoved instance variableendpoint,client_id,client_secret,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isMarketoLinkedServiceTypeProperties - Model
MarketoObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
MicrosoftAccessLinkedServicemoved instance variableconnection_string,authentication_type,credential,user_name,passwordandencrypted_credentialunder propertytype_propertieswhose type isMicrosoftAccessLinkedServiceTypeProperties - Model
MicrosoftAccessTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isMicrosoftAccessTableDatasetTypeProperties - Model
MongoDbAtlasCollectionDatasetmoved instance variablecollectionunder propertytype_propertieswhose type isMongoDbAtlasCollectionDatasetTypeProperties - Model
MongoDbAtlasLinkedServicemoved instance variableconnection_string,databaseanddriver_versionunder propertytype_propertieswhose type isMongoDbAtlasLinkedServiceTypeProperties - Model
MongoDbCollectionDatasetmoved instance variablecollection_nameunder propertytype_propertieswhose type isMongoDbCollectionDatasetTypeProperties - Model
MongoDbLinkedServicemoved instance variableserver,authentication_type,database_name,username,password,auth_source,port,enable_ssl,allow_self_signed_server_certandencrypted_credentialunder propertytype_propertieswhose type isMongoDbLinkedServiceTypeProperties - Model
MongoDbV2CollectionDatasetmoved instance variablecollectionunder propertytype_propertieswhose type isMongoDbV2CollectionDatasetTypeProperties - Model
MongoDbV2LinkedServicemoved instance variableconnection_stringanddatabaseunder propertytype_propertieswhose type isMongoDbV2LinkedServiceTypeProperties - Model
MySqlLinkedServicemoved instance variabledriver_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_keyandtreat_tiny_as_booleanunder propertytype_propertieswhose type isMySqlLinkedServiceTypeProperties - Model
MySqlTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isMySqlTableDatasetTypeProperties - Model
NetezzaLinkedServicemoved instance variableconnection_string,server,port,uid,database,security_level,pwdandencrypted_credentialunder propertytype_propertieswhose type isNetezzaLinkedServiceTypeProperties - Model
NetezzaTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isNetezzaTableDatasetTypeProperties - Model
ODataLinkedServicemoved instance variableurl,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_passwordandencrypted_credentialunder propertytype_propertieswhose type isODataLinkedServiceTypeProperties - Model
ODataResourceDatasetmoved instance variablepathunder propertytype_propertieswhose type isODataResourceDatasetTypeProperties - Model
OdbcLinkedServicemoved instance variableconnection_string,authentication_type,credential,user_name,passwordandencrypted_credentialunder propertytype_propertieswhose type isOdbcLinkedServiceTypeProperties - Model
OdbcTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isOdbcTableDatasetTypeProperties - Model
Office365Datasetmoved instance variabletable_nameandpredicateunder propertytype_propertieswhose type isOffice365DatasetTypeProperties - Model
Office365LinkedServicemoved instance variableoffice365_tenant_id,service_principal_tenant_id,service_principal_id,service_principal_key,service_principal_credential_type,service_principal_embedded_cert,service_principal_embedded_cert_passwordandencrypted_credentialunder propertytype_propertieswhose type isOffice365LinkedServiceTypeProperties - Model
Operationmoved instance variableservice_specificationunder propertypropertieswhose type isOperationProperties - Model
OracleCloudStorageLinkedServicemoved instance variableaccess_key_id,secret_access_key,service_urlandencrypted_credentialunder propertytype_propertieswhose type isOracleCloudStorageLinkedServiceTypeProperties - Model
OracleLinkedServicemoved instance variableconnection_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_timestampandencrypted_credentialunder propertytype_propertieswhose type isOracleLinkedServiceTypeProperties - Model
OracleServiceCloudLinkedServicemoved instance variablehost,username,password,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isOracleServiceCloudLinkedServiceTypeProperties - Model
OracleServiceCloudObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
OracleTableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isOracleTableDatasetTypeProperties - Model
OrcDatasetmoved instance variablelocationandorc_compression_codecunder propertytype_propertieswhose type isOrcDatasetTypeProperties - Model
ParquetDatasetmoved instance variablelocationandcompression_codecunder propertytype_propertieswhose type isParquetDatasetTypeProperties - Model
PaypalLinkedServicemoved instance variablehost,client_id,client_secret,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isPaypalLinkedServiceTypeProperties - Model
PaypalObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
PhoenixLinkedServicemoved instance variablehost,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_certandencrypted_credentialunder propertytype_propertieswhose type isPhoenixLinkedServiceTypeProperties - Model
PhoenixObjectDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isPhoenixDatasetTypeProperties - Model
PipelineResourcemoved instance variabledescription,activities,parameters,variables,concurrency,annotations,run_dimensions,folderandpolicyunder propertypropertieswhose type isPipeline - Model
PostgreSqlLinkedServicemoved instance variableconnection_string,passwordandencrypted_credentialunder propertytype_propertieswhose type isPostgreSqlLinkedServiceTypeProperties - Model
PostgreSqlTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isPostgreSqlTableDatasetTypeProperties - Model
PostgreSqlV2LinkedServicemoved instance variableserver,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,passwordandencrypted_credentialunder propertytype_propertieswhose type isPostgreSqlV2LinkedServiceTypeProperties - Model
PostgreSqlV2TableDatasetmoved instance variabletableandschema_type_properties_schemaunder propertytype_propertieswhose type isPostgreSqlV2TableDatasetTypeProperties - Model
PrestoLinkedServicemoved instance variablehost,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_idandencrypted_credentialunder propertytype_propertieswhose type isPrestoLinkedServiceTypeProperties - Model
PrestoObjectDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isPrestoDatasetTypeProperties - Model
QuickBooksLinkedServicemoved instance variableconnection_properties,endpoint,company_id,consumer_key,consumer_secret,access_token,access_token_secret,refresh_token,use_encrypted_endpointsandencrypted_credentialunder propertytype_propertieswhose type isQuickBooksLinkedServiceTypeProperties - Model
QuickBooksObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
QuickbaseLinkedServicemoved instance variableurl,user_tokenandencrypted_credentialunder propertytype_propertieswhose type isQuickbaseLinkedServiceTypeProperties - Model
RelationalTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isRelationalTableDatasetTypeProperties - Model
RerunTumblingWindowTriggermoved instance variableparent_trigger,requested_start_time,requested_end_timeandrerun_concurrencyunder propertytype_propertieswhose type isRerunTumblingWindowTriggerTypeProperties - Model
Resourcedeleted or renamed its instance variablelocation - Model
Resourcedeleted or renamed its instance variabletags - Model
Resourcedeleted or renamed its instance variablee_tag - Model
ResponsysLinkedServicemoved instance variableendpoint,client_id,client_secret,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isResponsysLinkedServiceTypeProperties - Model
ResponsysObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
RestResourceDatasetmoved instance variablerelative_url,request_method,request_body,additional_headersandpagination_rulesunder propertytype_propertieswhose type isRestResourceDatasetTypeProperties - Model
RestServiceLinkedServicemoved instance variableurl,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_certandservice_principal_embedded_cert_passwordunder propertytype_propertieswhose type isRestServiceLinkedServiceTypeProperties - Model
RunQueryFilterrenamed its instance variablevaluestovalues_property - Model
SSISLogLocationmoved instance variableaccess_credentialandlog_refresh_intervalunder propertytype_propertieswhose type isSSISLogLocationTypeProperties - Model
SSISPackageLocationmoved instance variablepackage_password,access_credential,configuration_path,configuration_access_credential,package_name,package_content,package_last_modified_dateandchild_packagesunder propertytype_propertieswhose type isSSISPackageLocationTypeProperties - Model
SalesforceLinkedServicemoved instance variableenvironment_url,username,password,security_token,api_versionandencrypted_credentialunder propertytype_propertieswhose type isSalesforceLinkedServiceTypeProperties - Model
SalesforceMarketingCloudLinkedServicemoved instance variableconnection_properties,client_id,client_secret,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isSalesforceMarketingCloudLinkedServiceTypeProperties - Model
SalesforceMarketingCloudObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
SalesforceObjectDatasetmoved instance variableobject_api_nameunder propertytype_propertieswhose type isSalesforceObjectDatasetTypeProperties - Model
SalesforceServiceCloudLinkedServicemoved instance variableenvironment_url,username,password,security_token,api_version,extended_propertiesandencrypted_credentialunder propertytype_propertieswhose type isSalesforceServiceCloudLinkedServiceTypeProperties - Model
SalesforceServiceCloudObjectDatasetmoved instance variableobject_api_nameunder propertytype_propertieswhose type isSalesforceServiceCloudObjectDatasetTypeProperties - Model
SalesforceServiceCloudV2LinkedServicemoved instance variableenvironment_url,authentication_type,client_id,client_secret,api_versionandencrypted_credentialunder propertytype_propertieswhose type isSalesforceServiceCloudV2LinkedServiceTypeProperties - Model
SalesforceServiceCloudV2ObjectDatasetmoved instance variableobject_api_nameandreport_idunder propertytype_propertieswhose type isSalesforceServiceCloudV2ObjectDatasetTypeProperties - Model
SalesforceV2LinkedServicemoved instance variableenvironment_url,authentication_type,client_id,client_secret,api_versionandencrypted_credentialunder propertytype_propertieswhose type isSalesforceV2LinkedServiceTypeProperties - Model
SalesforceV2ObjectDatasetmoved instance variableobject_api_nameandreport_idunder propertytype_propertieswhose type isSalesforceV2ObjectDatasetTypeProperties - Model
SapBWLinkedServicemoved instance variableserver,system_number,client_id,user_name,passwordandencrypted_credentialunder propertytype_propertieswhose type isSapBWLinkedServiceTypeProperties - Model
SapCloudForCustomerLinkedServicemoved instance variableurl,username,passwordandencrypted_credentialunder propertytype_propertieswhose type isSapCloudForCustomerLinkedServiceTypeProperties - Model
SapCloudForCustomerResourceDatasetmoved instance variablepathunder propertytype_propertieswhose type isSapCloudForCustomerResourceDatasetTypeProperties - Model
SapEccLinkedServicemoved instance variableurl,username,passwordandencrypted_credentialunder propertytype_propertieswhose type isSapEccLinkedServiceTypeProperties - Model
SapEccResourceDatasetmoved instance variablepathunder propertytype_propertieswhose type isSapEccResourceDatasetTypeProperties - Model
SapHanaLinkedServicemoved instance variableconnection_string,server,authentication_type,user_name,passwordandencrypted_credentialunder propertytype_propertieswhose type isSapHanaLinkedServiceProperties - Model
SapHanaTableDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isSapHanaTableDatasetTypeProperties - Model
SapOdpLinkedServicemoved instance variableserver,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_nameandencrypted_credentialunder propertytype_propertieswhose type isSapOdpLinkedServiceTypeProperties - Model
SapOdpResourceDatasetmoved instance variablecontextandobject_nameunder propertytype_propertieswhose type isSapOdpResourceDatasetTypeProperties - Model
SapOpenHubLinkedServicemoved instance variableserver,system_number,client_id,language,system_id,user_name,password,message_server,message_server_service,logon_groupandencrypted_credentialunder propertytype_propertieswhose type isSapOpenHubLinkedServiceTypeProperties - Model
SapOpenHubTableDatasetmoved instance variableopen_hub_destination_name,exclude_last_requestandbase_request_idunder propertytype_propertieswhose type isSapOpenHubTableDatasetTypeProperties - Model
SapTableLinkedServicemoved instance variableserver,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_groupandencrypted_credentialunder propertytype_propertieswhose type isSapTableLinkedServiceTypeProperties - Model
SapTableResourceDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isSapTableResourceDatasetTypeProperties - Model
ScheduleTriggermoved instance variablerecurrenceunder propertytype_propertieswhose type isScheduleTriggerTypeProperties - Model
ScriptActivitymoved instance variablescript_block_execution_timeout,scripts,log_settings,return_multistatement_resultandtreat_decimal_as_stringunder propertytype_propertieswhose type isScriptActivityTypeProperties - Model
SelfHostedIntegrationRuntimemoved instance variablelinked_infoandself_contained_interactive_authoring_enabledunder propertytype_propertieswhose type isSelfHostedIntegrationRuntimeTypeProperties - Model
SelfHostedIntegrationRuntimeStatusmoved instance variablecreate_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_etaandself_contained_interactive_authoring_enabledunder propertytype_propertieswhose type isSelfHostedIntegrationRuntimeStatusTypeProperties - Model
ServiceNowLinkedServicemoved instance variableendpoint,authentication_type,username,password,client_id,client_secret,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isServiceNowLinkedServiceTypeProperties - Model
ServiceNowObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
ServiceNowV2LinkedServicemoved instance variableendpoint,authentication_type,username,password,client_id,client_secret,grant_typeandencrypted_credentialunder propertytype_propertieswhose type isServiceNowV2LinkedServiceTypeProperties - Model
ServiceNowV2ObjectDatasetmoved instance variabletable_nameandvalue_typeunder propertytype_propertieswhose type isServiceNowV2DatasetTypeProperties - Model
ServicePrincipalCredentialmoved instance variableservice_principal_id,service_principal_keyandtenantunder propertytype_propertieswhose type isServicePrincipalCredentialTypeProperties - Model
SetVariableActivitymoved instance variablevariable_name,valueandset_system_variableunder propertytype_propertieswhose type isSetVariableActivityTypeProperties - Model
SftpServerLinkedServicemoved instance variablehost,port,authentication_type,user_name,password,encrypted_credential,private_key_path,private_key_content,pass_phrase,skip_host_key_validationandhost_key_fingerprintunder propertytype_propertieswhose type isSftpServerLinkedServiceTypeProperties - Model
SharePointOnlineListLinkedServicemoved instance variablesite_url,tenant_id,service_principal_id,service_principal_key,service_principal_credential_type,service_principal_embedded_cert,service_principal_embedded_cert_passwordandencrypted_credentialunder propertytype_propertieswhose type isSharePointOnlineListLinkedServiceTypeProperties - Model
SharePointOnlineListResourceDatasetmoved instance variablelist_nameunder propertytype_propertieswhose type isSharePointOnlineListDatasetTypeProperties - Model
ShopifyLinkedServicemoved instance variablehost,access_token,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isShopifyLinkedServiceTypeProperties - Model
ShopifyObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
SmartsheetLinkedServicemoved instance variableapi_tokenandencrypted_credentialunder propertytype_propertieswhose type isSmartsheetLinkedServiceTypeProperties - Model
SnowflakeDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isSnowflakeDatasetTypeProperties - Model
SnowflakeLinkedServicemoved instance variableconnection_string,passwordandencrypted_credentialunder propertytype_propertieswhose type isSnowflakeLinkedServiceTypeProperties - Model
SnowflakeV2Datasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isSnowflakeDatasetTypeProperties - Model
SnowflakeV2LinkedServicemoved instance variableaccount_identifier,user,password,database,warehouse,authentication_type,client_id,client_secret,tenant_id,scope,private_key,private_key_passphrase,role,host,schema,encrypted_credentialanduse_utc_timestampsunder propertytype_propertieswhose type isSnowflakeLinkedV2ServiceTypeProperties - Model
SparkLinkedServicemoved instance variablehost,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_certandencrypted_credentialunder propertytype_propertieswhose type isSparkLinkedServiceTypeProperties - Model
SparkObjectDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isSparkDatasetTypeProperties - Model
SqlDWUpsertSettingsrenamed its instance variablekeystokeys_property - Model
SqlServerLinkedServicemoved instance variableserver,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_settingsandcredentialunder propertytype_propertieswhose type isSqlServerLinkedServiceTypeProperties - Model
SqlServerStoredProcedureActivitymoved instance variablestored_procedure_nameandstored_procedure_parametersunder propertytype_propertieswhose type isSqlServerStoredProcedureActivityTypeProperties - Model
SqlServerTableDatasetmoved instance variabletable_name,schema_type_properties_schemaandtableunder propertytype_propertieswhose type isSqlServerTableDatasetTypeProperties - Model
SqlUpsertSettingsrenamed its instance variablekeystokeys_property - Model
SquareLinkedServicemoved instance variableconnection_properties,host,client_id,client_secret,redirect_uri,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isSquareLinkedServiceTypeProperties - Model
SquareObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
SwitchActivitymoved instance variableon,casesanddefault_activitiesunder propertytype_propertieswhose type isSwitchActivityTypeProperties - Model
SybaseLinkedServicemoved instance variableserver,database,schema,authentication_type,username,passwordandencrypted_credentialunder propertytype_propertieswhose type isSybaseLinkedServiceTypeProperties - Model
SybaseTableDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isSybaseTableDatasetTypeProperties - Model
SynapseNotebookActivitymoved instance variablenotebook,spark_pool,parameters,executor_size,conf,driver_size,num_executors,configuration_type,target_spark_configurationandspark_configunder propertytype_propertieswhose type isSynapseNotebookActivityTypeProperties - Model
SynapseSparkJobDefinitionActivitymoved instance variablespark_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_configurationandspark_configunder propertytype_propertieswhose type isSynapseSparkJobActivityTypeProperties - Model
TeamDeskLinkedServicemoved instance variableauthentication_type,url,user_name,password,api_tokenandencrypted_credentialunder propertytype_propertieswhose type isTeamDeskLinkedServiceTypeProperties - Model
TeradataLinkedServicemoved instance variableconnection_string,server,authentication_type,username,password,ssl_mode,port_number,https_port_number,use_data_encryption,character_set,max_resp_sizeandencrypted_credentialunder propertytype_propertieswhose type isTeradataLinkedServiceTypeProperties - Model
TeradataTableDatasetmoved instance variabledatabaseandtableunder propertytype_propertieswhose type isTeradataTableDatasetTypeProperties - Model
TumblingWindowTriggermoved instance variablefrequency,interval,start_time,end_time,delay,max_concurrency,retry_policyanddepends_onunder propertytype_propertieswhose type isTumblingWindowTriggerTypeProperties - Model
TwilioLinkedServicemoved instance variableuser_nameandpasswordunder propertytype_propertieswhose type isTwilioLinkedServiceTypeProperties - Model
UntilActivitymoved instance variableexpression,timeoutandactivitiesunder propertytype_propertieswhose type isUntilActivityTypeProperties - Model
ValidationActivitymoved instance variabletimeout,sleep,minimum_size,child_itemsanddatasetunder propertytype_propertieswhose type isValidationActivityTypeProperties - Model
VerticaLinkedServicemoved instance variableconnection_string,server,port,uid,database,pwdandencrypted_credentialunder propertytype_propertieswhose type isVerticaLinkedServiceTypeProperties - Model
VerticaTableDatasetmoved instance variabletable_name,tableandschema_type_properties_schemaunder propertytype_propertieswhose type isVerticaDatasetTypeProperties - Model
WaitActivitymoved instance variablewait_time_in_secondsunder propertytype_propertieswhose type isWaitActivityTypeProperties - Model
WarehouseLinkedServicemoved instance variableartifact_id,endpoint,workspace_id,authentication_type,service_principal_id,service_principal_key,tenant,encrypted_credential,service_principal_credential_type,service_principal_credentialandcredentialunder propertytype_propertieswhose type isWarehouseLinkedServiceTypeProperties - Model
WarehouseTableDatasetmoved instance variableschema_type_properties_schemaandtableunder propertytype_propertieswhose type isWarehouseTableDatasetTypeProperties - Model
WebActivitymoved instance variablemethod,url,headers,body,authentication,disable_cert_validation,http_request_timeout,turn_off_async,datasets,linked_servicesandconnect_viaunder propertytype_propertieswhose type isWebActivityTypeProperties - Model
WebHookActivitymoved instance variablemethod,url,timeout,headers,body,authenticationandreport_status_on_call_backunder propertytype_propertieswhose type isWebHookActivityTypeProperties - Model
WebTableDatasetmoved instance variableindexandpathunder propertytype_propertieswhose type isWebTableDatasetTypeProperties - Model
WranglingDataFlowmoved instance variablesources,scriptanddocument_localeunder propertytype_propertieswhose type isPowerQueryTypeProperties - Model
XeroLinkedServicemoved instance variableconnection_properties,host,consumer_key,private_key,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isXeroLinkedServiceTypeProperties - Model
XeroObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - Model
XmlDatasetmoved instance variablelocation,encoding_name,null_valueandcompressionunder propertytype_propertieswhose type isXmlDatasetTypeProperties - Model
ZendeskLinkedServicemoved instance variableauthentication_type,url,user_name,password,api_tokenandencrypted_credentialunder propertytype_propertieswhose type isZendeskLinkedServiceTypeProperties - Model
ZohoLinkedServicemoved instance variableconnection_properties,endpoint,access_token,use_encrypted_endpoints,use_host_verification,use_peer_verificationandencrypted_credentialunder propertytype_propertieswhose type isZohoLinkedServiceTypeProperties - Model
ZohoObjectDatasetmoved instance variabletable_nameunder propertytype_propertieswhose type isGenericDatasetTypeProperties - 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.cancelchanged its parameteris_recursivefrompositional_or_keywordtokeyword_only - Method
PipelinesOperations.create_runchanged its parameterreference_pipeline_run_id/is_recovery/start_activity_name/start_from_failurefrompositional_or_keywordtokeyword_only
Other Changes
- Deleted model
ChangeDataCaptureListResponse/CredentialListResponse/DataFlowListResponse/DatasetListResponse/FactoryListResponse/GlobalParameterListResponse/IntegrationRuntimeListResponse/IntegrationRuntimeStatusListResponse/LinkedServiceListResponse/ManagedPrivateEndpointListResponse/ManagedVirtualNetworkListResponse/OperationListResponse/PipelineListResponse/PrivateEndpointConnectionListResponse/TriggerListResponsewhich actually were not used by SDK users - Deleted model
CopyTranslator/GetDataFactoryOperationStatusResponse/QueryDataFlowDebugSessionsResponse/TabularTranslator/TypeConversionSettingswhich 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/TeradataPartitionOptionwhich 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_mgmt_datafactory-10.0.0.tar.gz.
File metadata
- Download URL: azure_mgmt_datafactory-10.0.0.tar.gz
- Upload date:
- Size: 717.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c83eeb2b092c1f1e5bb2499ffbba6fd7809a1274739930f9db1e336273405587
|
|
| MD5 |
0f5445dbf54bacb34b5091a4416a63c4
|
|
| BLAKE2b-256 |
56f981397c6afd0fed926ffe3093d108d0392745bddc05c5dfc69880dfb70bb2
|
File details
Details for the file azure_mgmt_datafactory-10.0.0-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_datafactory-10.0.0-py3-none-any.whl
- Upload date:
- Size: 601.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e93194c9e1cd820d2ed4f92813902af89cf4421c02e72a729ae32d87171198
|
|
| MD5 |
c8599f5215edf81706e41211e94ecb71
|
|
| BLAKE2b-256 |
bb41b5a74df49ed17aa27361fc55fd88a07bfe7c7a55bcb5ed210c0e0e712d57
|