Skip to content

Commit 4668ed9

Browse files
committed
updated the note
1 parent 281503a commit 4668ed9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

articles/automation/automation-update-azure-modules.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update Azure PowerShell modules in Azure Automation
33
description: This article tells how to update common Azure PowerShell modules provided by default in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 07/03/2023
6+
ms.date: 07/17/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -13,7 +13,9 @@ ms.custom: devx-track-azurepowershell
1313
The most common PowerShell modules are provided by default in each Automation account. See [Default modules](shared-resources/modules.md#default-modules). As the Azure team updates the Azure modules regularly, changes can occur with the included cmdlets. These changes, for example, renaming a parameter or deprecating a cmdlet entirely, can negatively affect your runbooks.
1414

1515
> [!NOTE]
16-
> You can't delete global modules, which are modules that Automation provides out of the box.
16+
> - You can't delete global modules, which are modules that Automation provides out of the box.
17+
> [!IMPORTANT]
18+
> - New Runtime environment experience allows you to manage modules and packages by allowing you to configure the job execution environment. In the new experience, Modules and Packages blades are not available. To manage modules and packages, see [Manage Runtime environment and associated runbooks](../manage-runtime-environment.md).
1719
1820
## Set up an Automation account
1921

articles/automation/runtime-environment-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Runtime environment (preview) in Azure Automation
33
description: This article provides an overview on Runtime environment in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/01/2024
6+
ms.date: 07/17/2024
77
ms.topic: conceptual
88
ms.custom: references_regions, devx-track-azurecli
99
---
@@ -83,6 +83,7 @@ You can't edit these Runtime environments. However, any changes that are made in
8383
- Runtime environment can't be configured through Azure Automation extension for Visual Studio Code.
8484
- Deleted Runtime environments cannot be recovered.
8585
- The feature is only supported through Azure portal and [REST API](/rest/api/automation/runtime-environments?view=rest-automation-2023-05-15-preview&preserve-view=true).
86+
- Management of modules for Azure Automation State Configuration is not supported through Runtime environment experience. You can continue using the old experience for managing modules and packages for Azure Automation State Configuration.
8687

8788
## Switch between new and old experience
8889

articles/automation/shared-resources/modules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 11/01/2021
6+
ms.date: 07/17/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell, devx-track-python
99
---
@@ -21,6 +21,9 @@ Azure Automation uses a number of PowerShell modules to enable cmdlets in runboo
2121

2222
When you create an Automation account, Azure Automation imports some modules by default. See [Default modules](#default-modules).
2323

24+
> [!IMPORTANT]
25+
> New Runtime environment experience allows you to manage modules and packages by allowing you to configure the job execution environment. In the new experience, Modules and Packages blades are not available. To manage modules and packages, see [Manage Runtime environment and associated runbooks](../manage-runtime-environment.md).
26+
2427
## Sandboxes
2528

2629
When Automation executes runbook and DSC compilation jobs, it loads the modules into sandboxes where the runbooks can run and the DSC configurations can compile. Automation also automatically places any DSC resources in modules on the DSC pull server. Machines can pull the resources when they apply the DSC configurations.

0 commit comments

Comments
 (0)