microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removal of deprecated --sdk-auth flag

matthansen0 opened this issue · comments

The --sdk-auth flag in az ad sp create-for-rbac command should be removed from

--name <NAME OF THE CREDENTIAL> --role contributor --scopes /subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP> --sdk-auth --output json
as it is deprecated and will be removed with reference to Azure/azure-cli#20743.

image