paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
1.98k stars 577 forks source link

Can't change options when using basic tier #745

Closed augustocb23 closed 8 months ago

augustocb23 commented 8 months ago

I trying to change the lock duration settings, but I've found an error with the following message. I didn't try to change any other option than the lock duration field.

<15:46:04> Exception: The remote server returned an error: (400) Bad Request. SubCode=40000. The property 'AutoDeleteOnIdle' cannot be changed because the namespace 'X' is using 'Basic' tier.

Using version 5.0.18

SeanFeldman commented 8 months ago

Bump up your tier

augustocb23 commented 8 months ago

@SeanFeldman I can't. It's not a personal project hahaha

SeanFeldman commented 8 months ago

Wish I could help but if the basic tier doesn't support features, there's not much this tool can do. To be honest, basic tier is not commonly used for production. If all you need to change is the lock duration, portal might be more efficient.

augustocb23 commented 8 months ago

We use basic tier on development environments. I guess that we could disable AutoDeleteOnIdle field accordingly to tier and don't send this property, but I haven't found the time to look up the code for this yet.

Thanks for the help!