You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Azure Service Principal and add it the Owner role in your Azure subscription:
az ad sp create-for-rbac -n contosotraders-sp --role Owner --scopes /subscriptions/ --sdk-auth. Replace with your Azure subscription ID.
Please make a note of the JSON output from above step (especially the clientId, clientSecret, subscriptionId and tenantId properties). These will be required later.
see screenshot I am going through the deployment instructions, on this step ^ I get "Option '--sdk-auth' has been deprecated and will be removed in a future release
Do we need an update?
The text was updated successfully, but these errors were encountered:
That deprecation warning has been there for years. The product team (Azure AD) hasn't provided a workaround yet. Azure/azure-cli#20743
mithunshanbhag
changed the title
update needed? Option '--sdk-auth' has been deprecated and will be removed in a future release.
[External/Tracking] update needed? Option '--sdk-auth' has been deprecated and will be removed in a future release.
Mar 20, 2023
Create an Azure Service Principal and add it the Owner role in your Azure subscription:
az ad sp create-for-rbac -n contosotraders-sp --role Owner --scopes /subscriptions/ --sdk-auth. Replace with your Azure subscription ID.
Please make a note of the JSON output from above step (especially the clientId, clientSecret, subscriptionId and tenantId properties). These will be required later.
see screenshot
I am going through the deployment instructions, on this step ^ I get "Option '--sdk-auth' has been deprecated and will be removed in a future release
Do we need an update?
The text was updated successfully, but these errors were encountered: