I want to be able to programmatically find out if versioning of blobs is enabled on a storage account. Via the web console I can see this in Data Protection -> Tracking. I cannot find any reference to how to get (or set) this setting using the Python SDK or REST API.
Ideally I want a Python SDK solution, but also happy to call the REST API directly if this feature is missing from the SDK.
Hunting around it seems like this should be a blob service property, but the REST API documentation doesn't include any references to versioning of blobs.
Edit: Found the answer here so this is a duplicate. Not sure why this answer didn't come up in any of the previous searches.