Skip to content

Commit 4dd8222

Browse files
committed
Use -Debug in the Azure cmdlet that invokes resource actions
1 parent e9d3839 commit 4dd8222

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
929+
Invoke-AzureRmResourceAction @params -Force -Debug
930930
}

0 commit comments

Comments
 (0)