Skip to content

Commit 77312a5

Browse files
committed
Add release notes
1 parent 7fa4bff commit 77312a5

File tree

2 files changed

+47
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)