Skip to content

Commit

Permalink
SSH/RDP rule name change (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid2305 authored Feb 24, 2023
1 parent e3dd910 commit c4b5e8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ resource resBastionNsg 'Microsoft.Network/networkSecurityGroups@2021-08-01' = {
}
// Outbound Rules
{
name: 'AllowSshRDPOutbound'
name: 'AllowSshRdpOutbound'
properties: {
access: 'Allow'
direction: 'Outbound'
Expand Down

0 comments on commit c4b5e8b

Please sign in to comment.