From bd68db2cd0723a36add59ff9ecd74805861c675f Mon Sep 17 00:00:00 2001 From: Kristian Nese Date: Thu, 1 Feb 2024 19:34:09 +0100 Subject: [PATCH] fixing typo (#524) --- fsi/solutions/generativeAi/storageAccount.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsi/solutions/generativeAi/storageAccount.json b/fsi/solutions/generativeAi/storageAccount.json index ad0ae2a1..f0761b28 100644 --- a/fsi/solutions/generativeAi/storageAccount.json +++ b/fsi/solutions/generativeAi/storageAccount.json @@ -63,7 +63,7 @@ "No" ] }, - "stMonCreate": { + "stMonCreation": { "type": "string", "defaultValue": "No", "allowedValues": [ @@ -193,7 +193,7 @@ } }, { - "condition": "[equals(parameters('stMonCreate'), 'Yes')]", + "condition": "[equals(parameters('stMonCreation'), 'Yes')]", "type": "Microsoft.Storage/storageAccounts/blobServices/providers/diagnosticSettings", "apiVersion": "2021-05-01-preview", "name": "[concat(variables('name-compliant-storage'), '/default/', 'Microsoft.Insights/', 'diag')]",