-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Description
Command proposal
A new installation parameter, /PRODUCTCOVEREDBYSA, was introduced in SQL Server 2022 (16.x). This parameter indicates whether the provided product key (/PID=) license is covered under a Software Assurance or SQL Server Subscription contract, or just a SQL Server license.

Proposed parameters
Parameter | Mandatory | Data type | Description | Default value | Allowed values |
---|---|---|---|---|---|
productcoveredbysa | yes | String | Detailed description | None | true,False |
"PRODUCTCOVEREDBYSA"
Special considerations or limitations
We have the new parameter "PRODUCTCOVEREDBYSA" available for "Install-SqlDscResource" but currently there is no resource using that command and this is to add the parameter to the DSC resource "DSC_SqlSetup" for the SQL 2022 installs.
SqlServerDsc-16.6.0\source\DSCResources\DSC_SqlSetup
Metadata
Metadata
Assignees
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub