From 6ef0ac35a52aac1bfc1ce8ec1cb08a1e082cb1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Farias?= Date: Mon, 22 Apr 2024 14:32:23 +0200 Subject: [PATCH] Add AdminUsername a value --- deploy/azure/ARM-for-single-account.dev.json | 7 +++++++ deploy/azure/ARM-for-single-account.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/deploy/azure/ARM-for-single-account.dev.json b/deploy/azure/ARM-for-single-account.dev.json index a1497cbe02..78f48d8e6c 100644 --- a/deploy/azure/ARM-for-single-account.dev.json +++ b/deploy/azure/ARM-for-single-account.dev.json @@ -35,6 +35,13 @@ "description": "Resource Group location" } }, + "AdminUsername": { + "type": "string", + "defaultValue": "cloudbeat", + "metadata": { + "description": "Admin username for the OS profile of the VM (Don't change)" + } + }, "PublicKeyDevOnly": { "type": "string", "metadata": { diff --git a/deploy/azure/ARM-for-single-account.json b/deploy/azure/ARM-for-single-account.json index 81c60ede27..b6181a5003 100644 --- a/deploy/azure/ARM-for-single-account.json +++ b/deploy/azure/ARM-for-single-account.json @@ -34,6 +34,13 @@ "metadata": { "description": "Resource Group location" } + }, + "AdminUsername": { + "type": "string", + "defaultValue": "cloudbeat", + "metadata": { + "description": "Admin username for the OS profile of the VM (Don't change)" + } } }, "variables": {