Skip to content

Commit 8531240

Browse files
azd pipeline changes
1 parent 06f2d24 commit 8531240

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

infra/deploy_storage_account.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ resource storageAccounts_resource 'Microsoft.Storage/storageAccounts@2022-09-01'
2020
location: solutionLocation
2121
sku: {
2222
name: 'Standard_LRS'
23-
tier: 'Standard'
2423
}
2524
kind: 'StorageV2'
2625
properties: {

infra/main.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.33.93.31351",
8-
"templateHash": "9426258343087348748"
8+
"templateHash": "14986400033314000229"
99
}
1010
},
1111
"parameters": {
@@ -983,7 +983,7 @@
983983
"_generator": {
984984
"name": "bicep",
985985
"version": "0.33.93.31351",
986-
"templateHash": "14620142974675285735"
986+
"templateHash": "6827407487603246290"
987987
}
988988
},
989989
"parameters": {
@@ -1022,8 +1022,7 @@
10221022
"name": "[parameters('saName')]",
10231023
"location": "[parameters('solutionLocation')]",
10241024
"sku": {
1025-
"name": "Standard_LRS",
1026-
"tier": "Standard"
1025+
"name": "Standard_LRS"
10271026
},
10281027
"kind": "StorageV2",
10291028
"properties": {

0 commit comments

Comments
 (0)