Skip to content

Commit 58d4b38

Browse files
committed
Small edits to cluster manager template
1 parent 0909501 commit 58d4b38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: template-how-to, devx-track-arm-template
1919
"environment": {
2020
"type": "string",
2121
"metadata": {
22-
"description": "Name of the Environment"
22+
"description": "Name of the environment"
2323
}
2424
},
2525
"name": {
@@ -48,20 +48,20 @@ ms.custom: template-how-to, devx-track-arm-template
4848
"resourceGroupName": {
4949
"type": "string",
5050
"metadata": {
51-
"description": "Specify the Resource Group for the resources."
51+
"description": "Specify the resource group for the resources."
5252
},
5353
"defaultValue": ""
5454
},
5555
"managedResourceGroupName": {
5656
"type": "string",
5757
"metadata": {
58-
"description": "Specify a Managed Resource Group for the resource."
58+
"description": "Specify a managed resource group for the resource."
5959
}
6060
},
6161
"clusterManagerTags": {
6262
"type": "object",
6363
"metadata": {
64-
"description": "Additional tags to pass to the Cluster Manager on creation"
64+
"description": "Additional tags to pass to the cluster manager on creation"
6565
}
6666
},
6767
"assignedIdentities": {

0 commit comments

Comments
 (0)