Skip to content

Commit

Permalink
Fixing the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pallavi Sah committed Nov 18, 2023
1 parent 5c140a7 commit 661f885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resources": [
{
"type": "Microsoft.Storage/storageAccounts/blobServices/containers",
"apiVersion": "2022-09-01",
"apiVersion": "2023-04-01",
"name": "[format('{0}/default/{1}', variables('storageAccountName'), variables('blobContainerName'))]",
"dependsOn": [
"[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]"
Expand Down

0 comments on commit 661f885

Please sign in to comment.