Add a simplified identity header. (#971)
* Add a simplified identity header. * Update the CL.
This commit is contained in:
parent
a96f4c6f7d
commit
498d8429df
@ -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)
|
||||
|
||||
|
||||
8
sdk/identity/azure-identity/inc/azure/identity.hpp
Normal file
8
sdk/identity/azure-identity/inc/azure/identity.hpp
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user