* Give AccessTier a default value to eliminate warning
* Add blob clients conversion functions
* Fix bug in shared key authentication
* Add GetUri().
* make lease-status and lease-state optional
* Check duplicates in metadata
* add tests for blob service
* AppendBlocb doesn't support AccessTier
* fix bug in "RangeFromXml"
* redefine PageRange in convenience layer
* suppress warnings from gtest
* add API AppendBlockFromUri
* connection string parsing
* Add memorystream
* Rename connection string constants
* Adapt to new bodystream, this will be rewritten when bosystream is changed to unique_ptr
* fix compiler errors
* Change MemoryStream interface
* samples framework
* Add newline at the end of file
* fix compiler error
* avoid fail if no body in request
* request with no body
* fix for win86
* Update sdk/samples/http_client/curl/src/azure_core_with_curl_bodyBuffer.cpp
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Add xml serializer/deserializer
* Add blob service client, add undelete, set access tier, start copy, abort copy, create snapshot, stage block from uri
* add support for conditional headers
* support range download
* Change the helper functions order to alphabetical
so that we always get the same result in different environemnts.
* use c++ casting
* Add support for append blob and page blob
* remove redundant ; added by auto-generator
* Remove BlobType in BlockBlob::Upload
* Rename blob_client_options.hpp->blob_options.hpp
* Remove API version in request options
* Remove Date in request options, assign x-ms-version a default value
* reformat files with clang-format
* Add shared key policy and basic request policy
* Add openssl dependency for linux and macOS
* add some comments, some slight fixes
* Rename CommonRequestPolicy -> CommonHeaderRequestPolicy
* add blob service auto generated protocol layer
* Add storage uri builder
* integrate with pipeline
* Add libxml2 dependency
* Fix variables name
* Rename variable and function name
* Move xxx_options.hpp out of internal directory
* Rename FromConnectionString -> CreateFromConnectionString