Skip to content

Commit

Permalink
Declare transitive dependency on Az.KeyVault 3.4.1 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Nov 19, 2021
1 parent d39f3a2 commit 1e6dab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/common/scripts/Helpers/Resource-Helpers.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Add 'AzsdkResourceType' member to outputs since actual output types have changed over the years.

#Requires -Modules @{ModuleName='Az.KeyVault'; ModuleVersion='3.4.1'}

function Get-PurgeableGroupResources {
param (
[Parameter(Mandatory=$true, Position=0)]
Expand Down

0 comments on commit 1e6dab0

Please sign in to comment.