Skip to content

Commit

Permalink
update plainHTTP->plainHttp (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
  • Loading branch information
vishwahiremat authored Dec 12, 2023
1 parent 5cd81f3 commit 6e75a49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test-local-dev-recipes.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
}
}
Expand Down

0 comments on commit 6e75a49

Please sign in to comment.