Skip to content

Commit

Permalink
fix required assembly list in psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeming Liu committed Oct 21, 2020
1 parent cbc8508 commit d6e0558
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/KeyVault/KeyVault/Az.KeyVault.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll',
'Microsoft.Azure.Management.KeyVault.dll',
'Azure.Security.KeyVault.Keys.dll',
'Azure.Security.KeyVault.Administration.dll',
'BouncyCastle.Crypto.dll'
'BouncyCastle.Crypto.dll',
'Microsoft.IdentityModel.Tokens.dll',
'System.Security.Cryptography.Cng.dll'

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

0 comments on commit d6e0558

Please sign in to comment.