diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index 7a9e6299319c..c40a48937422 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -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', + 'Microsoft.IdentityModel.Logging.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @()