File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Tasks/Manage-AutomationAccount Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ if (Check-Scope -Scope $scope -RequiredScope 'Modules') {
374
374
$importingPackages = new-object System.Collections.ArrayList
375
375
foreach ($module in $modulesBatch ) {
376
376
" Processing module $ ( $module.Name ) $ ( $module.Version ) for runtime $ ( $module.RuntimeEnvironment ) "
377
+ $existingPackage = $null
377
378
try {
378
379
$existingPackage = Get-AutoPackage - RuntimeEnvironment $module.RuntimeEnvironment - Name $module.Name - ErrorAction Stop
379
380
}
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " Manage-AutomationAccount" ,
4
4
"name" : " Manage-AutomationAccount" ,
5
- "version" : " 2.0.8 " ,
5
+ "version" : " 2.0.9 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments