Skip to content

Commit 737660f

Browse files
committed
fixed blocking issues
1 parent b8db329 commit 737660f

File tree

5 files changed

+70
-72
lines changed

5 files changed

+70
-72
lines changed

articles/update-manager/deploy-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To install one-time updates on a single VM:
5959

6060
:::image type="content" source="./media/deploy-updates/include-update-classification-inline.png" alt-text="Screenshot that shows update classification." lightbox="./media/deploy-updates/include-update-classification-expanded.png":::
6161

62-
- Select **Include KB ID/package** to include in the updates. You can add multiple KB IDs and package names. When you add KB ID/package name, the next row appears. The package can have both name and version. . For example, use `3103696` or `3134815`. For Windows, you can refer to the [MSRC webpage](https://msrc.microsoft.com/update-guide/deployments) to get the details of the latest Knowledge Base release. For supported Linux distros, you specify a comma separated list of packages by the package name, and you can include wildcards. For example, use `kernel*`, `glibc`, or `libc=1.0.1`. Based on the options specified, Update Manager shows a preview of OS updates under the **Selected Updates** section.
62+
- Select **Include KB ID/package** to include in the updates. You can add multiple KB IDs and package names. When you add KB ID/package name, the next row appears. The package can have both name and version. For example, use `3103696` or `3134815`. For Windows, you can refer to the [MSRC webpage](https://msrc.microsoft.com/update-guide/deployments) to get the details of the latest Knowledge Base release. For supported Linux distros, you specify a comma separated list of packages by the package name, and you can include wildcards. For example, use `kernel*`, `glibc`, or `libc=1.0.1`. Based on the options specified, Update Manager shows a preview of OS updates under the **Selected Updates** section.
6363
- To exclude updates that you don't want to install, select **Exclude KB ID/package**. We recommend selecting this option because updates that aren't displayed here might be installed, as newer updates might be available. You can exclude multiple KB IDs and package names.
6464
- To ensure that the updates published are on or before a specific date, select **Include by maximum patch publish date**. Select the date and select **Add** > **Next**.
6565

articles/update-manager/manage-arc-enabled-servers-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following table describes the elements of the request body:
193193
| `properties.maintenanceScope` | Gets or sets maintenanceScope of the configuration |
194194
| `properties.maintenanceWindow.duration` | Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00. |
195195
| `properties.maintenanceWindow.expirationDateTime` | Effective expiration date of the maintenance window in YYYY-MM-DD hh:MM format. The window is created in the time zone provided to daylight savings according to that time zone. You must set the expiration date to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59. |
196-
| `properties.maintenanceWindow.recurEvery` | Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. You can format daily schedules as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday, Sunday. You can format monthly schedules as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday]. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23, day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday. |
196+
| `properties.maintenanceWindow.recurEvery` | Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. You can format daily schedules as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedules are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday, Sunday. You can format monthly schedules as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday]. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23, day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday. |
197197
| `properties.maintenanceWindow.startDateTime` | Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. You can set the start date to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. |
198198
| `properties.maintenanceWindow.timeZone` | Name of the timezone. You can obtain the list of timezones by executing [System.TimeZoneInfo]:GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time. |
199199
| `properties.namespace` | Gets or sets namespace of the resource |

articles/update-manager/support-matrix-automatic-guest-patching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Learn how to automatically patch your Azure Virtual Machines and Sc
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 02/27/2025
7+
ms.date: 03/07/2025
88
ms.topic: overview
99
---
10-
# Automatic Guest Patching for Azure Virtual Machines
10+
# Automatic guest patching for Azure virtual machines
1111

1212
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs
1313

articles/update-manager/support-matrix-updates.md

Lines changed: 64 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This article details the Windows and Linux operating systems supported and syste
2020

2121
::: zone pivot="azure-vm"
2222

23-
2423
## Azure Marketplace/PIR images
2524

2625
The Azure Marketplace image has the following attributes:
@@ -39,74 +38,74 @@ Following is the list of supported images and no other marketplace images releas
3938

4039
#### [Supported Windows OS images](#tab/mpir-winos)
4140

