Skip to content

Commit e8eb510

Browse files
authored
Merge pull request #107114 from mimckitt/patch-87
MicrosoftDocs/azure-docs#48120
2 parents 2b1f8da + 0dfd253 commit e8eb510

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Modify an Azure virtual machine scale set
33
description: Learn how to modify and update an Azure virtual machine scale set with the REST APIs, Azure PowerShell, and Azure CLI
4-
author: mayanknayar
4+
author: mimckitt
55
tags: azure-resource-manager
66

77
ms.assetid: e229664e-ee4e-4f12-9d2e-a4f456989e5d
88
ms.service: virtual-machine-scale-sets
99
ms.topic: conceptual
10-
ms.date: 02/14/2018
11-
ms.author: manayar
10+
ms.date: 03/10/2020
11+
ms.author: mimckitt
1212

1313
---
1414
# Modify a virtual machine scale set
@@ -307,7 +307,7 @@ To update existing VMs, you must do a "manual upgrade" of each existing VM. You
307307
>[!NOTE]
308308
> Service Fabric clusters can only use *Automatic* mode, but the update is handled differently. For more information, see [Service Fabric application upgrades](../service-fabric/service-fabric-application-upgrade.md).
309309
310-
There is one type of modification to global scale set properties that does not follow the upgrade policy. Changes to the scale set OS Profile (such as admin username and password) can only be changed in API version *2017-12-01* or later. These changes only apply to VMs created after the change in the scale set model. To bring existing VMs up-to-date, you must do a "reimage" of each existing VM. You can do this reimage via:
310+
There is one type of modification to global scale set properties that does not follow the upgrade policy. Changes to the scale set OS and Data disk Profile (such as admin username and password) can only be changed in API version *2017-12-01* or later. These changes only apply to VMs created after the change in the scale set model. To bring existing VMs up-to-date, you must do a "reimage" of each existing VM. You can do this reimage via:
311311
312312
- REST API with [compute/virtualmachinescalesets/reimage](/rest/api/compute/virtualmachinescalesets/reimage) as follows:
313313

0 commit comments

Comments
 (0)