Skip to content

Commit 6574078

Browse files
author
Nalin Gupta
committed
Fixing more comments.
1 parent 4b8e8c9 commit 6574078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Network/Commands.Network/Cortex/HubVnetConnection/UpdateAzureRmHubVirtualNetworkConnectionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public override void Execute()
119119
var connectionToModify = parentVirtualHub.VirtualNetworkConnections.FirstOrDefault(connection => connection.Name.Equals(this.Name, StringComparison.OrdinalIgnoreCase));
120120
if (connectionToModify == null)
121121
{
122-
throw new PSArgumentException("The hub virtual network connection to modify could not be found");
122+
throw new PSArgumentException(Properties.Resources.HubVnetConnectionNotFound);
123123
}
124124

125125
if (this.EnableInternetSecurity.HasValue)

0 commit comments

Comments
 (0)