From a9847b6aea94cca6c7538082040c6fc49106392a Mon Sep 17 00:00:00 2001 From: Radhika Jandhyala Date: Mon, 22 Jan 2024 13:54:55 -0800 Subject: [PATCH] Update Makefile to remove Identity_resource_management_and_storage There was a break since azure blob storage does not allow public access now, that we attempted to fix here:https://github.com/deislabs/mystikos/commit/8412a2fd3479e97716706f4727680db199bc8b59, but the fix does not work --- solutions/dotnet_azure_sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/dotnet_azure_sdk/Makefile b/solutions/dotnet_azure_sdk/Makefile index 49274596c..38ab1754c 100644 --- a/solutions/dotnet_azure_sdk/Makefile +++ b/solutions/dotnet_azure_sdk/Makefile @@ -2,7 +2,7 @@ TOP=$(abspath ../..) include $(TOP)/defs.mak DIRS = -DIRS += Identity_Resource_Management_and_Storage +# DIRS += Identity_Resource_Management_and_Storage DIRS += KeyVault_Keys DIRS += KeyVault_Secrets DIRS += KeyVault_Certificates