Skip to content

Commit bc8ae1c

Browse files
author
Maddie Clayton
authored
Update DeleteModules.ps1
1 parent 962c8a3 commit bc8ae1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/DeleteModules.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313
# ----------------------------------------------------------------------------------
1414

15-
#Requires -Modules AzureRM.KeyVault, PowerShellGet > 1,6,0
15+
#Requires -Modules AzureRM.KeyVault, @{ModuleName='PowerShellGet';ModuleVersion='1.6.0'}
1616
[CmdletBinding(
1717
DefaultParameterSetName='Scope',
1818
SupportsShouldProcess=$true
@@ -229,4 +229,4 @@ if ($PSCmdlet.ShouldProcess("Module(s) being deleted: $ModulesToDeleteName"))
229229
&$nugetExe delete $_.Name $version -ApiKey $apiKey -Source $repositoryLocation -NonInteractive
230230
}
231231
}
232-
}
232+
}

0 commit comments

Comments
 (0)