From 9bdcdc08cd7949dbc1eb1b077a1b66cc108d90ee Mon Sep 17 00:00:00 2001 From: Shenol Osman <7887878+shenolosman@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:58:55 +0100 Subject: [PATCH] Update main.bicep typo --- .../43-standard-agent-setup-with-customization/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/infrastructure-setup-bicep/43-standard-agent-setup-with-customization/main.bicep b/infrastructure/infrastructure-setup-bicep/43-standard-agent-setup-with-customization/main.bicep index 067b737d..e935a2dc 100644 --- a/infrastructure/infrastructure-setup-bicep/43-standard-agent-setup-with-customization/main.bicep +++ b/infrastructure/infrastructure-setup-bicep/43-standard-agent-setup-with-customization/main.bicep @@ -31,7 +31,7 @@ param location string = 'eastus' @maxLength(9) @description('The name of the Azure AI Foundry resource.') -param aiFoundryName string = 'foundy' +param aiFoundryName string = 'foundry' @description('Name for your foundry project resource.') param foundryProjectName string = 'project'