From 0d1026f815b0418a657d0e0e42d19bae79398edb Mon Sep 17 00:00:00 2001 From: bradygaster Date: Fri, 29 Aug 2014 22:15:05 -0700 Subject: [PATCH 1/3] added link to storage sdk repo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf96e140fe7..310987b51e76 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ This project provides a client library in Java that makes it easy to consume Microsoft Azure services. For documentation please see the [Microsoft Azure Java Developer Center](http://azure.microsoft.com/en-us/develop/java/). + #Features -* Service Bus +* Service Bus + * Storage + * The Azure Storage SDK is maintained in a separate repository. You can find the Azure Storage Java SDK at [https://github.com/Azure/azure-storage-java](https://github.com/Azure/azure-storage-java). * Queues * Create/Read/Update/Delete queues * Send/Receive/Unlock/Delete messages From c3584c1669e0533e8c2494f43c3bb032f60d49a4 Mon Sep 17 00:00:00 2001 From: bradygaster Date: Fri, 29 Aug 2014 22:43:25 -0700 Subject: [PATCH 2/3] repaired location of storage link --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ae15e947fc9..01ef3de9e45e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ This project provides a client library in Java that makes it easy to consume Mic #Features -* Service Bus - * Storage - * The Azure Storage SDK is maintained in a separate repository. You can find the Azure Storage Java SDK at [https://github.com/Azure/azure-storage-java](https://github.com/Azure/azure-storage-java). +* Service Bus * Queues * Create/Read/Update/Delete queues * Send/Receive/Unlock/Delete messages @@ -68,7 +66,8 @@ This project provides a client library in Java that makes it easy to consume Mic * Get/List service objective * Service Runtime * Retrieve information about the state of your Azure Compute instances - +* Storage + * The Azure Storage SDK is maintained in a separate repository. You can find the Azure Storage Java SDK at [https://github.com/Azure/azure-storage-java](https://github.com/Azure/azure-storage-java). #Getting Started From 933d4815af4104342a15ab137ba1d9782a467f6f Mon Sep 17 00:00:00 2001 From: bradygaster Date: Fri, 29 Aug 2014 22:44:40 -0700 Subject: [PATCH 3/3] repaired location of storage link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ef3de9e45e..d899de1a43e2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This project provides a client library in Java that makes it easy to consume Mic * Service Runtime * Retrieve information about the state of your Azure Compute instances * Storage - * The Azure Storage SDK is maintained in a separate repository. You can find the Azure Storage Java SDK at [https://github.com/Azure/azure-storage-java](https://github.com/Azure/azure-storage-java). + * The Azure Storage SDK for Java is maintained in a separate repository. You can find the Azure Storage SDK for Java at [https://github.com/Azure/azure-storage-java](https://github.com/Azure/azure-storage-java). #Getting Started