File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed 
azure/multiapi/storagev2/filedatalake/v2020_02_10 Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
1717
1818Change Log
1919---------- 
20+ 0.6.2
21+ +++++ 
22+ * Fix import issue for filedatalake
23+ 
20240.6.1
2125+++++ 
2226* Support undelete filesystem
Original file line number Diff line number Diff line change 1111from  ._shared .uploads  import  (
1212    upload_data_chunks ,
1313    DataLakeFileChunkUploader )
14- from  .. .core .exceptions  import  HttpResponseError 
14+ from  azure .core .exceptions  import  HttpResponseError 
1515
1616
1717def  _any_conditions (modified_access_conditions = None , ** kwargs ):  # pylint: disable=unused-argument 
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ for service in blob fileshare filedatalake queue; do
5050
5151        namespace=azure.storage.$service 
5252        sed -i " s/from $namespace ./from ./g" $f 
53+         sed -i " s/from ...core.exceptions/from azure.core.exceptions/g" $f 
5354    done 
5455
5556done 
Original file line number Diff line number Diff line change 3535
3636setup (
3737    name = 'azure-multiapi-storage' ,
38-     version = '0.6.1 ' ,
38+     version = '0.6.2 ' ,
3939    description = 'Microsoft Azure Storage Client Library for Python with multi API version support.' ,
4040    long_description = open ('README.rst' , 'r' ).read (),
4141    license = 'MIT' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments