File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/client/Microsoft.Identity.Client/ManagedIdentity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Corporation. All rights reserved.
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
4
4
using System ;
@@ -15,7 +15,7 @@ namespace Microsoft.Identity.Client.ManagedIdentity
15
15
internal class AppServiceManagedIdentitySource : AbstractManagedIdentity
16
16
{
17
17
// MSI Constants. Docs for MSI are available here https://docs.microsoft.com/azure/app-service/overview-managed-identity
18
- private const string AppServiceMsiApiVersion = "2019-08-01 " ;
18
+ private const string AppServiceMsiApiVersion = "2025-03-30 " ;
19
19
private const string SecretHeaderName = "X-IDENTITY-HEADER" ;
20
20
21
21
private readonly Uri _endpoint ;
You can’t perform that action at this time.
0 commit comments