Skip to content

Commit

Permalink
Removed unused input param (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Sep 7, 2023
1 parent 4ffbda5 commit 1766e5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions modules/network/network-watcher/.test/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ module common 'common/main.test.bicep' = {
// TEST 2 - MIN
module min 'min/main.test.bicep' = {
name: '${uniqueString(deployment().name)}-min-test'
params: {
namePrefix: namePrefix
}
params: {}
}
3 changes: 0 additions & 3 deletions modules/network/network-watcher/.test/min/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ param serviceShort string = 'nnwmin'
@description('Optional. Enable telemetry via a Globally Unique Identifier (GUID).')
param enableDefaultTelemetry bool = true

@description('Optional. A token to inject into the name of each resource.')
param namePrefix string = '[[namePrefix]]'

// ============ //
// Dependencies //
// ============ //
Expand Down

0 comments on commit 1766e5d

Please sign in to comment.