Skip to content

Commit 4809694

Browse files
committed
Revert use of debug since it requires user interaction.
1 parent 4dd8222 commit 4809694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Infrastructure/AzureStack.Infra.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,5 +926,5 @@ function Invoke-AzsInfrastructureAction {
926926
$params.Parameters = $Parameters
927927
}
928928

929-
Invoke-AzureRmResourceAction @params -Force -Debug
929+
Invoke-AzureRmResourceAction @params -Force
930930
}

0 commit comments

Comments
 (0)