Skip to content

Commit 49f7863

Browse files
committed
Few tweaks
1 parent 8e11d53 commit 49f7863

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GitHubComments.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ function Get-GitHubComment
273273
$telemetryProperties = @{
274274
'OwnerName' = (Get-PiiSafeString -PlainText $OwnerName)
275275
'RepositoryName' = (Get-PiiSafeString -PlainText $RepositoryName)
276-
'Number' = $IssueNumber
277276
'CommentID' = $CommentID
278277
}
279278

@@ -429,7 +428,7 @@ function Edit-GitHubComment
429428
.EXAMPLE
430429
Edit-GitHubComment -OwnerName Powershell -RepositoryName PowerShellForGitHub -CommentID 1 -Body "Testing this API"
431430
432-
Get the top 10 referrers over the last 14 days from the PowerShell\PowerShellForGitHub project.
431+
Edits an existing comment in an issue for the PowerShell\PowerShellForGitHub project.
433432
#>
434433
[CmdletBinding(
435434
SupportsShouldProcess,

0 commit comments

Comments
 (0)