Describe the bug
The CLI cannot create a native app registration with identifier URIs
To Reproduceaz ad app create --display-name MyApp --native-app true --identifier-uris https://my.app'--identifier-uris' is not required for creating a native application
Expected behavior
Being able to create the native app registration with provided URIs like it's possible to do in the Azure portal
Additional context
I tried creating the native app registration first, and then updating it using
az ad app update --id {appId} --identifier-uris https://my.app
but got the error: Property identifierUris is invalid.
Any possible workaround/solution using the Azure CLI?
Describe the bug The CLI cannot create a native app registration with identifier URIs
To Reproduce
az ad app create --display-name MyApp --native-app true --identifier-uris https://my.app
'--identifier-uris' is not required for creating a native applicationExpected behavior Being able to create the native app registration with provided URIs like it's possible to do in the Azure portal
Environment summary Azure CLI 2.19.0 Azure CLI Core 2.19.0 Azure CLI Telemetry 1.0.6
Additional context I tried creating the native app registration first, and then updating it using
az ad app update --id {appId} --identifier-uris https://my.app
but got the error: Property identifierUris is invalid.Any possible workaround/solution using the Azure CLI?