You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -270,7 +272,7 @@ This article provides information about each version of the Azure DSC VM extensi
270
272
- **Remarks:** This version uses DSC as included in Windows Server 2016 Technical Preview; for other
271
273
Windows OSs, it installs the [Windows Management Framework 5.0 RTM](https://devblogs.microsoft.com/powershell/windows-management-framework-wmf-5-0-rtm-is-now-available-via-the-microsoft-update-catalog/) (installing WMF requires a reboot).
272
274
- **New features:**
273
-
- Make telemetry non-blocking when an error occurs during telemetry hotfix download (known Azure DNS issue) or during install.
275
+
- Make telemetry nonblocking when an error occurs during telemetry hotfix download (known Azure DNS issue) or during install.
274
276
- Fix for the intermittent issue where extension stops processing configuration after a reboot. This was causing the DSC extension to remain in 'transitioning' state.
275
277
- Minor other fixes and improvements were added.
276
278
@@ -301,7 +303,7 @@ This article provides information about each version of the Azure DSC VM extensi
301
303
Windows OSs, it installs the [Windows Management Framework 5.0 RTM](https://devblogs.microsoft.com/powershell/windows-management-framework-wmf-5-0-rtm-is-now-available-via-the-microsoft-update-catalog/) (installing WMF requires a reboot).
302
304
- **New features:**
303
305
- Improvement in error handling and other minor bug fixes.
304
-
- New property in DSC extension settings. `ForcePullAndApply` in AdvancedOptions is added to enable the DSC extension enact DSC configurations when the refresh mode is Pull (as opposed to the default Push mode). For more information about the DSC extension settings, refer to [this blog](https://devblogs.microsoft.com/powershell/arm-dsc-extension-settings/).
306
+
- New property in DSC extension settings. `ForcePullAndApply` in AdvancedOptions is added to enable the DSC extension enact DSC configurations when the refresh mode is Pull (as opposed to the default Push mode). For more information about the DSC extension settings, see [this blog](https://devblogs.microsoft.com/powershell/arm-dsc-extension-settings/).
|Linux | Linux distributions tend to rely on [OpenSSL](https://www.openssl.org) for TLS 1.2 support. | Check the [OpenSSL Changelog](https://www.openssl.org/news/changelog.html) to confirm your version of OpenSSL is supported.|
Copy file name to clipboardExpand all lines: articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Migrate an existing agent-based hybrid workers to extension-based-workers in Azure Automation
2
+
title: Migrate existing agent-based hybrid workers to extension-based-workers in Azure Automation
3
3
description: This article provides information on how to migrate an existing agent-based hybrid worker to extension based workers.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 04/07/2025
6
+
ms.date: 03/05/2026
7
7
ms.custom:
8
8
- devx-track-azurecli
9
9
- devx-track-bicep
@@ -85,7 +85,7 @@ The purpose of the Extension-based approach is to simplify the installation and
85
85
| PowerShell Core | To run PowerShell runbooks, PowerShell Core needs to be installed. For instructions, see [Installing PowerShell Core on Linux](/powershell/scripting/install/installing-powershell-core-on-linux)| 6.0.0 |
86
86
87
87
> [!NOTE]
88
-
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets (VMSS).
88
+
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets.
89
89
>
90
90
> - We strongly recommend that you never configure Hybrid Worker extension on a Virtual machine hosting domain controller. Security best practices don't advise such a setup due to the high-risk nature of exposing domain controllers to potential attack vectors via Azure Automation jobs. Domain controllers should be highly secured and isolated from non-essential services to prevent unauthorized access and maintain the integrity of the Active Directory Domain Services (ADDS) environment.
91
91
@@ -102,7 +102,7 @@ If extension-based Hybrid Worker is using custom Hybrid Worker credentials, then
102
102
> [!NOTE]
103
103
> - When a system has UAC/LUA in place, permissions must be granted directly and not through any group membership. [Learn more](troubleshoot/extension-based-hybrid-runbook-worker.md#scenario-runbooks-go-into-a-suspended-state-on-a-hybrid-runbook-worker-when-using-a-custom-account-on-a-server-with-user-account-control-uac-enabled).
104
104
> - For the Arc-enabled server, ensure to reassign the permissions as they get removed whenever the ARC agent is updated.
105
-
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets (VMSS).
105
+
> - Hybrid Runbook Worker is currently not supported for Virtual Machine Scale Sets.
106
106
107
107
## Migrate an existing Agent based Hybrid Worker to Extension based Hybrid Worker
108
108
@@ -127,6 +127,8 @@ For at-scale migration of multiple Agent based Hybrid Workers, you can also use
127
127
128
128
## Manage Hybrid Worker extension using Bicep & ARM templates, REST API, Azure CLI, and PowerShell
You can use the Bicep file to create a new Hybrid Worker group, create a new Azure Windows VM and add it to an existing Hybrid Worker Group. Learn more about [Bicep](../azure-resource-manager/bicep/overview.md).
Copy file name to clipboardExpand all lines: articles/automation/whats-new-archive.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Archive for What's new in Azure Automation
3
3
description: The What's new release notes in the Overview section of this content set contain six months of activity. Thereafter, the items are removed from the main article and put into this article.
4
4
services: automation
5
5
ms.topic: overview
6
-
ms.date: 08/01/2023
6
+
ms.date: 03/05/2026
7
7
ms.custom: references_regions
8
8
ms.author: v-rochak2
9
9
author: RochakSingh-blr
@@ -227,7 +227,7 @@ Start/Stop VM runbooks have been updated to use Az modules in place of Azure Res
227
227
228
228
Use Azure Automation State Configuration to centrally store configurations and maintain the desired state of hybrid connected machines enabled through the Azure Arc enabled servers DSC VM extension. For more information, read [Arc enabled servers VM extensions overview](/azure/azure-arc/servers/manage-vm-extensions).
229
229
230
-
###July 2020
230
+
## July 2020
231
231
232
232
### Introduced Public Preview of Private Link support in Automation
233
233
@@ -237,6 +237,8 @@ Use Azure Private Link to securely connect virtual networks to Azure Autom
237
237
238
238
### Hybrid Runbook Worker support for Windows Server 2008 R2
Copy file name to clipboardExpand all lines: articles/cloud-services-extended-support/cloud-services-guestos-microsoft-security-response-center-releases.md
+65-3Lines changed: 65 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: List of updates applied to the Azure Guest OS | Microsoft Docs
3
3
description: This article lists the Microsoft Security Response Center updates applied to different Azure Guest OS. See if an update applies to your Guest OS.
4
4
services: cloud-services
5
5
ms.subservice: guest-os-patching
6
-
author: srtiruma
6
+
author: sinjiniroy
7
7
ms.assetid: d0a272a9-ed01-4f4c-a0b3-bd5e841bdd77
8
8
ms.service: azure-cloud-services-classic
9
9
ms.topic: concept-article
10
-
ms.date: 02/26/2026
10
+
ms.date: 04/14/2026
11
11
ms.update-cycle: 3650-days
12
-
ms.author: srtiruma
12
+
ms.author: sinjiniroy
13
13
ms.custom: compute-evergreen
14
14
---
15
15
@@ -20,6 +20,68 @@ ms.custom: compute-evergreen
20
20
21
21
The following tables show the Microsoft Security Response Center (MSRC) updates applied to the Azure Guest OS. Search this article to determine if a particular update applies to your Guest OS. Updates always carry forward for the particular [family][family-explain] they were introduced in.
22
22
23
+
## March 2026 Guest OS
24
+
| Product Category | Parent KB Article | Vulnerability Description | Guest OS | Date First Introduced |
Copy file name to clipboardExpand all lines: articles/cloud-services-extended-support/cloud-services-guestos-update-matrix.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Learn about the latest Azure Guest OS Releases | Microsoft Docs
3
3
description: The latest release news and SDK compatibility for Azure Cloud Services Guest OS.
4
4
services: cloud-services
5
5
ms.subservice: guest-os-patching
6
-
author: srtiruma
6
+
author: sinjiniroy
7
7
ms.assetid: 6306cafe-1153-44c7-8554-623b03d59a34
8
8
ms.service: azure-cloud-services-classic
9
9
ms.topic: concept-article
10
-
ms.date: 02/25/2026
10
+
ms.date: 04/14/2026
11
11
ms.update-cycle: 3650-days
12
-
ms.author: srtiruma
12
+
ms.author: sinjiniroy
13
13
ms.custom: compute-evergreen
14
14
# Customer intent: As a cloud services administrator, I want to stay updated on the latest Guest OS releases and their compatibility, so that I can plan timely upgrades and ensure my applications remain secure and functional before any deprecation deadlines.
15
15
---
@@ -40,6 +40,12 @@ Unsure about how to update your Guest OS? Check [this][cloud updates] out.
40
40
41
41
## News updates
42
42
43
+
###### **April 14, 2026**
44
+
The March 2026 Guest OS released.
45
+
46
+
###### **April 14, 2026**
47
+
The February 2026 Guest OS released.
48
+
43
49
###### **February 26, 2026**
44
50
The January 2026 Guest OS released.
45
51
@@ -316,9 +322,11 @@ The September Guest OS released.
316
322
317
323
| Configuration string | Release date | Disable date |
318
324
| --- | --- | --- |
325
+
| WA-GUEST-OS-7.62_202603-01 | April 14, 2026 | Post 7.65 |
326
+
| WA-GUEST-OS-7.61_202602-01 | April 14, 2026 | Post 7.64 |
319
327
| WA-GUEST-OS-7.60_202601-01 | February 26, 2026 | Post 7.63 |
320
-
|WA-GUEST-OS-7.59_202512-01| February 2, 2026 |Post 7.62|
321
-
|WA-GUEST-OS-7.58_202511-01| January 14, 2026 |Post 7.61|
328
+
|~~WA-GUEST-OS-7.59_202512-01~~| February 2, 2026 |April 14, 2026|
329
+
|~~WA-GUEST-OS-7.58_202511-01~~| January 14, 2026 | April 14, 2026|
322
330
|~~WA-GUEST-OS-7.57_202510-01~~| November 6, 2025 | February 26, 2026 |
323
331
|~~WA-GUEST-OS-7.56_202509-01~~| October 6, 2025 | February 2, 2026 |
324
332
|~~WA-GUEST-OS-7.55_202508-01~~| September 6, 2025 | January 14, 2026 |
@@ -381,9 +389,11 @@ The September Guest OS released.
381
389
382
390
| Configuration string | Release date | Disable date |
383
391
| --- | --- | --- |
392
+
| WA-GUEST-OS-6.92_202603-01 | April 14, 2026 | Post 6.95 |
393
+
| WA-GUEST-OS-6.91_202602-01 | April 14, 2026 | Post 6.94 |
384
394
| WA-GUEST-OS-6.90_202601-01 | February 26, 2026 | Post 6.93 |
385
-
|WA-GUEST-OS-6.89_202512-01| February 2, 2026 |Post 6.92 |
386
-
|WA-GUEST-OS-6.88_202511-01| January 14, 2026 |Post 6.91|
395
+
|~~WA-GUEST-OS-6.89_202512-01~~| February 2, 2026 |April 14, 2026|
396
+
|~~WA-GUEST-OS-6.88_202511-01~~| January 14, 2026 |April 14, 2026|
387
397
|~~WA-GUEST-OS-6.87_202510-01~~| November 6, 2025 | February 26, 2026 |
388
398
|~~WA-GUEST-OS-6.86_202509-01~~| October 6, 2025 | February 2, 2026 |
389
399
|~~WA-GUEST-OS-6.85_202508-01~~| September 6, 2025 | January 14, 2026 |
@@ -480,9 +490,11 @@ The September Guest OS released.
480
490
481
491
| Configuration string | Release date | Disable date |
482
492
| --- | --- | --- |
493
+
| WA-GUEST-OS-5.116_202603-01 | April 14, 2026 | Post 5.119 |
494
+
| WA-GUEST-OS-5.115_202602-01 | April 14, 2026 | Post 5.118 |
483
495
| WA-GUEST-OS-5.114_202601-01 | February 26, 2026 | Post 5.117 |
484
-
|WA-GUEST-OS-5.113_202512-01| February 2, 2026 |Post 5.116|
485
-
|WA-GUEST-OS-5.112_202511-01| January 14, 2026 |Post 5.115|
496
+
|~~WA-GUEST-OS-5.113_202512-01~~| February 2, 2026 |April 14, 2026|
497
+
|~~WA-GUEST-OS-5.112_202511-01~~| January 14, 2026 |April 14, 2026|
486
498
|~~WA-GUEST-OS-5.111_202510-01~~| November 6, 2025 | February 26, 2026 |
487
499
|~~WA-GUEST-OS-5.110_202509-01~~| October 6, 2025 | February 2, 2026 |
488
500
|~~WA-GUEST-OS-5.109_202508-01~~| September 6, 2025 | January 14, 2026 |
0 commit comments