You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We're currently reviewing the manual steps required for creating app registrations. We've managed to remove the vast majority of manual steps, however two prominent steps remain - setting a logo (covered by #153) and setting our MPN ID on the registration. Currently we get the following error when attempting to do this:
{
"code": "DeploymentFailed",
"target": "/subscriptions/<id>/resourceGroups/DS-Infrastructure/providers/Microsoft.Resources/deployments/test",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
"details": [
{
"code": "Forbidden",
"message": "verifiedPublisher properties cannot be set during Application creation. Graph client request id: 802f3c5e-18df-46aa-85b9-cb522bf1c7a9. Graph request timestamp: 2024-12-18T03:38:24Z."
}
]
}
Not sure why this was separated out into a service action on a different endpoint, but it definitely represents a problem for us to expose the functionality in a declarative and idempotent fashion.
We'll need to sync with the App Platform team (who own these Graph APIs) to understand what the options are here.
@SheaSmithUPDATE: we are looking into options to fix this, so that this property can be set. In the meantime, we have updated the verifiedPublisher property to be read-only.
Is your feature request related to a problem? Please describe.
We're currently reviewing the manual steps required for creating app registrations. We've managed to remove the vast majority of manual steps, however two prominent steps remain - setting a logo (covered by #153) and setting our MPN ID on the registration. Currently we get the following error when attempting to do this:
with the following Bicep file:
Describe the solution you'd like
It would be great to be able to specify the MPN ID on our registrations in the Bicep script.
The text was updated successfully, but these errors were encountered: