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