Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when copying one attached blob container with name containing "_" #1166

Closed
v-xuanzh opened this issue Feb 27, 2019 · 1 comment
Closed
Assignees
Labels
🪲 bug Issue is not intended behavior ⚙️ attach Related to attaching via keys, SAS, etc. ⚙️ blobs Related to blob storage ⚙️ sas Related to SAS features 🧪 testing Found through regular testing 😤 easy
Milestone

Comments

@v-xuanzh
Copy link

v-xuanzh commented Feb 27, 2019

Storage Explorer Version: 1.7.0/20190227.3
Platform/OS Version: Windows 10/ MacOS High Sierra/ Linux Ubuntu 16.04
Architecture: ia32
Commit: 1f111467
Regression From: Not a regression

Steps to Reproduce:

  1. Get SAS URI for one normal blob container like below.
    Blob Container: newblob
    SAS URI: [REDACTED]
  2. Open 'Connect' dialog -> Paste the copied URI then update the display name containing underlines on 'Attached with SAS URI' dialog (Like 'newblob' => 'newblob_test1')-> 'Connect'.
  3. Expand 'Local & Attached' -> 'Storage Accounts' -> (SAS-Attached Service) -> 'Blob Container'.
  4. Right click the attached blob container then click 'Copy Blob Container'.

Expected Experience:

No error occurs.

Actual Experience:

An error occurs.
image

More info:

  1. Execute other actions like 'Open'/'Detach'/'Add to Quick Access' for the attached blob container without errors.
  2. This issue doesn't reproduce for attached file shares/tables.
@v-xuanzh v-xuanzh added 🧪 testing Found through regular testing ⚙️ blobs Related to blob storage ⚙️ sas Related to SAS features ⚙️ attach Related to attaching via keys, SAS, etc. labels Feb 27, 2019
@craxal craxal changed the title An error occurs when coping one attached blob container which display name contains underlines Error when copying one attached blob container with name containing "_" Feb 27, 2019
@MRayermannMSFT MRayermannMSFT added the 🪲 bug Issue is not intended behavior label Mar 6, 2019
@MRayermannMSFT MRayermannMSFT added this to the 1.8.0 milestone Mar 6, 2019
@craxal
Copy link
Contributor

craxal commented Apr 10, 2019

The problem is copy is trying to use the display name instead of proper container name. Easy fix.

@craxal craxal self-assigned this Apr 10, 2019
@craxal craxal added this to Committed in Storage Explorer via automation Apr 10, 2019
@craxal craxal moved this from Committed to In Progress in Storage Explorer Apr 10, 2019
@craxal craxal moved this from In Progress to Under Review in Storage Explorer Apr 10, 2019
@craxal craxal closed this as completed Apr 11, 2019
Storage Explorer automation moved this from Under Review to Done Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Issue is not intended behavior ⚙️ attach Related to attaching via keys, SAS, etc. ⚙️ blobs Related to blob storage ⚙️ sas Related to SAS features 🧪 testing Found through regular testing 😤 easy
Projects
Development

No branches or pull requests

3 participants