Skip to content

Commit

Permalink
Merge pull request #9198 from JarbasHorst/patch-66
Browse files Browse the repository at this point in the history
Update cloudpconpremisesconnection-updateaddomainpassword.md
  • Loading branch information
Lauragra authored Mar 1, 2024
2 parents 539c043 + b0991cf commit 2aba25c
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "cloudPcOnPremisesConnection: updateAdDomainPassword"
description: "Update the Active Directory domain password for a successful Azure network connection. This API is supported when the onPremisesConnection's type is hybridAzureADJoin."
description: "Update the Active Directory domain password for a successful Azure network connection."
author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.prod: "cloud-pc"
Expand Down Expand Up @@ -42,9 +42,9 @@ POST /deviceManagement/virtualEndpoint/onPremisesConnections/{Id}/UpdateAdDomain
|Content-Type|application/json. Required.|

## Request body
In the request body, supply JSON representation of the parameters.
In the request body, supply a JSON representation of the parameters.

The following table shows the parameters that can be used with this action.
The following table shows the parameter that you can use with this action.

|Parameter|Type|Description|
|:---|:---|:---|
Expand All @@ -60,6 +60,8 @@ If successful, this action returns a `204 No Content` response code.

### Request

The following example shows a request.

# [HTTP](#tab/http)
<!-- {
"blockType": "request",
Expand Down Expand Up @@ -112,6 +114,8 @@ Content-Type: application/json

### Response

The following example shows the response.

<!-- {
"blockType": "response",
"truncated": true
Expand Down

0 comments on commit 2aba25c

Please sign in to comment.