Skip to content

SSRS 2022 Support in "library.ps1" #394

@DominikBraeu

Description

@DominikBraeu

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions