You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which platform were you using? (.Net Framework version or .Net Core version, and OS version)
.NET 6
How can the problem be reproduced? It'd be better if the code caused the problem can be shared.
Create a blob name in path format containing spaces, e.g. 20348.1.x64.fe_release.210507-1500_server_serverstandard_en-us_vl/Virtual Hard Disks/20348.1.amd64fre.fe_release.210507-1500_server_serverstandard_en-us_vl.vhd
Then execute the following to download it from the container with prefix 20348.1.x64.fe_release.210507-1500_server_serverstandard_en-us_vl
Expect the blob name segment "Virtual Hard Disks" to appear as subdir "Virtual Hard Disks". Instead it appears URL encoded as "Virtual%20Hard%20Disks".
Have you found a mitigation/solution?
Nothing other than making a rename pass after the download. Can't remove the spaces in this case because Hyper-V expects these directory names.
The text was updated successfully, but these errors were encountered:
Which service(blob, file) does this issue concern?
Blob
Which version of the SDK was used?
On which platform were you using? (.Net Framework version or .Net Core version, and OS version)
.NET 6
How can the problem be reproduced? It'd be better if the code caused the problem can be shared.
Create a blob name in path format containing spaces, e.g. 20348.1.x64.fe_release.210507-1500_server_serverstandard_en-us_vl/Virtual Hard Disks/20348.1.amd64fre.fe_release.210507-1500_server_serverstandard_en-us_vl.vhd
Then execute the following to download it from the container with prefix 20348.1.x64.fe_release.210507-1500_server_serverstandard_en-us_vl
What problem was encountered?
Expect the blob name segment "Virtual Hard Disks" to appear as subdir "Virtual Hard Disks". Instead it appears URL encoded as "Virtual%20Hard%20Disks".
Have you found a mitigation/solution?
Nothing other than making a rename pass after the download. Can't remove the spaces in this case because Hyper-V expects these directory names.
The text was updated successfully, but these errors were encountered: