From 550aa3755254714221a7a5d5380cd657174e5bc2 Mon Sep 17 00:00:00 2001 From: Manyanda Chitimbo Date: Thu, 21 Sep 2023 14:01:27 +0200 Subject: [PATCH] Revert "OCM-1534: add backplane_url field in the environment struct." --- model/clusters_mgmt/v1/environment_type.model | 3 --- 1 file changed, 3 deletions(-) diff --git a/model/clusters_mgmt/v1/environment_type.model b/model/clusters_mgmt/v1/environment_type.model index ca102ab0..311a322b 100644 --- a/model/clusters_mgmt/v1/environment_type.model +++ b/model/clusters_mgmt/v1/environment_type.model @@ -24,7 +24,4 @@ struct Environment { // last time that the worker checked for limited support clusters LastLimitedSupportCheck Date - - // the backplane url for the environment - BackplaneURL String }