Skip to content

Commit

Permalink
Set default value for vmAutologon to true
Browse files Browse the repository at this point in the history
  • Loading branch information
janegilring authored Aug 15, 2024
1 parent ebbc085 commit a630c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure_jumpstart_arcbox/ARM/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"vmAutologon": {
"type": "bool",
"defaultValue": false,
"defaultValue": true,
"metadata": {
"description": "Enable automatic logon into ArcBox Virtual Machine"
}
Expand Down Expand Up @@ -9237,4 +9237,4 @@
"value": "[if(equals(parameters('flavor'), 'DataOps'), format('{0}@{1}', parameters('windowsAdminUsername'), parameters('addsDomainName')), '')]"
}
}
}
}

0 comments on commit a630c8c

Please sign in to comment.