Skip to content

Commit 68a9061

Browse files
author
maddieclayton
authored
Merge pull request #5242 from lfoust/patch-1
Update 'IsAdmin' flag to use correct syntax 'Admin'
2 parents fe1c530 + 0b10ec6 commit 68a9061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Add-AzureRmServiceFabricClientCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Use **Add-AzureRmServiceFabricClientCertificate** to add a common name and issue
4646

4747
### Example 1
4848
```
49-
PS c:> Add-AzureRmServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A -IsAdmin
49+
PS c:> Add-AzureRmServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A -Admin
5050
```
5151

5252
This command will add the certificate with thumbprint '5F3660C715EBBDA31DB1FFDCF508302348DE8E7A' to the cluster, so the client can use the certificate as admin to communicate with the cluster.

0 commit comments

Comments
 (0)