Skip to content

Commit 32522c1

Browse files
authored
Merge pull request #102053 from SwathiDhanwada-MSFT/patch-21
(AzureCXP) fixes MicrosoftDocs/azure-docs#46507
2 parents 4f78bae + f2641c2 commit 32522c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/insights/container-insights-optout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ If you choose to use the Azure CLI, you first need to install and use the CLI lo
5555
"metadata": {
5656
"description": "Location of the AKS resource e.g. \"East US\""
5757
}
58-
}
5958
},
6059
"aksResourceTagValues": {
6160
"type": "object",
6261
"metadata": {
6362
"description": "Existing all tags on AKS Cluster Resource"
63+
}
6464
}
65-
},
65+
},
6666
"resources": [
6767
{
6868
"name": "[split(parameters('aksResourceId'),'/')[8]]",
6969
"type": "Microsoft.ContainerService/managedClusters",
7070
"location": "[parameters('aksResourceLocation')]",
71-
"tags": "[parameters('aksResourceTagValues')]"
71+
"tags": "[parameters('aksResourceTagValues')]",
7272
"apiVersion": "2018-03-31",
7373
"properties": {
7474
"mode": "Incremental",

0 commit comments

Comments
 (0)