Skip to content

Commit ce87bd9

Browse files
committed
new cart item alias
1 parent 395fa35 commit ce87bd9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ServiceNow/Public/New-ServiceNowCartItem.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
#>
7474
function New-ServiceNowCartItem {
7575
[CmdletBinding(SupportsShouldProcess)]
76+
[Alias('Add-ServiceNowCartItem')]
77+
7678
param
7779
(
7880
[Parameter(Mandatory, ValueFromPipeline)]

ServiceNow/ServiceNow.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ CmdletsToExport = @()
8787
VariablesToExport = 'ServiceNowSession', 'ServiceNowOperator', 'ServiceNowTable'
8888

8989
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
90-
AliasesToExport = 'gsnr'
90+
AliasesToExport = 'gsnr', 'Add-ServiceNowCartItem'
9191

9292
# DSC resources to export from this module
9393
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)