Browse Source

[azure] Bump ADLS API version to support latest SAS

Romain Rigaux 4 years ago
parent
commit
78d7b7856f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/azure/src/azure/abfs/abfs.py

+ 1 - 1
desktop/libs/azure/src/azure/abfs/abfs.py

@@ -134,7 +134,7 @@ class ABFS(object):
 
   def _getheaders(self):
     headers = {
-      "x-ms-version" : "2019-02-02" # Note: this is required for setaccesscontrols
+      "x-ms-version": "2019-12-12" # For latest SAS support
     }
 
     if self._token_type and self._access_token: