Skip to content

Commit f906c81

Browse files
committed
updates2
1 parent 01007be commit f906c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Bicep provides the following advantages:
8989
```bicep
9090
param location string = resourceGroup().location
9191
92-
resource mystore 'Microsoft.Storage/storageAccounts@2023-04-01' = {
92+
resource mystore 'Microsoft.Storage/storageAccounts@2023-05-01' = {
9393
name: 'mystorageaccount'
9494
location: location
9595
sku: {

0 commit comments

Comments
 (0)