Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e833df0
KV aiohttp by default (#6563)
lmazuel Jul 31, 2019
95220b7
[AutoPR hanaonazure/resource-manager] Removing monitoring hana instan…
AutorestCI Jul 31, 2019
02e17b7
KV moved paging return type to ItemPaged (#6558)
lmazuel Jul 31, 2019
37c46c6
azure-core history 1.0.0b2 (#6562)
lmazuel Jul 31, 2019
c6ebc93
Make private Cosmos modules private [WIP] (#6329)
bryevdv Jul 31, 2019
d3d96df
Accept extension of JSON content-type (#6583)
lmazuel Jul 31, 2019
d2ed7d8
Remove docdb mgmt package from master (#6585)
lmazuel Jul 31, 2019
92583cf
Revert "Remove docdb mgmt package from master (#6585)" (#6593)
lmazuel Jul 31, 2019
1d86ae8
azure-core black/pylint/mypy (#6581)
lmazuel Aug 1, 2019
a08c25a
adjusting to allow default omission of packages for CI. (#6595)
scbedd Aug 1, 2019
b0bd437
Synchronous device code credential (#6464)
chlowell Aug 1, 2019
f700299
[AutoPR alertsmanagement/resource-manager] fixing subscription id iss…
AutorestCI Aug 1, 2019
64b121c
Remove Configuration from public API (#6603)
chlowell Aug 1, 2019
ccd73c1
[AutoPR] security/resource-manager (#5709)
AutorestCI Aug 1, 2019
33d6e4a
Minimal change to disable code coverage publishing for PRs. (#6614)
mitchdenny Aug 1, 2019
0249a7c
Readme doc update for azure-core (#6611)
lmazuel Aug 1, 2019
e12b658
Mypy fixes for azure.core.tracing (#6590)
SuyogSoti Aug 2, 2019
abc3f20
MyPy azure-core (#6619)
lmazuel Aug 2, 2019
c2587f3
Merge remote-tracking branch 'upstream/master' into storage-preview2
rakshith91 Aug 2, 2019
1fba03a
recording for async queues
rakshith91 Jul 31, 2019
5dcf7b3
update tests
rakshith91 Aug 1, 2019
57f66ca
install package fix
rakshith91 Aug 1, 2019
cde9ed9
some file recordings
rakshith91 Aug 2, 2019
6375b3f
update recordings
rakshith91 Aug 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
some file recordings
  • Loading branch information
rakshith91 committed Aug 2, 2019
commit cde9ed9af3bd6019ec490efcfc0a44c6f1b2b08c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
async def process_content(data, start_offset, end_offset, encryption):
if data is None:
raise ValueError("Response cannot be None.")
content = data.response.body
content = data.response.body()
if encryption.get('key') is not None or encryption.get('resolver') is not None:
try:
return decrypt_blob(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def _extract_data_cb(self, get_next_return):
self.marker = self._response.marker
self.results_per_page = self._response.max_results
self.current_page = [ShareProperties._from_generated(i) for i in self._response.share_items] # pylint: disable=protected-access
return self._response.continuation_token or None, self.current_page
return self._response.next_marker or None, self.current_page


class HandlesPaged(AsyncPageIterator):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interactions:
x-ms-version:
- '2018-11-09'
method: PUT
uri: https://blobstoragename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
uri: https://blobremoteremotestoragename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
response:
body:
string: ''
Expand Down Expand Up @@ -63,7 +63,7 @@ interactions:
x-ms-version:
- '2018-11-09'
method: PUT
uri: https://storagename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
uri: https://remoteremotestoragename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
response:
body:
string: ''
Expand Down Expand Up @@ -107,7 +107,7 @@ interactions:
x-ms-version:
- '2018-11-09'
method: PUT
uri: https://storagename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
uri: https://remoteremotestoragename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
response:
body:
string: ''
Expand All @@ -131,4 +131,96 @@ interactions:
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:
- '0'
User-Agent:
- azsdk-python-storage-file/12.0.0b1 Python/3.7.3 (Windows-10-10.0.17763-SP0)
content-type:
- application/xml; charset=utf-8
x-ms-client-request-id:
- f82ab936-b4b7-11e9-b8cf-2816a845e8c6
x-ms-date:
- Thu, 01 Aug 2019 23:56:24 GMT
x-ms-version:
- '2018-11-09'
method: PUT
uri: https://remotestoragename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
response:
body:
string: ''
headers:
Content-Length:
- '0'
Date:
- Thu, 01 Aug 2019 23:56:21 GMT
ETag:
- '"0x8D716DBDAC9959B"'
Last-Modified:
- Thu, 01 Aug 2019 23:56:22 GMT
Server:
- Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id:
- 78bdf020-501a-0051-07c4-48269c000000
x-ms-request-server-encrypted:
- 'true'
x-ms-version:
- '2018-11-09'
status:
code: 201
message: Created
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:
- '0'
User-Agent:
- azsdk-python-storage-file/12.0.0b1 Python/3.7.3 (Windows-10-10.0.17763-SP0)
content-type:
- application/xml; charset=utf-8
x-ms-client-request-id:
- 9e3ccb80-b4b9-11e9-aa12-2816a845e8c6
x-ms-date:
- Fri, 02 Aug 2019 00:08:12 GMT
x-ms-version:
- '2018-11-09'
method: PUT
uri: https://storagename.file.core.windows.net/utshare32270fb2/dir1?restype=directory
response:
body:
string: ''
headers:
Content-Length:
- '0'
Date:
- Fri, 02 Aug 2019 00:08:10 GMT
ETag:
- '"0x8D716DD80DDE3F6"'
Last-Modified:
- Fri, 02 Aug 2019 00:08:10 GMT
Server:
- Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id:
- f9714b83-d01a-00e1-39c6-48df1c000000
x-ms-request-server-encrypted:
- 'true'
x-ms-version:
- '2018-11-09'
status:
code: 201
message: Created
version: 1
Loading