fix invalid version naming

This commit is contained in:
vvakame
2014-11-05 14:39:42 +09:00
parent 822663f076
commit 800a7047cf
9 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
// Type definitions for Azure SDK for Node - v0.9.16
// Type definitions for Azure SDK for Node v0.9.16
// Project: https://github.com/WindowsAzure/azure-sdk-for-node
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar>,
// Anti Veeranna <https://github.com/antiveeranna>,
@@ -159,13 +159,13 @@ declare module "azure" {
//#region Service Methods
/**
* Gets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* Gets the properties of a storage accounts Blob service, including Azure Storage Analytics.
*/
getServiceProperties(callback: StorageServicePropertiesCallback): void;
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
/**
* Sets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* Sets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
*/
setServiceProperties(serviceProperties: StorageServiceProperties, callback: StorageCallbackVoid): void;
@@ -521,13 +521,13 @@ declare module "azure" {
//#region Service Methods
/**
* Gets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* Gets the properties of a storage accounts Blob service, including Azure Storage Analytics.
*/
getServiceProperties(callback: StorageServicePropertiesCallback): void;
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
/**
* Sets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* Sets the properties of a storage accounts Blob service, including Azure Storage Analytics.
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
*/
setServiceProperties(serviceProperties: StorageServiceProperties, callback: StorageCallbackVoid): void;