Skip to content

Commit 82e5c10

Browse files
author
Nalin Gupta
committed
Resolving more comments.
1 parent b264e8a commit 82e5c10

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
@@ -77,7 +77,7 @@ public class UpdateAzureRmHubVirtualNetworkConnectionCommand : HubVnetConnection
7777
public string ResourceId { get; set; }
7878

7979
[Parameter(
80-
Mandatory = false,
80+
Mandatory = true,
8181
HelpMessage = "Enable internet security for this connection.")]
8282
public bool? EnableInternetSecurity { get; set; }
8383

src/ResourceManager/Network/Commands.Network/Cortex/VirtualWan/GetAzureRmVirtualWanSupportedSecurityProviderCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace Microsoft.Azure.Commands.Network
2424
[Cmdlet(
2525
VerbsCommon.Get,
2626
ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualWanSupportedSecurityProvider",
27-
SupportsShouldProcess = true,
2827
DefaultParameterSetName = CortexParameterSetNames.ByVirtualWanName),
2928
OutputType(typeof(PSVirtualWanSecurityProvider))]
3029
public class GetAzureRmVirtualWanSupportedSecurityProviderCommand : VirtualWanBaseCmdlet

0 commit comments

Comments
 (0)