Azure-Samples / microsoft-azure-attestation

Microsoft Azure Attestation is a solution for attesting Trusted Execution Environments (TEEs)
MIT License
30 stars 17 forks source link

Switch to 2020-10-01 API which does not require AAD auth #6

Closed olkroshk closed 3 years ago

olkroshk commented 3 years ago

Purpose

Switching to 2020-10-01 API which does not require AAD authentication. Recently, in some cases, authentication was failing while trying to perform attest calls using the tool.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test