Skip to content

Commit

Permalink
[ADLS]change api version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiafu-msft committed Sep 2, 2020
1 parent 821c545 commit a0a2be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, url, file_system, path1, **kwargs):
self.file_system = file_system
self.path1 = path1
self.resource = "filesystem"
self.version = "2020-02-02"
self.version = "2020-02-10"

def _configure(self, **kwargs):
self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, url, file_system, path1, **kwargs):
self.file_system = file_system
self.path1 = path1
self.resource = "filesystem"
self.version = "2020-02-02"
self.version = "2020-02-10"

def _configure(self, **kwargs):
self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs)
Expand Down

0 comments on commit a0a2be8

Please sign in to comment.