I'm trying to add multiple identifierURIs from Powershell.
Normally I use this command to add single identifierURI:
Set-AzureADApplication -DisplayName "My App" -IdentifierURIs "api://$appId"
What more to include in that command to add multiple identifierURIs from Powershell?