Skip to content

Commit cacc328

Browse files
authored
Update rest-api.md
1 parent ab9cf18 commit cacc328

File tree

1 file changed

+4
-9
lines changed
  • articles/governance/machine-configuration/how-to/assign-configuration

1 file changed

+4
-9
lines changed

articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ or any http client of your choice.
1414

1515
In each of the following sections, the example includes a **type** property where the name starts
1616
with `Microsoft.Compute/virtualMachines`. The guest configuration resource provider
17-
`Microsoft.GuestConfiguration` is an [extension resource][01] that must reference a parent type.
17+
`Microsoft.GuestConfiguration` is an [extension resource](azure/azure-resource-manager/management/extension-resource-types
18+
) that must reference a parent type.
1819

19-
To modify the example for other resource types such as [Arc-enabled servers][02], change the parent
20+
To modify the example for other resource types such as [Arc-enabled servers](/azure/azure-arc/servers/overview), change the parent
2021
type to the name of the resource provider. For Arc-enabled servers, the resource provider is
2122
`Microsoft.HybridCompute/machines`.
2223

@@ -41,7 +42,7 @@ HTTP PUT https://<baseUrl>/<vm_name>/providers/Microsoft.GuestConfiguration/gues
4142
```
4243

4344
This request requires authentication in the format of an authorization header. You can use the
44-
[Get-AzAccessToken][03] cmdlet to retrieve an Azure Access Token.
45+
[Get-AzAccessToken](powershell/module/az.accounts/get-azaccesstoken) cmdlet to retrieve an Azure Access Token.
4546

4647
```json
4748
Authorization Bearer <yourTokenHere>
@@ -187,9 +188,3 @@ The response contains the created assignment, and any additional needed paramete
187188
"location": "westus2"
188189
}
189190
```
190-
191-
<!-- Link reference definitions -->
192-
articles/app-service/configure-authentication-oauth-tokens.md
193-
[01]: /azure/azure-resource-manager/management/extension-resource-types
194-
[02]: /azure/azure-arc/servers/overview
195-
[03]: /powershell/module/az.accounts/get-azaccesstoken

0 commit comments

Comments
 (0)