Created
June 14, 2018 20:08
-
-
Save it-praktyk/d2b6db6ff50ec913edc03187434673d4 to your computer and use it in GitHub Desktop.
Update-MarkdownHelp doesn't respect -the parameter AlphabeticParamsOrder - examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| external help file: PSGitLab-help.xml | |
| Module Name: PSGitLab | |
| online version: | |
| schema: 2.0.0 | |
| --- | |
| # Block-GitLabUser | |
| ## SYNOPSIS | |
| Gives you the ability to block users in GitLab. | |
| ## SYNTAX | |
| ### ID (Default) | |
| ``` | |
| Block-GitLabUser -ID <String> [-Passthru] [<CommonParameters>] | |
| ``` | |
| ### Username | |
| ``` | |
| Block-GitLabUser -Username <String> [-Passthru] [<CommonParameters>] | |
| ``` | |
| ``` | |
| Block-GitLabUser -Email <String> [-Passthru] [<CommonParameters>] | |
| ``` | |
| ## DESCRIPTION | |
| Gives you the ability to block users in GitLab. | |
| Can be done by parameter or by pipeline. | |
| ## EXAMPLES | |
| ### EXAMPLE 1 | |
| ``` | |
| Block-GitLabUser -Username fake | |
| ``` | |
| ### EXAMPLE 2 | |
| ``` | |
| Block-GitLabUser -Email [email protected] | |
| ``` | |
| ### EXAMPLE 3 | |
| ``` | |
| Block-GitLabUser -ID 22 | |
| ``` | |
| ### EXAMPLE 4 | |
| ``` | |
| Get-GitLabUser -Username fake | Block-GitLabUser | |
| ``` | |
| ## PARAMETERS | |
| The email of the user to be blocked. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: Email | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| ### -ID | |
| The GitLab user ID. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: ID | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: True (ByPropertyName) | |
| Accept wildcard characters: False | |
| ``` | |
| ### -Passthru | |
| Return the blocked user to the pipeline. | |
| ```yaml | |
| Type: SwitchParameter | |
| Parameter Sets: (All) | |
| Aliases: | |
| Required: False | |
| Position: Named | |
| Default value: False | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| ### -Username | |
| The username of the user to be blocked. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: Username | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| ### CommonParameters | |
| 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). | |
| ## INPUTS | |
| ## OUTPUTS | |
| ## NOTES | |
| ## RELATED LINKS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| external help file: PSGitLab-help.xml | |
| online version: | |
| schema: 2.0.0 | |
| --- | |
| # Block-GitLabUser | |
| ## SYNOPSIS | |
| Gives you the ability to block users in GitLab. | |
| ## SYNTAX | |
| ### ID (Default) | |
| ``` | |
| Block-GitLabUser -ID <String> [-Passthru] | |
| ``` | |
| ### Username | |
| ``` | |
| Block-GitLabUser -Username <String> [-Passthru] | |
| ``` | |
| ``` | |
| Block-GitLabUser -Email <String> [-Passthru] | |
| ``` | |
| ## DESCRIPTION | |
| Gives you the ability to block users in GitLab. | |
| Can be done by parameter or by pipeline. | |
| ## EXAMPLES | |
| ### -------------------------- EXAMPLE 1 -------------------------- | |
| ``` | |
| Block-GitLabUser -Username fake | |
| ``` | |
| ### -------------------------- EXAMPLE 2 -------------------------- | |
| ``` | |
| Block-GitLabUser -Email [email protected] | |
| ``` | |
| ### -------------------------- EXAMPLE 3 -------------------------- | |
| ``` | |
| Block-GitLabUser -ID 22 | |
| ``` | |
| ### -------------------------- EXAMPLE 4 -------------------------- | |
| ``` | |
| Get-GitLabUser -Username fake | Block-GitLabUser | |
| ``` | |
| ## PARAMETERS | |
| ### -ID | |
| The GitLab user ID. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: ID | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: True (ByPropertyName) | |
| Accept wildcard characters: False | |
| ``` | |
| ### -Username | |
| The username of the user to be blocked. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: Username | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| The email of the user to be blocked. | |
| ```yaml | |
| Type: String | |
| Parameter Sets: Email | |
| Aliases: | |
| Required: True | |
| Position: Named | |
| Default value: None | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| ### -Passthru | |
| Return the blocked user to the pipeline. | |
| ```yaml | |
| Type: SwitchParameter | |
| Parameter Sets: (All) | |
| Aliases: | |
| Required: False | |
| Position: Named | |
| Default value: False | |
| Accept pipeline input: False | |
| Accept wildcard characters: False | |
| ``` | |
| ## INPUTS | |
| ## OUTPUTS | |
| ## NOTES | |
| ## RELATED LINKS | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- UPDATING Cmdlet : Add-GitLabProjectRunner ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Updated: ProjectId | |
| Type updated from to Int32 | |
| Parameter Updated: ProjectId | |
| Required updated from False to True | |
| Parameter Updated: ProjectId | |
| Position updated from Named to 1 | |
| Parameter Updated: ProjectId | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: RunnerId | |
| Type updated from to Int32 | |
| Parameter Updated: RunnerId | |
| Required updated from False to True | |
| Parameter Updated: RunnerId | |
| Position updated from Named to 0 | |
| Parameter Updated: RunnerId | |
| Accepts Pipeline Input updated from false to False | |
| ---- COMPLETED UPDATING Cmdlet : Add-GitLabProjectRunner ---- | |
| ---- UPDATING Cmdlet : Block-GitLabUser ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Block-GitLabUser ---- | |
| ---- UPDATING Cmdlet : Close-GitLabMergeRequest ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: ID | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Close-GitLabMergeRequest ---- | |
| ---- UPDATING Cmdlet : Close-GitLabMilestone ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: ID | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Close-GitLabMilestone ---- | |
| ---- UPDATING Cmdlet : Get-GitLabCommitStats ---- | |
| Parameter Set Added: AllByAuthor | |
| Parameter Set Added: IdByAuthor | |
| Parameter Added: byAuthor | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabCommitStats ---- | |
| ---- UPDATING Cmdlet : Get-GitLabMergeRequest ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabMergeRequest ---- | |
| ---- UPDATING Cmdlet : Get-GitLabMilestone ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabMilestone ---- | |
| ---- UPDATING Cmdlet : Get-GitLabNamespace ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: search | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabNamespace ---- | |
| ---- UPDATING Cmdlet : Get-GitLabPipeline ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabPipeline ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProject ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProject ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectArchive ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: CommitID | |
| Type updated from AllowNullAttribute to String | |
| Parameter Updated: CommitID | |
| Position updated from 2 to 1 | |
| Parameter Updated: OutFile | |
| Position updated from 3 to 2 | |
| Parameter Updated: ProjectID | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectArchive ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectCommit ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Added: After | |
| Parameter Added: Before | |
| Parameter Added: Branch | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectCommit ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectEvent ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectEvent ---- | |
| ---- UPDATING Cmdlet : Get-GitlabProjectRepositoryTree ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: CommitID | |
| Type updated from AllowNullAttribute to String | |
| Parameter Updated: CommitID | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectID | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitlabProjectRepositoryTree ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectServiceMSTeams ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectServiceMSTeams ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectServiceSlack ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectServiceSlack ---- | |
| ---- UPDATING Cmdlet : Get-GitlabProjectSubmodule ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: CommitID | |
| Type updated from AllowNullAttribute to String | |
| Parameter Updated: CommitID | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectID | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitlabProjectSubmodule ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectTag ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectTag ---- | |
| ---- UPDATING Cmdlet : Get-GitLabProjectWebhook ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabProjectWebhook ---- | |
| ---- UPDATING Cmdlet : Get-GitLabRunner ---- | |
| ---- ERROR UPDATING Cmdlet : Get-GitLabRunner---- | |
| Exception parameter merge: | |
| Failed to compare two elements in the array. | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabRunner ---- | |
| ---- UPDATING Cmdlet : Get-GitLabSetting ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabSetting ---- | |
| ---- UPDATING Cmdlet : Get-GitLabUser ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabUser ---- | |
| ---- UPDATING Cmdlet : Get-GitLabUserKey ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabUserKey ---- | |
| ---- UPDATING Cmdlet : Get-GitLabVersion ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| ---- COMPLETED UPDATING Cmdlet : Get-GitLabVersion ---- | |
| ---- UPDATING Cmdlet : New-GitLabBuild ---- | |
| Parameter Set Added: Default | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabBuild ---- | |
| ---- UPDATING Cmdlet : New-GitLabFork ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabFork ---- | |
| ---- UPDATING Cmdlet : New-GitLabMergeRequest ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Added: RemoveSourceBranch | |
| Parameter Updated: AssigneeId | |
| Position updated from 4 to 3 | |
| Parameter Updated: Description | |
| Position updated from 6 to 5 | |
| Parameter Updated: Labels | |
| Position updated from 8 to 7 | |
| Parameter Updated: MilestoneId | |
| Position updated from 9 to 8 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| Parameter Updated: SourceBranch | |
| Position updated from 2 to 1 | |
| Parameter Updated: TargetBranch | |
| Position updated from 3 to 2 | |
| Parameter Updated: TargetProjectId | |
| Position updated from 7 to 6 | |
| Parameter Updated: Title | |
| Position updated from 5 to 4 | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabMergeRequest ---- | |
| ---- UPDATING Cmdlet : New-GitLabMilestone ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Description | |
| Position updated from 3 to 2 | |
| Parameter Updated: DueDate | |
| Position updated from 4 to 3 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| Parameter Updated: Title | |
| Position updated from 2 to 1 | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabMilestone ---- | |
| ---- UPDATING Cmdlet : New-GitLabProject ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: description | |
| Position updated from 4 to 3 | |
| Parameter Updated: name | |
| Position updated from 1 to 0 | |
| Parameter Updated: namespace | |
| Position updated from 3 to 2 | |
| Parameter Updated: path | |
| Position updated from 2 to 1 | |
| Parameter Updated: visibility_level | |
| Position updated from 5 to 4 | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabProject ---- | |
| ---- UPDATING Cmdlet : New-GitLabProjectWebhook ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabProjectWebhook ---- | |
| ---- UPDATING Cmdlet : New-GitLabRunner ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Added: Architecture | |
| Parameter Added: Artifacts | |
| Parameter Added: Cache | |
| Parameter Added: Description | |
| Parameter Added: Executor | |
| Parameter Added: Image | |
| Parameter Added: Locked | |
| Parameter Added: Name | |
| Parameter Added: Platform | |
| Parameter Added: Revision | |
| Parameter Added: RunUntagged | |
| Parameter Added: Services | |
| Parameter Added: Shared | |
| Parameter Added: Tags | |
| Parameter Added: Token | |
| Parameter Added: Variables | |
| Parameter Added: Version | |
| Parameter Deleted: architecture | |
| Parameter Deleted: artifacts | |
| Parameter Deleted: cache | |
| Parameter Deleted: description | |
| Parameter Deleted: executor | |
| Parameter Deleted: image | |
| Parameter Deleted: name | |
| Parameter Deleted: platform | |
| Parameter Deleted: revision | |
| Parameter Deleted: shared | |
| Parameter Deleted: tags | |
| Parameter Deleted: token | |
| Parameter Deleted: variables | |
| Parameter Deleted: version | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabRunner ---- | |
| ---- UPDATING Cmdlet : New-GitLabUser ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Email | |
| Position updated from 1 to 0 | |
| Parameter Updated: LinkedIn | |
| Position updated from 6 to 5 | |
| Parameter Updated: Name | |
| Position updated from 4 to 3 | |
| Parameter Updated: Password | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectsLimit | |
| Position updated from 9 to 8 | |
| Parameter Updated: SkypeID | |
| Position updated from 5 to 4 | |
| Parameter Updated: Twitter | |
| Position updated from 7 to 6 | |
| Parameter Updated: Username | |
| Position updated from 3 to 2 | |
| Parameter Updated: WebsiteURL | |
| Position updated from 8 to 7 | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabUser ---- | |
| ---- UPDATING Cmdlet : New-GitLabUserKey ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : New-GitLabUserKey ---- | |
| ---- UPDATING Cmdlet : Push-SSHKeysToGitLab ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| ---- COMPLETED UPDATING Cmdlet : Push-SSHKeysToGitLab ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabMergeRequest ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Id | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabMergeRequest ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabProject ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Id | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabProject ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabProjectRunner ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Updated: ProjectId | |
| Type updated from to Int32 | |
| Parameter Updated: ProjectId | |
| Required updated from False to True | |
| Parameter Updated: ProjectId | |
| Position updated from Named to 1 | |
| Parameter Updated: ProjectId | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: RunnerId | |
| Type updated from to Int32 | |
| Parameter Updated: RunnerId | |
| Required updated from False to True | |
| Parameter Updated: RunnerId | |
| Position updated from Named to 0 | |
| Parameter Updated: RunnerId | |
| Accepts Pipeline Input updated from false to False | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabProjectRunner ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabProjectServiceMSTeams ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabProjectServiceMSTeams ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabProjectServiceSlack ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabProjectServiceSlack ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabProjectWebhook ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabProjectWebhook ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabRunner ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Updated: Id | |
| Type updated from to Int32 | |
| Parameter Updated: Id | |
| Required updated from False to True | |
| Parameter Updated: Id | |
| Position updated from Named to 0 | |
| Parameter Updated: Id | |
| Accepts Pipeline Input updated from false to False | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabRunner ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabUser ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Username | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabUser ---- | |
| ---- UPDATING Cmdlet : Remove-GitLabUserKey ---- | |
| Parameter Set Added: Id | |
| ---- COMPLETED UPDATING Cmdlet : Remove-GitLabUserKey ---- | |
| ---- UPDATING Cmdlet : Restart-GitLabPipeline ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| ---- COMPLETED UPDATING Cmdlet : Restart-GitLabPipeline ---- | |
| ---- UPDATING Cmdlet : Save-GitLabAPIConfiguration ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Domain | |
| Position updated from 2 to 1 | |
| Parameter Updated: Token | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Save-GitLabAPIConfiguration ---- | |
| ---- UPDATING Cmdlet : Search-GitLabUser ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: User | |
| Position updated from 1 to 0 | |
| ---- COMPLETED UPDATING Cmdlet : Search-GitLabUser ---- | |
| ---- UPDATING Cmdlet : Set-GitLabMergeRequest ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: AssigneeId | |
| Position updated from 4 to 3 | |
| Parameter Updated: Description | |
| Position updated from 6 to 5 | |
| Parameter Updated: ID | |
| Position updated from 2 to 1 | |
| Parameter Updated: Labels | |
| Position updated from 8 to 7 | |
| Parameter Updated: MilestoneId | |
| Position updated from 9 to 8 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| Parameter Updated: StateEvent | |
| Position updated from 7 to 6 | |
| Parameter Updated: TargetBranch | |
| Position updated from 3 to 2 | |
| Parameter Updated: Title | |
| Position updated from 5 to 4 | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabMergeRequest ---- | |
| ---- UPDATING Cmdlet : Set-GitLabMilestone ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| Parameter Updated: Description | |
| Position updated from 4 to 3 | |
| Parameter Updated: DueDate | |
| Position updated from 5 to 4 | |
| Parameter Updated: ID | |
| Position updated from 2 to 1 | |
| Parameter Updated: ProjectId | |
| Position updated from 1 to 0 | |
| Parameter Updated: StateEvent | |
| Position updated from 6 to 5 | |
| Parameter Updated: Title | |
| Position updated from 3 to 2 | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabMilestone ---- | |
| ---- UPDATING Cmdlet : Set-GitLabProject ---- | |
| Parameter Set Added: ID | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: ID | |
| Old Set: | |
| New Set: ID | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabProject ---- | |
| ---- UPDATING Cmdlet : Set-GitLabProjectServiceMSTeams ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabProjectServiceMSTeams ---- | |
| ---- UPDATING Cmdlet : Set-GitLabProjectServiceSlack ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabProjectServiceSlack ---- | |
| ---- UPDATING Cmdlet : Set-GitLabProjectWebhook ---- | |
| Parameter Set Added: Id | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: Id | |
| Old Set: | |
| New Set: Id | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabProjectWebhook ---- | |
| ---- UPDATING Cmdlet : Set-GitLabRunner ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Updated: AccessLevel | |
| Type updated from to String | |
| Parameter Updated: AccessLevel | |
| Position updated from Named to 6 | |
| Parameter Updated: AccessLevel | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: Active | |
| Type updated from to String | |
| Parameter Updated: Active | |
| Position updated from Named to 2 | |
| Parameter Updated: Active | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: Description | |
| Type updated from to String | |
| Parameter Updated: Description | |
| Position updated from Named to 1 | |
| Parameter Updated: Description | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: Id | |
| Type updated from to Int32 | |
| Parameter Updated: Id | |
| Required updated from False to True | |
| Parameter Updated: Id | |
| Position updated from Named to 0 | |
| Parameter Updated: Id | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: Locked | |
| Type updated from to String | |
| Parameter Updated: Locked | |
| Position updated from Named to 5 | |
| Parameter Updated: Locked | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: RunUntagged | |
| Type updated from to String | |
| Parameter Updated: RunUntagged | |
| Position updated from Named to 4 | |
| Parameter Updated: RunUntagged | |
| Accepts Pipeline Input updated from false to False | |
| Parameter Updated: Tags | |
| Type updated from to String | |
| Parameter Updated: Tags | |
| Position updated from Named to 3 | |
| Parameter Updated: Tags | |
| Accepts Pipeline Input updated from false to False | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabRunner ---- | |
| ---- UPDATING Cmdlet : Set-GitLabUser ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Set-GitLabUser ---- | |
| ---- UPDATING Cmdlet : Start-GitLabPipeline ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Start-GitLabPipeline ---- | |
| ---- UPDATING Cmdlet : Stop-GitLabPipeline ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Set Name Updated: __AllParameterSets | |
| Old Set: | |
| New Set: __AllParameterSets | |
| ---- COMPLETED UPDATING Cmdlet : Stop-GitLabPipeline ---- | |
| ---- UPDATING Cmdlet : Test-GitLabAPI ---- | |
| Parameter Set Added: __AllParameterSets | |
| Parameter Set Deleted: | |
| Parameter Added: Version | |
| ---- COMPLETED UPDATING Cmdlet : Test-GitLabAPI ---- | |
| ---- UPDATING Cmdlet : Unblock-GitLabUser ---- | |
| No updates done | |
| ---- COMPLETED UPDATING Cmdlet : Unblock-GitLabUser ---- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment