Skip to content

Commit e44057c

Browse files
Expose New-EryphClientKey Cmdlet (#23)
Closes #22
1 parent 1cdf403 commit e44057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Eryph.IdentityClient.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RequiredModules = @(@{ModuleName="Eryph.ClientRuntime.Configuration"; ModuleVers
7272
FunctionsToExport = @()
7373

7474
# Cmdlets 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 cmdlets to export.
75-
CmdletsToExport = @("Get-EryphClient", "New-EryphClient", "Remove-EryphClient", "Set-EryphClient")
75+
CmdletsToExport = @("Get-EryphClient", "New-EryphClient", "New-EryphClientKey", "Remove-EryphClient", "Set-EryphClient")
7676

7777
# Variables to export from this module
7878
VariablesToExport = '*'

0 commit comments

Comments
 (0)