Skip to content

Commit c3e6f5f

Browse files
author
Maddie Clayton
authored
Update RemoveAzureVirtualNetworkGatewayDefaultSiteCommand.cs
1 parent ae651cc commit c3e6f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Network/Commands.Network/VirtualNetworkGateway/RemoveAzureVirtualNetworkGatewayDefaultSiteCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public override void Execute()
3737
base.Execute();
3838
if (!this.IsVirtualNetworkGatewayPresent(this.VirtualNetworkGateway.ResourceGroupName, this.VirtualNetworkGateway.Name))
3939
{
40-
throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Network.Properties.Resources.ResourceNotFound, this.VirtualNetworkGateway.Name);
40+
throw new ArgumentException(string.Format(Microsoft.Azure.Commands.Network.Properties.Resources.ResourceNotFound, this.VirtualNetworkGateway.Name));
4141
}
4242

4343
this.VirtualNetworkGateway.GatewayDefaultSite = null;

0 commit comments

Comments
 (0)