Windows Azure Service Management API New Features - Azure Storage Service Life Cycle Management and update Get Deployment and List Subscriptions Methods

Based on Windows Azure team announcement new Windows Azure Service Management API features are as below:

New Feature: Azure storage Service Life Cycle Management:

means programmatically create, update, or delete storage services using the following new methods:

  • Create Storage Account
  • Update Storage Account
  • Delete Storage Account

Update1: Updated "Get Deployment" method:

In addition to provide information about their deployments and subscriptions, the new version of the Get Deployment method will returns the following additional information:

  • Instance size, SDK version, input endpoint list, role name, VIP, port
  • Update domain and fault domain of role instance

 

Update 2: Updated "List Subscriptions" method:

The new version of the "List Subscriptions" method will returns the following additional information:

  • OperationStartedTime
  • OperationCompletedTime

 

Note: The request header to use the new versions of these methods is: “x-ms-version: 2011-06-01”

 

See Announcement