Sean Feldman

Results 432 comments of Sean Feldman

@LuKePicci, the connection string requires not a SAS token, but the key. The key is used to create the token, which you're trying to use in your example. Connection string...

> I didn't know the tool only works with root management connection strings, mine is signed by a different policy on a topic and it only has receiver access. Yeah,...

Regression related to #783 or a new issue, @ErikMogensen?

Do you currently use Redis, and if so, what for? Yes Do you store business data in Redis? Yes, cached Do you care about transactional integrity? not for cache Is...

> As this is a feature request, we would like you to open this on [Azure Ideas](https://feedback.azure.com/d365community/forum/7c0a897d-2125-ec11-b6e6-000d3a4f0f84) instead. So is [this](https://github.com/Azure/azure-service-bus/issues/698), [this](https://github.com/Azure/azure-service-bus/issues/688), [this](https://github.com/Azure/azure-service-bus/issues/706), [this](https://github.com/Azure/azure-service-bus/issues/705), [this](https://github.com/Azure/azure-service-bus/issues/704), or any of the other...

Have you tried using `MaxAutoLockRenewalDuration` instead of the manual lock extension implementation? The 6-minute issue you're running into doesn't sound like anything I've seen in the past OOTB. > I...

> "lockDuration": "PT1M" > "maxDeliveryCount": 10, This tells me the lock duration for each message is set to 1 min. What's going to happen is that your message will never...

> at the time of "push" will verify if updates from the remote-tracking refs that may have been implicitly updated in the background are integrated locally before allowing a forced...

@RussKie, please reconsider your decision based on the outlined reasons why `--force-if-includes` improves the already supported `--force-with-lease`. Thank you.