Skip to content

Align options of entra enterpriseapp #6155

@milanholemans

Description

@milanholemans

Noticed that the options of all entra enterpriseapp commands are really out of sync. Let's try to align them a bit more.

Current situation

entra enterpriseapp add

  • --appId [appId]
  • --appName [appName]
  • --objectId [objectId]

entra enterpriseapp get

  • -i, --appId [appId]
  • -n, --appDisplayName [appDisplayName]
  • --appObjectId [appObjectId]

entra enterpriseapp list

  • --displayName [displayName]

Desired situation

I think all commands should use the same options. I propose:

  • -i, --id [id]
  • -n, --displayName [displayName]
  • --objectId [objectId]

Notice that id and objectId are irrelevant for the entra enterpriseapp list command.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions