Skip to content

Commit 2301305

Browse files
author
Yeming Liu
committed
fix dll list
1 parent cbc8508 commit 2301305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/KeyVault/KeyVault/Az.KeyVault.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll',
6161
'Microsoft.Azure.Management.KeyVault.dll',
6262
'Azure.Security.KeyVault.Keys.dll',
6363
'Azure.Security.KeyVault.Administration.dll',
64-
'BouncyCastle.Crypto.dll'
64+
'BouncyCastle.Crypto.dll',
65+
'Microsoft.IdentityModel.Tokens.dll'
6566

6667
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6768
# ScriptsToProcess = @()

0 commit comments

Comments
 (0)