microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
378 stars 87 forks source link

Fail to add a message for one queue #8308

Closed v-xianya closed 3 days ago

v-xianya commented 5 days ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 20241119.13 Branch: main Platform/OS: Windows11/Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.1(Apple M1 Pro) Architecture: x64/arm64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.36.2)

Steps to Reproduce

  1. Expand one storage account -> Queues.
  2. Create a queue -> Click 'Add' -> Click 'OK'.
  3. Check whether succeeds to add the message.

Expected Experience

Succeed to add the message. Image

Actual Experience

Fail to add the message. Image

Error details: { "name": "RestError", "message": "Value for one of the query parameters specified in the request URI is invalid.\nRequestId:98db051b-8003-0019-7c17-3b9270000000\nTime:2024-11-20T06:41:11.9426923Z",

craxal commented 4 days ago

Oops. The timeToLive and visibilityTimeout values weren't being returned by the dialog.

v-xianya commented 3 days ago

Verified this issue on the main build 20241122.6. Fixed. Image