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
in the README, you suggest to create an AD app with the following call: az ad app create --display-name CloudRelayClient --password S0meHardT0GuessPassw0rd
Now you can have a password created by doing the following... az ad app create --display-name CloudRelayClient az ad app credential reset --id <ID of just created app>
The text was updated successfully, but these errors were encountered:
Hi,
in the README, you suggest to create an AD app with the following call:
az ad app create --display-name CloudRelayClient --password S0meHardT0GuessPassw0rd
The "--password" parameter is no longer supported, see https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration
Now you can have a password created by doing the following...
az ad app create --display-name CloudRelayClient
az ad app credential reset --id <ID of just created app>
The text was updated successfully, but these errors were encountered: