You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set the description and dependencies for the module.
* Update the project file and module manifest.
* Update manifest and csproj
* Fix typo
* Move PSReadLine to ExternalModuleDependencies.
- PSReadLine is in beta and there are issues in setting RequiredModules
with a beta one. So move it as an ExternalModuleDependencies.
<Description>Microsoft Azure PowerShell Predictor: Provide prediction while user types Azure PowerShell commands</Description>
22
+
<Copyright>Microsoft Corporation. All rights reserved.</Copyright>
23
+
<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.
24
+
25
+
For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs</Description>
Copyright='Microsoft Corporation. All rights reserved.'
30
30
31
31
# 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 to PSReadLine v2.2.0 or above for cmdlets comprised in the Az module - This module is compatible with PowerShell 7.1 or above.
33
+
34
+
For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs'
33
35
34
36
# Minimum version of the PowerShell engine required by this module
35
37
PowerShellVersion='7.1'
36
38
37
39
# Modules that must be imported into the global environment prior to importing this module
0 commit comments