Skip to content

Commit

Permalink
#_namePrefix_#
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Nov 7, 2023
1 parent abb3964 commit f69d923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param location string = deployment().location
param serviceShort string = 'miuaimin'

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

// ============ //
// Dependencies //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param location string = deployment().location
param serviceShort string = 'miuaimax'

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

// ============ //
// Dependencies //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param location string = deployment().location
param serviceShort string = 'miuaiwaf'

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

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

0 comments on commit f69d923

Please sign in to comment.