Skip to content

Commit a7be515

Browse files
Copilotjohlju
andcommitted
Update azure-pipelines.yml and integration test README with new command names
Co-authored-by: johlju <7189721+johlju@users.noreply.github.com>
1 parent 78c6bd5 commit a7be515

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

tests/Integration/Commands/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@ Command | Run order # | Depends on # | Use instance | Creates persistent objects
174174
Prerequisites | 0 | - | - | Sets up dependencies
175175
Save-SqlDscSqlServerMediaFile | 0 | - | - | Downloads SQL Server media files
176176
Import-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

0 commit comments

Comments
 (0)