1
1
---
2
2
title : Azure Cloud Shell release notes
3
3
description : This article lists the new features and changes released in Azure Cloud Shell.
4
- ms.date : 01/24 /2025
4
+ ms.date : 04/15 /2025
5
5
ms.topic : release-notes
6
6
---
7
7
@@ -11,12 +11,34 @@ The following document outlines the changes to Azure Cloud Shell. The Cloud Shel
11
11
updated on a monthly basis. Changes can include new or updated features and tools, security updates,
12
12
and bug fixes.
13
13
14
+ > [ !NOTE]
15
+ > For a tool to be included in Cloud Shell, it must meet the criteria defined in the
16
+ > [ Cloud Shell Package inclusion guide] [ 11 ] . For security compliance, tool packages become
17
+ > deprecated when they're no longer actively maintained. There is usually a 30-day notice before a
18
+ > package is removed from the image. The package may be removed sooner if there is a security
19
+ > vulnerability or other critical issue. As with any other tool, if there is a tool you need, you
20
+ > can install them in your Cloud Shell session as long as it doesn't require root access. For
21
+ > installation instructions, consult the documentation for the package you require.
22
+
23
+ ## April 2025
24
+
25
+ The base image for Azure Cloud Shell was updated to use the latest version of the ** Azure Linux
26
+ 3.0** . With this release, the following changes were made:
27
+
28
+ - Upgraded versions of many packages including Python 3.12.3, PostgreSQL 16.7, and Node.js v20.14.0
29
+ - [ Azure Functions Core Tools] [ 02 ] was re-added to the image.
30
+ - The following packages were removed:
31
+ - ` msodbcsql18 ` and ` mssql-tools18 `
32
+ - ` Apparmor ` is primarily used in Ubuntu and not in Azure Linux.
33
+ - ` redis ` was removed due to changes in licensing. For more information, see
34
+ [ Redis license update: What you need to know] [ 06 ] .
35
+
14
36
## January 2025
15
37
16
38
Tool changes
17
39
18
- - Updated Azure CLI to [ v2.68.0] ( /cli/azure/release-notes-azure-cli )
19
- - Updated Azure PowerShell to [ v13.1.0] ( /powershell/azure/release-notes-azureps?view=azps-13.1.0&preserve-view=true )
40
+ - Updated Azure CLI to [ v2.68.0] [ 04 ]
41
+ - Updated Azure PowerShell to [ v13.1.0] [ 05 ]
20
42
- Removed guava-android Java library
21
43
22
44
## December 2024
@@ -32,12 +54,12 @@ Deprecated Packages
32
54
33
55
The following packages were removed for compliance with our package inclusion policy.
34
56
35
- - [ packer] ( https://developer.hashicorp.com/packer/docs/intro )
36
- - [ sfctl] ( /azure/service-fabric/service-fabric-cli )
57
+ - [ packer] [ 07 ]
58
+ - [ sfctl] [ 03 ]
37
59
38
60
Published policy for inclusion of new tools
39
61
40
- - [ Package inclusion guide] ( https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md )
62
+ - [ Package inclusion guide] [ 11 ]
41
63
42
64
## May 2024
43
65
@@ -49,7 +71,7 @@ New features
49
71
toolbar uses text-based menu items rather than icons, making it easier to find the desired action.
50
72
51
73
For more information, see
52
- [ How to use the new user interface for Azure Cloud Shell] ( new-ui-shell-window.md ) .
74
+ [ How to use the new user interface for Azure Cloud Shell] [ 14 ] .
53
75
54
76
- Support for ephemeral sessions
55
77
@@ -58,7 +80,7 @@ New features
58
80
Shell is restarted.
59
81
60
82
For more information, see
61
- [ Get started with Azure Cloud Shell ephemeral sessions] ( ./get-started/ephemeral.md?tabs=powershell ) .
83
+ [ Get started with Azure Cloud Shell ephemeral sessions] [ 01 ] .
62
84
63
85
Deprecated Packages
64
86
@@ -67,8 +89,24 @@ package owners or are no longer maintained. If you need to use these tools, you
67
89
your Cloud Shell session. For installation instructions, consult the documentation for the package
68
90
you require.
69
91
70
- - [ Batch-Shipyard] ( https://github.com/Azure/batch-shipyard )
71
- - [ blobxfer] ( https://github.com/Azure/blobxfer )
72
- - [ Yeoman (yo)] ( https://yeoman.io/ )
73
- - [ generator-az-terra module] ( https://github.com/Azure/generator-az-terra-module )
74
- - [ Azure-functions-cli] ( https://github.com/Azure/azure-functions-core-tools )
92
+ - [ Batch-Shipyard] [ 09 ]
93
+ - [ blobxfer] [ 10 ]
94
+ - [ Yeoman (yo)] [ 13 ]
95
+ - [ generator-az-terra module] [ 12 ]
96
+ - [ Azure-functions-cli] [ 08 ]
97
+
98
+ <!-- link references -->
99
+ [ 01 ] : ./get-started/ephemeral.md?tabs=powershell
100
+ [ 02 ] : /azure/azure-functions/functions-core-tools-reference?tabs=v2
101
+ [ 03 ] : /azure/service-fabric/service-fabric-cli
102
+ [ 04 ] : /cli/azure/release-notes-azure-cli
103
+ [ 05 ] : /powershell/azure/release-notes-azureps?view=azps-13.1.0&preserve-view=true
104
+ [ 06 ] : https://azure.microsoft.com/blog/redis-license-update-what-you-need-to-know/
105
+ [ 07 ] : https://developer.hashicorp.com/packer/docs/intro
106
+ [ 08 ] : https://github.com/Azure/azure-functions-core-tools
107
+ [ 09 ] : https://github.com/Azure/batch-shipyard
108
+ [ 10 ] : https://github.com/Azure/blobxfer
109
+ [ 11 ] : https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md
110
+ [ 12 ] : https://github.com/Azure/generator-az-terra-module
111
+ [ 13 ] : https://yeoman.io/
112
+ [ 14 ] : new-ui-shell-window.md
0 commit comments