[windows] Pin SqlServer PS module to 22.3.0 (#13579)

This commit is contained in:
Shamil Mubarakshin
2026-01-23 14:47:56 +01:00
committed by GitHub
parent 3e764b2aad
commit 5b150baab9
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
{ "name": "PowerShellGet" },
{ "name": "PSScriptAnalyzer" },
{ "name": "PSWindowsUpdate" },
{ "name": "SqlServer" },
{ "name": "SqlServer", "versions": [ "22.3.0" ] },
{ "name": "VSSetup" },
{ "name": "Microsoft.Graph" },
{"name": "AWSPowershell"}

View File

@@ -67,7 +67,7 @@
{ "name": "PowerShellGet" },
{ "name": "PSScriptAnalyzer" },
{ "name": "PSWindowsUpdate" },
{ "name": "SqlServer" },
{ "name": "SqlServer", "versions": [ "22.3.0" ] },
{ "name": "VSSetup" },
{ "name": "Microsoft.Graph" },
{"name": "AWSPowershell"}