I have an application that relies on Azure SDK version 1.8 and Azure table and blob storage. Azure SDK 1.8 is scheduled to be "retired" November 12, 2015.
- Will Azure SDK retirement stop my app from working after November 12, 2015?
- What is the relationship between Azure SDK version number and and Azure Storage Version date?
- What is the difference between Azure SDK retirement and Azure Storage version removal? (I get that the version removal means it won't be there to use. Does retirement mean it just won't be supported anymore but will keep working?)
- Update Question: How does Azure SDK relate to "Azure Storage Client"? What version of my Azure SDK v1.8 maps to which version of the azure storage client?
I THINK that the SDK will keep working, and that the storage service version being retired is too old to affect me, but I'd like to be sure.
Azure SDK version retirement dates are https://msdn.microsoft.com/en-us/library/azure/dn479282.aspx
Version: 1.8/October 2012
Release Date: October 2012
Retirement Date: November 12 2015
Microsoft Azure Storage Service Version Removal versions dates are http://blogs.msdn.com/b/windowsazurestorage/archive/2015/10/19/microsoft-azure-storage-service-version-removal-update-extension-to-2016.aspx
Version 2009-07-17 and prior Azure storage versions will be turned off
and will quit working.
UPDATE: I also found this handy "Azure Storage Client" version to Azure protocol Version chart https://msdn.microsoft.com/en-us/library/azure/dn744252.aspx
Storage Client Underlying REST
Library Version Protocol Version
------- --------
1.7 2011-08-18
2.x 2012-02-12
3.x 2013-08-15
4.x 2014-02-14
5.x 2015-02-21
6.x 2015-04-05
UPDATE: Following this link https://azure.microsoft.com/en-us/documentation/articles/cloud-services-guestos-update-matrix/ I found this chart
GUEST OS FAMILY SDK VERSIONS SUPPORTED
4 Version 2.1 and later
3 Version 1.8 and later
2 Version 1.3 and later
1 Version 1.0 and later
The "Cloud Services Guest OS Update Matrix" also has some scary charts that show "Disable Date" and "Expiration Dates" which indicate everything is expired (as of today 11/6/2015) prior to Guest OS 4.19. This makes no sense to me.
I sure would like to see an "Azure SDK" to "Storage Client Library" version table.
UPDATE: 12/3/2015
It kept working. According to this azure storage blog entry, it looks like the retirement date has been pushed off to next summer.
We will delay the removal date for some REST API versions and impacted
client libraries. This includes all REST endpoints starting version
2009-07-17 and earlier. The effective date for this service removal is
August 1st, 2016.