Skip to content

Commit 83667f9

Browse files
Updated REST API link
1 parent f1caac7 commit 83667f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/runtime-environment-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Runtime environment captures the following details about the job execution envir
3636
- **Runtime version** - The version of the language selected for runbook execution. For example - PowerShell 7.4 and Python 3.10.
3737
- **Packages** - The packages are the assemblies and the *.dll* files that you import and required by runbooks for execution. There are two types of packages supported for Runtime environment.
3838

39-
|**Package Types** | **Description** |
39+
|**Package types** | **Description** |
4040
|---------|---------|
4141
|**Default packages** | The packages enable you to manage Azure resources. For example, Az PowerShell 12.3.0, Azure CLI 2.64.0|
4242
|**Customer-provided packages** | These are custom packages that are required by runbooks during execution. The packages can be from: </br> - Public gallery: PSGallery, pypi </br> - Self-authored |
@@ -83,7 +83,7 @@ You can't edit these Runtime environments. However, any changes that are made in
8383
- RBAC permissions cannot be assigned to Runtime environment.
8484
- Runtime environment can't be configured through Azure Automation extension for Visual Studio Code.
8585
- Deleted Runtime environments cannot be recovered.
86-
- This feature is currently supported through Azure portal and [REST API](/rest/api/automation/runtime-environments?view=rest-automation-2023-05-15-preview&preserve-view=true).
86+
- This feature is currently supported through Azure portal and [REST API](/rest/api/automation/runtime-environments?view=rest-automation-2024-10-23&preserve-view=true).
8787
- 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.
8888

8989
## Switch between new and old experience

0 commit comments

Comments
 (0)