Skip to content

Commit dbbce26

Browse files
authored
[storage]Add a summary migrationguide for storage sdks. (Azure#19619)
* Add a summary migrationguide for storage sdks. * Resolve PR comments.
1 parent e6dbd47 commit dbbce26

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sdk/storage/MigrationGuide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Guide for migrating to v12 storage SDKs from `azure-storage`
2+
3+
Below are links to detailed guides to migrate from the legacy `azure-storage` package to the latest versions of `@azure/storage-blob`, `@azure/storage-file-share`, `@azure/storage-queue` and `@azure/data-tables`.
4+
5+
| Package | Version | Description | Migration Guide Links |
6+
| ------------------------------------------------------------------------------------ | ------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7+
| [@azure/storage-blob](https://www.npmjs.com/package/@azure/storage-blob) | v12 | The next generation SDK for Azure Blob Storage | [Migration Guide from `azure-storage` to `@azure/storage-blob`](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/MigrationGuide.md) |
8+
| [@azure/storage-queue](https://www.npmjs.com/package/@azure/storage-queue) | v12 | The next generation SDK for Azure Queue Storage | [Migration Guide from `azure-storage` to `@azure/storage-queue`](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/MigrationGuide.md) |
9+
| [@azure/storage-file-share](https://www.npmjs.com/package/@azure/storage-file-share) | v12 | The next generation SDK for Azure Files | [Migration Guide from `azure-storage` to `@azure/storage-file-share`](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/MigrationGuide.md) |
10+
| [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) | v12 | The next generation SDK for Azure Table Storage | [Migration Guide from `azure-storage` to `@azure/data-tables`](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/tables/data-tables/MigrationGuide.md) |

0 commit comments

Comments
 (0)