mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
formattingand additional content
This commit is contained in:
@ -208,12 +208,25 @@ To edit the policy settings, **PATCH** the policy using the **Policy ID**. Run t
|
|||||||
PATCH https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c330-1234-5678-9abc-def012345678
|
PATCH https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c330-1234-5678-9abc-def012345678
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
"deploymentSettings": {
|
{
|
||||||
"contentApplicability": {
|
"complianceChangeRules": [
|
||||||
"offerWhileRecommendedBy": ["Microsoft"],
|
{
|
||||||
|
"@odata.type": "#microsoft.graph.windowsUpdates.contentApprovalRule",
|
||||||
|
"contentFilter": {
|
||||||
|
"@odata.type": "#microsoft.graph.windowsUpdates.driverUpdateFilter"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"deploymentSettings": {
|
||||||
|
"@odata.type": "#microsoft.graph.windowsUpdates.deploymentSettings",
|
||||||
|
"contentApplicability": {
|
||||||
|
"@odata.type": "#microsoft.graph.windowsUpdates.contentApplicabilitySettings",
|
||||||
|
"offerWhileRecommendedBy": ["microsoft"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**note to add info about behavior defined by settings in example and maybe include info about autoapprove while recommended**
|
|
||||||
|
|
||||||
|
|
||||||
## Review applicable driver content
|
## Review applicable driver content
|
||||||
|
Reference in New Issue
Block a user