You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to pipe the output of Get-AzureRmServiceBusNamespace to Remove-AzureRmServiceBusNamespace, powershell returns an error like the following
Remove-AzureRmServiceBusNamespace : The input object cannot be bound to any parameters for the command either becaus
the command does not take pipeline input or the input and its properties do not match any of the parameters that tak
pipeline input.
Debug Output
Instructions: to get Debug Output, set $DebugPreference="Continue" and then execute the cmdlet or script causing the issue
@v-Ajnava Hey Ajit, would you mind verifying that this isn't an issue anymore? It seems like it should be fixed, but if not, this should be as easy as adding an -InputObject parameter to the Remove-AzureRmServiceBusNamespace cmdlet that has the ValueFromPipeline property
Cmdlet(s)
PowerShell Version
5.1
Module Version
4.2.1
OS Version
Windows 10
Description
When attempting to pipe the output of Get-AzureRmServiceBusNamespace to Remove-AzureRmServiceBusNamespace, powershell returns an error like the following
Debug Output
Instructions: to get Debug Output, set
$DebugPreference="Continue"
and then execute the cmdlet or script causing the issueScript/Steps for Reproduction
Get-AzureRmServiceBusNamespace | Remove-AzureRmServiceBusNamespace
The text was updated successfully, but these errors were encountered: