azureservicebus - Set Messaging Unit of premium Service Bus to 4 using PowerShellv5 -


i want set messaging unit of premium service bus 4 via powershellv5. using following command : new-azurermservicebusnamespace -resourcegroup default-servicebus-northeurope -location northeurope -namespacename #{premiumservicebus} -skuname "premium" -capacity 4

it gives capacity unrecognized variable...

what do?

capacity parameter not defined powershlell cmdlet (see documentation). possible using rest api. looks disconnect between ps library , rest api msft need address.

i've raised issue msft team can address it.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -