Add a simplified identity header. (#971)

* Add a simplified identity header.

* Update the CL.
This commit is contained in:
Ahson Khan 2020-11-13 13:14:57 -08:00 committed by GitHub
parent a96f4c6f7d
commit 498d8429df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## 1.0.0-beta.2 (Unreleased)
### Other changes and Improvements
- Add high-level and simplified identity.hpp file for simpler include experience for customers.
## 1.0.0-beta.1 (2020-11-11)

View File

@ -0,0 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#pragma once
#include "azure/identity/client_secret_credential.hpp"
#include "azure/identity/environment_credential.hpp"
#include "azure/identity/version.hpp"