From 6410cecf3a18a4ed92e637044089443d4d030fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20N=C3=A9d=C3=A9lec?= <15186176+TechWatching@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:10:38 +0000 Subject: [PATCH] Register missing resource provider Microsoft.ContainerService MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexandre Nédélec <15186176+TechWatching@users.noreply.github.com> --- 001-customer-support-agent/scripts/setup-azure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/001-customer-support-agent/scripts/setup-azure.sh b/001-customer-support-agent/scripts/setup-azure.sh index 90e8da2..01dbc13 100755 --- a/001-customer-support-agent/scripts/setup-azure.sh +++ b/001-customer-support-agent/scripts/setup-azure.sh @@ -73,6 +73,7 @@ PROVIDERS=( Microsoft.OperationalInsights Microsoft.Search Microsoft.CognitiveServices + Microsoft.ContainerService ) for provider in "${PROVIDERS[@]}"; do az provider register --namespace "$provider" --wait 2>/dev/null || true