Skip to content

Commit cc82079

Browse files
committed
Removed references to preview, feature registration, updated toc and whatsnew
1 parent 959be9b commit cc82079

7 files changed

+24
-44
lines changed

articles/update-manager/manage-pre-post-events.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage the pre and post (preview) maintenance configuration events in Azure Update Manager
2+
title: Manage the pre and post maintenance configuration events in Azure Update Manager
33
description: The article provides the steps to manage the pre and post maintenance events in Azure Update Manager.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -8,37 +8,11 @@ ms.author: sudhirsneha
88
author: SnehaSudhirG
99
---
1010

11-
# Manage pre and post events (preview) maintenance configuration events
11+
# Manage pre and post events maintenance configuration events
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers :heavy_check_mark: Azure VMs.
1414

15-
This article describes on how to register your subscription and manage pre and post events in Azure Update Manager.
16-
17-
## Register your subscription for public preview
18-
19-
To self-register your subscription for public preview, follow these steps:
20-
21-
#### [Azure portal](#tab/portal)
22-
23-
1. Sign in to the [Azure portal](https://portal.azure.com) and select **More services**.
24-
1. On the **All services** page, search for **Preview features**.
25-
1. On the **Preview Features** page, search and select **Pre and Post Events**.
26-
1. Select the feature and then select **Register** to register the subscription.
27-
28-
:::image type="content" source="./media/tutorial-using-functions/register-feature.png" alt-text="Screenshot that shows how to register the preview feature." lightbox="./media/tutorial-using-functions/register-feature.png":::
29-
30-
#### [Azure CLI](#tab/cli)
31-
32-
```azurecli-interactive
33-
az feature register --name InGuestPatchPrePostMaintenanceActivity --namespace Microsoft.Maintenance
34-
```
35-
36-
#### [PowerShell](#tab/ps)
37-
38-
```azurepowershell-interactive
39-
Register-AzProviderFeature -FeatureName "InGuestPatchPrePostMaintenanceActivity" -ProviderNamespace "Microsoft.Maintenance"
40-
```
41-
---
15+
This article describes on how to manage pre and post events in Azure Update Manager.
4216

4317
## Manage pre and post events
4418

articles/update-manager/pre-post-events-schedule-maintenance-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create the pre and post (preview) maintenance configuration events in Azure Update Manager
2+
title: Create the pre and post maintenance configuration events in Azure Update Manager
33
description: The article provides the steps to create the pre and post maintenance events in Azure Update Manager.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ author: SnehaSudhirG
99
zone_pivot_groups: create-pre-post-events-maintenance-configuration
1010
---
1111

12-
# Create pre and post events (preview)
12+
# Create pre and post events
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers :heavy_check_mark: Azure VMs.
1515

articles/update-manager/pre-post-scripts-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: An overview of pre and post events (preview) in your Azure Update Manager
2+
title: An overview of pre and post events in your Azure Update Manager
33
description: This article provides an overview on pre and post events and its requirements.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -8,7 +8,7 @@ author: SnehaSudhir
88
ms.author: sudhirsneha
99
---
1010

11-
# About pre and post events (preview)
11+
# About pre and post events
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers.
1414

articles/update-manager/toc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ items:
3131
items:
3232
- name: Schedule updates dynamically and at scale using dynamic scope
3333
href: tutorial-dynamic-grouping-for-scheduled-patching.md
34-
- name: Pre and Post Events (preview)
34+
- name: Pre and Post Events
3535
items:
36-
- name: Create pre and post events (preview) using a webhook with Automation Runbooks
36+
- name: Create pre and post events using a webhook with Automation Runbooks
3737
href: tutorial-webhooks-using-runbooks.md
38-
- name: Create pre and post events (preview) using Azure Functions
38+
- name: Create pre and post events using Azure Functions
3939
href: tutorial-using-functions.md
4040
- name: Concepts
4141
items:
4242
- name: Update options and orchestration
4343
href: updates-maintenance-schedules.md
4444
- name: Assessment options
4545
href: assessment-options.md
46-
- name: Overview of Pre and Post Events (preview)
46+
- name: Overview of Pre and Post Events
4747
href: pre-post-scripts-overview.md
4848
- name: Access Azure Update Manager operations data using Azure Resource Graph
4949
href: query-logs.md
@@ -85,11 +85,11 @@ items:
8585
href: manage-dynamic-scoping.md
8686
- name: Schedule patching configuration on Azure VMs for business continuity
8787
href: prerequsite-for-schedule-patching.md
88-
- name: Pre and Post Events (preview)
88+
- name: Pre and Post Events
8989
items:
90-
- name: Create pre and post events (preview)
90+
- name: Create pre and post events
9191
href: pre-post-events-schedule-maintenance-configuration.md
92-
- name: Manage pre and post events (preview)
92+
- name: Manage pre and post events
9393
href: manage-pre-post-events.md
9494
- name: Manage updates for Azure VMs using REST API
9595
href: manage-vms-programmatically.md

articles/update-manager/tutorial-using-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create pre and post events (preview) using Azure Functions.
2+
title: Create pre and post events using Azure Functions.
33
description: In this tutorial, you learn how to create the pre and post events using Azure Functions.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ ms.author: sudhirsneha
99
#Customer intent: As an IT admin, I want create pre and post events using Azure Functions.
1010
---
1111

12-
# Tutorial: Create pre and post events (preview) using Azure Functions
12+
# Tutorial: Create pre and post events using Azure Functions
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure VMs :heavy_check_mark: Azure Arc-enabled servers.
1515

articles/update-manager/tutorial-webhooks-using-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create pre and post events (preview) using a webhook with Automation runbooks.
2+
title: Create pre and post events using a webhook with Automation runbooks.
33
description: In this tutorial, you learn how to create the pre and post events using webhook with Automation runbooks.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ ms.author: sudhirsneha
99
#Customer intent: As an IT admin, I want create pre and post events using a webhook with Automation runbooks.
1010
---
1111

12-
# Tutorial: Create pre and post events (preview) using a webhook with Automation
12+
# Tutorial: Create pre and post events using a webhook with Automation
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure VMs :heavy_check_mark: Azure Arc-enabled servers.
1515

articles/update-manager/whats-new.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ ms.date: 07/24/2024
1212

1313
[Azure Update Manager](overview.md) helps you manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on the other cloud platforms from a single dashboard. This article summarizes new releases and features in Azure Update Manager.
1414

15+
## August 2024
16+
17+
### Pre and Post events
18+
19+
General Availability: Azure Update Manager now supports creating and managing pre and post events on scheduled maintenance configurations. [Learn more](pre-post-scripts-overview.md).
20+
1521
## July 2024
1622

1723
### Support for Windows IoT Enterprise on Arc enabled IaaS VMs

0 commit comments

Comments
 (0)