Skip to content

Commit 96b14c4

Browse files
committed
Script requires PowerShellGet module
1 parent 7124d3b commit 96b14c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/UpdateBreakingChangeDocs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if (!$PathToRepo)
205205
$PathToRepo = "$PSScriptRoot\.."
206206
}
207207

208-
Import-Module PowerShellGet
208+
#Requires -Module PowerShellGet
209209

210210
# Update all of the ResourceManager breaking change docs
211211
$ResourceManagerChanges = UpdateARMBreakingChangeDocs -PathToServices $PathToRepo\src\ResourceManager

0 commit comments

Comments
 (0)