Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
359 stars 170 forks source link

Comments still reference deleted function Get-ServiceNowUser #239

Closed jbalcorn closed 1 year ago

jbalcorn commented 1 year ago

New-ServiceNowIncident.ps1 still has Get-ServiceNowUser in the instructions. Very confusing.

# sys_id of the caller of the incident (user Get-ServiceNowUser to retrieve this)
        [parameter(Mandatory)]
        [string] $Caller,
gdbarron commented 1 year ago

This is a carryover from the older days. Folks shouldn't look in code for function help. We need to have traditional builtin help provide this data.