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.
Noticed that the options of all
entra enterpriseappcommands 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
idandobjectIdare irrelevant for theentra enterpriseapp listcommand.