We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01007be commit f906c81Copy full SHA for f906c81
articles/azure-resource-manager/bicep/overview.md
@@ -89,7 +89,7 @@ Bicep provides the following advantages:
89
```bicep
90
param location string = resourceGroup().location
91
92
- resource mystore 'Microsoft.Storage/storageAccounts@2023-04-01' = {
+ resource mystore 'Microsoft.Storage/storageAccounts@2023-05-01' = {
93
name: 'mystorageaccount'
94
location: location
95
sku: {
0 commit comments