[azure-security-attestation-cpp] Use non-deprecated syntax#40203
[azure-security-attestation-cpp] Use non-deprecated syntax#40203BillyONeal merged 3 commits intomicrosoft:masterfrom
Conversation
|
Has this been submitted upstream? |
9d90698 to
cdb2942
Compare
|
@BillyONeal, I have updated the PR so that it matches the line numbers exactly, so it is easier to verify visually. Thank you for checking - yes, this change is in azure-sdk-for-cpp repo, see the latest The line numbers have changed since then, but here would be this line in the We just feel, this change is not sufficient to make another release of azure-security-attestation, so we just patch it. In the upcoming azure-core-cpp release, We also have the same change made for our vcpkg registry which we use for beta releases, https://github.com/Azure/azure-sdk-vcpkg-betas |
|
Thanks! |
Updating a single line in the released SDK to a syntax that works with both old and new azure-core-cpp versions. The old syntax will be deprecated in the upcoming azure-core-cpp release, which, if not fixed, will result in deprecation warnings (potentially treated as errors) for the existing azure-security-attestation-cpp customers.