File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
tests/Integration/Commands Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -587,15 +587,15 @@ stages:
587587 'tests/Integration/Commands/Save-SqlDscSqlServerMediaFile.Integration.Tests.ps1'
588588 'tests/Integration/Commands/Import-SqlDscPreferredModule.Integration.Tests.ps1'
589589 # Group 1
590- 'tests/Integration/Commands/Install-SqlDscBIReportServer .Integration.Tests.ps1'
590+ 'tests/Integration/Commands/Install-SqlDscPowerBIReportServer .Integration.Tests.ps1'
591591 # Group 2
592592 'tests/Integration/Commands/Get-SqlDscInstalledInstance.Integration.Tests.ps1'
593593 'tests/Integration/Commands/Get-SqlDscRSSetupConfiguration.Integration.Tests.ps1'
594594 'tests/Integration/Commands/Test-SqlDscRSInstalled.Integration.Tests.ps1'
595595 # Group 8
596- 'tests/Integration/Commands/Repair-SqlDscBIReportServer .Integration.Tests.ps1'
596+ 'tests/Integration/Commands/Repair-SqlDscPowerBIReportServer .Integration.Tests.ps1'
597597 # Group 9
598- 'tests/Integration/Commands/Uninstall-SqlDscBIReportServer .Integration.Tests.ps1'
598+ 'tests/Integration/Commands/Uninstall-SqlDscPowerBIReportServer .Integration.Tests.ps1'
599599 )
600600 name: test
601601 displayName: 'Run Integration Test'
Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ Command | Run order # | Depends on # | Use instance | Creates persistent objects
174174Prerequisites | 0 | - | - | Sets up dependencies
175175Save-SqlDscSqlServerMediaFile | 0 | - | - | Downloads SQL Server media files
176176Import-SqlDscPreferredModule | 0 | - | - | -
177- Install-SqlDscBIReportServer | 1 | 0 (Prerequisites) | - | PBIRS instance
178- Get-SqlDscInstalledInstance | 2 | 1 (Install-SqlDscBIReportServer ), 0 (Prerequisites) | PBIRS | -
179- Get-SqlDscRSSetupConfiguration | 2 | 1 (Install-SqlDscBIReportServer ), 0 (Prerequisites) | PBIRS | -
180- Test-SqlDscRSInstalled | 2 | 1 (Install-SqlDscBIReportServer ), 0 (Prerequisites) | PBIRS | -
181- Repair-SqlDscBIReportServer | 8 | 1 (Install-SqlDscBIReportServer ) | PBIRS | -
182- Uninstall-SqlDscBIReportServer | 9 | 8 (Repair-SqlDscBIReportServer ) | - | -
177+ Install-SqlDscPowerBIReportServer | 1 | 0 (Prerequisites) | - | PBIRS instance
178+ Get-SqlDscInstalledInstance | 2 | 1 (Install-SqlDscPowerBIReportServer ), 0 (Prerequisites) | PBIRS | -
179+ Get-SqlDscRSSetupConfiguration | 2 | 1 (Install-SqlDscPowerBIReportServer ), 0 (Prerequisites) | PBIRS | -
180+ Test-SqlDscRSInstalled | 2 | 1 (Install-SqlDscPowerBIReportServer ), 0 (Prerequisites) | PBIRS | -
181+ Repair-SqlDscPowerBIReportServer | 8 | 1 (Install-SqlDscPowerBIReportServer ) | PBIRS | -
182+ Uninstall-SqlDscPowerBIReportServer | 9 | 8 (Repair-SqlDscPowerBIReportServer ) | - | -
183183<!-- markdownlint-enable MD013 -->
184184
185185## Integration Tests
You can’t perform that action at this time.
0 commit comments