Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
DNS: fix need to set -NoConfirm or -Confirm to use remove-nsxdns
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Mar 6, 2018
1 parent d8e2217 commit bcb549f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/PowerNSX.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -36512,6 +36512,7 @@ function Remove-NsxDns {
#>

[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidDefaultValueSwitchParameter","")] # Cant remove without breaking backward compatibility
[CmdletBinding(DefaultParameterSetName="Default")]
param (

[Parameter (Mandatory=$true,ValueFromPipeline=$true,Position=1)]
Expand Down

0 comments on commit bcb549f

Please sign in to comment.