Commit 9bbde62
authored
## Description
This pull request removes three PowerShell scripts related to the
management of PSCredentials. The scripts provided functionalities for
creating, restoring, and saving PSCredentials.
These functions have been moved to
[`PSCredential`](https://github.com/PSModule/PSCredential).
Removal of PSCredential management scripts:
*
[`src/functions/public/PowerShell/PSCredential/New-PSCredential.ps1`](diffhunk://#diff-760a100357d1ec9525cff0a604255efcbd0478a3a91652cdb621452c786c1160L1-L39):
Removed the script that created a PSCredential from a username and
password.
*
[`src/functions/public/PowerShell/PSCredential/Restore-PSCredential.ps1`](diffhunk://#diff-e16f68514ca98d915abb547345d2c4b510e88acadb52d56e588a043f7d9c9030L1-L42):
Removed the script that restored a PSCredential from a file.
*
[`src/functions/public/PowerShell/PSCredential/Save-PSCredential.ps1`](diffhunk://#diff-db306a63a340e6a237b8f99ceaabc235c9bb8677cb1c3bf9b9f5a0e2a0a1aaa0L1-L54):
Removed the script that saved a PSCredential to a file.
## 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
1 parent 0238703 commit 9bbde62
4 files changed
Lines changed: 0 additions & 151 deletions
File tree
- src/functions/public/PowerShell/PSCredential
- tests
Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 0 additions & 54 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 8 | | |
25 | 9 | | |
26 | 10 | | |
| |||
0 commit comments