Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-azure

v0.2.0

26 Jul 17:50
a2f1ce2
Compare
Choose a tag to compare

0.2.0

Released on July 26th, 2022.

Changed

  • Updated tests to be compatible with core Prefect library (v2.0b9) and bumped required version - #38
  • Renamed BlobStorageAzureCredentials to AzureBlobStorageCredentials, CosmosDbAzureCredentials to AzureCosmosDbCredentials, and MlAzureCredentials to AzureMlCredentials - #39
  • Converted AzureBlobStorageCredentials, AzureCosmosDbCredentials, AzureMlCredentials to Blocks - #39

v0.1.0

08 Mar 17:56
3f35eab
Compare
Choose a tag to compare

0.1.0

Released on March 8th, 2022.

Added

  • ml_upload_datastore, ml_get_datastore, ml_list_datastores, and ml_register_datastore_blob_container tasks - #15
  • cosmos_db_query_items, cosmos_db_read_item, and cosmos_db_create_item tasks - #6
  • blob_storage_download, blob_storage_upload, and blob_storage_list tasks - #4