CloudShell
CloudShell copied to clipboard
Enable Az.Tools.Predictor by default
This pull request adds:
- New version of Az.Accounts (need for az.tools.predictor)
- Adds lines to profile (if existing "add"; if not, create profile)
Set-PSReadLineOption -Colors @{ InLinePrediction = '#2F7004'}
Import-Module AZ.Tools.Predictor
Hey @theJasonHelmick, we already have Az.Accounts. We also already install Az.Tools.Predictor
Closing as this change will occur in PR: https://github.com/Azure/CloudShell/pull/266