From 01c68b633b559baabd3b7da82980e0cc9d2c05bd Mon Sep 17 00:00:00 2001 From: Jason Gilbertson Date: Sun, 23 Jul 2023 08:54:24 -0400 Subject: [PATCH] fix azure monitor agent name for data collection rules configuration failure. --- .../azuredeploy.json | 4 ++-- .../azuredeploy.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SF-Managed-Standard-SKU-1-NT-AzureMonitor/azuredeploy.json b/SF-Managed-Standard-SKU-1-NT-AzureMonitor/azuredeploy.json index bae1153..2697cc7 100644 --- a/SF-Managed-Standard-SKU-1-NT-AzureMonitor/azuredeploy.json +++ b/SF-Managed-Standard-SKU-1-NT-AzureMonitor/azuredeploy.json @@ -97,11 +97,11 @@ "vmSecrets": [], "vmExtensions": [ { - "name": "[concat('AzureMonitorWindowsAgent', '-', variables('nodeTypeName'))]", + "name": "AzureMonitorWindowsAgent", "properties": { "publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorWindowsAgent", - "typeHandlerVersion": "1.2", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "enableAutomaticUpgrade": true } diff --git a/SF-Managed-Standard-SKU-2-NT-AzureMonitor/azuredeploy.json b/SF-Managed-Standard-SKU-2-NT-AzureMonitor/azuredeploy.json index 2e45f0e..4491b45 100644 --- a/SF-Managed-Standard-SKU-2-NT-AzureMonitor/azuredeploy.json +++ b/SF-Managed-Standard-SKU-2-NT-AzureMonitor/azuredeploy.json @@ -136,11 +136,11 @@ "vmSecrets": [], "vmExtensions": [ { - "name": "[concat('AzureMonitorWindowsAgent', '-', parameters('nodeType1Name'))]", + "name": "AzureMonitorWindowsAgent", "properties": { "publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorWindowsAgent", - "typeHandlerVersion": "1.2", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "enableAutomaticUpgrade": true } @@ -185,11 +185,11 @@ "vmSecrets": [], "vmExtensions": [ { - "name": "[concat('AzureMonitorWindowsAgent', '-', parameters('nodeType2Name'))]", + "name": "AzureMonitorWindowsAgent", "properties": { "publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorWindowsAgent", - "typeHandlerVersion": "1.2", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "enableAutomaticUpgrade": true }