Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Commit 90adcc7

Browse files
authored
Add feature-complete notice to README
1 parent 0011155 commit 90adcc7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# PowerShell SecretManagement module
22

3+
> [!IMPORTANT]
4+
> The PowerShell team has decided that `Microsoft.PowerShell.SecretManagement` is feature complete, so [1.1.2](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretManagement/1.1.2) will be the last feature release.
5+
>
6+
> The nature of secrets has fundamentally changed since this project was designed.
7+
> Passwordless authentication methods such as passkeys, single sign-on and federated credential systems such as Microsoft Entra ID, biometrics, and hardware security keys are the future — and they aren't something this project can meaningfully support in its current form.
8+
>
9+
> While we will no longer be adding features, we remain committed to addressing security issues in the module.
10+
>
11+
> This repository will be archived in the coming weeks. Thank you for all of your contributions. 🙏
12+
313
PowerShell SecretManagement module provides a convenient way for a user to store and retrieve secrets.
414
The secrets are stored in SecretManagement extension vaults.
515
An extension vault is a PowerShell module that has been registered to SecretManagement, and exports five module functions required by SecretManagement.

0 commit comments

Comments
 (0)