42-
| Publisher | Offer | Plan | Unsupported image(s)|
43-
|--------------|----------------|-----------------|---------|
44-
|aod | win2019azpolicy | win2019azpolicy | |
45-
|belindaczsro1588885355210 | belvmsrv* | belvmsrv* | |
46-
|bissantechnology1583581147809 | bissan_secure_windows_server2019 | secureserver2019 | |
47-
|center-for-internet-security-inc | cis-win-2016-stig | cis-win-2016-stig | |
48-
|center-for-internet-security-inc | cis-win-2019-stig | cis-win-2019-stig | |
49-
|center-for-internet-security-inc | cis-windows-server | cis-windows-server2016-l* ||
50-
|center-for-internet-security-inc | cis-windows-server-2012-r2-v2-2-1-l1 | cis-ws2012-r2-l1 ||
51-
|center-for-internet-security-inc | cis-windows-server-2012-r2-v2-2-1-l2 | cis-ws2012-r2-l2 ||
52-
|center-for-internet-security-inc | cis-windows-server-2016-v1-0-0-l1 | cis-ws2016-l1 ||
53-
|center-for-internet-security-inc | cis-windows-server-2016-v1-0-0-l2 | cis-ws2016-l2 ||
54-
|center-for-internet-security-inc | cis-windows-server-2019-v1-0-0-l1 | cis-ws2019-l1 ||
55-
|center-for-internet-security-inc | cis-windows-server-2019-v1-0-0-l2 | cis-ws2019-l2 ||
56-
|center-for-internet-security-inc | cis-windows-server-2022-l1 | * ||
57-
|center-for-internet-security-inc | cis-windows-server-2022-l2 | * ||
58-
|center-for-internet-security-inc || cis-windows-server2019-l* ||
59-
|center-for-internet-security-inc || cis-windows-server2022-l* ||
60-
|center-for-internet-security-inc |||cis-windows-server-l*-azure-observability |
61-
|center-for-internet-security-inc ||cis-windows-server2019-stig-gen1|
62-
|cloud-infrastructure-services | ad-dc-2016 | ad-dc-2016 | |
63-
|cloud-infrastructure-services | ad-dc-2019 | ad-dc-2019 | |
64-
|cloud-infrastructure-services | hpc2019-windows-server-2019 | hpc2019-windows-server-2019 | |
65-
|cloud-infrastructure-services | servercore-2019 | servercore-2019 | |
66-
|cloud-infrastructure-services | ad-dc-2022 | ad-dc-2022 | |
67-
|cloud-infrastructure-services | sftp-2016 | sftp-2016 | |
68-
|cloud-infrastructure-services | hmailserver | hmailserver-email-server-2016| |
69-
|cloud-infrastructure-services | rds-farm-2019 | rds-farm-2019 | |
70-
|cognosys | sql-server-2016-sp2-std-win2016-debug-utilities | sql-server-2016-sp2-std-win2016-debug-utilities | |
71-
|esri | arcgis-enterprise* | byol* | |
72-
|esri | pro-byol | pro-byol-* | |
73-
|filemagellc | filemage-gateway-vm-win | filemage-gateway-vm-win-* | |
74-
|microsoft-dsvm | dsvm-win-2019| *| |
75-
|microsoft-dsvm | dsvm-win-2022| *||
76-
|microsoft-dsvm | dsvm-windows | * | |
77-
|microsoftazuresiterecovery| process-server | windows-2012-r2-datacenter | |
78-
|microsoftbiztalkserver| biztalk-server | * | |
79-
|microsoftdynamicsax | dynamics | * | |
80-
|microsoftdynamicsnav | dynamicsnav | 2017 | |
81-
|microsoftpowerbi | * | * | |
82-
|microsoftsharepoint | microsoftsharepointserver | *| |
83-
|microsoftsqlserver | * | * | |
84-
|microsoftvisualstudio | | *-ws2016 | |
85-
|microsoftvisualstudio | | *-ws2019 | |
86-
|microsoftvisualstudio | | *-ws2022 | |
87-
|microsoftvisualstudio | visualstudio* | *-ws2012r2 | |
88-
|microsoftwindowsserver | | 2016-datacenter-hub | |
89-
|microsoftwindowsserver | windows-cvm | * | |
90-
|microsoftwindowsserver | windowsserver | * | |
91-
|microsoftwindowsserver | windowsserver-gen2preview | * | |
92-
|microsoftwindowsserver | windowsserver-hub | 2012-r2-datacenter-hub | |
93-
|microsoftwindowsserver | windowsserverdotnet | * | |
94-
|microsoftwindowsserver | windowsserversemiannual | * | |
95-
|microsoftwindowsserver | windowsserverupgrade | * | |
96-
|microsoftwindowsserverhpcpack | windowsserverhpcpack | * | |
97-
|ntegralinc1586961136942 | ntg_windows_datacenter_2019 | ntg_windows_server_2019 | |
98-
|outsystems | os11-vm-baseimage | platformserver | |
99-
|southrivertech1586314123192 | tn-ent-payg | tnentpayg* | |
100-
|southrivertech1586314123192 | tn-sftp-payg | tnsftppayg* | |
101-
|tidalmediainc | windows-server-2022-datacenter | windows-server-2022-datacenter | |
102-
|veeam | office365backup | veeamoffice365backup | |
103-
|veeam | veeam-backup-replication | veeam-backup-replication-v* | |
41+
|Publisher |Offer |Plan |Unsupported image(s) |
42+
|--|--|--|--|
43+
| aod | win2019azpolicy | win2019azpolicy | |
44+
| belindaczsro1588885355210 | belvmsrv* | belvmsrv* | |
45+
| bissantechnology1583581147809 | bissan_secure_windows_server2019 | secureserver2019 | |
46+
| center-for-internet-security-inc | cis-win-2016-stig | cis-win-2016-stig | |
47+
| center-for-internet-security-inc | cis-win-2019-stig | cis-win-2019-stig | |
48+
| center-for-internet-security-inc | cis-windows-server | cis-windows-server2016-l* | |
49+
| center-for-internet-security-inc | cis-windows-server-2012-r2-v2-2-1-l1 | cis-ws2012-r2-l1 | |
50+
| center-for-internet-security-inc | cis-windows-server-2012-r2-v2-2-1-l2 | cis-ws2012-r2-l2 | |
51+
| center-for-internet-security-inc | cis-windows-server-2016-v1-0-0-l1 | cis-ws2016-l1 | |
52+
| center-for-internet-security-inc | cis-windows-server-2016-v1-0-0-l2 | cis-ws2016-l2 | |
53+
| center-for-internet-security-inc | cis-windows-server-2019-v1-0-0-l1 | cis-ws2019-l1 | |
54+
| center-for-internet-security-inc | cis-windows-server-2019-v1-0-0-l2 | cis-ws2019-l2 | |
55+
| center-for-internet-security-inc | cis-windows-server-2022-l1 | * | |
56+
| center-for-internet-security-inc | cis-windows-server-2022-l2 | * | |
57+
| center-for-internet-security-inc | | cis-windows-server2019-l* | |
58+
| center-for-internet-security-inc | | cis-windows-server2022-l* | |
59+
| center-for-internet-security-inc | | | cis-windows-server-l*-azure-observability |
60+
| center-for-internet-security-inc | | cis-windows-server2019-stig-gen1 |
61+
| cloud-infrastructure-services | ad-dc-2016 | ad-dc-2016 | |
62+
| cloud-infrastructure-services | ad-dc-2019 | ad-dc-2019 | |
63+
| cloud-infrastructure-services | hpc2019-windows-server-2019 | hpc2019-windows-server-2019 | |
64+
| cloud-infrastructure-services | servercore-2019 | servercore-2019 | |
65+
| cloud-infrastructure-services | ad-dc-2022 | ad-dc-2022 | |
66+
| cloud-infrastructure-services | sftp-2016 | sftp-2016 | |
67+
| cloud-infrastructure-services | hmailserver | hmailserver-email-server-2016 | |
68+
| cloud-infrastructure-services | rds-farm-2019 | rds-farm-2019 | |
69+
| cognosys | sql-server-2016-sp2-std-win2016-debug-utilities | sql-server-2016-sp2-std-win2016-debug-utilities | |
70+
| esri | arcgis-enterprise* | byol* | |
71+
| esri | pro-byol | pro-byol-* | |
72+
| filemagellc | filemage-gateway-vm-win | filemage-gateway-vm-win-* | |
73+
| microsoft-dsvm | dsvm-win-2019 | * | |
74+
| microsoft-dsvm | dsvm-win-2022 | * | |
75+
| microsoft-dsvm | dsvm-windows | * | |
76+
| microsoftazuresiterecovery | process-server | windows-2012-r2-datacenter | |
77+
| microsoftbiztalkserver | biztalk-server | * | |
78+
| microsoftdynamicsax | dynamics | * | |
79+
| microsoftdynamicsnav | dynamicsnav | 2017 | |
80+
| microsoftpowerbi | * | * | |
81+
| microsoftsharepoint | microsoftsharepointserver | * | |
82+
| microsoftsqlserver | * | * | |
83+
| microsoftvisualstudio | | *-ws2016 | |
84+
| microsoftvisualstudio | | *-ws2019 | |
85+
| microsoftvisualstudio | | *-ws2022 | |
86+
| microsoftvisualstudio | visualstudio* | *-ws2012r2 | |
87+
| microsoftwindowsserver | | 2016-datacenter-hub | |
88+
| microsoftwindowsserver | windows-cvm | * | |
89+
| microsoftwindowsserver | windowsserver | * | |
90+
| microsoftwindowsserver | windowsserver-gen2preview | * | |
91+
| microsoftwindowsserver | windowsserver-hub | 2012-r2-datacenter-hub | |
92+
| microsoftwindowsserver | windowsserverdotnet | * | |
93+
| microsoftwindowsserver | windowsserversemiannual | * | |
94+
| microsoftwindowsserver | windowsserverupgrade | * | |
95+
| microsoftwindowsserverhpcpack | windowsserverhpcpack | * | |
96+
| ntegralinc1586961136942 | ntg_windows_datacenter_2019 | ntg_windows_server_2019 | |
97+
| outsystems | os11-vm-baseimage | platformserver | |
98+
| southrivertech1586314123192 | tn-ent-payg | tnentpayg* | |
99+
| southrivertech1586314123192 | tn-sftp-payg | tnsftppayg* | |
100+
| tidalmediainc | windows-server-2022-datacenter | windows-server-2022-datacenter | |
101+
| veeam | office365backup | veeamoffice365backup | |
102+
| veeam | veeam-backup-replication | veeam-backup-replication-v* | |
104103

