Merge branch 'revert-winhttp-attestation-fix' of github.com:vhvb1989/azure-sdk-for-cpp into revert-winhttp-attestation-fix

This commit is contained in:
Victor Vazquez 2022-04-14 08:33:54 +00:00
commit 2368721d3b

View File

@ -448,7 +448,7 @@ namespace Azure { namespace Security { namespace Attestation { namespace _detail
/**
* @brief Convert the internal attestation token to a public AttestationToken object.
*/
operator Models::AttestationToken<T>&() { return m_token; }
operator Models::AttestationToken<T> &() { return m_token; }
/**
* @brief Convert the internal attestation token to a public AttestationToken object.
*/