Skip to content

Commit

Permalink
[Storage](File) Add UploadRangeFromURL and update records.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacfan authored and vinjiang committed Sep 9, 2019
1 parent 6e6a466 commit 589c57f
Show file tree
Hide file tree
Showing 191 changed files with 5,715 additions and 6,185 deletions.
1 change: 1 addition & 0 deletions sdk/storage/storage-file/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added a new API `ShareURL.createPermission()` which allows for the creation of a security descriptor at the Azure File share level. This descriptor can be used for files and directories in the share.
* Added a new API `ShareURL.getPermission()` which allows for the retrieval of the security descriptor set on a share.
* Added APIs `DirectoryURL.setProperties()` and `FileURL.setProperties()`, and updated APIs `DirectoryURL.create()` and `FileURL.create()` for setting file permission, attributes, creation time, and last write time.
* Added a new API `FileURL.uploadRangeFromURL()` which allows range in a file to be written using a range of another file as a source. This permits synchronous server-side copies to be orchestrated for files of any size.

## 2019.06 10.2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
"recordings": [
{
"method": "PUT",
"url": "https://fakestorageaccount.file.core.windows.net/share156758490447905064",
"url": "https://fakestorageaccount.file.core.windows.net/share156767553217903220",
"query": {
"restype": "share"
},
"requestBody": null,
"status": 201,
"response": "",
"responseHeaders": {
"date": "Wed, 04 Sep 2019 08:15:04 GMT",
"last-modified": "Wed, 04 Sep 2019 08:15:04 GMT",
"date": "Thu, 05 Sep 2019 09:25:31 GMT",
"last-modified": "Thu, 05 Sep 2019 09:25:32 GMT",
"server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0",
"etag": "\"0x8D7310FFDD40EF7\"",
"x-ms-request-id": "b64bff32-f01a-0153-4cf8-622aba000000",
"etag": "\"0x8D731E30026EB43\"",
"x-ms-request-id": "ec818837-701a-015d-50cb-63030a000000",
"x-ms-version": "2019-02-02",
"x-ms-client-request-id": "8150f7a4-9cab-4ae2-bb82-e21349c9b798",
"x-ms-client-request-id": "78b9f96d-0c08-4291-a51b-aadda0bff605",
"content-length": "0"
}
},
{
"method": "DELETE",
"url": "https://fakestorageaccount.file.core.windows.net/share156758490447905064",
"url": "https://fakestorageaccount.file.core.windows.net/share156767553217903220",
"query": {
"restype": "share"
},
"requestBody": null,
"status": 202,
"response": "",
"responseHeaders": {
"date": "Wed, 04 Sep 2019 08:15:04 GMT",
"date": "Thu, 05 Sep 2019 09:25:32 GMT",
"server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0",
"x-ms-request-id": "b64bff37-f01a-0153-50f8-622aba000000",
"x-ms-request-id": "ec81883b-701a-015d-52cb-63030a000000",
"x-ms-version": "2019-02-02",
"x-ms-client-request-id": "2da4d571-dfd0-4aee-9697-73633e98faac",
"x-ms-client-request-id": "d055d73d-97ad-48d4-9a6b-2537497da23d",
"content-length": "0"
}
}
],
"uniqueTestInfo": {
"share": "share156758490447905064"
"share": "share156767553217903220"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"recordings": [
{
"method": "PUT",
"url": "https://fakestorageaccount.file.core.windows.net/share156758490535808812",
"url": "https://fakestorageaccount.file.core.windows.net/share156767553297003875",
"query": {
"restype": "share"
},
"requestBody": null,
"status": 201,
"response": "",
"responseHeaders": {
"date": "Wed, 04 Sep 2019 08:15:05 GMT",
"last-modified": "Wed, 04 Sep 2019 08:15:05 GMT",
"date": "Thu, 05 Sep 2019 09:25:32 GMT",
"last-modified": "Thu, 05 Sep 2019 09:25:33 GMT",
"server": "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0",
"etag": "\"0x8D7310FFE1FD06F\"",
"x-ms-request-id": "b64bff3d-f01a-0153-55f8-622aba000000",
"etag": "\"0x8D731E30067FBBD\"",
"x-ms-request-id": "ec81883e-701a-015d-54cb-63030a000000",
"x-ms-version": "2019-02-02",
"x-ms-client-request-id": "6f20d8b1-8b79-48eb-8a04-8e196847daca",
"x-ms-client-request-id": "7df07e88-0e3d-4c5a-a2c0-f4321c45e99f",
"content-length": "0"
}
}
],
"uniqueTestInfo": {
"share": "share156758490535808812"
"share": "share156767553297003875"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recordings": [],
"uniqueTestInfo": {
"share": "share156758490445409936"
"share": "share156767553217401552"
}
}

This file was deleted.

Loading

0 comments on commit 589c57f

Please sign in to comment.