Skip to content

Commit

Permalink
Add migration guide link into readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaZhu committed Dec 30, 2021
1 parent a1d23d4 commit dc4a53b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -8,14 +8,14 @@ This project provides the **legacy** Node.js package `azure-storage` which is br
Below are a set of links with information on both the latest and legacy packages for the different Storage services from Azure. For more, please read [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/)

| Package | Version | Description | API Reference Links |
|------------------------------------------------------------------------------------------|-------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| [@azure/storage-blob](https://www.npmjs.com/package/@azure/storage-blob) | v12 | The next generation SDK for Azure Blob Storage | [API Reference for Blob SDK](https://docs.microsoft.com/javascript/api/@azure/storage-blob) |
| [@azure/storage-queue](https://www.npmjs.com/package/@azure/storage-queue) | v12 | The next generation SDK for Azure Queue Storage | [API Reference for Queues SDK](https://docs.microsoft.com/javascript/api/@azure/storage-queue) |
| [@azure/storage-file-share](https://www.npmjs.com/package/@azure/storage-file-share) | v12 | The next generation SDK for Azure Files | [API Reference for Files SDK](https://docs.microsoft.com/javascript/api/@azure/storage-file-share) |
| [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) | v12 | The next generation SDK for Azure Table Storage | [API Reference for Tables SDK](https://docs.microsoft.com/javascript/api/@azure/data-tables) |
| [azure-storage](https://www.npmjs.com/package/azure-storage) | v2 | Legacy Storage SDK in this repository (Blob/Queue/File/Table, callback style) | [API Reference for legacy Storage SDK](https://docs.microsoft.com/javascript/api/azure-storage) |
| [@azure/arm-storage](https://www.npmjs.com/package/@azure/arm-storage) | v7 & above | Management SDKs including Storage Resource Provider APIs | [API Reference for Storage Management SDK](https://docs.microsoft.com/javascript/api/@azure/arm-storage) |
| Package | Version | Description | API Reference Links | Migration Guide Links |
|------------------------------------------------------------------------------------------|-------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| [@azure/storage-blob](https://www.npmjs.com/package/@azure/storage-blob) | v12 | The next generation SDK for Azure Blob Storage | [API Reference for Blob SDK](https://docs.microsoft.com/javascript/api/@azure/storage-blob) | [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) |
| [@azure/storage-queue](https://www.npmjs.com/package/@azure/storage-queue) | v12 | The next generation SDK for Azure Queue Storage | [API Reference for Queues SDK](https://docs.microsoft.com/javascript/api/@azure/storage-queue) | [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) |
| [@azure/storage-file-share](https://www.npmjs.com/package/@azure/storage-file-share) | v12 | The next generation SDK for Azure Files | [API Reference for Files SDK](https://docs.microsoft.com/javascript/api/@azure/storage-file-share) | [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) |
| [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) | v12 | The next generation SDK for Azure Table Storage | [API Reference for Tables SDK](https://docs.microsoft.com/javascript/api/@azure/data-tables) | [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) |
| [azure-storage](https://www.npmjs.com/package/azure-storage) | v2 | Legacy Storage SDK in this repository (Blob/Queue/File/Table, callback style) | [API Reference for legacy Storage SDK](https://docs.microsoft.com/javascript/api/azure-storage) | |
| [@azure/arm-storage](https://www.npmjs.com/package/@azure/arm-storage) | v7 & above | Management SDKs including Storage Resource Provider APIs | [API Reference for Storage Management SDK](https://docs.microsoft.com/javascript/api/@azure/arm-storage) | |

# Features

Expand Down

0 comments on commit dc4a53b

Please sign in to comment.