JinmingHu
85fb3e3530
Add "Blob" before every "Container" ( #1028 )
...
* Add "Blob" before every "Container"
* rename more
* rename more
* more
* more
* changelog
2020-11-26 18:46:21 +08:00
JinmingHu
4de5bcff96
rename SharedKeyCredential -> StorageSharedKeyCredential ( #1025 )
...
* rename SharedKeyCredential -> StorageSharedKeyCredential
* fix
* rename
2020-11-26 14:32:58 +08:00
JinmingHu
be601f2cdd
fix parameter name case ( #1024 )
...
* fix parameter name case
* more
2020-11-26 14:32:43 +08:00
Kan Tang
50170a062d
Removed client secret credential support for file service. ( #1015 )
...
* Removed client secret credential support for file service.
* Removed #include "azure/identity/client_secret_credential.hpp"
2020-11-26 14:06:48 +08:00
Victor Vazquez
c9c12e27aa
let azure core provide json interface ( #1004 )
...
* let azure core provide json interface
2020-11-24 15:55:46 -08:00
Kan Tang
847e769576
Add more test cases to increase datalake service test coverage. ( #1014 )
...
* Add more test cases to increase datalake service test coverage.
* add coverage for download to file.
* Reformat the include files.
2020-11-24 15:51:32 +08:00
Kan Tang
fdc06b978d
Removed Share Lease due to it not supported until STG 76 ( #1016 )
...
* Removed Share Lease due to it not supported until STG 76
* Update breaking change.
* Added removed APIs list in change log.
2020-11-24 13:39:02 +08:00
Kan Tang
7c8d40bddf
Resolve protocol layer latest comment proposed changes from review. ( #1003 )
...
* Removed c_ in datalake/file's protocol layer
* Changed to use Azure::Core's ToLower
2020-11-23 12:42:34 +08:00
JinmingHu
fadb43e664
remove c_ ( #1000 )
...
* remove c_
* remove more c_
* remove more
2020-11-20 12:24:23 +08:00
JinmingHu
2b56b8b026
clients accept TokenCredential as param ( #998 )
2020-11-20 12:24:04 +08:00
JinmingHu
9fae36a4f7
rename uri->url ( #997 )
2020-11-20 10:55:10 +08:00
JinmingHu
980f858676
AccessConditions as a member ( #996 )
2020-11-20 10:54:27 +08:00
JinmingHu
c6da8da8c7
Rename Get{Block/Append/Page}BlobClient -> As{Block/Append/Page}BlobClient ( #995 )
2020-11-20 10:46:13 +08:00
Victor Vazquez
ac09ee6f44
Fix coverage report for template and core pipelines ( #1002 )
...
Root Cause:
Storage project generates coverage files in a different location (sdk/*/*cov_xml.xml) from where Core and Template (sdk/*/*/*cov_xml.xml). Basically one level up.
When I added the coverage for Storage, I didn’t know we were also running live tests for Core and Template pipelines. It failed on them because the xml files were not found.
In the PR, I add a new parameter to pipelines to change the default path, and also I am disabling LiveTests from Core and Template, since it only runs the same thing that we run on CI pipelines (We can enable it if we ever have some live tests)
fix : #1001
2020-11-19 20:19:57 +00:00
JinmingHu
91c6116ead
fix ( #994 )
2020-11-19 09:34:44 +08:00
Victor Vazquez
b8d9d42e5a
Update Notice and add cgmanifest.json ( #839 )
...
* Update Notice and add cgmanifest.json
2020-11-18 11:44:22 -08:00
Victor Vazquez
84f690e968
Allow exclude for codecoverage ( #939 )
...
* Add support for EXCLUDE path from code coverage
* code coverage for live tests
2020-11-18 09:57:56 -08:00
Kan Tang
d906a89310
Updated Readme to reflect the change of default triplet. ( #986 )
2020-11-18 15:38:17 +08:00
JinmingHu
801e072e42
Blob test enhancements ( #987 )
2020-11-17 14:36:43 +08:00
JinmingHu
485b526a26
unify blob client options ( #989 )
...
* unify blob client options
* Unified client options is datalake/files and adapt blob breaking change.
Co-authored-by: Tank Tang <kat@microsoft.com>
2020-11-17 14:35:27 +08:00
Gabor Gyimesi
a716e094fe
Fix default EndpointSuffix when parsing connection string ( #981 )
2020-11-16 09:58:01 +08:00
Azure SDK Bot
e0ddcfec89
Increment version for storage releases ( #979 )
...
* Increment package version after release of azure-storage-common
* Increment package version after release of azure-storage-blobs
* Increment package version after release of azure-storage-files-datalake
* Increment package version after release of azure-storage-files-shares
2020-11-13 13:15:48 -08:00
Kan Tang
a96f4c6f7d
Changelog update for file/datalake service for beta.5 ( #978 )
...
* Changelog update for file/datalake service for beta.5
* Resolved review comments and refined the documentation.
* Add full stops.
* Moved bug fix below the features/breaking change section.
2020-11-13 14:55:21 +08:00
Kan Tang
206c8fb2d8
Changed version string for beta.5 release. ( #973 )
2020-11-13 13:15:16 +08:00
JinmingHu
c32f9b0cb2
changelog for storage common and blob ( #974 )
2020-11-13 13:13:31 +08:00
Kan Tang
97af13d7e6
Moved model types in file share service into Models namespace. ( #965 )
2020-11-13 10:52:00 +08:00
Kan Tang
216c88483a
Moved model types in datalake service into Models namespace. ( #966 )
2020-11-13 10:51:43 +08:00
JinmingHu
2eff3aa1b1
rename ToSasQueryParameters->GenerateSasToken ( #958 )
2020-11-12 08:30:04 +00:00
JinmingHu
43cc2e547c
customers cannot change sas version anymore ( #957 )
2020-11-12 08:29:24 +00:00
JinmingHu
3838944ab9
rename SetAccountKey->UpdateAccountKey ( #955 )
...
* rename SetAccountKey->UpdateAccountKey
* add doc
2020-11-12 14:05:56 +08:00
JinmingHu
b5005d910c
default concurrency from 1 to 5 ( #952 )
2020-11-12 14:04:38 +08:00
JinmingHu
9462201d9a
move stuff to Models ( #945 )
...
* move stuff to Models
* fix build errors
* fix build error
* Resolve datalake build issue
* fix build errors
* fix build errors
* reformat
Co-authored-by: Tank Tang <kat@microsoft.com>
2020-11-12 11:40:32 +08:00
JinmingHu
20a20d058b
customized http client ( #864 )
...
* customized http client
2020-11-11 08:25:19 -08:00
Kan Tang
927542cc6e
Resolve review comments from Core team. ( #946 )
2020-11-11 18:03:34 +08:00
JinmingHu
8e46bbaacd
API review change ( #942 )
...
* make SharedKeyCredential a class
* move xml stuff to Details namespace
* Rename LastModifiedTimeAccessConditions -> ModifiedTimeConditions
* remove {Block/Append/Page}BlobClientOptions
* file -> fileName
* rename StorageError->StorageException
* rename storage_error.hpp -> storage_exception.hpp
* fix build error
* Adapted name/namespace change
* fix typo
* Removed Azure in Azure::Storage
Co-authored-by: Tank Tang <kat@microsoft.com>
2020-11-11 17:05:46 +08:00
Kan Tang
8c45574292
Move protocol layer options and methods to details namespace. ( #923 )
...
* Move protocol layer options and methods to details namespace.
* Moved FromJson, FromString, ToString to details namespace.
2020-11-11 15:44:10 +08:00
JinmingHu
f99e4a57c7
move stuff to Details namespace ( #921 )
2020-11-11 09:41:19 +08:00
Victor Vazquez
06f37eafc7
revert change to xmlsoft link ( #935 )
...
* revert change to xmlsoft link
* remove link
2020-11-09 15:37:48 -08:00
Ahson Khan
35c78c3e30
Disabling BlobContainerClientTest.BlobSasTest since it is failing live test ( #925 )
2020-11-09 15:17:06 -08:00
Kan Tang
6bb5cd788c
Removed IPv6 not compatible SAS test cases. ( #920 )
2020-11-09 21:07:48 +08:00
JinmingHu
344e778177
Storage uses Core::Encode ( #855 )
...
* use Core::Encode
* fix bug
* remove %
2020-11-09 14:59:14 +08:00
Victor Vazquez
742e385350
Adding options for telemetry and transport policy ( #889 )
...
Fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/819
2020-11-07 01:01:03 +00:00
Daniel Jurek
20349daf11
Live test framework ( #608 )
...
- Add live test framework
- Enable storage live tests
2020-11-05 14:59:05 -08:00
Victor Vazquez
c764052e7c
Add Code coverage ( #830 )
...
* Add code coverage scripts
2020-10-27 15:35:15 -07:00
JinmingHu
02f5869559
storage service starts using version.hpp ( #845 )
...
* version.hpp
* 12
* fix
2020-10-26 10:43:13 +08:00
Kan Tang
26ad18c6e3
Resolved File test issue. ( #844 )
2020-10-26 10:19:22 +08:00
Sima Zhu
ef15be36af
Fixed the http link ( #850 )
2020-10-24 00:33:59 +00:00
JinmingHu
e09a891383
move storage headers ( #837 )
...
* move blob.hpp
* move headers
* add changelog
2020-10-23 11:39:29 +08:00
JinmingHu
08e364e1cd
replace std::tolower with Azure::Core::ToLower ( #834 )
2020-10-23 09:43:30 +08:00
Victor Vazquez
9d47db1d4a
Add RequestFailedException ( #717 )
...
* Add RequestFailedException
2020-10-20 22:22:02 -07:00