Skip to content

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettsam brettsam released this 24 Jan 17:06
· 260 commits to dev since this release

This is a major update to the Microsoft.Azure.WebJobs.Extensions.Storage nuget package. The major changes:

  • The extension now depends on:
  • Namespaces have changed, so you may need to update your code if you are using any of the Storage types directly:
    • For blobs and queues, Microsoft.WindowsAzure.Storage.* namespaces are now Microsoft.Azure.Storage.*.
    • For tables, the namespaces are now Microsoft.Azure.Cosmos.Table.*.

Please let us know via the Issues in this repo if you run into problems with this package.