From 297c6a2b48c940c34bf1d66bfb9254552ef8fee8 Mon Sep 17 00:00:00 2001 From: Jaime Still Date: Mon, 6 Mar 2023 19:24:51 -0500 Subject: [PATCH] update Arma.Demo.Core references --- src/cli/CloudCli.csproj | 2 +- src/cli/appsettings.json | 4 ++-- src/jps-core-api/Core.csproj | 2 +- src/jps-core-api/appsettings.json | 2 +- src/jps-processor/Processor.csproj | 2 +- src/jps-sync/Sync.csproj | 2 +- tests/cross-service-signalr/readme.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/cli/CloudCli.csproj b/src/cli/CloudCli.csproj index 4254281..aa82687 100644 --- a/src/cli/CloudCli.csproj +++ b/src/cli/CloudCli.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/cli/appsettings.json b/src/cli/appsettings.json index 68bbbe8..3ce58a2 100644 --- a/src/cli/appsettings.json +++ b/src/cli/appsettings.json @@ -1,10 +1,10 @@ { "AuthSettings": { - "ClientId": "99269677-f8cf-4366-b3eb-6d0e85a00fce", + "ClientId": "8cc080d2-62aa-4411-86bf-084969d83129", "TenantId": "common", "Domain": "jps-core-api.azurewebsites.net", "Scopes": [ - "api://99269677-f8cf-4366-b3eb-6d0e85a00fce/demo_access" + "api://8cc080d2-62aa-4411-86bf-084969d83129/demo_access" ] } } diff --git a/src/jps-core-api/Core.csproj b/src/jps-core-api/Core.csproj index cacf685..dd82ad8 100644 --- a/src/jps-core-api/Core.csproj +++ b/src/jps-core-api/Core.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/jps-core-api/appsettings.json b/src/jps-core-api/appsettings.json index 29653f8..a59542d 100644 --- a/src/jps-core-api/appsettings.json +++ b/src/jps-core-api/appsettings.json @@ -10,7 +10,7 @@ "AzureAd": { "Instance": "https://login.microsoftonline.com/", "Domain": "jps-core-api.azurewebsites.net", - "ClientId": "99269677-f8cf-4366-b3eb-6d0e85a00fce", + "ClientId": "8cc080d2-62aa-4411-86bf-084969d83129", "TenantId": "common" }, "Scopes": "demo_access", diff --git a/src/jps-processor/Processor.csproj b/src/jps-processor/Processor.csproj index 72a953b..2cd0a1c 100644 --- a/src/jps-processor/Processor.csproj +++ b/src/jps-processor/Processor.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/jps-sync/Sync.csproj b/src/jps-sync/Sync.csproj index d3d9c3e..2bf6270 100644 --- a/src/jps-sync/Sync.csproj +++ b/src/jps-sync/Sync.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/cross-service-signalr/readme.md b/tests/cross-service-signalr/readme.md index b07d776..13ab3a8 100644 --- a/tests/cross-service-signalr/readme.md +++ b/tests/cross-service-signalr/readme.md @@ -62,7 +62,7 @@ If you look at the output from the servers after executing the CLI command, you' **Processor Server** -![image](https://user-images.githubusercontent.com/14102723/222831110-59c71384-4f24-43d2-9a94-86f9d8c3ea5b.png) +![image](https://user-images.githubusercontent.com/14102723/223285387-6d3ab6f0-0d32-405a-97db-280e74ba29db.png) **Sync Server**