It's great to see the blob versioning support recently released. Currently, we are creating containers with the Azure CLI, per-project, in order to enable versioning. It would be great to be able to use the create_blob_container() function, and keep everything in R. Is it possible to pass through the "enable blob versioning" there? I have taken a look at the code, but I can't find the place where the request is constructed.
It's great to see the blob versioning support recently released. Currently, we are creating containers with the Azure CLI, per-project, in order to enable versioning. It would be great to be able to use the
create_blob_container()
function, and keep everything in R. Is it possible to pass through the "enable blob versioning" there? I have taken a look at the code, but I can't find the place where the request is constructed.