From 4dd2a0b01964662007465b96ac13be26e0d91b3b Mon Sep 17 00:00:00 2001 From: Joshua Jerin Date: Wed, 30 Oct 2024 12:46:27 +0530 Subject: [PATCH] remove is_azure --- conductor/src/main.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/conductor/src/main.rs b/conductor/src/main.rs index 910ad0878..ab61ee859 100644 --- a/conductor/src/main.rs +++ b/conductor/src/main.rs @@ -563,19 +563,6 @@ async fn run(metrics: CustomMetrics) -> Result<(), ConductorError> { .await?; } - if is_azure { - info!( - "{}: Deleting Azure storage workload identity binding", - read_msg.msg_id - ); - delete_azure_storage_workload_identity_binding( - &azure_subscription_id, - &azure_resource_group_prefix, - &namespace, - ) - .await?; - } - if is_azure { info!( "{}: Deleting Azure storage workload identity binding",