Azure / draft

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

[draft setup-gh] Fix az role assignment create and az ad app show commands #103

Closed asw101 closed 2 years ago

asw101 commented 2 years ago

az role assignment: sc.spObjectId was never populated so the commands throws an error. az ad app show: id field not present, should be objectId

Fixes #102

asw101 commented 2 years ago

Converting to draft to confirm role assignment is being applied correctly.

asw101 commented 2 years ago

Closing this PR in favor of #111