Skip to content

Commit

Permalink
fix for validate bicep issue (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwahiremat authored Aug 3, 2023
1 parent 873eb4e commit a460e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param rmqUsername string
@secure()
param rmqPassword string
param rmqHost string
param rmqPort string
param rmqPort int
param vHost string

resource rabbitmq 'Applications.Link/rabbitmqMessageQueues@2022-03-15-privatepreview' = {
Expand Down

0 comments on commit a460e8a

Please sign in to comment.