Replies: 1 comment 3 replies
-
Blobfuse always takes the latest go-sdk version and use that for all its REST call. Based on the SDK version, respective value will go in x-ms-version header. With latest release (2.4.2) there is an env variable that you can use to override the x-ms-version header value though. But this only changes the header value and not the parameters that are sent across so if your backend tenant is having some older version of service and there were some breaking changes in the API in the version that we use, it might not work. In general I would say you can give this option a try and mostly it shall work fine. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a random questio ... Would it be possible to use some kind of parameter to indicate/force which version of the REST API blobfuse2 should use?
Beta Was this translation helpful? Give feedback.
All reactions