powershell-gallery
Here are 56 public repositories matching this topic...
-
Updated
Jun 9, 2020 - PowerShell
Not all the functions that have a Path parameter have a corresponding LiteralPath parameter. Found this while implementing #53.
Steps to reproduce
$functions = Get-Command -Module PowerShellGet -ParameterName Path
foreach ($fun in $functions) {
It "$fun should have a LiteralPath parameter" {
Get-Command -Name $fun.Name -ParameterName LiI suggest using plaster to scaffold all files needed for new cmdlets
https://github.com/PowerShell/Plaster/blob/master/
I suggest the following things to scaffold from templates:
- cmdlet file with name Verb-VSteamAction
- create markdown docs with synopsis file and basic doc file
- check whether during scaffold we can already define parameters for the cmdlet and also add it to the files
Jira API v3
Description
Atlassian is working on v3 of the Jira Api.
By default, most of the functions will use it in favor of v2, as the URL uses latest.
https://developer.atlassian.com/cloud/jira/platform/rest/v3
v3 is currently marked as experimental
ToDo
- figure out what changed
- document what is new (as feature requests)
- ensure nothing (including tests) do
Description
When a call which requires get parameters returns a paginated result, the get parameters of the query are lost
Steps To Reproduce
Get-ConfluencePage -Space "Foo" -Title "my Page"VERBOSE: [Invoke-Method] Status code: 200
VERBOSE: [Invoke-Method] Outputting results as ConfluencePS.Page
VERBOSE: [ConvertTo-Page] Converting Object to Page
VERB
-
Updated
May 30, 2020 - PowerShell
Is your feature request related to a problem? Please describe.
Currently the -Server value needs to match the common name on the TLS certificate. Could we, and should we support different values?
Describe the solution you'd like
Probably a -CertificateName parameter that if specified would be used during the validation. If it isn't specified, then the -Server value is used.
**Descr
Should use as a starting point:
- https://github.com/madskristensen/WebCompiler/blob/master/CONTRIBUTING.md
- https://github.com/code-cracker/code-cracker/blob/master/CONTRIBUTING.md
Besides that, should add:
- Coding Style
- Project Structure
- How to build
- Unit tests
-
Updated
Apr 22, 2020 - PowerShell
-
Updated
May 2, 2020 - PowerShell
-
Updated
Sep 10, 2019 - PowerShell
-
Updated
Jul 7, 2019 - C#
-
Updated
Jan 26, 2020 - PowerShell
-
Updated
Mar 16, 2019 - PowerShell
-
Updated
May 17, 2020 - PowerShell
-
Updated
Sep 3, 2016 - PowerShell
-
Updated
Mar 14, 2020 - PowerShell
-
Updated
Feb 24, 2020 - PowerShell
-
Updated
Jun 15, 2020 - PowerShell
-
Updated
Jun 12, 2020 - PowerShell
-
Updated
Dec 19, 2019 - PowerShell
-
Updated
Jan 28, 2020 - PowerShell
-
Updated
May 15, 2019 - PowerShell
-
Updated
Nov 28, 2019 - PowerShell
-
Updated
May 30, 2019 - PowerShell
-
Updated
Jun 13, 2019 - PowerShell
-
Updated
Dec 30, 2016 - HTML
-
Updated
Oct 6, 2018 - PowerShell
Improve this page
Add a description, image, and links to the powershell-gallery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the powershell-gallery topic, visit your repo's landing page and select "manage topics."



System Details