Skip to content

Commit 5688e2f

Browse files
committed
Added Microsoft.Azure.Attestation.dll to RequiredAssemblies in Az.Attestation.psd1 file
1 parent 3c437ba commit 5688e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
5656
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll','Microsoft.Azure.Attestation.dll'
6060

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

0 commit comments

Comments
 (0)