Azure / azure-sdk-tools-samples

Samples for Microsoft Azure PowerShell
10 stars 12 forks source link

Error in SQL Configuration Files after updating to the new release of the Azure Powershell #73

Open idokatz opened 10 years ago

idokatz commented 10 years ago

Hello Guys,

As you probably already know, Microsoft did some Hugh changes in the Azure PowerShell structure.

They added the Resource manager and the service manager folders so the actual SharedFunctions.PS1 script needs to be updated. (In my case I did it manually)

Although after I did this and I'm trying to run the script I'm getting this error while the script examine and setting up the SQL configuration file: (Note that I'm working with the HighAvailability Template)

At C:\users\idok\Desktop\Nice\azure-sdk-tools-samples-master\AutomatedDeployments\SharedComponents\autoconfigure.ps1:308 char:11

Cannot set "StartingImageName" because only strings can be used as values to set XmlNode properties. At C:\users\idok\Desktop\Nice\azure-sdk-tools-samples-master\AutomatedDeployments\SharedComponents\autoconfigure.ps1:205 char:5

Can someone know what I need to change and where? Thanks in advance, Ido Katz