Skip to content

Commit 99b0a6c

Browse files
authored
Merge pull request #197860 from johnmarco/jm-manage-agent-fix
Managed Agent fix
2 parents 535f91e + afa65b9 commit 99b0a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Managing the Azure Arc-enabled servers agent
33
description: This article describes the different management tasks that you will typically perform during the lifecycle of the Azure Connected Machine agent.
4-
ms.date: 04/15/2022
4+
ms.date: 05/11/2022
55
ms.topic: conceptual
66
---
77

@@ -69,7 +69,7 @@ This parameter specifies a resource in Azure Resource Manager to delete from Azu
6969
7070
To disconnect using a service principal, run the following command:
7171

72-
`azcmagent disconnect --service-principal-id <serviceprincipalAppID> --service-principal-secret <serviceprincipalPassword> --tenant-id <tenantID>`
72+
`azcmagent disconnect --service-principal-id <serviceprincipalAppID> --service-principal-secret <serviceprincipalPassword>`
7373

7474
To disconnect using an access token, run the following command:
7575

0 commit comments

Comments
 (0)