Skip to content

Commit 0e247fa

Browse files
authored
Merge pull request #279164 from sdwheeler/sdw-w261603-cs-rel-notes
Add release notes
2 parents 08d319b + b7d0520 commit 0e247fa

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

articles/cloud-shell/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ items:
55
href: overview.md
66
- name: Features & tools
77
href: features.md
8+
- name: Release notes
9+
href: release-notes.md
810
- name: Get started with Cloud Shell
911
items:
1012
- name: Get started (Classic)

articles/cloud-shell/release-notes.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Azure Cloud Shell release notes
3+
description: This article lists the new features and changes released in Azure Cloud Shell.
4+
ms.date: 06/25/2024
5+
ms.topic: release-notes
6+
---
7+
8+
# Azure Cloud Shell release notes
9+
10+
The following document outlines the changes to Azure Cloud Shell. The Cloud Shell container image is
11+
updated on a monthly basis to reflect the latest changes. Changes can include new or updated
12+
features and tools, security updates, and bug fixes.
13+
14+
## May 2024
15+
16+
### New features
17+
18+
- Updated user interface
19+
20+
Cloud Shell recently updated the user interface for the Cloud Shell terminal window. The new
21+
toolbar uses text-based menu items rather than icons, making it easier to find the desired action.
22+
23+
For more information, see
24+
[How to use the new user interface for Azure Cloud Shell](new-ui-shell-window.md).
25+
26+
- Support for ephemeral sessions
27+
28+
Ephemeral sessions don't require a storage account. You can upload or create new files in your
29+
Cloud Shell session. Those files are removed shortly after the window is closed or when Cloud
30+
Shell is restarted.
31+
32+
For more information, see
33+
[Get started with Azure Cloud Shell ephemeral sessions](./get-started/ephemeral.md?tabs=powershell).
34+
35+
### Deprecated Packages
36+
37+
The following packages were removed for security compliance. These packages were deprecated by the
38+
package owners or are no longer maintained. If you need to use these tools, you can install them in
39+
your Cloud Shell session. For installation instructions, consult the documentation for the package
40+
you require.
41+
42+
- [Batch-Shipyard](https://github.com/Azure/batch-shipyard)
43+
- [blobxfer](https://github.com/Azure/blobxfer)
44+
- [Yeoman (yo)](https://yeoman.io/)
45+
- [generator-az-terra module](https://github.com/Azure/generator-az-terra-module)
46+
- [Azure-functions-cli](https://github.com/Azure/azure-functions-core-tools)

0 commit comments

Comments
 (0)