From dc7f91ab1be90c86dfdd75305811a484346b92da Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Tue, 9 Jul 2024 10:27:56 +0200 Subject: [PATCH] Updated unit tests --- tests/Unit/Public/PsdTemplate.psd1 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/Unit/Public/PsdTemplate.psd1 b/tests/Unit/Public/PsdTemplate.psd1 index 97caaba..b314b7e 100644 --- a/tests/Unit/Public/PsdTemplate.psd1 +++ b/tests/Unit/Public/PsdTemplate.psd1 @@ -22,16 +22,16 @@ ) } UsedWorkloads = @{ - AzureAD = $true - Exchange = $true - Intune = $true - Office365 = $true - OneDrive = $true - Planner = $true - PowerPlatform = $true - SecurityCompliance = $true - SharePoint = $true - Teams = $true + AzureAD = 'Boolean | Required | Specifies if the workload should be included in the configuration' + Exchange = 'Boolean | Required | Specifies if the workload should be included in the configuration' + Intune = 'Boolean | Required | Specifies if the workload should be included in the configuration' + Office365 = 'Boolean | Required | Specifies if the workload should be included in the configuration' + OneDrive = 'Boolean | Required | Specifies if the workload should be included in the configuration' + Planner = 'Boolean | Required | Specifies if the workload should be included in the configuration' + PowerPlatform = 'Boolean | Required | Specifies if the workload should be included in the configuration' + SecurityCompliance = 'Boolean | Required | Specifies if the workload should be included in the configuration' + SharePoint = 'Boolean | Required | Specifies if the workload should be included in the configuration' + Teams = 'Boolean | Required | Specifies if the workload should be included in the configuration' } Tokens = @{ ExampleToken = 'String | Optional | Example of a token that can be used anywhere in the config, by specifying {{ExampleToken}}'