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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Currently, azuread_application doesn't support setting verified MPN ID (Microsoft Partner Network ID) for publisher verification. This is currently only supported via Microsoft Graphy Rest API https://graph.microsoft.com/v1.0/applications/{application-id}/microsoft.graph.setVerifiedPublisher
New or Affected Resource(s)
azuread_application
Potential Terraform Configuration
resource"azuread_application""this" {
display_name="example application # (Optional) The Microsoft Partner Network ID (MPNID) of the verified publisher to be set on the application, from the publisher's Partner Center account. verified_publisher_id = 13341}
Community Note
Description
Currently, azuread_application doesn't support setting verified MPN ID (Microsoft Partner Network ID) for publisher verification. This is currently only supported via Microsoft Graphy Rest API
https://graph.microsoft.com/v1.0/applications/{application-id}/microsoft.graph.setVerifiedPublisher
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: