Skip to content

Commit

Permalink
Generated from 5d46282b1371de397d3d60083b6485ff73332f93 (#4216)
Browse files Browse the repository at this point in the history
add comma
  • Loading branch information
AutorestCI authored Jan 22, 2019
1 parent 9e45510 commit 16c67ab
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ def __init__(self, client, config, serializer, deserializer):

def list(
self, custom_headers=None, raw=False, **operation_config):
"""Settings about where we should store your security data and logs.
"""Settings about where we should store your security data and logs. If
the result is empty, it means that no custom-workspace configuration
was set.
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -103,7 +105,9 @@ def internal_paging(next_link=None, raw=False):

def get(
self, workspace_setting_name, custom_headers=None, raw=False, **operation_config):
"""Settings about where we should store your security data and logs.
"""Settings about where we should store your security data and logs. If
the result is empty, it means that no custom-workspace configuration
was set.
:param workspace_setting_name: Name of the security setting
:type workspace_setting_name: str
Expand Down

0 comments on commit 16c67ab

Please sign in to comment.