Skip to content

Commit 20d6bfe

Browse files
committed
rename to correct class name
1 parent a56573e commit 20d6bfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ServiceNow/Public/Get-ServiceNowRequestItem.ps1 renamed to ServiceNow/Public/Get-ServiceNowRequestedItem.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
function Get-ServiceNowRequestItem {
1+
function Get-ServiceNowRequestedItem {
22
<#
33
.SYNOPSIS
4-
Query for Request Item (RITM) tickets.
4+
Query for Requested Item (RITM) tickets.
55
66
.DESCRIPTION
7-
Query for Request Item (RITM) tickets from the sc_req_item table.
7+
Query for Requested Item (RITM) tickets from the sc_req_item table.
88
99
.EXAMPLE
10-
Get-ServiceNowRequestItem -MatchExact @{number='RITM0000001'}
10+
Get-ServiceNowRequestedItem -MatchExact @{number='RITM0000001'}
1111
1212
Return the details for RITM0000001
1313

0 commit comments

Comments
 (0)