From 66f5d6ed2e1de0ef8e1f0799d23cfff89aa5bcc7 Mon Sep 17 00:00:00 2001 From: Arjun Gupta Date: Thu, 31 Dec 2020 11:52:49 +0530 Subject: [PATCH] change case of default value for environment input --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70d5274b..60d1e12f 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: environment: description: 'Name of the environment. Supported values are azurecloud, azurestack, azureusgovernment, azurechinacloud, azuregermancloud. Default being azurecloud' required: false - default: AzureCloud + default: azurecloud allow-no-subscriptions: description: 'Set this value to true to enable support for accessing tenants without subscriptions' required: false