Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Corrected SQL Server Image name string #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AutomatedDeployments/SharedComponents/autoconfigure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function SetADConfiguration
function SetSQLConfiguration
{
param($configPath,$serviceName,$storageAccount,$subscription, $adminAccount, $password, $domain, $dnsDomain)
$sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on WS 2008 R2")
$sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on Windows Server 2008 R2")
$configPathAutoGen = $configPath.Replace(".xml", "-AutoGen.xml")
[xml] $config = gc $configPath
$config.Azure.SubscriptionName = $subscription
Expand Down