Skip to content

Commit f303fe2

Browse files
committed
Update commands for tool discovery
1 parent 1cdc00f commit f303fe2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/cloud-shell/features.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Overview of features in Azure Cloud Shell
33
ms.contributor: jahelmic
4-
ms.date: 05/07/2024
4+
ms.date: 06/05/2024
55
ms.topic: overview
66
tags: azure-resource-manager
77
title: Azure Cloud Shell features
@@ -69,8 +69,10 @@ and Chef InSpec. For more information, see the following articles:
6969
The most commonly used tools are preinstalled in Cloud Shell. This curated collection of tools is
7070
updated monthly. Use the following commands to see the current list of tools and versions.
7171

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
7476

7577
### Azure tools
7678

0 commit comments

Comments
 (0)