Skip to content
Merged
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 @@ -427,7 +427,8 @@ def internal_paging(next_link=None, raw=False):
def enable_receiver(
self, resource_group_name, action_group_name, receiver_name, custom_headers=None, raw=False, **operation_config):
"""Enable a receiver in an action group. This changes the receiver's
status from Disabled to Enabled.
status from Disabled to Enabled. This operation is only supported for
Email or SMS receivers.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down