We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700d2fa commit 6efea0aCopy full SHA for 6efea0a
GitHubProjects.ps1
@@ -343,8 +343,6 @@ filter New-GitHubProject
343
[switch] $NoStatus
344
)
345
346
- Write-InvocationLog
347
-
348
$telemetryProperties = @{}
349
$telemetryProperties['ProjectName'] = Get-PiiSafeString -PlainText $ProjectName
350
GitHubUsers.ps1
@@ -369,8 +369,6 @@ function Set-GitHubProfile
369
370
371
372
373
374
$hashBody = @{}
375
if ($PSBoundParameters.ContainsKey('Name')) { $hashBody['name'] = $Name }
376
if ($PSBoundParameters.ContainsKey('Email')) { $hashBody['email'] = $Email }
0 commit comments