This repository was archived by the owner on Sep 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" Microsoft.Identity.Client" version =" 4.36.1 " />
4- <package id =" Microsoft.Identity.Client.Desktop" version =" 4.36.1 " />
3+ <package id =" Microsoft.Identity.Client" version =" 4.37.0 " />
4+ <package id =" Microsoft.Identity.Client.Desktop" version =" 4.37.0 " />
55 <package id =" Microsoft.Web.WebView2" version =" 1.0.864.35" />
66 <!-- <package id="System.Security.Cryptography.ProtectedData" version="4.7.0" /> -->
77</packages >
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ function Get-MsalToken {
335335 " *" {
336336 if ($AzureCloudInstance -and $TenantId ) { [void ] $AquireTokenParameters.WithAuthority ($AzureCloudInstance , $TenantId ) }
337337 elseif ($AzureCloudInstance ) { [void ] $AquireTokenParameters.WithAuthority ($AzureCloudInstance , ' common' ) }
338- elseif ($TenantId ) { [void ] $AquireTokenParameters.WithAuthority ((' https://{0}' -f $ClientApplication.AppConfig.AuthorityInfo.Host ), $TenantId ) }
338+ elseif ($TenantId ) { [void ] $AquireTokenParameters.WithAuthority ((' https://{0}' -f $ClientApplication.AppConfig.Authority. AuthorityInfo.Host ), $TenantId ) }
339339 if ($Authority ) { [void ] $AquireTokenParameters.WithAuthority ($Authority.AbsoluteUri ) }
340340 if ($CorrelationId ) { [void ] $AquireTokenParameters.WithCorrelationId ($CorrelationId ) }
341341 if ($ExtraQueryParameters ) { [void ] $AquireTokenParameters.WithExtraQueryParameters ((ConvertTo-Dictionary $ExtraQueryParameters - KeyType ([string ]) - ValueType ([string ]))) }
Original file line number Diff line number Diff line change 1010RootModule = ' MSAL.PS.psm1'
1111
1212# Version number of this module.
13- ModuleVersion = ' 4.36.1 '
13+ ModuleVersion = ' 4.37.0 '
1414
1515# Supported PSEditions
1616CompatiblePSEditions = ' Core' , ' Desktop'
@@ -25,7 +25,7 @@ Author = 'Jason Thompson'
2525CompanyName = ' Microsoft Corporation'
2626
2727# Copyright statement for this module
28- Copyright = ' (c) 2021 Jason Thompson . All rights reserved.'
28+ Copyright = ' (c) 2021 Microsoft Corporation . All rights reserved.'
2929
3030# Description of the functionality provided by this module
3131Description = @'
You can’t perform that action at this time.
0 commit comments