File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.7.1] - 2025-12-18
11+
12+ ### Changed
13+
14+ - Updated PsSqlClient to 2.3.1 for compatibility with Az v14.
15+
1016## [ 1.7.0] - 2025-12-17
1117
1218### Changed
Original file line number Diff line number Diff line change 1212RootModule = ' PsSqlTestServer.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.7.0 '
15+ ModuleVersion = ' 1.7.1 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ Description = 'Cmdlets to provide and manage SQL servers for tests.'
5151# ProcessorArchitecture = ''
5252
5353# Modules that must be imported into the global environment prior to importing this module
54- RequiredModules = @ (@ { ModuleName = ' PsSqlClient' ; ModuleVersion = ' 2.3.0 ' })
54+ RequiredModules = @ (@ { ModuleName = ' PsSqlClient' ; ModuleVersion = ' 2.3.1 ' })
5555
5656# Assemblies that must be loaded prior to importing this module
5757# RequiredAssemblies = @()
You can’t perform that action at this time.
0 commit comments