Skip to content

January 19th Community Call #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
StevenBucher98 opened this issue Nov 17, 2022 · 14 comments
Closed

January 19th Community Call #338

StevenBucher98 opened this issue Nov 17, 2022 · 14 comments

Comments

@StevenBucher98
Copy link
Collaborator

StevenBucher98 commented Nov 17, 2022

Agenda -

@SteveL-MSFT
Copy link
Member

Adam Driscoll to demo psedit

@SteveL-MSFT
Copy link
Member

Doug Finke to demo GPT + PowerShell

@kilasuit
Copy link

Discussion on December being a community run call each year going forward, as opposed to the team who run the call all the rest of the year.

@kilasuit
Copy link

I have a demo of a project I started that looks at code complexity scoring

@JustinGrote
Copy link
Contributor

Loving all the demos submissions! Keep 'em coming!

@ajansveld
Copy link

Could someone talk about what bug fixes get backported to the 7.2 (LTS) release? How can the community help bring attention to critical bugs so they can be considered?

@JustinGrote
Copy link
Contributor

Could someone talk about what bug fixes get backported to the 7.2 (LTS) release? How can the community help bring attention to critical bugs so they can be considered?

Do you have an example? I bet that would help.

@AspenForester
Copy link

AspenForester commented Jan 12, 2023

@ajansveld
Copy link

Could someone talk about what bug fixes get backported to the 7.2 (LTS) release? How can the community help bring attention to critical bugs so they can be considered?

Do you have an example? I bet that would help.

Sure! PowerShell/PowerShell#13633 describes a bug that was fixed in 7.3 but can still bite people on 7.2.

@JustinGrote
Copy link
Contributor

How are people feeling about the announcement of the Graph v2 modules? https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-powershell-v2-is-now-in-public-preview-half-the-size-and-will-speed-up-your-automations/

I think it's the smart move, though they really should provide for the beta module a quick aliasing feature (e.g. alias Get-MgUser to Get-MgBetaUser) so you can test against the beta API without having to rewrite your script.

@bergmeister
Copy link

bergmeister commented Jan 17, 2023

How are people feeling about the announcement of the Graph v2 modules? https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-powershell-v2-is-now-in-public-preview-half-the-size-and-will-speed-up-your-automations/

I think it's the smart move, though they really should provide for the beta module a quick aliasing feature (e.g. alias Get-MgUser to Get-MgBetaUser) so you can test against the beta API without having to rewrite your script.

When AzureRM migrated to Az, they provided an Enable-AzureRmAlias command for that, so that would be good starting point https://learn.microsoft.com/en-us/powershell/azure/migrate-from-azurerm-to-az#option-2-use-compatibility-mode-with-enable-azurermalias

However, I am not sure that having different cmdlet names is the best technical option only for choosing between beta and RTM endpoint, it could instead be a switch parameter and I don't think there's a reason to not allow the usage of beta endpoints in RTM module versions since the user explicitly opts into it.
A PowerShell module in beta version to me is more about getting user feedback about cmdlet design (e.g. do new parameters or returned object structures make sense; hint: this is actually one of the weakest areas for most MG cmdlets IMHO where most users would welcome improvements) and not about whether it calls a Beta endpoint. Of course a Beta module can serve as a release train to bring brand new endpoints quicker to end users but I am just saying it doesn't need to stay exclusively in Beta modules.

Let me know what you think, maybe I haven't considered other aspects.

@andyleejordan
Copy link
Member

@StevenBucher98 I can't edit your post but can you add VS Code January stable release?

@StevenBucher98
Copy link
Collaborator Author

In case you are looking for next months agenda we are trying out a discussion tab instead of issue tab, Feb 2023 can be found here: https://github.com/orgs/PowerShell/discussions/18986

@ili101
Copy link

ili101 commented Sep 15, 2024

In case you are looking for next months agenda we are trying out a discussion tab instead of issue tab, Feb 2023 can be found here: https://github.com/orgs/PowerShell/discussions/18986

Updated https://github.com/PowerShell/PowerShell/discussions/categories/community-call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants