diff --git a/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/implementation/ActionGroupsInner.java b/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/implementation/ActionGroupsInner.java index 56a9f06700f..3c00da21137 100644 --- a/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/implementation/ActionGroupsInner.java +++ b/azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/implementation/ActionGroupsInner.java @@ -605,7 +605,7 @@ private ServiceResponse> listByResourceGroup } /** - * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. + * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers. * * @param resourceGroupName The name of the resource group. * @param actionGroupName The name of the action group. @@ -619,7 +619,7 @@ public void enableReceiver(String resourceGroupName, String actionGroupName, Str } /** - * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. + * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers. * * @param resourceGroupName The name of the resource group. * @param actionGroupName The name of the action group. @@ -633,7 +633,7 @@ public ServiceFuture enableReceiverAsync(String resourceGroupName, String } /** - * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. + * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers. * * @param resourceGroupName The name of the resource group. * @param actionGroupName The name of the action group. @@ -651,7 +651,7 @@ public Void call(ServiceResponse response) { } /** - * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. + * Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers. * * @param resourceGroupName The name of the resource group. * @param actionGroupName The name of the action group.