Skip to content

Commit

Permalink
fix analysis services tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Dec 14, 2024
1 parent a8030e2 commit 3f691d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module nestedDependencies 'dependencies.bicep' = {

// Diagnostics
// ===========
module diagnosticDependencies '../../../../../../../../utilities/e2e-template-assets/templates/diagnostic.dependencies.bicep' = {
module diagnosticDependencies '../../../../../../../utilities/e2e-template-assets/templates/diagnostic.dependencies.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, resourceLocation)}-diagnosticDependencies'
params: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

// Diagnostics
// ===========
module diagnosticDependencies '../../../../../../../../utilities/e2e-template-assets/templates/diagnostic.dependencies.bicep' = {
module diagnosticDependencies '../../../../../../../utilities/e2e-template-assets/templates/diagnostic.dependencies.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, resourceLocation)}-diagnosticDependencies'
params: {
Expand Down

0 comments on commit 3f691d6

Please sign in to comment.