Which platform are you using? (ex: Windows, Linux, Debian)
Centos 7
What problem was encountered?
Attempting to Set Blob Service Properties will fail with any set of properties except an empty one. Note, this is the same issue as #166 ,which was said to be fixed in a version after v0.8.0.
Error message Produced:
Which version of the SDK was used?
v0.14.0
Which platform are you using? (ex: Windows, Linux, Debian)
Centos 7
What problem was encountered?
Attempting to Set Blob Service Properties will fail with any set of properties except an empty one. Note, this is the same issue as #166 ,which was said to be fixed in a version after v0.8.0. Error message Produced:
How can we reproduce the problem in the simplest way?
Have you found a mitigation/solution?
SetProperties will succeed with serviceProperties=azblob.StorageServiceProperties{} but that is obviously not very useful.