Skip to content
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

Import the security module for access check #13006

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

chrisroberts
Copy link
Member

The 7.3.0 release of powershell cleaned up some stray things that
should require the import of the security module to be available.
It causes issues with pre-7.3 versions of powershell that attempt
to load the newer module so we run a check and restrict the module
version based on the powershell version.

Powershell change: PowerShell/PowerShell#16355
Module import issue described here: PowerShell/PowerShell#18530 (comment)

Fixes #12998

The 7.3.0 release of powershell cleaned up some stray things that
should require the import of the security module to be available.
It causes issues with pre-7.3 versions of powershell that attempt
to load the newer module so we run a check and restrict the module
version based on the powershell version.
@chrisroberts chrisroberts merged commit 3199cc5 into hashicorp:main Dec 8, 2022
@chrisroberts chrisroberts deleted the pwsh-7.3 branch December 8, 2022 19:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vagrant up failing with hyper-v after upgrading to powershell 7.3.0
1 participant