Skip to content

Commit df2b7b9

Browse files
[V5] Fixed Minor Type Error in BaseManagedIdentitySource.ts (#8114)
1 parent fc5ce32 commit df2b7b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fixed Minor Type Error in BaseManagedIdentitySource.ts (#8114)",
4+
"packageName": "@azure/msal-node",
5+
"email": "rginsburg@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

lib/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export abstract class BaseManagedIdentitySource {
299299
}
300300

301301
public static getValidatedEnvVariableUrlString = (
302-
envVariableStringName: string,
302+
envVariableStringName: keyof typeof ManagedIdentityErrorCodes.MsiEnvironmentVariableUrlMalformedErrorCodes,
303303
envVariable: string,
304304
sourceName: string,
305305
logger: Logger

0 commit comments

Comments
 (0)