Skip to content

Commit feecabf

Browse files
committed
Update description for release
1 parent b25330e commit feecabf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/Az.Tools.Predictor/Az.Tools.Predictor/Az.Tools.Predictor.psd1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3131
# Description of the functionality provided by this module
3232
Description = 'Microsoft Azure PowerShell - Module providing recommendations to PSReadLine v2.2.0 or above for cmdlets comprised in the Az module - This module is compatible with PowerShell 7.1 or above.
3333
34+
The module needs to be imported manually via
35+
Import-Module Az.Tools.Predictor
36+
37+
Enable plugins via
38+
Set-PSReadLineOption -PredictionSource HistoryAndPlugin
39+
40+
Switch the output format of suggestions to list view via
41+
Set-PSReadLineOption -PredictionViewStyle ListView
42+
3443
For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs'
3544

3645
# Minimum version of the PowerShell engine required by this module

0 commit comments

Comments
 (0)