overview and prereq edits

This commit is contained in:
Meghan Stewart
2023-02-11 19:50:08 -08:00
parent d367e35e2c
commit 8fd46377c5
5 changed files with 21 additions and 17 deletions

View File

@ -248,6 +248,12 @@ The following example adds three devices to the deployment audience using the **
}
```
To verify the devices were added to the audience, run the following query using the **Audience ID** of `d39ad1ce-0123-4567-89ab-cdef01234567`:
```msgraph-interactive
GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences/d39ad1ce-0123-4567-89ab-cdef01234567/members
```
## Pause a deployment
To pause a deployment, PATCH the deployment to have a `requestedValue` of `paused` for the [deploymentState](/graph/api/resources/windowsupdates-deploymentstate). To resume the deployment, use the value `none` and the state will either update to `offering` or `scheduled` if the deployment hasn't reached the start date yet.