Add support for az ad sp create-for-rbac equivalent in az-sdk-for-go
Opened this issue · 1 comments
fxierh commented
Feature Request
The az ad sp create-for-rbac
subcommand is implemented in Python a non-trivial way.
It would be helpful if azure-sdk-for-go
could provide equivalent functionality so that users don't need to translate the existing Python implementation into Go.
lirenhe commented
@jhendrixMSFT, could you help to triage this item?
From the description https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac, the above CLI command involves multiple Rest Api calls.