microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.7k stars 2.93k forks source link

coverage report step failed due to permission #11757

Closed mszhanyi closed 2 years ago

mszhanyi commented 2 years ago

It's just a memo.

Describe the bug coverage report step in Android CI failed with the exception of Principal 'aadapp=***;72f988bf-86f1-41af-91ab-2d7cd011db47' is not authorized to perform operation 'Ingest' on 'any database'. since May 17th

Fix Run Kusto script .add database powerbi ingestors ('aadapp={application id};72f988bf-86f1-41af-91ab-2d7cd011db47') ref. https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/kusto-ingest-client-permissions

ApplicationID could be get from Devops' Project Settings->Service connections->...->Manage Service Principal.

Additional context So far, we don't know why it worked before May 17th.

mszhanyi commented 2 years ago

cc @snnn @skottmckay