diff --git a/src/Attestation/Attestation.Test/App.config b/src/Attestation/Attestation.Test/App.config new file mode 100644 index 000000000000..697f91fa361c --- /dev/null +++ b/src/Attestation/Attestation.Test/App.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Attestation/Attestation.Test/Attestation.Test.csproj b/src/Attestation/Attestation.Test/Attestation.Test.csproj index 597542a4e94e..c85644685ea4 100644 --- a/src/Attestation/Attestation.Test/Attestation.Test.csproj +++ b/src/Attestation/Attestation.Test/Attestation.Test.csproj @@ -13,13 +13,11 @@ + + NU1608 + - - - - - diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index a59057b01110..8e0ad8bf62df 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -56,8 +56,11 @@ DotNetFrameworkVersion = '4.7.2' RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; }) # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', - 'Microsoft.Azure.Attestation.dll' +RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', + 'Microsoft.Azure.Attestation.dll', + 'Microsoft.IdentityModel.JsonWebTokens.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 = @() @@ -75,8 +78,8 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll') FunctionsToExport = @() # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. -CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation', - 'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy', +CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation', + 'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy', 'Reset-AzAttestationPolicy', 'Get-AzAttestationPolicySigners', 'Add-AzAttestationPolicySigner', 'Remove-AzAttestationPolicySigner' diff --git a/src/Attestation/Attestation/ChangeLog.md b/src/Attestation/Attestation/ChangeLog.md index ffe5a17381c7..4af02a998a5e 100644 --- a/src/Attestation/Attestation/ChangeLog.md +++ b/src/Attestation/Attestation/ChangeLog.md @@ -22,6 +22,7 @@ ## Upcoming Release * Added policy signer management cmdlets to `Az.Attestation` module * Added `Location` and `Tag` to `New-AzAttestation` +* Added three additional required assemblies to Az.Attestation.psd1 ## Version 0.1.4 * Added policy management cmdlets to `Az.Attestation` module