From aeb78ade42df455d225e9179993767b6124dfc49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20MICHEL?= Date: Mon, 7 Oct 2024 10:12:07 +0200 Subject: [PATCH 1/2] V1.7.1 --- EasyPIM/EasyPIM.psd1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EasyPIM/EasyPIM.psd1 b/EasyPIM/EasyPIM.psd1 index 9e40dca..a630007 100644 --- a/EasyPIM/EasyPIM.psd1 +++ b/EasyPIM/EasyPIM.psd1 @@ -4,7 +4,7 @@ RootModule = 'EasyPIM.psm1' # Version number of this module. -ModuleVersion = '1.7' +ModuleVersion = '1.7.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -101,9 +101,9 @@ FunctionsToExport = @( 'Get-PIMEntraRolePendingApproval', 'Approve-PIMEntraRolePendingApproval', 'Deny-PIMEntraRolePendingApproval', - 'Get-PIMGroupPendingApproval', - 'Approve-PIMGroupPendingApproval', - 'Deny-PIMGroupPendingApproval' + 'Get-PIMEntraRolePendingApproval', + 'Approve-PIMEntraRolePendingApproval', + 'Deny-PIMEntraRolePendingApproval' ) # 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. From 10205b7c9bbd941d7c206cf628505ad65c611191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20MICHEL?= Date: Mon, 7 Oct 2024 10:14:01 +0200 Subject: [PATCH 2/2] V1.7.1 --- EasyPIM/EasyPIM.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EasyPIM/EasyPIM.psd1 b/EasyPIM/EasyPIM.psd1 index a630007..13af90d 100644 --- a/EasyPIM/EasyPIM.psd1 +++ b/EasyPIM/EasyPIM.psd1 @@ -101,9 +101,9 @@ FunctionsToExport = @( 'Get-PIMEntraRolePendingApproval', 'Approve-PIMEntraRolePendingApproval', 'Deny-PIMEntraRolePendingApproval', - 'Get-PIMEntraRolePendingApproval', - 'Approve-PIMEntraRolePendingApproval', - 'Deny-PIMEntraRolePendingApproval' + 'Get-PIMGroupPendingApproval', + 'Approve-PIMGroupPendingApproval', + 'Deny-PIMGroupPendingApproval' ) # 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.