github Azure/azure-sdk-for-net Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.0.0-beta.3

latest releases: Azure.AI.OpenAI_1.0.0-beta.17, Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.8, Azure.AI.OpenAI.Assistants_1.0.0-beta.4...
pre-release3 years ago

5.0.0-beta.3 (2021-03-09)

Breaking Changes

  • The configuration section name for URI configuration was changed from endpoint to serviceUri to be consistent with other clients.

In case of JSON, from:

{
    "MyConnection": {
        "endpoint": "https://<my_account>.blob.core.windows.net"
    }
}

To

{
    "MyConnection": {
        "serviceUri": "https://<my_account>.blob.core.windows.net"
    }
}

Or using environment variables, from:

MyConnection__endpoint=https://<my_account>.blob.core.windows.net

To

MyConnection__serviceUri=https://<my_account>.blob.core.windows.net

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.