xiafu
2d298e2676
[Fix]Add Recordings for fixing string to sign
...
https://github.com/Azure/azure-storage-python/issues/628
2019-10-08 16:53:22 -07:00
xiafu
66ea4e943e
[Fix]Fix string to sign
...
https://github.com/Azure/azure-storage-python/issues/628
2019-10-08 16:53:22 -07:00
Ze Qian Zhang
1dc13d0985
Merge pull request #630 from marco-rossi29/patch-1
...
_download_chunking.py: avoid to overwrite if_match
2019-08-27 21:41:43 -07:00
Marco Rossi
271970ceb3
_download_chunking.py: removed line that overwrites if_match
2019-08-27 15:04:15 -07:00
Marco Rossi
9685056056
_download_chunking.py: avoid to overwrite if_match
2019-08-20 12:01:32 -07:00
Ze Qian Zhang
54e60c8c02
Merge pull request #626 from xyh1/patch-1
...
add priority change per Support Engineer
2019-08-07 12:57:49 -07:00
Xin Huang
a9ad2c8787
add priority change per Support Engineer
2019-08-07 08:34:25 -07:00
zezha-msft
2060c30456
Update doc conf version number
2019-08-01 21:22:00 -07:00
Ze Qian Zhang
4e03ff8c9d
Merge pull request #624 from Azure/dev
...
2.1.0 Release for Blob/File/Queue/Common
2019-08-01 21:19:05 -07:00
zezha-msft
e355944643
Merge master back into dev
2019-08-01 21:04:29 -07:00
zezha-msft
690f7c44f6
Minor fix to flaky access condition tests
2019-08-01 20:58:40 -07:00
Ze Qian Zhang
1b81a23b75
Merge pull request #623 from Azure/feb19
...
Feb19
2019-08-01 20:46:22 -07:00
zezha-msft
b085eb731c
Fixed test_create_file_when_file_permission_is_too_long by passing in correct permission str
2019-08-01 20:03:49 -07:00
zezha-msft
0121c693ef
Fixed string size calculation in _validate_and_return_file_permission
2019-08-01 19:53:59 -07:00
zezha-msft
8f10e922c3
Fixed unintended non-ASCII char in docs
2019-08-01 18:25:16 -07:00
zezha-msft
055de16f06
Removed OAUTH_STORAGE_ACCOUNT from tests and fixed recordings
2019-08-01 18:13:34 -07:00
zezha-msft
ba4355f814
Updated version number for v2.1.0 release
2019-08-01 14:22:45 -07:00
xiafu
d9398e332c
[Fix]Fix the Breaking Recordings
...
Add a private filed in storageclient, so that only validate client request
id when the test is running in Playback mode.
2019-07-29 12:42:06 -07:00
xiafu
48f859d5e8
[File]Rest Parity
2019-07-26 12:16:05 -07:00
zezha-msft
fa309b1ca9
Added support for client provided encryption key
2019-07-26 12:16:05 -07:00
zezha-msft
219d85e81b
Validate echoed client request ID
2019-07-26 12:16:05 -07:00
xiafu
64c61f3dd9
[Blob][RehydratePriority]Enable Rehydrate Priority for Copy/SetTier
2019-07-26 12:16:05 -07:00
xiafu
10c687ba36
[File][UpdateRange]Update Range from File URL
...
This commit is to update range for a specific file directly from existing file. No need to download first then update range for a file.
2019-07-26 12:16:05 -07:00
Xiaoxi Fu
266928ada4
[Blob][BlobTier]Add BlobTier Support For CopyBlob/PutBlob/PutBlockList
...
Add BlobTier Support For CopyBlob/PutBlob/PutBlockList related APIs.
So when users want to create or copy blobs, they could put the blob
on the tier they want by specifying standard_blob_tier parameter.
2019-07-26 12:16:05 -07:00
zezha-msft
3f7b9dcf9e
Minor: expose batch-related classes
2019-07-26 12:16:05 -07:00
Ze Qian Zhang
067e1c16ae
Set tier batch ( #22 )
...
* [Blob][BatchSetTier]Batch Set BlockBlob Tier API
2019-07-26 12:16:05 -07:00
Xiaoxi Fu
79ce0217f4
[Blob][BatchDelete]Add Batch Delete Request
2019-07-26 12:16:05 -07:00
xiafu
814cd0bdd4
[UpdateDoc]Update Doc for container_name
...
https://github.com/Azure/azure-storage-python/issues/618
2019-07-22 13:05:10 -07:00
xiafu
d4907ccfe5
[Fix]Fix Cycle Inheritance Hierarchy
...
https://github.com/Azure/azure-storage-python/issues/539
2019-07-09 22:29:55 -07:00
xiafu
3a10a66a69
[UpdateDoc]Doc for block_id is misleading
2019-07-09 22:25:21 -07:00
xiafu
8bb2c81c30
[Fix]Missing `__version__` Attribute
...
User cannot do import azure.storage.blob.__version__ currently, this
commit is to fix the problem.
https://github.com/Azure/azure-storage-python/issues/535
2019-07-09 22:01:55 -07:00
xiafu
6d4c586f91
[File][Bug]Fix Generate File Url API
...
Currently when the sas token starts with '?' there will be two '?' in
the file url. This commit is to fix the bug.
2019-06-19 13:15:02 -07:00
Ze Qian Zhang
85e1de31b4
Merge pull request #605 from Azure/delegation-sas-doc-update
...
Added missing return type for get_user_delegation_key
2019-06-10 16:28:12 -07:00
Ze Qian Zhang
6b1341d698
Added missing return type for get_user_delegation_key
2019-06-10 16:08:26 -07:00
Xiaoxi Fu
2b50f5cb24
[Blob][Fix][ShortRead]Read the Remainder Until We Have Expected Bytes in Total ( #600 )
...
Basically, if x bytes are desired, but only y bytes are read,
then we should read x-y bytes next time, and keep trying to read the
remainder until we have x bytes in total.
2019-05-31 16:42:01 -07:00
Xiaoxi Fu
b8016d9c84
[Blob][BugFix]Incorrect handling of Short Reads in create_blob_from_s… ( #583 )
...
* [Blob][BugFix]Incorrect handling of Short Reads in create_blob_from_stream
Currently if the user want to upload a blob with short reads, only the
data read by the first short reads call is uploaded. This commit is to fix
this bug
https://github.com/Azure/azure-storage-python/issues/512
2019-05-28 13:00:50 -07:00
zezha-msft
aa237f315b
hotfix: update dependency for 2.0 packages
2019-05-15 16:05:46 -07:00
zezha-msft
305b130e7d
Minor version bump for common package
2019-05-15 16:05:46 -07:00
Matt Cooper
2672240bf3
move pypy3 into the standard matrix
2019-05-15 16:05:46 -07:00
Ze Qian Zhang
329f121bbb
Merge pull request #594 from Azure/hotfix-2.0.1
...
hotfix: update dependency for 2.0 packages
2019-05-09 16:45:13 -07:00
zezha-msft
128ab5cd05
hotfix: update dependency for 2.0 packages
2019-05-09 12:51:19 -07:00
zezha-msft
369bb29bdf
Minor version bump for common package
2019-05-08 19:33:12 -07:00
Ze Qian Zhang
b8c5c9a1bc
Merge pull request #592 from Azure/dev
...
Release 2.0.0 for Blob, File, and Queue
2019-05-08 19:00:09 -07:00
zezha-msft
a58acd90a4
Bumped version number for 2.0 release + new recordings
2019-05-08 18:49:03 -07:00
zezha-msft
79af7bcb1c
Added tests for closing handles on share snapshot
2019-05-08 17:02:08 -07:00
zezha-msft
3ee018edd8
Fixed missing encoding info in fileservice.py
2019-05-08 17:02:08 -07:00
zezha-msft
a66051acea
Added support for List/Close File Handles APIs
2019-05-08 17:02:08 -07:00
Xiaoxi Fu
588c11ac2b
[Blob][BugFix]set_blob_service_properties Throws Exception When Parameters are All None
...
set_blob_service_properties should remind the users to give correct input when the users give a bad input, while now the request is still sending out even with bad parameters.
https://msazure.visualstudio.com/One/_workitems/edit/3715199
2019-04-26 15:28:24 -07:00
Matt Cooper
52327354b1
move pypy3 into the standard matrix
2019-04-24 12:25:21 -07:00
Xiaoxi Fu
13e065e031
[Blob][BugFix] Container SAS: Missing permissions a (add) + c (create)
...
Add ADD and CREATE permission for Container SAS
issue link: https://github.com/Azure/azure-cli/issues/8809
2019-04-23 18:12:55 -07:00