|
5 | 5 | * New releases of PowerShell |
6 | 6 | * PowerShell repository, experimental features, and RFCs |
7 | 7 | * Semantic Highlighting in the PowerShell Preview extension for Visual Studio Code |
8 | | -* Notebook mode in VS Code |
9 | 8 | * Updateable help pipeline |
10 | 9 | * Cloud Shell |
11 | 10 | * virtual network support |
12 | 11 | * [open source container image](https://github.com/azure/cloudshell) |
| 12 | +* Notebook mode in VS Code |
13 | 13 | * [Q&A](https://github.com/PowerShell/PowerShell-RFC/issues/258) |
14 | 14 | * Thoughts on [capturing `-WhatIf` output](https://github.com/PowerShell/PowerShell/issues/9870) |
15 | 15 | * What's being worked on with the VS Code extension with regards to bugs/stability/perf? |
16 | 16 | Is it [this?](https://github.com/PowerShell/PowerShellEditorServices/issues/1295) |
17 | 17 | Anything else? |
18 | 18 | * PowerShell DSC changes, what's going on with those? |
| 19 | + |
| 20 | +## Notes |
| 21 | + |
| 22 | +* PowerShell 7.1 Preview 6 released this week |
| 23 | + * Noteworthy changes in [release blog](https://devblogs.microsoft.com/powershell/powershell-7-1-preview-6/) |
| 24 | + * One more Preview 7 planned for the first week of September to add some final feature code |
| 25 | + * Release Candidates planned for late September and October with GA in November |
| 26 | + * Plan is to only take very high-priority bug fixes in RC |
| 27 | + * Anything that doesn't make 7.1 will ship in 7.2 |
| 28 | + * Decisions on which experimental features remain experimental in 7.1 in |
| 29 | + [this issue](https://github.com/PowerShell/PowerShell/issues/13406) |
| 30 | +* Preview 6 has been officially submitted to the Microsoft Store |
| 31 | + * Several days to go through the certification process |
| 32 | + * We *believe* we've done the right things to be published, but we will see |
| 33 | +* Totally hear @iSazonov's feedback on lack of roadmap and backlog of PRs |
| 34 | + * We're establishing Working Groups to decentralize management of `Area-*` labeled |
| 35 | + PRs and issues |
| 36 | +* Semantic Highlighting in the PowerShell Preview extension for Visual Studio Code |
| 37 | + * Old syntax highlighting was based on regex, but it's limited in functionality |
| 38 | + * New syntax highlighting is using PowerShell's tokenizer |
| 39 | +* Updates on the updateable help pipeline |
| 40 | + * Committed to continuing to improve the Update-Help system so that they see the same docs on the web and in the console |
| 41 | + * Fixes to Windows PowerShell 5.1 and PowerShell 7.1 |
| 42 | + * New internal CI/CD feature to accelerate adoption of new pipeline by partner |
| 43 | + teams in Windows and Office |
| 44 | + * If you see any issues in `Update-Help`, please file an issue in |
| 45 | + [PowerShell-Docs](https://github.com/MicrosoftDocs/PowerShell-Docs) |
| 46 | +* [Cloud Shell](https://shell.azure.com) updates |
| 47 | + * Now support running containers inside customers' virtual network |
| 48 | + * This means you can manage machines or Kubernetes clusters with private IPs |
| 49 | + * Supported in a small handful of regions today, rolling out to more on an ongoing basis |
| 50 | + * Container image for Cloud Shell is now [open-sourced](https://github.com/azure/cloudshell) |
| 51 | + * PRs are open! Just make sure to check [Contributing in the README](https://github.com/azure/cloudshell#contributing) |
| 52 | + * |
0 commit comments