Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
492 stars 58 forks source link

Reverting the graphsdk to azcli #295

Closed Vidya2606 closed 4 weeks ago

Vidya2606 commented 1 month ago

Description

I'm reverting from graphsdk to azcli because few of the functions for which I made the changes would require registration to Graph App which means the user had to do a device code login in the web browser which seemed to be a bad user experience, so we decided to keep the functions as is.

getAppObjectId: https://github.com/Azure/draft/pull/260 assignSpRole: https://github.com/Azure/draft/pull/272

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist: