From 5371faf01952b1fea74fdaec0a7781424973ea96 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 1 Mar 2021 17:56:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BA=91=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xpack/Cloud/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/xpack/Cloud/const.js b/src/views/xpack/Cloud/const.js index ff34f414d..688ee7736 100644 --- a/src/views/xpack/Cloud/const.js +++ b/src/views/xpack/Cloud/const.js @@ -37,7 +37,7 @@ export const ACCOUNT_PROVIDER_ATTRS_MAP = { [azure]: { name: azure, title: i18n.t('xpack.Cloud.Azure'), - attrs: ['access_key_id', 'access_key_secret', 'tenant_id', 'subscription_id'] + attrs: ['client_id', 'client_secret', 'tenant_id', 'subscription_id'] }, [vmware]: { name: vmware,