Skip to content

Commit

Permalink
💪 Bicep version wrongness
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Nov 11, 2021
1 parent 64a43d6 commit 27bee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/pubsub.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param name string = 'chatr'
param sku string = 'Free_F1'
param eventHandlerUrl string

resource pubsub 'Microsoft.SignalRService/webPubSub@2021-10-01' = {
resource pubsub 'Microsoft.SignalRService/webPubSub@2021-04-01-preview' = {
name: name
location: location

Expand Down

0 comments on commit 27bee5c

Please sign in to comment.