Skip to content

Commit fcdc922

Browse files
committed
fix(pull-request): 🐛 Rename parameter $RepositoryName to $RepoName
* Improved parameter naming for clarity in the `Set-AzDoPullRequest` function. * This change enhances consistency with other function parameters.
1 parent c7e2d98 commit fcdc922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureDevOpsPowerShell/Public/Api/Git/PullRequests/Set-AzDoPullRequest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function Set-AzDoPullRequest {
100100
# The name of the repository (optional for project-wide pull request queries).
101101
[Parameter(Mandatory, ValueFromPipelineByPropertyName, ValueFromPipeline)]
102102
[string]
103-
$RepositoryName,
103+
$RepoName,
104104

105105
# The ID of a specific pull request (optional for listing all pull requests).
106106
[Parameter(Mandatory, ValueFromPipelineByPropertyName, ValueFromPipeline)]

0 commit comments

Comments
 (0)