Service Management Versioning
Updated: November 19, 2012
Operations provided by the Service Management API may have multiple versions. You must specify which version of an operation you want to use by setting the x-ms-version request header. Requests without an x-ms-version header will be rejected and return a (400) Bad Request response. If your service calls an older version of an operation, you can choose to continue calling the older version, or modify your code to call a newer version. Any differences in functionality between versions are outlined in the documentation for the API call.
The x-ms-version request header value must be specified in the format YYYY-MM-DD. For example:
Request Headers: x-ms-version: 2011-02-25
Supported Versions
The following table shows which versions of the Service Management API that are currently available:
| Version | Description |
|---|---|
|
2013-03-01 |
The 2013-03-01 version adds the following operation:
|
|
2012-08-01 |
The 2012-08-01 version updates the following operations:
|
|
2012-03-01 |
The 2012-03-01 version adds the following Virtual Network Gateway operations:
The 2012-03-01 version adds the following Virtual Network operations:
The 2012-03-01 version adds the following Management Certificate operations:
The 2012-03-01 version adds the following hosted service operation:
The 2012-03-01 version adds the following operations for checking to see if a hosted service or storage account name is available:
The 2012-03-01 version updates the following operations:
|
|
2011-10-01 |
The 2011-10-01 version adds the following operations:
The 2011-10-01 version adds the following Windows Azure Traffic Manager (WATM) operations:
The 2011-10-01 version updates the following operations. Get Hosted Service Properties adds the following properties:
Get Deployment adds the following properties:
|
|
2011-08-01 |
The 2011-08-01 version updates the following operation:
|
|
2011-06-01 |
The 2011-06-01 version adds the following operations:
Get Deployment adds the following properties:
List Subscription Operations adds the following properties:
Get Storage Account Properties adds the following properties:
Get Hosted Service Properties adds the following properties:
|
|
2011-02-25 |
The 2011-02-25 version added the following operations:
|
|
2010-10-28 |
The 2010-10-28 version updated the following operations:
The 2010-10-28 version added the following operations:
|
|
2010-04-01 |
The 2010-04-01 version updated the following operations:
The 2010-04-01 version added the following operations:
|
|
2009-10-01 |
The 2009-10-01 version was the first version of the Service Management API. It included the following operations:
|
See Also