diff --git a/infra-as-code/bicep/modules/hubNetworking/hubNetworking.bicep b/infra-as-code/bicep/modules/hubNetworking/hubNetworking.bicep index fb6a225fd..2349030ec 100644 --- a/infra-as-code/bicep/modules/hubNetworking/hubNetworking.bicep +++ b/infra-as-code/bicep/modules/hubNetworking/hubNetworking.bicep @@ -391,7 +391,7 @@ resource resBastionNsg 'Microsoft.Network/networkSecurityGroups@2021-08-01' = { } // Outbound Rules { - name: 'AllowSshRDPOutbound' + name: 'AllowSshRdpOutbound' properties: { access: 'Allow' direction: 'Outbound'