Skip to content

Commit

Permalink
fix for bicep to remove not used enviroment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwahiremat committed Jun 9, 2023
1 parent a4d20bf commit fbe4188
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ param magpieImage string
@description('Specifies the port for the container resource.')
param magpiePort int = 3000

@description('Specifies the environment for resources.')
param environment string = 'test'

@description('Specifies the RabbitMQ password.')
@secure()
param password string
Expand Down

0 comments on commit fbe4188

Please sign in to comment.