File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description : Overview of features in Azure Cloud Shell
3
3
ms.contributor : jahelmic
4
- ms.date : 05/07 /2024
4
+ ms.date : 06/05 /2024
5
5
ms.topic : overview
6
6
tags : azure-resource-manager
7
7
title : Azure Cloud Shell features
@@ -69,8 +69,10 @@ and Chef InSpec. For more information, see the following articles:
69
69
The most commonly used tools are preinstalled in Cloud Shell. This curated collection of tools is
70
70
updated monthly. Use the following commands to see the current list of tools and versions.
71
71
72
- - In PowerShell, use the ` Get-PackageVersion ` command
73
- - In Bash or PowerShell, use the ` tdnf list ` command
72
+ - In PowerShell, use the ` Get-Module -ListAvailable ` command to get a list of installed module
73
+ - In Bash or PowerShell
74
+ - Use the ` tdnf list ` command to list the TDNF packages that are installed
75
+ - Use the ` pip3 list ` command to list the Python packages that are installed
74
76
75
77
### Azure tools
76
78
You can’t perform that action at this time.
0 commit comments