Go to file
JinmingHu f74011a2e0
Add Unittest for Blob Service, other fixes and enhancements found during validation (#181)
* 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
2020-06-24 01:17:09 -07:00
.github Adding the SDK team for notification (#179) 2020-06-15 15:01:37 -07:00
cmake-modules Adding http request (#41) 2020-03-26 11:38:07 -07:00
eng Sync eng/common directory with azure-sdk-tools repository (#170) 2020-06-15 11:37:39 -07:00
samples Add the toplevel Sample readme (#29) 2020-03-16 10:20:15 -07:00
sdk Add Unittest for Blob Service, other fixes and enhancements found during validation (#181) 2020-06-24 01:17:09 -07:00
.clang-format HttpPipeline and HttpPolicies (#63) 2020-05-29 10:57:10 -07:00
.gitignore Adding http request (#41) 2020-03-26 11:38:07 -07:00
CMakeLists.txt Added convenience layer for datalake service (#178) 2020-06-20 19:55:41 -07:00
CMakeSettings.json Victor/http/add streams (#183) 2020-06-18 21:43:00 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-01-10 15:45:21 -08:00
CONTRIBUTING.md Update the contributing guide to point to C++ issues (#9) 2020-02-24 16:57:11 -08:00
Doxyfile Add Core scaffolding 2020-02-20 12:10:01 -08:00
LICENSE Updating LICENSE to template content 2020-01-10 15:45:22 -08:00
NOTICE.txt Create NOTICE.txt 2020-02-20 13:31:21 -08:00
README.md Added convenience layer for datalake service (#178) 2020-06-20 19:55:41 -07:00
SECURITY.md Initial SECURITY.md commit 2020-01-10 15:45:23 -08:00

Azure SDK for C++

Build Status

This repository is for active development of the Azure SDK for C++.

Getting started

To get started with a specific library, see the README.md file located in the library's project folder. You can find service libraries in the /sdk directory.

Prerequisites

CMake version 3.15 is required to build these libraries

Latest Release

NOTE: All code in this repro is in development state and should not be used in production.

Previous GA Releases

NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries.

Client: Previous Versions

TODO

Management

Libraries which enable you to provision specific resources. They are responsible for directly mirroring and consuming Azure service's REST endpoints. Management library directories contain -mgmt-, e.g. azure-mgmt-keyvault.

Need help

  • For reference documentation visit the Azure SDK for C++ documentation[todo].
  • For tutorials, samples, quick starts and other documentation, visit Azure for C++ Developers.
  • For build reports on code quality, test coverage, etc, visit Azure SDK for C++.
  • File an issue via Github Issues.

Navigating the repository

Master branch

The master branch has the most recent code with new features and bug fixes. It does not represent latest released GA SDK.

Release branches (Release tagging)

For each package we release there will be a unique git tag created that contains the name and the version of the package to mark the commit of the code that produced the package. This tag will be used for servicing via hotfix branches as well as debugging the code for a particular preview or stable release version. Format of the release tags are <package-name>_<package-version>. For more information please see our branching strategy.

Contributing

For details on contributing to this repository, see the contributing guide.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, view Microsoft's CLA.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Many people all over the world have helped make this project better. You'll want to check out:

Community

Chat with other community members Join the chat at https://gitter.im/azure/azure-sdk-for-cpp

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

Azure SDK for C++ is licensed under the MIT license.

Impressions