-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
40 changed files
with
7,166 additions
and
33 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
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
92 changes: 92 additions & 0 deletions
92
...ables/azure-data-tables/tests/recordings/test_table_aad.test_aad_access_policy_error.yaml
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 |
---|---|---|
@@ -0,0 +1,92 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- application/xml | ||
Accept-Encoding: | ||
- gzip, deflate | ||
Connection: | ||
- keep-alive | ||
Date: | ||
- Thu, 17 Jun 2021 16:53:03 GMT | ||
User-Agent: | ||
- azsdk-python-data-tables/12.0.1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) | ||
x-ms-date: | ||
- Thu, 17 Jun 2021 16:53:03 GMT | ||
x-ms-version: | ||
- '2019-02-02' | ||
method: GET | ||
uri: https://fake_table_account.table.core.windows.net/pytablesync7b551169?comp=acl | ||
response: | ||
body: | ||
string: '<?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>ResourceNotFound</m:code><m:message | ||
xml:lang="en-US">The specified resource does not exist. | ||
RequestId:7c3b01c2-0002-006a-1999-63305d000000 | ||
Time:2021-06-17T16:53:05.6341722Z</m:message></m:error>' | ||
headers: | ||
content-length: | ||
- '322' | ||
content-type: | ||
- application/xml | ||
date: | ||
- Thu, 17 Jun 2021 16:53:04 GMT | ||
server: | ||
- Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 | ||
x-ms-error-code: | ||
- ResourceNotFound | ||
x-ms-version: | ||
- '2019-02-02' | ||
status: | ||
code: 404 | ||
message: The specified resource does not exist. | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- application/xml | ||
Accept-Encoding: | ||
- gzip, deflate | ||
Connection: | ||
- keep-alive | ||
Content-Length: | ||
- '0' | ||
Content-Type: | ||
- application/xml | ||
Date: | ||
- Thu, 17 Jun 2021 16:53:04 GMT | ||
User-Agent: | ||
- azsdk-python-data-tables/12.0.1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0) | ||
x-ms-date: | ||
- Thu, 17 Jun 2021 16:53:04 GMT | ||
x-ms-version: | ||
- '2019-02-02' | ||
method: PUT | ||
uri: https://fake_table_account.table.core.windows.net/pytablesync7b551169?comp=acl | ||
response: | ||
body: | ||
string: '<?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>ResourceNotFound</m:code><m:message | ||
xml:lang="en-US">The specified resource does not exist. | ||
RequestId:7c3b0201-0002-006a-5499-63305d000000 | ||
Time:2021-06-17T16:53:05.7602607Z</m:message></m:error>' | ||
headers: | ||
content-length: | ||
- '322' | ||
content-type: | ||
- application/xml | ||
date: | ||
- Thu, 17 Jun 2021 16:53:04 GMT | ||
server: | ||
- Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0 | ||
x-ms-error-code: | ||
- ResourceNotFound | ||
x-ms-version: | ||
- '2019-02-02' | ||
status: | ||
code: 404 | ||
message: The specified resource does not exist. | ||
version: 1 |
Oops, something went wrong.