You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context Azure API Validation
[-] Error occurred in Context block 0ms
PSInvalidCastException: Cannot convert the "dummystring" value of type "System.String" to type "System.Security.SecureString".
ParameterBindingException: Cannot bind parameter 'sqlServerAdminPassword'. Cannot convert the "dummystring" value of type "System.String" to type "System.Security.SecureString".
at <ScriptBlock>, C:\repos\ecommerce2\deploy\Atlas.Ecommerce.Deployment\azuredeploy.tests.ps1: line 188
at DescribeImpl, C:\Users\50587\Documents\WindowsPowerShell\Modules\Pester\4.7.3\Functions\Describe.ps1: line 199
Here are some snippets of my ARM files:
azuredeploy.parameters.json
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"sqlServerAdminPassword": { "value": "This is a password!" }
}
}
I get this error when I try to use your script:
Here are some snippets of my ARM files:
azuredeploy.parameters.json
azuredeploy.json
The text was updated successfully, but these errors were encountered: