diff --git a/tests/test-local-dev-recipes.bicep b/tests/test-local-dev-recipes.bicep index 4c971e8..20edd02 100644 --- a/tests/test-local-dev-recipes.bicep +++ b/tests/test-local-dev-recipes.bicep @@ -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 } @@ -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: {