Skip to content

Commit

Permalink
Generated from b59db77683f3a9c65d0edec17b5f05e458a68897 (#2942)
Browse files Browse the repository at this point in the history
Revert AccessUri description to make it correspond to server response
  • Loading branch information
AutorestCI authored Jul 18, 2018
1 parent 663e409 commit 8175b81
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 @@ -27,7 +27,7 @@ class AccessUri(Model):
}

_attribute_map = {
'access_sas': {'key': 'accessSAS', 'type': 'str'},
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
}

def __init__(self, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AccessUri(Model):
}

_attribute_map = {
'access_sas': {'key': 'accessSAS', 'type': 'str'},
'access_sas': {'key': 'properties.output.accessSAS', 'type': 'str'},
}

def __init__(self, **kwargs) -> None:
Expand Down

0 comments on commit 8175b81

Please sign in to comment.