From edc34e4a3f07ae3468064919519782a0b7e6751c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6tz=20Jensen?= Date: Wed, 19 Jun 2024 16:20:36 +0200 Subject: [PATCH] Feature: Add Get-BapEnvironmentLinkEnterprisePolicy --- .../functions/Get-BapEnvironmentLinkEnterprisePolicy.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/d365bap.tools/functions/Get-BapEnvironmentLinkEnterprisePolicy.ps1 b/d365bap.tools/functions/Get-BapEnvironmentLinkEnterprisePolicy.ps1 index f941240..7823c6e 100644 --- a/d365bap.tools/functions/Get-BapEnvironmentLinkEnterprisePolicy.ps1 +++ b/d365bap.tools/functions/Get-BapEnvironmentLinkEnterprisePolicy.ps1 @@ -41,6 +41,7 @@ #> function Get-BapEnvironmentLinkEnterprisePolicy { [CmdletBinding()] + [OutputType('System.Object[]')] param ( [parameter (mandatory = $true)] [string] $EnvironmentId,