Skip to content

Commit 557c470

Browse files
committed
Added a note on AzureRM deprecation announcement
1 parent 4390fc7 commit 557c470

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ title: Manage modules in Azure Automation
33
description: This article tells how to use PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 08/09/2024
6+
ms.date: 09/08/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell, devx-track-python
99
ms.service: azure-automation
1010
---
1111

1212
# Manage modules in Azure Automation
1313

14+
>[!NOTE]
15+
> The AzureRM PowerShell module has been officially deprecated as of **February 29, 2024**. We recommend that you migrate from AzureRM module to the Az PowerShell module to ensure continued support and updates. While the AzureRM module may still work, it is no longer maintained or supported and continued use of AzureRM is at the user's own risk. For more information, see [migration resources](https://aka.ms/azpsmigrate) for guidance on transitioning to the Az module.
16+
1417
Azure Automation uses a number of PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations. Supported modules include:
1518

1619
* [Azure PowerShell Az.Automation](/powershell/azure/new-azureps-module-az).

0 commit comments

Comments
 (0)