@@ -4,10 +4,12 @@ Azure Storage is a Microsoft-managed service providing cloud storage that is hig
4
4
5
5
This project provides client libraries in JavaScript that makes it easy to consume Microsoft Azure Storage service.
6
6
7
- - [ Source Code - Blob] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/storage/stable/sdk/storage/storage-blob )
8
- - [ Source Code - File Data Lake] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/storage/stable/sdk/storage/storage-file-datalake )
9
- - [ Source Code - File Share] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/storage/stable/sdk/storage/storage-file-share )
10
- - [ Source Code - Queue] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/storage/stable/sdk/storage/storage-queue )
7
+ ** Note: Current Azure Storage client libraries are published from [ storage/stable] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/ ) branch.**
8
+
9
+ - [ Source Code - Blob] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-blob )
10
+ - [ Source Code - File Data Lake] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-datalake )
11
+ - [ Source Code - File Share] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-share )
12
+ - [ Source Code - Queue] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-queue )
11
13
- [ Product documentation] ( https://docs.microsoft.com/azure/storage )
12
14
- @azure/storage-blob [ Package (npm)] ( https://www.npmjs.com/package/@azure/storage-blob )
13
15
- @azure/storage-file-datalake [ Package (npm)] ( https://www.npmjs.com/package/@azure/storage-file-datalake )
@@ -59,14 +61,14 @@ The Azure Storage client libraries for JavaScript provides low-level and high-le
59
61
60
62
Please check out examples for each libraries
61
63
62
- - [ Blob Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-blob/samples )
63
- - [ Blob Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-blob/test/ )
64
- - [ Data Lake Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-file-datalake/samples )
65
- - [ Data Lake Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-file-datalake/test )
66
- - [ File Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-file-share/samples )
67
- - [ File Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-file-share/test )
68
- - [ Queue Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-queue/samples )
69
- - [ Queue Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/feature/ storage/stable/sdk/storage/storage-queue/test )
64
+ - [ Blob Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-blob/samples )
65
+ - [ Blob Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-blob/test/ )
66
+ - [ Data Lake Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-datalake/samples )
67
+ - [ Data Lake Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-datalake/test )
68
+ - [ File Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-share/samples )
69
+ - [ File Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-file-share/test )
70
+ - [ Queue Storage Examples] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-queue/samples )
71
+ - [ Queue Storage Examples - Test Cases] ( https://github.com/Azure/azure-sdk-for-js/tree/storage/stable/sdk/storage/storage-queue/test )
70
72
71
73
## Contributing
72
74
0 commit comments