Skip to content

AD app creation call changed - README needs update #10

Description

@alfafoxtrott

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions