Skip to content

Commit 2b923c1

Browse files
authored
Update AppService MSI API version
1 parent 92b01c9 commit 2b923c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/Microsoft.Identity.Client/ManagedIdentity/AppServiceManagedIdentitySource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

44
using System;
@@ -15,7 +15,7 @@ namespace Microsoft.Identity.Client.ManagedIdentity
1515
internal class AppServiceManagedIdentitySource : AbstractManagedIdentity
1616
{
1717
// 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";
1919
private const string SecretHeaderName = "X-IDENTITY-HEADER";
2020

2121
private readonly Uri _endpoint;

0 commit comments

Comments
 (0)