-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
Description
Do you want to request a feature or report a bug?
Bug/Feature
What is the current behavior?
Currently SSRS 2019 is mentioned as SQLServer vNext. However, we already have SQL Server 2019 as Version 15 and SQL Server 2022 as Version 16.
/// <summary>
/// SQL Server vNext
/// </summary>
SQLServervNext = 15
What should be changed?
Add SSRS 2019+SSRS 2022 Support to the Reportingservicenamespace in library.ps1
/// <summary>
/// SQL Server 2019
/// </summary>
SQLServer2019 = 15,
/// <summary>
/// SQL Server 2022
/// </summary>
SQLServer2022 = 16
Reactions are currently unavailable