From dd6e271b9b0b705f4719f59fcd4fd5cc49f4baf6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:09:55 +0000 Subject: [PATCH 1/7] Initial plan From e3f66556840a943b6e23900b471498215fbcbb5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:17:53 +0000 Subject: [PATCH 2/7] Fix C++ deprecated packages filtering logic and add C++ to deprecated index Co-authored-by: RickWinter <4430337+RickWinter@users.noreply.github.com> --- _includes/releases/cpp.md | 2 +- releases/deprecated/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/releases/cpp.md b/_includes/releases/cpp.md index ec61391dcd25..b31bab14b2c0 100644 --- a/_includes/releases/cpp.md +++ b/_includes/releases/cpp.md @@ -5,7 +5,7 @@ {% if include.type == "all" %} {% assign packages = site.data.releases.latest.cpp-packages | where_exp: 'item', "item.Support <> 'deprecated'" %} {% elsif include.type == "deprecated" %} - {% assign packages = site.data.releases.latest.cpp-packages | where: 'Support', 'deprecated' | where_exp: 'item', "item.Support <> 'deprecated'" %} + {% assign packages = site.data.releases.latest.cpp-packages | where: 'Support', 'deprecated' %} {% else %} {% assign packages = site.data.releases.latest.cpp-packages | where: 'Type', include.type | where: 'New', 'true' | where_exp: 'item', "item.Support <> 'deprecated'" %} {% endif %} diff --git a/releases/deprecated/index.md b/releases/deprecated/index.md index 3886d02f5387..0c1a1889b4e5 100644 --- a/releases/deprecated/index.md +++ b/releases/deprecated/index.md @@ -11,5 +11,6 @@ sidebar: releases_sidebar {% include releases/js.md type="deprecated" %} {% include releases/python.md type="deprecated" %} {% include releases/go.md type="deprecated" %} +{% include releases/cpp.md type="deprecated" %} {% include refs.md %} From 847c33c067aa65b7b9f5aa943d55b14470b8709a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:20:04 +0000 Subject: [PATCH 3/7] Move C++ track 1 deprecated packages from .NET to C++ CSV file Co-authored-by: RickWinter <4430337+RickWinter@users.noreply.github.com> --- _data/releases/latest/cpp-packages.csv | 3 +++ _data/releases/latest/dotnet-packages.csv | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/releases/latest/cpp-packages.csv b/_data/releases/latest/cpp-packages.csv index 28688869dbb0..7909cd91ba2f 100644 --- a/_data/releases/latest/cpp-packages.csv +++ b/_data/releases/latest/cpp-packages.csv @@ -1,4 +1,7 @@ "Package","VersionGA","VersionPreview","DisplayName","ServiceName","RepoPath","MSDocs","GHDocs","Type","New","PlannedVersions","LatestGADate","FirstGADate","FirstPreviewDate","Support","EOLDate","Hide","Replace","ReplaceGuide","MSDocService","ServiceId","Notes" +"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "azure-core-amqp","","1.0.0-beta.11","AMQP","Other","core","NA","","client","true","","","","07/06/2023","","","","","","","","" "azure-security-attestation","1.1.0","","Attestation","Attestation","attestation","NA","","client","true","","02/08/2023","07/07/2022","04/05/2022","","","","","","","","" "azure-messaging-eventhubs-checkpointstore-blob","","1.0.0-beta.1","Azure Blob Storage Checkpoint Store","Event Hubs","eventhubs","NA","","client","true","","","","10/10/2023","","","","","","","","" diff --git a/_data/releases/latest/dotnet-packages.csv b/_data/releases/latest/dotnet-packages.csv index f1fe8b6f4111..c2754c8a29ed 100644 --- a/_data/releases/latest/dotnet-packages.csv +++ b/_data/releases/latest/dotnet-packages.csv @@ -643,9 +643,6 @@ "Microsoft.Azure.CognitiveServices.Language.SpellCheck","","4.1.0-preview.1","Spell Check","Cognitive Services","https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Language.SpellCheck_4.1.0-preview.1/sdk/cognitiveservices/Language.SpellCheck","NA","","client","False","","","","","","","","","","","","" "Microsoft.Azure.SpringCloud.Client","","2.0.0-preview.3","Spring Cloud Client","Spring Cloud","NA","NA","NA","client","False","","","","","","","","","","","","" "Microsoft.Azure.Storage.Blob","11.2.3","","Storage - Blobs","Storage","https://github.com/Azure/azure-storage-net/tree/master/Blob","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Blobs","https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/AzureStorageNetMigrationV12.md","","","" -"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.DataLake.Store","2.0.2","","Storage - Files Data Lake","Storage","https://github.com/Azure/azure-data-lake-store-net/tree/1.2.3-alpha","https://learn.microsoft.com/dotnet/api/overview/azure/data-lake-store","NA","client","False","","","","","","","","","","","","Uses the Azure Data Lake Storage (Gen 1) service. Track 1 library can't be deprecated yet, as 1Ps have exceptions for the Gen 1 service's public retirement timeline." "Microsoft.Azure.Storage.File","11.2.3","","Storage - Files Share","Storage","https://github.com/Azure/azure-storage-net/tree/master/File","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Files.Shares","NA","","","" "Microsoft.Azure.Storage.Queue","11.2.3","","Storage - Queues","Storage","https://github.com/Azure/azure-storage-net/tree/master/Queue","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Queues","NA","","","" From 514bc2e8d0f75c1498629790c67d1a3374c84f86 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Jul 2025 17:57:22 +0000 Subject: [PATCH 4/7] Revert changes to dotnet-packages.csv file as requested Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> --- _data/releases/latest/dotnet-packages.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/releases/latest/dotnet-packages.csv b/_data/releases/latest/dotnet-packages.csv index c2754c8a29ed..f1fe8b6f4111 100644 --- a/_data/releases/latest/dotnet-packages.csv +++ b/_data/releases/latest/dotnet-packages.csv @@ -643,6 +643,9 @@ "Microsoft.Azure.CognitiveServices.Language.SpellCheck","","4.1.0-preview.1","Spell Check","Cognitive Services","https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Language.SpellCheck_4.1.0-preview.1/sdk/cognitiveservices/Language.SpellCheck","NA","","client","False","","","","","","","","","","","","" "Microsoft.Azure.SpringCloud.Client","","2.0.0-preview.3","Spring Cloud Client","Spring Cloud","NA","NA","NA","client","False","","","","","","","","","","","","" "Microsoft.Azure.Storage.Blob","11.2.3","","Storage - Blobs","Storage","https://github.com/Azure/azure-storage-net/tree/master/Blob","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Blobs","https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/AzureStorageNetMigrationV12.md","","","" +"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.DataLake.Store","2.0.2","","Storage - Files Data Lake","Storage","https://github.com/Azure/azure-data-lake-store-net/tree/1.2.3-alpha","https://learn.microsoft.com/dotnet/api/overview/azure/data-lake-store","NA","client","False","","","","","","","","","","","","Uses the Azure Data Lake Storage (Gen 1) service. Track 1 library can't be deprecated yet, as 1Ps have exceptions for the Gen 1 service's public retirement timeline." "Microsoft.Azure.Storage.File","11.2.3","","Storage - Files Share","Storage","https://github.com/Azure/azure-storage-net/tree/master/File","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Files.Shares","NA","","","" "Microsoft.Azure.Storage.Queue","11.2.3","","Storage - Queues","Storage","https://github.com/Azure/azure-storage-net/tree/master/Queue","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Queues","NA","","","" From e85efb8f140f084c1281e8dd698e12f0f12e0377 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:02:31 +0000 Subject: [PATCH 5/7] Add remaining C++ track 1 packages and complete migration from .NET CSV Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> --- _data/releases/latest/cpp-packages.csv | 5 +++++ _data/releases/latest/dotnet-packages.csv | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/_data/releases/latest/cpp-packages.csv b/_data/releases/latest/cpp-packages.csv index 7909cd91ba2f..344e9fd68a74 100644 --- a/_data/releases/latest/cpp-packages.csv +++ b/_data/releases/latest/cpp-packages.csv @@ -2,6 +2,11 @@ "Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"wastorage","4.0.0","","Wastorage","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"wastorage.redist","2.0.0","","Wastorage - Redist","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"wastorage.symbols","2.0.0","","Wastorage - Symbols","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"wastorage.v120","4.0.0","","Wastorage V120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"wastorage.v140","4.0.0","","Wastorage V140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "azure-core-amqp","","1.0.0-beta.11","AMQP","Other","core","NA","","client","true","","","","07/06/2023","","","","","","","","" "azure-security-attestation","1.1.0","","Attestation","Attestation","attestation","NA","","client","true","","02/08/2023","07/07/2022","04/05/2022","","","","","","","","" "azure-messaging-eventhubs-checkpointstore-blob","","1.0.0-beta.1","Azure Blob Storage Checkpoint Store","Event Hubs","eventhubs","NA","","client","true","","","","10/10/2023","","","","","","","","" diff --git a/_data/releases/latest/dotnet-packages.csv b/_data/releases/latest/dotnet-packages.csv index f1fe8b6f4111..177e8953b087 100644 --- a/_data/releases/latest/dotnet-packages.csv +++ b/_data/releases/latest/dotnet-packages.csv @@ -643,9 +643,6 @@ "Microsoft.Azure.CognitiveServices.Language.SpellCheck","","4.1.0-preview.1","Spell Check","Cognitive Services","https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Language.SpellCheck_4.1.0-preview.1/sdk/cognitiveservices/Language.SpellCheck","NA","","client","False","","","","","","","","","","","","" "Microsoft.Azure.SpringCloud.Client","","2.0.0-preview.3","Spring Cloud Client","Spring Cloud","NA","NA","NA","client","False","","","","","","","","","","","","" "Microsoft.Azure.Storage.Blob","11.2.3","","Storage - Blobs","Storage","https://github.com/Azure/azure-storage-net/tree/master/Blob","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Blobs","https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/AzureStorageNetMigrationV12.md","","","" -"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.DataLake.Store","2.0.2","","Storage - Files Data Lake","Storage","https://github.com/Azure/azure-data-lake-store-net/tree/1.2.3-alpha","https://learn.microsoft.com/dotnet/api/overview/azure/data-lake-store","NA","client","False","","","","","","","","","","","","Uses the Azure Data Lake Storage (Gen 1) service. Track 1 library can't be deprecated yet, as 1Ps have exceptions for the Gen 1 service's public retirement timeline." "Microsoft.Azure.Storage.File","11.2.3","","Storage - Files Share","Storage","https://github.com/Azure/azure-storage-net/tree/master/File","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Files.Shares","NA","","","" "Microsoft.Azure.Storage.Queue","11.2.3","","Storage - Queues","Storage","https://github.com/Azure/azure-storage-net/tree/master/Queue","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Queues","NA","","","" @@ -660,11 +657,6 @@ "Azure.AI.Vision.Core","","0.10.0-beta.1","Vision Core (Deprecated)","Cognitive Services","https://msasg.visualstudio.com/Skyman/_git/Carbon","NA","NA","client","true","","","","","","","true","","","","","" "Microsoft.Azure.CognitiveServices.Search.BingVisualSearch","","2.1.0-preview.1","Visual Search","Cognitive Services","https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Search.BingVisualSearch_2.1.0-preview.1/sdk/cognitiveservices/Search.BingVisualSearch","NA","","client","False","","","","","deprecated","8/11/2025","","NA","NA","","","" "Microsoft.Azure.CognitiveServices.Search.VisualSearch","2.0.0","","Visual Search","Cognitive Services","NA","NA","NA","client","False","","","","","deprecated","8/11/2025","","NA","NA","","","" -"wastorage","4.0.0","","Wastorage","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"wastorage.redist","2.0.0","","Wastorage - Redist","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"wastorage.symbols","2.0.0","","Wastorage - Symbols","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"wastorage.v120","4.0.0","","Wastorage V120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"wastorage.v140","4.0.0","","Wastorage V140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","NA","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "Microsoft.Azure.CognitiveServices.Search.BingWebSearch","","2.1.0-preview.1","Web Search","Cognitive Services","https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Search.BingWebSearch_2.1.0-preview.1/sdk/cognitiveservices/Search.BingWebSearch","NA","","client","False","","","","","deprecated","8/11/2025","","NA","NA","","","" "Microsoft.Azure.CognitiveServices.Search.WebSearch","2.0.0","","Web Search","Cognitive Services","NA","NA","NA","client","False","","","","","deprecated","8/11/2025","","NA","NA","","","" "Microsoft.Azure.WebSites.DataProtection","","0.1.78-alpha","WebSites - DataProtection","App Service","NA","NA","NA","client","False","","","","","","","","","","","","" From 22d90b981857e8bfbf095edce804966b73ae3c24 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 23 Jul 2025 23:01:40 +0000 Subject: [PATCH 6/7] Fix C++ NuGet package categorization as requested - dual listing approach Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com> --- _data/releases/latest/cpp-packages.csv | 6 +++--- _data/releases/latest/dotnet-packages.csv | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_data/releases/latest/cpp-packages.csv b/_data/releases/latest/cpp-packages.csv index 344e9fd68a74..96391fd50182 100644 --- a/_data/releases/latest/cpp-packages.csv +++ b/_data/releases/latest/cpp-packages.csv @@ -1,7 +1,7 @@ "Package","VersionGA","VersionPreview","DisplayName","ServiceName","RepoPath","MSDocs","GHDocs","Type","New","PlannedVersions","LatestGADate","FirstGADate","FirstPreviewDate","Support","EOLDate","Hide","Replace","ReplaceGuide","MSDocService","ServiceId","Notes" -"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage","4.0.0","","Wastorage","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage.redist","2.0.0","","Wastorage - Redist","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage.symbols","2.0.0","","Wastorage - Symbols","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" diff --git a/_data/releases/latest/dotnet-packages.csv b/_data/releases/latest/dotnet-packages.csv index 177e8953b087..8163718af747 100644 --- a/_data/releases/latest/dotnet-packages.csv +++ b/_data/releases/latest/dotnet-packages.csv @@ -646,6 +646,9 @@ "Microsoft.Azure.DataLake.Store","2.0.2","","Storage - Files Data Lake","Storage","https://github.com/Azure/azure-data-lake-store-net/tree/1.2.3-alpha","https://learn.microsoft.com/dotnet/api/overview/azure/data-lake-store","NA","client","False","","","","","","","","","","","","Uses the Azure Data Lake Storage (Gen 1) service. Track 1 library can't be deprecated yet, as 1Ps have exceptions for the Gen 1 service's public retirement timeline." "Microsoft.Azure.Storage.File","11.2.3","","Storage - Files Share","Storage","https://github.com/Azure/azure-storage-net/tree/master/File","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Files.Shares","NA","","","" "Microsoft.Azure.Storage.Queue","11.2.3","","Storage - Queues","Storage","https://github.com/Azure/azure-storage-net/tree/master/Queue","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Storage.Queues","NA","","","" +"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","","" +"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","","" "Microsoft.Azure.Synapse","","0.1.0-preview","Synapse Analytics","Synapse","synapse","NA","","client","False","","","","","","","","","","synapse-analytics","","" "System.Memory.Data","9.0.2","10.0.0-preview.5.25277.114","System Memory Data","Other","core","NA","NA","client","false","","","11/04/2020","","active","","true","","","","","" "Microsoft.Azure.Cosmos.Table","","2.0.0-preview","Tables","Tables","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","Azure.Data.Tables","https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/tables/Azure.Data.Tables/MigrationGuide.md","","","" From 61947989d8438fa9d9ffe52bccb8538fe16e5144 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:27:52 +0000 Subject: [PATCH 7/7] Fix broken package download links for C++ deprecated packages Co-authored-by: RickWinter <4430337+RickWinter@users.noreply.github.com> --- _data/releases/latest/cpp-packages.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/releases/latest/cpp-packages.csv b/_data/releases/latest/cpp-packages.csv index 96391fd50182..e4efaf188a22 100644 --- a/_data/releases/latest/cpp-packages.csv +++ b/_data/releases/latest/cpp-packages.csv @@ -1,7 +1,7 @@ "Package","VersionGA","VersionPreview","DisplayName","ServiceName","RepoPath","MSDocs","GHDocs","Type","New","PlannedVersions","LatestGADate","FirstGADate","FirstPreviewDate","Support","EOLDate","Hide","Replace","ReplaceGuide","MSDocService","ServiceId","Notes" -"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" -"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP","5.0.0","","Storage - CPP","Storage","https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v120","5.0.0","","Storage - CPP v120","Storage","https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP.v120","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" +"Microsoft.Azure.Storage.CPP.v140","5.0.0","","Storage - CPP v140","Storage","https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP.v140","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage","4.0.0","","Wastorage","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage.redist","2.0.0","","Wastorage - Redist","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","","" "wastorage.symbols","2.0.0","","Wastorage - Symbols","Storage","NA","NA","NA","client","False","","","","","deprecated","3/31/2023","true","azure-storage-blobs","https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/storage/MigrationGuide.md#migration-benefits","","",""