Skip to content

Commit

Permalink
Updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Jul 3, 2024
1 parent 5b56d32 commit d81b5aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/Unit/Public/PsdTemplate.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
}
Expand Down

0 comments on commit d81b5aa

Please sign in to comment.