Skip to content

Commit 02504a1

Browse files
authored
Update clustermanager-parameters-jsonc-example.md
Remove specific tags from example.
1 parent 8175668 commit 02504a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-nexus/clustermanager-parameters-jsonc-example.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Azure Operator Nexus - Example of clusterManager.parameters.jsonc template file"
3-
description: Example of clusterManager.parameters.jsonc template file to use with ARM template in creating a cluster manager.
4-
author: jeffreymason
5-
ms.author: jeffreymason
3+
description: Example of clusterManager.parameters.jsonc template file to use with ARM template in creating a Cluster Manager.
4+
author: bartpinto
5+
ms.author: bpino
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
88
ms.date: 05/08/2024
@@ -41,8 +41,8 @@ ms.custom: template-how-to, devx-track-arm-template
4141
},
4242
"clusterManagerTags": {
4343
"value": {
44-
"EnableClusterManagerInfraServices": "true",
45-
"EnableFabricAssignRoleIntegration": "true"
44+
"<TAG1>": "<TAG1_VALUE>",
45+
"<TAG2>": "<TAG2_VALUE>"
4646
}
4747
},
4848
"environment": {

0 commit comments

Comments
 (0)