Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ExternalSecuritySolution(Model):
"""Represents a security solution external to Azure Security Center which
sends information to an OMS workspace and whos data is displayed by Azure
sends information to an OMS workspace and whose data is displayed by Azure
Security Center.

You probably want to use the sub-classes and not this class directly. Known
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ExternalSecuritySolution(Model):
"""Represents a security solution external to Azure Security Center which
sends information to an OMS workspace and whos data is displayed by Azure
sends information to an OMS workspace and whose data is displayed by Azure
Security Center.

You probably want to use the sub-classes and not this class directly. Known
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def internal_paging(next_link=None, raw=False):

def list_by_resource_group(
self, resource_group_name, filter=None, select=None, expand=None, custom_headers=None, raw=False, **operation_config):
"""List all the alerts alerts that are associated with the resource group.
"""List all the alerts that are associated with the resource group.

:param resource_group_name: The name of the resource group within the
user's subscription. The name is case insensitive.
Expand Down