Skip to content

Commit

Permalink
Removed unused dependencies and lock from waf-aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Jan 3, 2024
1 parent 2eb6264 commit 051edf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {
location: location
}

module nestedDependencies 'dependencies.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, location)}-nestedDependencies'
params: {
managedIdentityName: 'dep-${namePrefix}-msi-${serviceShort}'
location: location
}
}

// ============== //
// Test Execution //
// ============== //
Expand All @@ -51,10 +42,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
params: {
name: '${namePrefix}${serviceShort}001'
location: location
lock: {
kind: 'CanNotDelete'
name: 'myCustomLockName'
}
zones: [
'1'
]
Expand Down

0 comments on commit 051edf6

Please sign in to comment.