mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 03:13:44 +00:00
Update deployment-service-feature-updates.md
This commit is contained in:
@ -99,6 +99,7 @@ When creating a deployment for a feature update, there are multiple options avai
|
|||||||
|
|
||||||
```msgraph-interactive
|
```msgraph-interactive
|
||||||
POST https://graph.microsoft.com/beta/admin/windows/updates/deployments
|
POST https://graph.microsoft.com/beta/admin/windows/updates/deployments
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"content": {
|
"content": {
|
||||||
@ -195,6 +196,7 @@ To [update deployment](/graph/api/windowsupdates-deployment-update), PATCH the d
|
|||||||
|
|
||||||
```msgraph-interactive
|
```msgraph-interactive
|
||||||
PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890
|
PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
@ -226,6 +228,7 @@ The following example adds three devices to the deployment audience using the **
|
|||||||
|
|
||||||
```msgraph-interactive
|
```msgraph-interactive
|
||||||
POST https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences/d39ad1ce-0123-4567-89ab-cdef01234567/updateAudience
|
POST https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences/d39ad1ce-0123-4567-89ab-cdef01234567/updateAudience
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"addMembers": [
|
"addMembers": [
|
||||||
@ -254,6 +257,7 @@ The following example pauses the deployment with a **Deployment ID** of `de910e1
|
|||||||
```msgraph-interactive
|
```msgraph-interactive
|
||||||
|
|
||||||
PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890
|
PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"@odata.type": "#microsoft.graph.windowsUpdates.deployment",
|
"@odata.type": "#microsoft.graph.windowsUpdates.deployment",
|
||||||
|
Reference in New Issue
Block a user