-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up linting file, Junit test and builder refactor
- Loading branch information
Showing
164 changed files
with
1,717 additions
and
3,810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
storage/client/file/src/test/resources/session-records/abortCopy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"networkCallRecords" : [ ], | ||
"variables" : [ "file31195601" ] | ||
"variables" : [ "file43189fe6" ] | ||
} |
22 changes: 11 additions & 11 deletions
22
storage/client/file/src/test/resources/session-records/clearMetadataFromDirClient.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"networkCallRecords" : [ { | ||
"Method" : "PUT", | ||
"Uri" : "https://sima.file.core.windows.net/dirsharename/directory23379f?restype=directory", | ||
"Uri" : "https://sima.file.core.windows.net/dirsharename/directory228250?restype=directory", | ||
"Headers" : { | ||
"x-ms-version" : "2018-11-09", | ||
"User-Agent" : "azsdk-java-storage-file/1.0.0-SNAPSHOT 1.8.0_201; Windows 10 10.0" | ||
}, | ||
"Response" : { | ||
"x-ms-version" : "2018-11-09", | ||
"Server" : "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", | ||
"ETag" : "\"0x8D7068ADDBDEDB0\"", | ||
"Last-Modified" : "Fri, 12 Jul 2019 05:36:19 GMT", | ||
"ETag" : "\"0x8D706A8842A398B\"", | ||
"Last-Modified" : "Fri, 12 Jul 2019 09:08:33 GMT", | ||
"retry-after" : "0", | ||
"Content-Length" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-id" : "250bf19d-b01a-0014-6d73-380cf6000000", | ||
"x-ms-request-id" : "9e60669a-501a-0051-6e91-38d167000000", | ||
"x-ms-request-server-encrypted" : "true", | ||
"Date" : "Fri, 12 Jul 2019 05:36:18 GMT" | ||
"Date" : "Fri, 12 Jul 2019 09:08:33 GMT" | ||
} | ||
}, { | ||
"Method" : "PUT", | ||
"Uri" : "https://sima.file.core.windows.net/dirsharename/directory23379f?restype=directory&comp=metadata", | ||
"Uri" : "https://sima.file.core.windows.net/dirsharename/directory228250?restype=directory&comp=metadata", | ||
"Headers" : { | ||
"x-ms-version" : "2018-11-09", | ||
"User-Agent" : "azsdk-java-storage-file/1.0.0-SNAPSHOT 1.8.0_201; Windows 10 10.0" | ||
}, | ||
"Response" : { | ||
"x-ms-version" : "2018-11-09", | ||
"Server" : "Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0", | ||
"ETag" : "\"0x8D7068ADDC9AFB0\"", | ||
"Last-Modified" : "Fri, 12 Jul 2019 05:36:19 GMT", | ||
"ETag" : "\"0x8D706A8843F9A3E\"", | ||
"Last-Modified" : "Fri, 12 Jul 2019 09:08:33 GMT", | ||
"retry-after" : "0", | ||
"Content-Length" : "0", | ||
"StatusCode" : "200", | ||
"x-ms-request-id" : "250bf19f-b01a-0014-6e73-380cf6000000", | ||
"x-ms-request-id" : "9e60669b-501a-0051-6f91-38d167000000", | ||
"x-ms-request-server-encrypted" : "true", | ||
"Date" : "Fri, 12 Jul 2019 05:36:18 GMT" | ||
"Date" : "Fri, 12 Jul 2019 09:08:33 GMT" | ||
} | ||
} ], | ||
"variables" : [ "directory23379f" ] | ||
"variables" : [ "directory228250" ] | ||
} |
38 changes: 0 additions & 38 deletions
38
storage/client/file/src/test/resources/session-records/create.json
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
storage/client/file/src/test/resources/session-records/createDirectory.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.