Skip to content

Commit

Permalink
fixing typo (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
krnese authored Feb 1, 2024
1 parent 8a0d76e commit bd68db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsi/solutions/generativeAi/storageAccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"No"
]
},
"stMonCreate": {
"stMonCreation": {
"type": "string",
"defaultValue": "No",
"allowedValues": [
Expand Down Expand Up @@ -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')]",
Expand Down

0 comments on commit bd68db2

Please sign in to comment.