-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…306) ## Description This pull request updates the dependency on `Context` to `7.0.2` which no longer relies on `SecretStore` and `SecretManagement` PowerShell modules, but contains its own local vault logic. ### Module Version Updates: * Updated the required version of the `Context` module from `6.0.0` to `7.0.2` across multiple files, including `examples/Connecting.ps1`, `src/functions/private/Auth/Context/Remove-GitHubContext.ps1`, `src/functions/private/Auth/Context/Set-GitHubContext.ps1`, `src/functions/private/Auth/DeviceFlow/Update-GitHubUserAccessToken.ps1`, `src/functions/private/Config/Initialize-GitHubConfig.ps1`, `src/functions/public/Auth/Context/Get-GitHubContext.ps1`, `src/functions/public/Config/Remove-GitHubConfig.ps1`, and `src/functions/public/Config/Set-GitHubConfig.ps1`. ### Code Cleanup: * Removed references to `Microsoft.PowerShell.SecretManagement` from `examples/Connecting.ps1`, `tests/GitHub.Tests.ps1`, and `tools/utilities/Local-Testing.ps1`. * Cleaned up unused or redundant code in `tests/GitHub.Tests.ps1` by removing `Get-SecretInfo` and `Get-SecretVault` commands. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ]⚠️ [Security fix] - [x] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
- Loading branch information
1 parent
ef6c4aa
commit 58ad447
Showing
11 changed files
with
16 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters