Azure SDK Bot
2ce6e28eb0
Remove invalid characters in basename sourced from username ( #948 )
...
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-11-11 13:53:23 -08:00
Azure SDK Bot
44cfd6c1dd
Sync eng/common directory with azure-sdk-tools for PR 1188 ( #947 )
...
* Add debug flag to arm deployment command
* Only set debug preference when $CI is true
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-11-11 13:35:57 -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
eb509cebb8
maka transport adapter base class for any transport to add its own implementation ( #928 )
2020-11-10 15:42:09 -08:00
Azure SDK Bot
71457f89d8
Fix broken eng/common doc link ( #940 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-10 11:39:16 -08:00
Azure SDK Bot
f40c8a3243
Sync eng/common directory with azure-sdk-tools for PR 1178 ( #937 )
...
* Refactor eng/common/README.md
* Add doc directory
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-09 21:12:58 -08:00
Victor Vazquez
4b4e8ba7ea
Adding datetime format decimal and no decimal ( #936 )
...
* revert change to xmlsoft link
* remove link
* Add DateFormat::Iso8601WithDecimals and DateFormat::Iso8601WithNoDecimals
* changelog
* add ToISO8601String with TimeFractionFormat
* update the name and add extra test
2020-11-09 17:50:05 -08:00
Azure SDK Bot
038d02fd50
Sync eng/common directory with azure-sdk-tools for PR 1163 ( #919 )
...
* Update subscription configuration schema to include new parameters
* Support platform specific arm template parameters and legacy hashtable format
* Update arm template parameter comment to include top level key
* Restore AdditionalParameters. Merge ArmTemplateParameters from stringified hash literal
* Handle duplicate keys more explicitly for arm and env vars
* Regenerate New-TestResources.ps1 markdown
* revert variable name to environmentVariables to fix post-scripts
* Handle empty arm template parameters better
* Remove arm template parameter merge logic from deploy template
* Add merge hashes function to New-TestResources.ps1
* Add merge hashes function to New-TestResources.ps1
* Add env variable overwrite warning. Use ContainsKey checks
* Temporarily manually fix invalid generated markdown links
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-11-09 20:49:45 -05:00
Victor Vazquez
c0ad020856
remove commented code ( #933 )
...
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/930
2020-11-10 00:12:12 +00: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
Victor Vazquez
c48bb033af
Test that a connection won't be moved to the connection pool if uploading fails ( #910 )
...
Fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/905
2020-11-06 20:36:27 +00:00
Victor Vazquez
66f4d223a8
upgrade vcpkg version ( #903 )
2020-11-06 12:04:17 -08:00
Victor Vazquez
7510c58c6a
remove space from header ( #907 )
2020-11-06 12:03:19 -08:00
Victor Vazquez
b1e08f713b
create error string only if there is an error and not before ( #912 )
2020-11-06 11:57:11 -08:00
Victor Vazquez
cd4f4e9c75
enable license link ( #915 )
2020-11-06 11:55:59 -08:00
Azure SDK Bot
088a4c85db
Make sure we always log in as app or provisioner ( #908 )
...
This also adds previously-required parameters back into
@PSBoundParameters to pass down to pre- and post-scripts.
Co-authored-by: Heath Stewart <heaths@microsoft.com>
2020-11-06 10:03:07 -08:00
Victor Vazquez
4b2e335d35
Add GetPort to URL ( #904 )
...
* Add GetPort to URL
2020-11-05 16:01:08 -08:00
Sima Zhu
758b532dcf
Added publish to GH pages steps. ( #894 )
2020-11-05 15:57:31 -08: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
7962546009
curl transport adapter options ( #885 )
2020-11-04 18:06:09 -08:00
Azure SDK Bot
b36adc7bd1
Fix bug in git branch push ( #900 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-04 17:55:01 -08:00
Victor Vazquez
0676f788c3
remove throw from NextPolicy ( #877 )
...
Update NextPolicy to that a reference instead of a pointer to the policies vector.
This way we don't need to check if the pointer is null.
Then, handle the case were no transport adapter was found
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/874
2020-11-04 17:03:35 +00:00
Victor Vazquez
820e0c6779
update main root license to be txt ( #888 )
...
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/887
2020-11-04 17:03:15 +00:00
Sima Zhu
202fc466fc
Centralize the docindex scripts and regenerate Github IO landing page. ( #892 )
...
* Centralize the docindex scripts and regenerate Github IO landing page.
2020-11-02 21:19:46 -08:00
Azure SDK Bot
c76fe99788
Remove AmendCommit parameter ( #893 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-02 19:48:58 -08:00
Rick Winter
e099942e25
Create a more random approach to uuid generation ( #868 )
...
* Create a more random approach to uuid generation
* Add two additional test cases for Uuid
2020-11-02 08:49:41 -08:00
Azure SDK Bot
2f93294fb1
Use different commit SHA instead ( #884 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-30 19:43:24 -07:00
Azure SDK Bot
e958544ffc
Fix verify-path-length.yml to report all paths longer than the allowed limit ( #883 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-30 15:09:01 -07:00
Victor Vazquez
75c3f85ca6
handle server chunked response without number ( #881 )
2020-10-30 01:11:41 -07:00
Victor Vazquez
1fa314f19e
Refactor curl connection for mocking ( #869 )
...
* split curl headers
* curl transport refactoring for curl mocking support tests
2020-10-29 23:44:06 -07:00
Azure SDK Bot
6450133774
Add manual merge instructions to eng/common workflow ( #875 )
...
Co-authored-by: Mike Harder <mharder@microsoft.com>
2020-10-29 17:52:54 -07:00
Azure SDK Bot
814a7b9203
Sync eng/common directory with azure-sdk-tools for PR 1146 ( #873 )
...
* Remove resource group asynchronously and do not wait for completion
* Verify resource group has reached Deleting state before exiting script
* Use $_ instead of $Error[0] for resource group removal handling
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-10-29 19:25:21 -04:00
Victor Vazquez
36ea25db7f
Do not reuse a connection that fail while uploading ( #863 )
2020-10-28 01:27:23 -07:00
Mitch Denny
2119734438
Add Check Enforcer timeout message. ( #866 )
2020-10-28 13:49:07 +11:00
Azure SDK Bot
b5ef113d04
Fix script syntax error ( #865 )
...
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2020-10-27 16:21:50 -07:00
Victor Vazquez
c764052e7c
Add Code coverage ( #830 )
...
* Add code coverage scripts
2020-10-27 15:35:15 -07:00
Azure SDK Bot
7f46381cdd
Sync eng/common directory with azure-sdk-tools repository ( #859 )
2020-10-26 17:55:27 -07:00
Azure SDK Bot
7ce2d3e57c
Use pre-installed Azure PowerShell modules ( #853 )
...
Co-authored-by: Mike Harder <mharder@microsoft.com>
2020-10-26 13:34:48 -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
Azure SDK Bot
c6d2505f9b
Update eng/common workflow docs ( #854 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-23 19:27:27 -07:00
Azure SDK Bot
07c7293276
Sync eng/common directory with azure-sdk-tools for PR 1135 ( #848 )
...
* Add check of http link.
* Fixed the tool http link
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-23 17:49:01 -07:00