Skip to content

Commit

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

0 comments on commit dc7f91a

Please sign in to comment.