You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
- fix pester test execution order in vscode test task.
- fix coveralls.io link in bagde.
- skip coverage report creation for PR triggered builds
- update docs
- Connection type SCP added for `Connect-To` and `Disconnect-From`.
## Internal Changes
- pester tests now don't need to dotsource other public functions from the same module (fixes#17 )
- helper and private functions stilll needs to be dotsourced.
- basic module tests added
- pester tests for `Resolve-Dependency` added
- Wrapper function `Get-ModuleBase` added. This enables mocking in tests.
[](https://www.powershellgallery.com/packages/PSCredentialStore)
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
170
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
171
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
174
172
175
173
## INPUTS
176
174
@@ -181,11 +179,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
181
179
### [None]
182
180
183
181
## NOTES
184
-
\`\`\`
185
182
File Name : Connect-To.ps1
186
183
Author : Marco Blessing - marco.blessing@googlemail.com
0 commit comments