diff --git a/test/functional/corerp/resources/testdata/corerp-resources-rabbitmq-recipe.bicep b/test/functional/corerp/resources/testdata/corerp-resources-rabbitmq-recipe.bicep index 717b2a08a0..53d9784616 100644 --- a/test/functional/corerp/resources/testdata/corerp-resources-rabbitmq-recipe.bicep +++ b/test/functional/corerp/resources/testdata/corerp-resources-rabbitmq-recipe.bicep @@ -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