Azure / azure-sdk-tools-samples

Samples for Microsoft Azure PowerShell
10 stars 12 forks source link

The SQL VM Image name has changed, breaking the SharePoint Deployment Scripts #55

Open TopperKain opened 10 years ago

TopperKain commented 10 years ago

The SQL VM name has changed from "SQL Server 2012 SP1 Enterprise on WS 2008 R2" to "SQL Server 2012 SP1 Enterprise on Windows Server 2008 R2".

Line 194 in file AutomatedDeployments\SharedComponents\autoconfigure.ps1 needs to be updated from $sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on WS 2008 R2") to

$sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on Windows Server 2008 R2")

lzandman commented 10 years ago

Really? This is getting pretty tedious. A few months ago there was a similar situation for which I created a pull request ( https://github.com/WindowsAzure/azure-sdk-tools-samples/pull/15 ).

Can you do one yourself?

cspecker commented 10 years ago

Tried running this today (15 Sep 14). It appears that image doesn't exist anymore. In fact I can't see any azure images for sql server on windows server 2008, only on windows server 2012.