-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update package reference to Azure.Storage #2644
Comments
Hi @matejskubic, Thank you for pointing this out to us. Triaging the issue for updating the changes |
Is there any update possibly of when this would be implemented? We're upgrading all of our webjobs from SDK v2 to v3 since the old version is using the deprecated WindowsAzure.Storage package just to find out that v3 also uses deprecated packages... |
Hi @Bubelgin , The packages are deprecated but they still support the functionalities. If this is causing you any impact, You can use https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.4 package instead. |
Closing this issue as the packages are still supported, only that there won't be any new releases to such packages. But, this shouldn't impact the application. https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage depends on packages above 11.1.17 of Microsoft.Azure.Storage.Queue |
WebJobs.Extensions.Storage still refers to obsolete package Microsoft.Azure.Storage.Queue.
All references should be updated to Azure.Storage (Azure.Storage.Queues,...)
The text was updated successfully, but these errors were encountered: