All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated Azure.Core to 1.45.0 for compatibility with Az v14.
- Updated System.Management.Automation and PowerShellVersion to 7.4.
- Updated TargetFramework to net8.0.
- Updated Microsoft.SqlServer.SqlManagementObjects to 180.10.0.
- Updated Microsoft.Data.SqlClient to 5.2.3.
- Updated Azure.Identity to 1.13.0.
- Added command
Get-Schema
- Updated Microsoft.SqlServer.SqlManagementObjects to 170.18.0.
- Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.
- Updated Microsoft.Data.SqlClient to 5.1.3.
- Added StatementTimeout to
Connect-Instancecommand.
- Verbose script execution prints the filepath.
- Default parameter set for
Connect-Instance.
- Added Get-Table command.
- Added output to all commands.
- Updated to net6.0
- Updated from System.Data.SqlClient to Microsoft.Data.SqlClient.
- Updated from PowerShellStandard.Library to System.Management.Automation
- Updated Microsoft.SqlServer.SqlManagementObjects
- Added pipeline input for
Disconnect-Instance
- ErrorAction parameter works for
Invoke-Command.
- Added sql command output handler.
- Added support for line commends in scripts.
- Fixed variables with quoted values.
- Added more parameter sets for
Connect-SmoInstance.
- Fixed connection exception for Azure SQL.
- Added
$(Variable)and:setvar Variable Valuesupport.
- Added
Invoke-SmoCommandwith batch support (GOstatement).
- Added
Connect-SmoInstanceandDisconnect-SmoInstancecommands.