Skip to content

Commit 41d044c

Browse files
committed
Update
1 parent ef160e4 commit 41d044c

20 files changed

+10178
-4813
lines changed

src/SignalR/SignalR.Test/ScenarioTests/AzureRmSignalRTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ public void TestAzureRmSignalRUpdate() =>
5050

5151
[Fact]
5252
[Trait(Category.AcceptanceType, Category.CheckIn)]
53-
public void TestAzureRmSignalRCustomCertificate() =>
54-
TestRunner.RunTestScript("Test-AzureRmSignalRCustomCertificate");
55-
53+
public void TestAzureRmSignalRCustomCertificateAndCustomDomain() =>
54+
TestRunner.RunTestScript("Test-AzureRmSignalRCustomCertificateAndCustomDomain");
5655
}
5756
}

src/SignalR/SignalR.Test/ScenarioTests/AzureRmSignalRTests.ps1

Lines changed: 199 additions & 72 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/ScenarioTests/CustomCertTests.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalR.json

Lines changed: 508 additions & 448 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalRCustomCertificateAndCustomDomain.json

Lines changed: 5477 additions & 0 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalRSetUpstream.json

Lines changed: 435 additions & 402 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalRUpdate.json

Lines changed: 1054 additions & 1747 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalRUpdateNetworkAcl.json

Lines changed: 1754 additions & 1676 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.Test/SessionRecords/Microsoft.Azure.Commands.SignalR.Test.ScenarioTests.AzureRmSignalRTests/TestAzureRmSignalRWithDefaultArgs.json

Lines changed: 517 additions & 397 deletions
Large diffs are not rendered by default.

src/SignalR/SignalR.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
4545
.mcp.json = .mcp.json
4646
EndProjectSection
4747
EndProject
48+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkSecurityPerimeter", "..\..\generated\Network\NetworkSecurityPerimeter.Autorest\Az.NetworkSecurityPerimeter.csproj", "{16AE2DF6-963A-F0E7-65CB-B92552E965FC}"
49+
EndProject
4850
Global
4951
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5052
Debug|Any CPU = Debug|Any CPU
@@ -111,6 +113,10 @@ Global
111113
{E5C9CEA3-07E6-422A-8DF2-F3FA55A118AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
112114
{E5C9CEA3-07E6-422A-8DF2-F3FA55A118AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
113115
{E5C9CEA3-07E6-422A-8DF2-F3FA55A118AB}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{16AE2DF6-963A-F0E7-65CB-B92552E965FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
117+
{16AE2DF6-963A-F0E7-65CB-B92552E965FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
118+
{16AE2DF6-963A-F0E7-65CB-B92552E965FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
119+
{16AE2DF6-963A-F0E7-65CB-B92552E965FC}.Release|Any CPU.Build.0 = Release|Any CPU
114120
EndGlobalSection
115121
GlobalSection(SolutionProperties) = preSolution
116122
HideSolutionNode = FALSE
@@ -129,6 +135,7 @@ Global
129135
{91F7CDFC-38C6-4206-8330-014187246C36} = {3AB1C037-53CB-47A9-B4D8-9CD7206FC794}
130136
{DF707E64-B446-4990-B370-6711A1A37BBA} = {3AB1C037-53CB-47A9-B4D8-9CD7206FC794}
131137
{6A99E1E4-75EC-4C44-803E-752A58A42475} = {61317C04-CCD9-43A1-A26E-64C9EE84B25D}
138+
{16AE2DF6-963A-F0E7-65CB-B92552E965FC} = {61317C04-CCD9-43A1-A26E-64C9EE84B25D}
132139
EndGlobalSection
133140
GlobalSection(ExtensibilityGlobals) = postSolution
134141
SolutionGuid = {B867E92A-5FA5-4C14-99E9-38880FBD59D9}

0 commit comments

Comments
 (0)