Skip to content

Commit 16c67ab

Browse files
authored
Generated from 5d46282b1371de397d3d60083b6485ff73332f93 (#4216)
add comma
1 parent 9e45510 commit 16c67ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-mgmt-security/azure/mgmt/security/operations/workspace_settings_operations.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def __init__(self, client, config, serializer, deserializer):
3939

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

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

0 commit comments

Comments
 (0)