Skip to content

Commit

Permalink
remove sql test
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Dec 5, 2023
1 parent b39260e commit 91d213d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test-local-dev-recipes.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ resource webapp 'Applications.Core/containers@2023-10-01-preview' = {
daprsecretstore: {
source: secretstore.id
}
sql: {
source: db.id
}
daprstatestore: {
source: statestore.id
}
Expand Down Expand Up @@ -186,14 +183,6 @@ resource mysecret 'core/Secret@v1' = {
data: {}
}

resource db 'Applications.Datastores/sqlDatabases@2023-10-01-preview' = {
name: 'sql-db-recipe'
properties: {
application: app.id
environment: env.id
}
}

resource statestore 'Applications.Dapr/stateStores@2023-10-01-preview' = {
name: 'dapr-sts-recipe'
properties: {
Expand Down

0 comments on commit 91d213d

Please sign in to comment.