Skip to content

Commit

Permalink
remove provider
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Nov 27, 2023
1 parent f42345f commit 78ee846
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/mongodatabases.bicep
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import radius as radius

param rg string = resourceGroup().name

param sub string = subscription().subscriptionId

param magpieimage string

resource env 'Applications.Core/environments@2023-10-01-preview' = {
Expand All @@ -15,11 +11,6 @@ resource env 'Applications.Core/environments@2023-10-01-preview' = {
resourceId: 'self'
namespace: 'dsrp-resources-mongodb-recipe-env'
}
providers: {
azure: {
scope: '/subscriptions/${sub}/resourceGroups/${rg}'
}
}
recipes: {
'Applications.Datastores/mongoDatabases':{
mongoazure: {
Expand Down

0 comments on commit 78ee846

Please sign in to comment.