From a9e32d7f337639fc23139dfac243ca1bb7d4d812 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 5 Apr 2018 00:18:20 +0000 Subject: [PATCH] Generated from 18015d33322270e3572da438b7548e1f8bc109fc Add extra description for Subscribe API --- .../monitor/implementation/ActionGroupsInner.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.