lib/scripts/vagrant/uplift.vagrant.sql12/sql.dsc.ps1 in vagrant-uplift-0.2.1902.19 vs lib/scripts/vagrant/uplift.vagrant.sql12/sql.dsc.ps1 in vagrant-uplift-0.2.1902.32
- old
+ new
@@ -11,10 +11,10 @@
$instanceFeatures = Get-UpliftEnvVariable "UPLF_SQL_INSTANCE_FEATURES"
$sqlSysAdminAccounts = (Get-UpliftEnvVariable "UPLF_SQL_SYS_ADMIN_ACCOUNTS").Split(',')
Configuration Install_SQL
{
- Import-DscResource -ModuleName 'xSQLServer'
+ Import-DscResource -ModuleName 'xSQLServer' -ModuleVersion "9.1.0.0"
Import-DscResource -ModuleName 'PSDesiredStateConfiguration'
Node localhost {
LocalConfigurationManager
\ No newline at end of file