New-CredentialStoreItem-Warn-If-CredentialStore-Doesnt-Exist #72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pinguinfuss:New-CredentialStoreItem-Warn-If-CredentialStore-Doesnt-Exist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📖 Summary
Fix errror message of New-CredentialStoreItem when no CredentialStore exists.
📑 Test Plan
Test-CredentialStore
False
New-CredentialStoreItem -RemoteHost hans.wurst.one
New-CredentialStoreItem : The given credential store (C:\Users\pinguinfuss\AppData\Roaming\CredentialStore.json) does not exist!
In Zeile:1 Zeichen:1
/drone/src/build/FileLinter-Results.log
/drone/src/src/Item/New-CredentialStoreItem.ps1
EOL, EOF
/drone/src/build/Pester-Results.log
Test-CredentialStore.Basic logic tests.Read a broken CredentialStore
🧪 49 Total Tests (✔️
48 Passed
▫️🔱1 Skipped / NotRun
▫️ ⚠️Unknown
▫️ ❗0 Failed
)📑 Covered 38.77% / 75%. (🔖
779 analyzed Commands
📄in 25 Files
)/drone/src/build/ScriptAnalyzer-Results.log
✔️ No violations found.
end.
implemented with #73
Pull request closed