We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409e636 commit 710ff46Copy full SHA for 710ff46
src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.ps1
@@ -19,6 +19,7 @@ Tests warning gets printed on incompatible modules with profile
19
function Test-LoadProfileModule
20
{
21
# Push current profile module
22
+ Get-PackageProvider -Name NuGet -ForceBootstrap
23
$global:pushedProfileModule = $(Get-Module AzureRM.Profile).Path
24
Remove-Module AzureRM.Profile
25
try {
0 commit comments