Skip to content

Commit 3df39f2

Browse files
authored
Fix command typo in unregister-register-machine.md
Corrected the command from 'Invoke-ArzStackHCiArcReset' to 'Invoke-AzStackHCiArcReset' for proper execution.
1 parent f11b67c commit 3df39f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-local/manage/unregister-register-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you begin, ensure you have the following:
4141
1. Unregister the machine. Run the following command:
4242

4343
```powershell
44-
Invoke-ArzStackHCiArcReset -ArmAccessToken $ArmAccessToken -TenantId $TenantId
44+
Invoke-AzStackHCiArcReset -ArmAccessToken $ArmAccessToken -TenantId $TenantId
4545
```
4646

4747
Here's a description of the parameters used in the command:
@@ -77,4 +77,4 @@ Before you begin, ensure you have the following:
7777

7878
## Next steps
7979

80-
- Learn how to register Azure Local machines: [Register Azure Local machines](../deploy/deployment-without-azure-arc-gateway.md).
80+
- Learn how to register Azure Local machines: [Register Azure Local machines](../deploy/deployment-without-azure-arc-gateway.md).

0 commit comments

Comments
 (0)