소스 검색

[azure] Bump ADLS API version to support latest SAS

Romain Rigaux 4 년 전
부모
커밋
78d7b7856f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):
   def _getheaders(self):
     headers = {
     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:
     if self._token_type and self._access_token: