Hi, how can I translate these two lines to Pulumi: `$graphId = az ad sp list --query "[?appDisplayNa...
f
Hi, how can I translate these two lines to Pulumi:
$graphId = az ad sp list --query "[?appDisplayName=='Microsoft Graph'].appId | [0]" --all
$graphResourceId = az ad sp list --query "[?appDisplayName=='Microsoft Graph'].id | [0]" --all