Skip to content

Commit 1c3349a

Browse files
authored
Merge pull request #138 from jagilber/jagilber
add explicit reference to microsoft.identity.client 4.42.0 for jarvis error
2 parents c4ad72c + a478c7c commit 1c3349a

File tree

5 files changed

+201
-62
lines changed

5 files changed

+201
-62
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Change log
22

3+
## 03/22/2022
4+
5+
- add explicit reference to microsoft.identity.client 4.42.0 for jarvis error
6+
37
## 03/11/2022
48

59
- modify AzureResourceManager.cs add MSAL ESTS .WithAzureRegion(_config.AzureResourceGroupLocation)
610
- https://docs.microsoft.com/en-us/dotnet/api/microsoft.identity.client.confidentialclientapplicationbuilder.withazureregion?view=azure-dotnet
7-
11+
- LogDebug 5 msal azureregion verification:
12+
13+
```text
14+
2022-03-11T11:04:48.9513010-05:00::6:MsalLoggerCallback:debug:Info False MSAL 4.42.0.0 MSAL.NetCore .NET 5.0.15 Microsoft Windows 10.0.22000
15+
[2022-03-11 16:04:48Z - 4a216977-87ba-48b0-b9fc-8140d80a0acb] (CollectSFData: 0.0.0.0)
16+
[Region discovery] Returning user provided region: eastus.
17+
2022-03-11T11:04:48.9517230-05:00::6:MsalLoggerCallback:debug:Info False MSAL 4.42.0.0 MSAL.NetCore .NET 5.0.15 Microsoft Windows 10.0.22000
18+
[2022-03-11 16:04:48Z - 4a216977-87ba-48b0-b9fc-8140d80a0acb] (CollectSFData: 0.0.0.0)
19+
[Region discovery] Regionalized Environment is : eastus.r.login.microsoftonline.com.
20+
```
821
## 11/16/2021 https://github.com/microsoft/CollectServiceFabricData/releases/tag/v2.9.2111.11617
922
1023
- fixes for breaking changes in authentication disallowing use of wellknown 195 guid. utility now requires an azure app registration 'clientid' to be specified for azure / kusto authentication. app registration needs to be added as a principal to kusto database.

0 commit comments

Comments
 (0)