Skip to content

Commit 8d302f3

Browse files
author
Nalin Gupta
committed
More.
1 parent 933aa2b commit 8d302f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 = true,
80+
Mandatory = false,
8181
HelpMessage = "Enable internet security for this connection.")]
8282
public bool? EnableInternetSecurity { get; set; }
8383

tools/CredScanSuppressions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
{
3737
"file": "\\src\\ResourceManager\\Network\\Commands.Network.Test\\ScenarioTests\\Data\\ApplicationGatewaySslCert1.pfx",
3838
"_justification": "Legitimate test certificate file"
39+
},
40+
{
41+
"file": "\\src\\ResourceManager\\Network\\Commands.Network.Test\\SessionRecords\\Commands.Network.Test.ScenarioTests.CortexTests\\TestCortexCRUD.json",
42+
"_justification": "Legitimate test session record"
3943
},
4044
{
4145
"file": "\\src\\ResourceManager\\Network\\Commands.Network.Test\\ScenarioTests\\Data\\ApplicationGatewaySslCert2.pfx",
@@ -192,10 +196,6 @@
192196
{
193197
"file": "\\src\\ResourceManager\\RedisCache\\Commands.RedisCache.Test\\SessionRecords\\Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests\\TestGeoReplication.json",
194198
"_justification": "Legitimate test session record, keys are deleted"
195-
},
196-
{
197-
"file": "\\src\\ResourceManager\\RedisCache\\Commands.RedisCache.Test\\SessionRecords\\Commands.Network.Test.ScenarioTests.CortexTests\\TestCortexCRUD.json",
198-
"_justification": "Legitimate test session record"
199199
},
200200
{
201201
"file": "\\src\\ResourceManager\\RedisCache\\Commands.RedisCache.Test\\SessionRecords\\Microsoft.Azure.Commands.RedisCache.Test.ScenarioTests.RedisCacheTests\\TestDiagnosticOperations.json",

0 commit comments

Comments
 (0)