You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It "The maximum job history configuration should be set to disabled on <_.InstanceName>"-Skip:$skipAgetJobHistory-ForEach ($PSItem.JobHistory) {
235
+
It "The maximum job history configuration should be set to disabled on <_.InstanceName>"-Skip:$skipAgentJobHistory-ForEach ($PSItem.JobHistory) {
236
236
$PSItem.CurrentMaximumHistoryRows| Should -Be $PSItem.ExpectedMaximumHistoryRows-Because "Maximum job history configuration should be disabled"
237
237
}
238
238
} else {
239
-
It "The maximum job history number of rows configuration should be greater or equal to <_.ExpectedMaximumHistoryRows> on <_.InstanceName>"-Skip:$skipAgetJobHistory-ForEach ($PSItem.JobHistory) {
239
+
It "The maximum job history number of rows configuration should be greater or equal to <_.ExpectedMaximumHistoryRows> on <_.InstanceName>"-Skip:$skipAgentJobHistory-ForEach ($PSItem.JobHistory) {
240
240
$PSItem.CurrentMaximumHistoryRows| Should -BeGreaterOrEqual $PSItem.ExpectedMaximumHistoryRows-Because "We expect the maximum job history row configuration to be greater than the configured setting <_.ExpectedMaximumHistoryRows>"
241
241
}
242
-
It "The maximum job history rows per job configuration should be greater or equal to <_.ExpectedMaximumJobHistoryRows> on <_.InstanceName>"-Skip:$skipAgetJobHistory-ForEach ($PSItem.JobHistory) {
242
+
It "The maximum job history rows per job configuration should be greater or equal to <_.ExpectedMaximumJobHistoryRows> on <_.InstanceName>"-Skip:$skipAgentJobHistory-ForEach ($PSItem.JobHistory) {
243
243
$PSItem.CurrentMaximumJobHistoryRows| Should -BeGreaterOrEqual $PSItem.ExpectedMaximumJobHistoryRows-Because "We expect the maximum job history row configuration per agent job to be greater than the configured setting <_.ExpectedMaximumJobHistoryRows>"
0 commit comments