Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
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 @@ -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