From 3df39f21a4d57461053a999400f9c251a61952ec Mon Sep 17 00:00:00 2001 From: joao-panao <123106188+joao-panao@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:41:47 +0000 Subject: [PATCH] Fix command typo in unregister-register-machine.md Corrected the command from 'Invoke-ArzStackHCiArcReset' to 'Invoke-AzStackHCiArcReset' for proper execution. --- azure-local/manage/unregister-register-machine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-local/manage/unregister-register-machine.md b/azure-local/manage/unregister-register-machine.md index a97a775167..f15df41d5f 100644 --- a/azure-local/manage/unregister-register-machine.md +++ b/azure-local/manage/unregister-register-machine.md @@ -41,7 +41,7 @@ Before you begin, ensure you have the following: 1. Unregister the machine. Run the following command: ```powershell - Invoke-ArzStackHCiArcReset -ArmAccessToken $ArmAccessToken -TenantId $TenantId + Invoke-AzStackHCiArcReset -ArmAccessToken $ArmAccessToken -TenantId $TenantId ``` Here's a description of the parameters used in the command: @@ -77,4 +77,4 @@ Before you begin, ensure you have the following: ## Next steps -- Learn how to register Azure Local machines: [Register Azure Local machines](../deploy/deployment-without-azure-arc-gateway.md). \ No newline at end of file +- Learn how to register Azure Local machines: [Register Azure Local machines](../deploy/deployment-without-azure-arc-gateway.md).