-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Service BusbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported
Milestone
Description
Description
When calling Set-AzServiceBusNamespace with -NoWait parameter, I get an error
Get-AzServiceBusNamespace: C:...\PowerShell\Modules\Az.ServiceBus\4.0.1\ServiceBus.Autorest\custom\Set-AzServiceBusNamespace.ps1:180:66
Line |
180 | … $serviceBusNamespace = Get-AzServiceBusNamespace @PSBoundParameters
| ~~~~~~~~~~~~~~~~~~
| A parameter cannot be found that matches parameter name 'NoWait'.
Issue script & Debug output
Set-AzServiceBusNamespace -ResourceGroupName $resourceGroup.ResourceGroupName -Name $serviceBusNamespace.Name -MinimumTlsVersion "1.2" -NoWaitEnvironment data
Name Value
---- -----
PSVersion 7.4.3
PSEdition Core
GitCommitId 7.4.3
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Module versions
ModuleType Version PreRelease Name
---------- ------- ---------- ----
Script 4.0.0 Az.Accounts
Script 7.7.0 Az.Resources
Script 4.0.1 Az.ServiceBusError output
Get-AzServiceBusNamespace: C:\...\PowerShell\Modules\Az.ServiceBus\4.0.1\ServiceBus.Autorest\custom\Set-AzServiceBusNamespace.ps1:180:66
Line |
180 | … $serviceBusNamespace = Get-AzServiceBusNamespace @PSBoundParameters
| ~~~~~~~~~~~~~~~~~~
| A parameter cannot be found that matches parameter name 'NoWait'.Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Service BusbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported