Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Generated from 93bfe8fd52fa3907af3496b4d37c6a50655cf8ea (#1470)
Browse files Browse the repository at this point in the history
Update VMSS planned maintenance description to refer to best practices doc
  • Loading branch information
AutorestCI authored Jul 11, 2018
1 parent 87b26c3 commit ed9edad
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,9 @@ def redeploy_async(resource_group_name, vm_scale_set_name, vm_instance_ids = nil

#
# Perform maintenance on one or more virtual machines in a VM scale set.
# Operation on instances which are not eligible for perform maintenance will be
# failed. Please refer to best practices for more details:
# https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications
#
# @param resource_group_name [String] The name of the resource group.
# @param vm_scale_set_name [String] The name of the VM scale set.
Expand Down Expand Up @@ -2235,6 +2238,9 @@ def begin_redeploy_async(resource_group_name, vm_scale_set_name, vm_instance_ids

#
# Perform maintenance on one or more virtual machines in a VM scale set.
# Operation on instances which are not eligible for perform maintenance will be
# failed. Please refer to best practices for more details:
# https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications
#
# @param resource_group_name [String] The name of the resource group.
# @param vm_scale_set_name [String] The name of the VM scale set.
Expand All @@ -2252,6 +2258,9 @@ def begin_perform_maintenance(resource_group_name, vm_scale_set_name, vm_instanc

#
# Perform maintenance on one or more virtual machines in a VM scale set.
# Operation on instances which are not eligible for perform maintenance will be
# failed. Please refer to best practices for more details:
# https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications
#
# @param resource_group_name [String] The name of the resource group.
# @param vm_scale_set_name [String] The name of the VM scale set.
Expand All @@ -2268,6 +2277,9 @@ def begin_perform_maintenance_with_http_info(resource_group_name, vm_scale_set_n

#
# Perform maintenance on one or more virtual machines in a VM scale set.
# Operation on instances which are not eligible for perform maintenance will be
# failed. Please refer to best practices for more details:
# https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications
#
# @param resource_group_name [String] The name of the resource group.
# @param vm_scale_set_name [String] The name of the VM scale set.
Expand Down

0 comments on commit ed9edad

Please sign in to comment.