Skip to content

Commit

Permalink
Changes incorrect $PSCmdlet.ShouldContinue to $PSCmdlet.ShouldProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Feb 21, 2017
1 parent a1f12cd commit e8101d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@

try {

if ($PSCmdlet.ShouldContinue("ReservationNetworkDefinition")) {
if ($PSCmdlet.ShouldProcess("ReservationNetworkDefinition")) {

# --- Define object
$NetworkDefinitionJSON = @"
Expand Down

0 comments on commit e8101d0

Please sign in to comment.