Skip to content

Commit 239ff0e

Browse files
authored
Merge pull request #97700 from MGoedtel/Task5249137
Task5249137
2 parents dc5b2b8 + d163e3b commit 239ff0e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

articles/automation/automation-tutorial-update-management.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mgoedtel
66
ms.service: automation
77
ms.subservice: update-management
88
ms.topic: tutorial
9-
ms.date: 11/20/2019
9+
ms.date: 12/03/2019
1010
ms.author: magoedte
1111
ms.custom: mvc
1212
---
@@ -122,6 +122,10 @@ To customize the subject of the alert email, under **Create rule**, under **Cus
122122

123123
Next, schedule a deployment that follows your release schedule and service window to install updates. You can choose which update types to include in the deployment. For example, you can include critical or security updates and exclude update rollups.
124124

125+
>[!NOTE]
126+
>When you schedule an update deployment, it creates a [schedule](shared-resources/schedules.md) resource linked to the **Patch-MicrosoftOMSComputers** runbook that handles the update deployment on the target machines. If you delete the schedule resource from the Azure portal or using PowerShell after creating the deployment, it breaks the scheduled update deployment and presents an error when you attempt to reconfigure it from the portal. You can only delete the schedule resource by deleting the corresponding deployment schedule.
127+
>
128+
125129
To schedule a new update deployment for the VM, go to **Update management**, and then select **Schedule update deployment**.
126130

127131
Under **New update deployment**, specify the following information:

articles/automation/automation-update-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: This article describes how to use the Azure Update Management solut
44
services: automation
55
ms.service: automation
66
ms.subservice: update-management
7-
author: bobbytreed
8-
ms.author: robreed
9-
ms.date: 05/22/2019
7+
author: mgoedtel
8+
ms.author: magoedte
9+
ms.date: 12/03/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---

articles/automation/manage-update-multi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ It can take between 30 minutes and 6 hours for the dashboard to display updated
114114

115115
To install updates, schedule a deployment that aligns with your release schedule and service window. You can choose which update types to include in the deployment. For example, you can include critical or security updates and exclude update rollups.
116116

117+
>[!NOTE]
118+
>When you schedule an update deployment, it creates a [schedule](shared-resources/schedules.md) resource linked to the **Patch-MicrosoftOMSComputers** runbook that handles the update deployment on the target machines. If you delete the schedule resource from the Azure portal or using PowerShell after creating the deployment, it breaks the scheduled update deployment and presents an error when you attempt to reconfigure it from the portal. You can only delete the schedule resource by deleting the corresponding deployment schedule.
119+
>
120+
117121
To schedule a new update deployment for one or more virtual machines, under **Update management**, select **Schedule update deployment**.
118122

119123
In the **New update deployment** pane, specify the following information:

0 commit comments

Comments
 (0)