Skip to content

Commit

Permalink
Forgotten a closing brace in some bicep files
Browse files Browse the repository at this point in the history
Signed-off-by: SoTrx <[email protected]>
  • Loading branch information
SoTrx committed Sep 15, 2024
1 parent 6e2a4bd commit 204d7cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource statestore 'Applications.Dapr/stateStores@2023-10-01-preview' = {
}
tableName: {
value: account::tableServices::table.name
}
}
type: 'state.azure.tablestorage'
version: 'v1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource stateStore 'Applications.Dapr/stateStores@2023-10-01-preview' = {
}
tableName: {
value: account::tableServices::table.name
}
}
type: 'state.azure.tablestorage'
version: 'v1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resource statestore 'Applications.Dapr/stateStores@2023-10-01-preview' = {
}
tableName: {
value: account::tableServices::table.name
}
}
type: 'state.azure.tablestorage'
version: 'v1'
Expand Down

0 comments on commit 204d7cf

Please sign in to comment.