From a19202fe9e16108b5b3f7e338771a300d33ad288 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 21 Aug 2013 17:50:45 -0700 Subject: [PATCH 1/2] update pom, readme and changelog for 0.4.5 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86248e1374fb..20ebf2a06113 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ This project provides a client library in Java that makes it easy to consume Win * Create/Read/Update/Delete assets * Create/Read/Update/Delete/Rebind content keys * Create/Read/Update/Cancel/Delete jobs + * Add/Get job notifications +* Service Management + * Manage affinity groups * Service Runtime * Retrieve information about the state of your Azure Compute instances @@ -59,7 +62,7 @@ within your project you can also have them installed by the Java package manager com.microsoft.windowsazure microsoft-windowsazure-api - 0.4.4 + 0.4.5 ``` From d538b174b5b2e93a27daa7105d6e66351e28c161 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 21 Aug 2013 18:12:40 -0700 Subject: [PATCH 2/2] address code review feedback --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20ebf2a06113..93e0046cec22 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This project provides a client library in Java that makes it easy to consume Win * Create/Read/Update/Delete/Rebind content keys * Create/Read/Update/Cancel/Delete jobs * Add/Get job notifications + * Create/Read/Update/Delete notification endpoints * Service Management * Manage affinity groups * Service Runtime