105104

106105
#### [Supported Linux OS images](#tab/mpir-linos)
107106

108-
| Publisher| Offer| Plan| Unsupported image(s) |
109-
|--------|-----------|--------|---------|
107+
| Publisher| Offer| Plan| Unsupported image(s)|
108+
|--|--|--|--|
110109
|almalinux | | 8_5-hpc* | |
111110
|almalinux | | 8_6-hpc-gen2 | |
112111
|almalinux | | 8_7-hpc-gen* ||
@@ -257,7 +256,6 @@ Following is the list of supported images and no other marketplace images releas
257256
|tenable| tenablecorewas| tenablecoreol8wasbyol||
258257
|thorntechnologiesllc| sftpgateway| sftpgateway||
259258
|zscaler| zscaler-private-access| zpa-con-azure||
260-
261259
---
262260

263261
## Custom images

articles/update-manager/supported-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Azure Update Manager supported regions
2+
title: Azure Update Manager supported regions.
33
description: Discover the regions where Azure Update Manager is supported for both Azure VMs and Azure Arc-enabled servers. This article provides a comprehensive list of supported regions across Azure Public Cloud, Azure for US Government, and Azure operated by 21Vianet
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 02/27/2025
7+
ms.date: 03/07/2025
88
ms.topic: overview
99
ms.custom: references_regions
1010
---

0 commit comments

Comments
 (0)