Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AD app creation call changed - README needs update #10

Closed
alf5koe opened this issue Aug 10, 2022 · 1 comment · Fixed by #11
Closed

AD app creation call changed - README needs update #10

alf5koe opened this issue Aug 10, 2022 · 1 comment · Fixed by #11

Comments

@alf5koe
Copy link

alf5koe commented Aug 10, 2022

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>

@usdruscia
Copy link
Contributor

Hi @alf5koe
Thanks for bringing this to our attention. We'll update the readme soon.

@usdruscia usdruscia linked a pull request Aug 12, 2022 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants