Skip to content

Commit 3eb871d

Browse files
committed
Set the description and dependencies for the module.
1 parent a239d68 commit 3eb871d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ CompanyName = 'Microsoft Corporation'
2929
Copyright = 'Microsoft Corporation. All rights reserved.'
3030

3131
# Description of the functionality provided by this module
32-
Description = 'Microsoft Azure PowerShell Predictor: Provide prediction while user types Azure PowerShell commands'
32+
Description = 'Microsoft Azure PowerShell - Module providing recommendations for Az cmdlets to PSRreadline 2.2 or above - This module is compatible with PowerShell 7.1.'
3333

3434
# Minimum version of the PowerShell engine required by this module
3535
PowerShellVersion = '7.1'
3636

3737
# Modules that must be imported into the global environment prior to importing this module
3838
# RequiredModules = @()
39+
RequiredModules = @(@{ModuleName="PSReadLine"; ModuleVersion="2.2.0-beta1"})
3940

4041
NestedModules = @("Microsoft.Azure.PowerShell.Tools.AzPredictor.dll")
4142

@@ -62,7 +63,7 @@ PrivateData = @{
6263
ReleaseNotes = '* the first preview release'
6364

6465
# Prerelease string of this module
65-
# Prerelease = ''
66+
Prerelease = 'beta1'
6667

6768
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
6869
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)