Граф коммитов

605 Коммитов

Автор SHA1 Сообщение Дата
Sean McCullough 7508a7fa49
Merge pull request #714 from schoag-msft/patch-1
Add retirement notice to README.rst
2023-09-27 10:37:15 -05:00
Scott Hoag (MSFT) e34023c5c7
Add retirement notice to README.rst 2023-09-27 11:16:26 -04:00
microsoft-github-policy-service[bot] 21c232e6bd
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-01-24 17:24:33 +00:00
microsoft-github-policy-service[bot] fb48c350e9
Microsoft mandatory file 2022-11-28 19:36:04 +00:00
Xiaoxi Fu 4306898850
Update ISSUE_TEMPLATE.md 2020-07-28 16:50:40 -07:00
Marco Rossi 9cbce66348 Better exception for invalid connection string
Added `Invalid Azure Storage ConnectionString` exception in place of `dictionary update sequence element #0 has length 1; 2 is required`
2020-05-28 01:33:26 -07:00
Nicolai Søborg 0be39aa9a2 Bump macOS build image 2020-05-28 01:31:30 -07:00
Nicolai Søborg 8c6a45501b Fix broken test for python 3.4
Error message from azure DevOps:
```
Version spec 3.4 for architecture x64 did not match any version in Agent.ToolsDirectory.
```
2020-05-28 01:31:30 -07:00
Nicolai Søborg 923621b83b Fix "SyntaxWarning: `is` with a literal." 2020-05-28 01:31:30 -07:00
Bill Johnson da630aba2c Update _encryption.py
Fixing typo in comment
2020-05-19 18:03:58 -07:00
Xiaoxi Fu 2ee73e7abe
Update README.rst 2019-12-03 16:06:49 -08: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