Updated changelog and test recored files for 2.10.0
This commit is contained in:
Родитель
c5d88a0f4a
Коммит
402e8ac080
|
@ -8,10 +8,9 @@ ALL
|
|||
|
||||
BLOB
|
||||
* Fixed a bug that `DeleteRetentionPolicy.Days` should be `number` instead of `string` when calling `getServiceProperties`.
|
||||
* Added method `getAccountProperties` on `blobService`.
|
||||
* Added support for synchronous copy of block blobs and put block from URL.
|
||||
* Added a method `createBlockFromURL` for `blobService`.
|
||||
* Added support for static website service properties.
|
||||
* Added a method `getAccountProperties` to `blobService`.
|
||||
* Added a method `createBlockFromURL` to `blobService`.
|
||||
* Added support for static website service properties (in preview).
|
||||
|
||||
2018.05 Version 2.9.0-preview
|
||||
|
||||
|
@ -23,7 +22,7 @@ ALL
|
|||
BLOB
|
||||
* Added `createBlobServiceWithTokenCredential()` to create `BlobService` object with bearer tokens such as OAuth access token (in preview).
|
||||
* Added support for '$web' as a valid blob container name for static website.
|
||||
* Added support for write-once read-many containers.
|
||||
* Added support for write-once read-many containers (in preview).
|
||||
* The `Get Container Properties` and `List Containers` APIs now return two new properties indicating whether the container has an immutability policy or a legal hold.
|
||||
* The `Get Blob Properties` and `List Blobs` APIs now return the creation time of the blob as a property.
|
||||
|
||||
|
|
|
@ -1,13 +1,19 @@
|
|||
Note: This is the change log file for Azure Storage JavaScript Client Library.
|
||||
|
||||
2018.06 Version 2.10.100
|
||||
|
||||
ALL
|
||||
* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.0.
|
||||
* Updated storage service version to 2018-03-28.
|
||||
|
||||
BLOB
|
||||
* Added a method `createBlockFromURL` for `blobService`.
|
||||
* Fixed a bug that `DeleteRetentionPolicy.Days` should be `number` instead of `string` when calling `getServiceProperties`.
|
||||
* Added a method `getAccountProperties` to `blobService`.
|
||||
* Added a method `createBlockFromURL` to `blobService`.
|
||||
* Added support for static website service properties (in preview).
|
||||
|
||||
2018.05 Version 2.9.100-preview
|
||||
|
||||
BLOB
|
||||
* Added method `getAccountProperties` on `blobService`.
|
||||
|
||||
ALL
|
||||
* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.9.0-preview.
|
||||
* Updated storage service version to 2017-11-09.
|
||||
|
@ -17,7 +23,7 @@ ALL
|
|||
BLOB
|
||||
* Added `createBlobServiceWithTokenCredential()` to create `BlobService` object with bearer tokens such as OAuth access token (in preview).
|
||||
* Added support for '$web' as a valid blob container name for static website.
|
||||
* Added support for write-once read-many containers.
|
||||
* Added support for write-once read-many containers (in preview).
|
||||
* The `Get Container Properties` and `List Containers` APIs now return two new properties indicating whether the container has an immutability policy or a legal hold.
|
||||
* The `Get Blob Properties` and `List Blobs` APIs now return the creation time of the blob as a property.
|
||||
|
||||
|
|
|
@ -269,7 +269,7 @@ BlobService.prototype.getAccountProperties = function (container, blob, optionsO
|
|||
};
|
||||
|
||||
this.performRequest(webResource, null, options, processResponseCallback);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account's Blob service, including Azure Storage Analytics.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче