We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a325 commit d2445e1Copy full SHA for d2445e1
articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md
@@ -41,7 +41,7 @@ HTTP PUT https://<baseUrl>/<vm_name>/providers/Microsoft.GuestConfiguration/gues
41
```
42
43
This request requires authentication in the format of an authorization header. You can use the
44
-[Get-AzAccessToken](powershell/module/az.accounts/get-azaccesstoken) cmdlet to retrieve an Azure Access Token.
+[Get-AzAccessToken][03] cmdlet to retrieve an Azure Access Token.
45
46
```json
47
Authorization Bearer <yourTokenHere>
0 commit comments