diff --git a/tests/Unit/Public/PsdTemplate.psd1 b/tests/Unit/Public/PsdTemplate.psd1 index 1ca6c14..97caaba 100644 --- a/tests/Unit/Public/PsdTemplate.psd1 +++ b/tests/Unit/Public/PsdTemplate.psd1 @@ -21,6 +21,18 @@ } ) } + UsedWorkloads = @{ + AzureAD = $true + Exchange = $true + Intune = $true + Office365 = $true + OneDrive = $true + Planner = $true + PowerPlatform = $true + SecurityCompliance = $true + SharePoint = $true + Teams = $true + } Tokens = @{ ExampleToken = 'String | Optional | Example of a token that can be used anywhere in the config, by specifying {{ExampleToken}}' }