From 3650f131f9c1feed81c18aa15607f6380094f35f Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:13:45 -0500 Subject: [PATCH] Update deployment-service-drivers.md --- windows/deployment/update/deployment-service-drivers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/deployment/update/deployment-service-drivers.md b/windows/deployment/update/deployment-service-drivers.md index 8a800ae311..1310226a09 100644 --- a/windows/deployment/update/deployment-service-drivers.md +++ b/windows/deployment/update/deployment-service-drivers.md @@ -77,6 +77,7 @@ To create a policy without any deployment settings, in the request body specify ```msgraph-interactive POST https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies + content-type: application/json { "audience": { @@ -117,6 +118,7 @@ To create a policy with additional settings, in the request body: ```msgraph-interactive POST https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies + content-type: application/json Content-length: 967 { @@ -238,6 +240,7 @@ Add a content approval to an existing policy, **Policy ID** `9011c330-1234-5678- ```msgraph-interactive POST https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c330-1234-5678-9abc-def012345678/complianceChanges +content-type: application/json { "@odata.type": "#microsoft.graph.windowsUpdates.contentApproval", @@ -298,6 +301,7 @@ Since content approval is a compliance change for the policy, when you [update a ```msgraph-interactive PATCH https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c330-1234-5678-9abc-def012345678/complianceChanges/c03911a7-9876-5432-10ab-cdef98765432 +content-type: application/json { "@odata.type": "#microsoft.graph.windowsUpdates.contentApproval", @@ -318,6 +322,7 @@ Approval for content can be revoked by setting the `isRevoked` property of the [ ```msgraph-interactive PATCH https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c330-1234-5678-9abc-def012345678/complianceChanges/c03911a7-9876-5432-10ab-cdef98765432 +content-type: application/json { "@odata.type": "#microsoft.graph.windowsUpdates.contentApproval",