Am I correct in thinking that there's no support f...
# general
q
Am I correct in thinking that there's no support for actually creating directories and files in a FileShare? I'm looking for the functionality that would wrap this: https://docs.microsoft.com/en-us/rest/api/storageservices/operations-on-files cc: @salmon-airport-51456
g
I don't see that functionality in the upstream spec that we build from, unfortunately (I might be missing it, though?): https://github.com/Azure/azure-rest-api-specs. You could use the command package to hit that API, though, as a workaround.