From 6e75a497b5f41dab5edb103bbf3b5680a261d3f6 Mon Sep 17 00:00:00 2001 From: Vishwanath Hiremath <100623239+vishwahiremat@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:53:56 -0800 Subject: [PATCH] update plainHTTP->plainHttp (#56) Signed-off-by: Vishwanath Hiremath --- tests/test-local-dev-recipes.bicep | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test-local-dev-recipes.bicep b/tests/test-local-dev-recipes.bicep index 74602e1..0523452 100644 --- a/tests/test-local-dev-recipes.bicep +++ b/tests/test-local-dev-recipes.bicep @@ -27,49 +27,49 @@ resource env 'Applications.Core/environments@2023-10-01-preview' = { 'Applications.Datastores/mongoDatabases':{ mongoazure: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/mongodatabases:${version}' } } 'Applications.Dapr/pubSubBrokers': { default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/pubsubbrokers:${version}' } } 'Applications.Messaging/rabbitMQQueues': { default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/rabbitmqqueues:${version}' } } 'Applications.Datastores/redisCaches':{ default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/rediscaches:${version}' } } 'Applications.Dapr/secretStores': { default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/secretstores:${version}' } } 'Applications.Datastores/sqlDatabases': { default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/sqldatabases:${version}' } } 'Applications.Dapr/stateStores': { default: { templateKind: 'bicep' - plainHTTP: true + plainHttp: true templatePath: '${registry}/recipes/local-dev/statestores:${version}' } }