Skip to content

Commit 7e06109

Browse files
author
joeyaiello
committed
add February community call
1 parent e850397 commit 7e06109

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

CommunityCall/20180215_ChatTranscript.txt

Whitespace-only changes.

CommunityCall/20180215_Notes.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# PowerShell Core Community Call - February 15, 2018
2+
3+
## Agenda
4+
5+
* Coverage
6+
* PS Standard
7+
* PRs
8+
* IoT
9+
* Editor Services
10+
* Script Analyzer
11+
* SSH
12+
13+
## Notes
14+
15+
* Joey has been working on coverage with module owners across Microsoft
16+
* Azure PowerShell already making good progress with AzureRm.NetCore module
17+
* Starting conversations with Windows/Office including AD, AAD, Exchange, and others
18+
* No promises or ETAs, but we are making progress!
19+
* PS Standard 5.1 preview out by end of Feb - https://github.com/powershell/powershellstandard
20+
* Question was asked about hosting PSCore
21+
* docs are here for now: https://github.com/PowerShell/PowerShell/tree/master/docs/host-powershell
22+
* This has our MyGet feed: https://github.com/PowerShell/PowerShell/blob/master/docs/host-powershell/sample-dotnet2.0-powershell.beta.3/NuGet.config
23+
* Joey talked about breaking down the monolith and separating into components - help being an example
24+
* dev tools pack, mixed feelings (Microsoft "picking a winner")
25+
* PR backlog: we know it's important, and we'll get to it
26+
* Merge privileges for community maintainers?
27+
* We think it makes a lot of sense, definitely an eventual desire, so we'll talk internally
28+
* Windows Update for PSCore
29+
* Get-PSUpdate cmdlet - we should have this, question is with the implementation (Update-PSCore)
30+
* PRs always welcome 😄, also Chocolatey was mentioned
31+
* maybe a NuGet feed of Chocolatey packages that are MS blessed for installing pwsh and similar apps
32+
* We'll talk about this internally, but no promises
33+
* SCCM or Intune for a fleet of macbooks - tell SCCM team on UserVoice
34+
* Script Analyzer update
35+
* All PRs are dealt with in some way
36+
* Getting PSSA consistent with other PowerShell repos
37+
* New release soon
38+
* Added new maintainer
39+
* We should look at the rules again
40+
* For targeting specific editions/versions/platforms, for example:
41+
* Now: goes back as far as v3 (but not 100% fleshed out)
42+
* Future: not going to work on a particular OS, actually fleshed out
43+
* Question: Why C# is the only language a rule can be merged in as
44+
* We should support other languages/forms, totally reasonable
45+
* Jim will address it - https://github.com/PowerShell/PSScriptAnalyzer/issues/743
46+
* PSSA will have more features
47+
* IoT module being worked on by Andrew and Tyler
48+
* not open-sourced yet
49+
* conservative (i.e. worst case) ETA: "probably a couple of months"
50+
* Module for messing with GPIO and sensors
51+
* Possibly demo or video coming up showing some lights and water pumps working
52+
* Editor Services
53+
* 1.6.0 release coming soon
54+
* Patrick working on PSReadline within VS Code
55+
* Roughly targeting 1.7.0 for release of this
56+
* Talking more at MVP Summit, as well as PowerShell Summit NA in April
57+
* SSH
58+
* Git for windows using own SSH
59+
* Question: What will having SSH in win32 mean for updates via chocolatey?
60+
* Win32-OpenSSH ships as a "Windows Feature on Demand" on by default can be removed
61+
* Available in Desktop, Server, Server Core
62+
* Recommendation from Darwin
63+
* should be off by default
64+
* worry about systems that already have SSH (other implementations) installed
65+
* Joey will get in contact with Darwin to get more feedback <-
66+
* Tough balance between making it easy to access and not breaking people
67+
* system32 is (mostly) immutable, and upgrades old goes to Windows.old, you get that with everything (Windows Update)
68+
* docs: refactored table of context
69+
* need feedback
70+
* will port over remaining MSDN docs to docs.microsoft.com
71+
* PSReadLine 2 in PSCore
72+
* 6.1? maybe
73+
* PSReadLine 2.0 very likely going to Windows PowerShell

CommunityCall/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Use [this ICS file](RecurringCommunityCall.ics) (right-click `Raw` and select `S
77

88
## Notes
99

10+
* [Feb 15, 2018](./20180215_Notes.md) ([YouTube recording](https://youtu.be/fz8KxMoQDaM) and [transcript](20180215_ChatTranscript.txt))
1011
* Jan 18, 2018 ([YouTube recording](https://youtu.be/SFz-fFue0dg))
1112
* [November 16, 2017](./20171116_Notes.md) ([YouTube recording](https://youtu.be/EZ-UqdP_bxQ) and [transcript](./20171116_ChatTranscript.txt))
1213
* [July 20, 2017](./20170720_Notes.md) ([YouTube recording](https://www.youtube.com/watch?v=DF2L5ezX7AE) and [transcript](./20170720_ChatTranscript.txt))

0 commit comments

Comments
 (0)