Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0-preview1
Pre-release
Pre-release
brettsam
released this
24 Jan 17:06
·
278 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 nowMicrosoft.Azure.Storage.*
. - For tables, the namespaces are now
Microsoft.Azure.Cosmos.Table.*
.
- For blobs and queues,
Please let us know via the Issues in this repo if you run into problems with this package.