Skip to content

Commit

Permalink
Merge pull request #236 from mbrat2005/fix-#226-remove-displayname
Browse files Browse the repository at this point in the history
AVNM removed displayName from connectivityConfig
  • Loading branch information
mbrat2005 authored Dec 14, 2023
2 parents e18b79b + 0d09cbf commit c590870
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ resource connectivityConfigurationNonProd 'Microsoft.Network/networkManagers/con
]
properties: {
description: 'Non-prod poke-to-spoke connectivity configuration'
displayName: 'Non-prod Spoke-to-Spoke Connectivity'
appliesToGroups: [
{
networkGroupId: networkGroupNonProd.id
Expand Down Expand Up @@ -146,7 +145,6 @@ resource connectivityConfigurationProd 'Microsoft.Network/networkManagers/connec
]
properties: {
description: 'Prod spoke-to-spoke connectivity configuration (through hub)'
displayName: 'Prod Spoke-to-Spoke Connectivity'
appliesToGroups: [
{
networkGroupId: networkGroupProd.id
Expand Down

0 comments on commit c590870

Please sign in to comment.