From bcfc9dd81dd9e8a6fcf1ed3024e5871c638db374 Mon Sep 17 00:00:00 2001 From: Zhenhua Hu Date: Thu, 29 Jun 2023 16:36:21 +0800 Subject: [PATCH] add config --- config/resource-manager.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/resource-manager.hcl b/config/resource-manager.hcl index 63bbb436321..679253f4f9c 100644 --- a/config/resource-manager.hcl +++ b/config/resource-manager.hcl @@ -40,8 +40,7 @@ service "attestation" { } service "authorization" { name = "Authorization" - available = ["2020-10-01"] - ignore = ["2022-04-01"] + available = ["2020-10-01", "2022-04-01"] } service "automation" { name = "Automation"