Application Provisioning Configuration Api
In brief
The documented ServicePrincipalId example was replaced with a generic UUID.
What Entra admins need to know
No administrator action is required.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
"displayName": "AWS Contoso",
"details": {
"ApplicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
"ServicePrincipalId": "chc46a42-966b-47d7-9774-576b1c8bd0b8aaaaaaaa-bbbb-cccc-1111-222222222222",
"ServicePrincipalDisplayName": "AWS Contoso"
}
},
@@ -360,7 +360,7 @@ Content-type: application/json "displayName": "AWS Contoso", "details": { "ApplicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",- "ServicePrincipalId": "chc46a42-966b-47d7-9774-576b1c8bd0b8",+ "ServicePrincipalId": "aaaaaaaa-bbbb-cccc-1111-222222222222", "ServicePrincipalDisplayName": "AWS Contoso" } }, 