Open twsouthwick opened 5 months ago
Hi @twsouthwick ,
This property is currently not supported, we will plan to add it and meanwhile please try below workaround:
$payload = @{serviceManagementReference="[my-value]"} | ConvertTo-Json
Invoke-AzRestMethod -Method PATCH -Uri https://graph.microsoft.com/v1.0/applications/[id] -Payload $payload
Hi @twsouthwick ,
Fix for this issue has been merged, please try new release on 2024-07-02 PST
Description of the new feature
I'm trying to set the
Service Management Reference
value for an Entra application but cannot see how to do it with powershell. With Azure CLI I can do the following:It would be great to have a an equivalent for the Azure Powershell cmdlets
Proposed implementation details (optional)
No response