Enhancement: add appName option to 'entra app permission add/list' commands
Something we forgot:
Let's add an appName option to the following commands:
- Entra app permission add
- Entra app permission list
Options
| Option | Description |
|---|---|
-n, --appName [appName] |
Display name of the Entra app to add the API permissions to. Specify either appId, appName or appObjectId. |
Additional information
If multiple apps with the same name exist, the CLI should show a disambiguation prompt to let the user choose.
@Adam-it
yes this is what I was thinking of. Lets be also clear that currently this issue is on hold as the app permission list command is still under PR review so it makes no sense to start this issue before the parent one is complete #5668
Let's open this one up, as both related commands are now in beta!
Can I work on it?
Certainly @SmitaNachan!