Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module testDeployment '../../deploy.bicep' = {
diagnosticMetricsToEnable: [
'AllMetrics'
]
name: 'adp-<<namePrefix>>-az-pip-custom-x-bas'
name: '<<namePrefix>>${serviceShort}001-pip'
publicIPAllocationMethod: 'Static'
publicIPPrefixResourceId: ''
roleAssignments: [
Expand Down
4 changes: 2 additions & 2 deletions modules/Microsoft.Network/bastionHosts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ module bastionHosts './Microsoft.Network/bastionHosts/deploy.bicep' = {
diagnosticMetricsToEnable: [
'AllMetrics'
]
name: 'adp-<<namePrefix>>-az-pip-custom-x-bas'
name: '<<namePrefix>>nbhctmpip001-pip'
publicIPAllocationMethod: 'Static'
publicIPPrefixResourceId: ''
roleAssignments: [
Expand Down Expand Up @@ -499,7 +499,7 @@ module bastionHosts './Microsoft.Network/bastionHosts/deploy.bicep' = {
"diagnosticMetricsToEnable": [
"AllMetrics"
],
"name": "adp-<<namePrefix>>-az-pip-custom-x-bas",
"name": "<<namePrefix>>nbhctmpip001-pip",
"publicIPAllocationMethod": "Static",
"publicIPPrefixResourceId": "",
"roleAssignments": [
Expand Down
2 changes: 1 addition & 1 deletion modules/Microsoft.Sql/servers/.test/pe/deploy.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module nestedDependencies 'dependencies.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, location)}-nestedDependencies'
params: {
virtualNetworkName: 'adp-<<namePrefix>>-vnet-${serviceShort}'
virtualNetworkName: 'dep-<<namePrefix>>-vnet-${serviceShort}'
location: location
}
}
Expand Down