mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix invalid version naming
This commit is contained in:
Vendored
+5
-5
@@ -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 account’s Blob service, including Azure Storage Analytics.
|
||||
* Gets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
*/
|
||||
getServiceProperties(callback: StorageServicePropertiesCallback): void;
|
||||
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Sets the properties of a storage account�s 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 account’s Blob service, including Azure Storage Analytics.
|
||||
* Gets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
*/
|
||||
getServiceProperties(callback: StorageServicePropertiesCallback): void;
|
||||
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Sets the properties of a storage account�s 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;
|
||||
|
||||
Reference in New Issue
Block a user