You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ ALL
9
9
* Bumped version of request module from ~2.83.0 to ^2.86.0 to solve a vulnerability issue.
10
10
11
11
BLOB
12
-
*Add ```createBlobServiceWithBearerToken()``` to create ```BlobService``` object with bearer tokens such as OAuth access token (in preview).
12
+
*Added `createBlobServiceWithTokenCredential()` to create `BlobService` object with bearer tokens such as OAuth access token (in preview).
13
13
* Added support for '$web' as a valid blob container name for static website.
14
14
* Added support for write-once read-many containers.
15
+
* 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.
16
+
* The `Get Blob Properties` and `List Blobs` APIs now return the creation time of the blob as a property.
15
17
16
18
QUEUE
17
-
* Added ```createQueueServiceWithBearerToken()``` to create ```QueueService``` object with bearer tokens such as OAuth access token (in preview).
19
+
* Added `createQueueServiceWithTokenCredential()` to create `QueueService` object with bearer tokens such as OAuth access token (in preview).
Copy file name to clipboardExpand all lines: browser/ChangeLog.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ ALL
9
9
* Added `progress` event for `SpeedSummary` class, which will be triggered when every progress updates.
10
10
11
11
BLOB
12
-
*Add ```createBlobServiceWithBearerToken()``` to create ```BlobService``` object with bearer tokens such as OAuth access token.
12
+
*Added `createBlobServiceWithTokenCredential()` to create `BlobService` object with bearer tokens such as OAuth access token (in preview).
13
13
* Added support for '$web' as a valid blob container name for static website.
14
14
* Added support for write-once read-many containers.
15
+
* 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.
16
+
* The `Get Blob Properties` and `List Blobs` APIs now return the creation time of the blob as a property.
15
17
16
18
QUEUE
17
-
* Added ```createQueueServiceWithBearerToken()``` to create ```QueueService``` object with bearer tokens such as OAuth access token.
19
+
* Added `createQueueServiceWithTokenCredential()` to create `QueueService` object with bearer tokens such as OAuth access token (in preview).
0 commit comments