11---
22title : Azure Cloud Shell release notes
33description : This article lists the new features and changes released in Azure Cloud Shell.
4- ms.date : 12/03/2025
4+ ms.date : 02/05/2026
55ms.topic : release-notes
66---
77
88# Azure Cloud Shell release notes
99
10- The following document outlines the changes to Azure Cloud Shell. The Cloud Shell container image is
11- updated on a monthly basis. Changes can include new or updated features and tools, security updates,
12- and bug fixes.
10+ The following article outlines the changes to Azure Cloud Shell. Changes can include new or updated
11+ features and tools, security updates, and bug fixes.
1312
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's usually a 30-day notice before a
18- > package is removed from the image. The package may be removed sooner if there's a security
19- > vulnerability or other critical issue. As with any other tool, if there's 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.
13+ Cloud Shell regularly updates Azure CLI and Azure PowerShell, including breaking change releases.
14+ For more information about upcoming breaking changes, see the following articles:
15+
16+ - [ Upcoming breaking changes in Azure PowerShell] [ 10 ]
17+ - [ Azure CLI upcoming breaking changes] [ 07 ]
18+
19+ For a tool to be included in Cloud Shell, it must meet certain criteria. For security compliance,
20+ tool packages become deprecated when they're no longer actively maintained. There's usually a 30-day
21+ notice before a package is removed from the image. We can remove a package sooner if there's a
22+ security vulnerability or other critical issue. For more information about the package inclusion
23+ criteria, see [ Cloud Shell Package inclusion guide] [ 16 ] .
24+
25+ You can install any tool you need in your Cloud Shell session as long as it doesn't require root
26+ access. For installation instructions, consult the documentation for the package you require.
27+
28+ ## February 2026
29+
30+ Tool updates
31+
32+ - Az CLI v2.82.0. This release includes breaking changes. For more information, see
33+ [ Release notes & updates - Azure CLI] [ 05 ] .
34+ - Azure PowerShell v15.2.0. This release includes breaking changes. For more information, see
35+ [ Azure PowerShell release notes] [ 09 ] .
36+
37+ New supported token audience
38+
39+ - The ` https://appservice.azure.com/ ` audience was added as a supported token audience in Cloud
40+ Shell for the public cloud. For other token audiences or clouds, see the troubleshooting section
41+ in the [ Azure Cloud Shell Frequently Asked Questions (FAQ)] [ 06 ] .
2242
2343## November 2025
2444
@@ -27,24 +47,24 @@ User experience improvements
2747- You can now use <kbd >Ctrl</kbd >+<kbd >V</kbd > to paste on Windows and Linux. Previously, you had to
2848 use <kbd >Ctrl</kbd >+<kbd >Shift</kbd >+<kbd >V</kbd > to paste.
2949- You can now drag and drop files in the new UI. Previously, this feature was only available in the
30- old UI. You can use this to upload individual files, but not folders.
50+ old UI. You can use this feature to upload individual files, but not folders.
3151
32- Tool changes
52+ Tool updates
3353
34- - Az CLI is version 2 .79.0
35- - PostgreSQL is version 16 .10
36- - Azure PowerShell is version 14 .6.0
54+ - Az CLI v2 .79.0
55+ - PostgreSQL v16 .10
56+ - Azure PowerShell v14 .6.0
3757
3858## June 2025
3959
40- Tool changes
60+ Tool updates
4161
4262- Updated Azure CLI to v2.74.0
4363- Updated Azure PowerShell to v14.1.0
4464- Updated .NET to v9.0.3
4565- Updated Microsoft.PowerShell.PSResourceGet to v1.1.1. This version includes support for MAR as a
4666 PSRepository.
47- - Added [ Inspektor Gadget] [ 13 ] and ` kubectl-gadget ` packages. Inspektor Gadget offers tools for data
67+ - Added [ Inspektor Gadget] [ 14 ] and ` kubectl-gadget ` packages. Inspektor Gadget offers tools for data
4868 collection and system inspection on Kubernetes clusters and Linux hosts using eBPF.
4969- ` msodbcsql18 ` and ` mssql-tools18 ` were readded to the image.
5070
@@ -59,19 +79,19 @@ The base image for Azure Cloud Shell was updated to use the latest version of **
5979 - ` msodbcsql18 ` and ` mssql-tools18 `
6080 - ` Apparmor ` is primarily used in Ubuntu and not in Azure Linux.
6181 - ` redis ` was removed due to changes in licensing. For more information, see
62- [ Redis license update: What you need to know] [ 06 ] .
82+ [ Redis license update: What you need to know] [ 11 ] .
6383
6484## January 2025
6585
66- Tool changes
86+ Tool updates
6787
6888- Updated Azure CLI to [ v2.68.0] [ 04 ]
69- - Updated Azure PowerShell to [ v13.1.0] [ 05 ]
89+ - Updated Azure PowerShell to [ v13.1.0] [ 08 ]
7090- Removed guava-android Java library
7191
7292## December 2024
7393
74- Tool changes
94+ Tool updates
7595
7696- The mysql client was replaced with the mariadb client. You can still run ` mysql ` commands in Cloud
7797 Shell, but the client is now the mariadb client.
@@ -82,12 +102,12 @@ Deprecated Packages
82102
83103The following packages were removed for compliance with our package inclusion policy.
84104
85- - [ packer] [ 07 ]
105+ - [ packer] [ 12 ]
86106- [ sfctl] [ 03 ]
87107
88108Published policy for inclusion of new tools
89109
90- - [ Package inclusion guide] [ 11 ]
110+ - [ Package inclusion guide] [ 16 ]
91111
92112## May 2024
93113
@@ -99,7 +119,7 @@ New features
99119 toolbar uses text-based menu items rather than icons, making it easier to find the desired action.
100120
101121 For more information, see
102- [ How to use the new user interface for Azure Cloud Shell] [ 15 ] .
122+ [ How to use the new user interface for Azure Cloud Shell] [ 16 ] .
103123
104124- Support for ephemeral sessions
105125
@@ -117,25 +137,26 @@ packages or are no longer maintained. If you need to use these tools, you can in
117137Cloud Shell session. For installation instructions, consult the documentation for the package you
118138require.
119139
120- - [ Batch-Shipyard] [ 09 ]
121- - [ blobxfer] [ 10 ]
122- - [ Yeoman (yo)] [ 14 ]
123- - [ generator-az-terra module] [ 12 ]
124- - [ Azure-functions-cli] [ 08 ]
140+ - [ Batch-Shipyard] [ 14 ]
141+ - [ blobxfer] [ 15 ]
142+ - [ Yeoman (yo)] [ 15 ]
143+ - [ generator-az-terra module] [ 13 ]
144+ - [ Azure-functions-cli] [ 13 ]
125145
126146<!-- link references -->
127147[ 01 ] : ./get-started/ephemeral.md?tabs=powershell
128148[ 02 ] : /azure/azure-functions/functions-core-tools-reference?tabs=v2
129149[ 03 ] : /azure/service-fabric/service-fabric-cli
130150[ 04 ] : /cli/azure/release-notes-azure-cli
131151[ 05 ] : /powershell/azure/release-notes-azureps?view=azps-13.1.0&preserve-view=true
132- [ 06 ] : https://azure.microsoft.com/blog/redis-license-update-what-you-need-to-know/
133- [ 07 ] : https://developer.hashicorp.com/packer/docs/intro
134- [ 08 ] : https://github.com/Azure/azure-functions-core-tools
135- [ 09 ] : https://github.com/Azure/batch-shipyard
136- [ 10 ] : https://github.com/Azure/blobxfer
137- [ 11 ] : https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md
138- [ 12 ] : https://github.com/Azure/generator-az-terra-module
139- [ 13 ] : https://inspektor-gadget.io/
140- [ 14 ] : https://yeoman.io/
141- [ 15 ] : new-ui-shell-window.md
152+ [ 06 ] : faq-troubleshooting.md#terminal-output---audience-service-audience-url-is-not-a-supported-msi-token-audience
153+ [ 07 ] : https://azure.microsoft.com/blog/redis-license-update-what-you-need-to-know/
154+ [ 08 ] : https://developer.hashicorp.com/packer/docs/intro
155+ [ 09 ] : https://github.com/Azure/azure-functions-core-tools
156+ [ 10 ] : https://github.com/Azure/batch-shipyard
157+ [ 11 ] : https://github.com/Azure/blobxfer
158+ [ 12 ] : https://github.com/Azure/CloudShell/blob/master/docs/package-inclusion-guide.md
159+ [ 13 ] : https://github.com/Azure/generator-az-terra-module
160+ [ 14 ] : https://inspektor-gadget.io/
161+ [ 15 ] : https://yeoman.io/
162+ [ 16 ] : new-ui-shell-window.md
0 commit comments