From 113b785d9c86be9e63e0749c3e32752e276470c9 Mon Sep 17 00:00:00 2001 From: Seif Bassem <38246040+sebassem@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:35:57 +0200 Subject: [PATCH] Removing deployGPU parameter --- .../contoso_hypermarket/bicep/main.parameters.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure_jumpstart_ag/contoso_hypermarket/bicep/main.parameters.json b/azure_jumpstart_ag/contoso_hypermarket/bicep/main.parameters.json index 615c50200..d6490ce22 100644 --- a/azure_jumpstart_ag/contoso_hypermarket/bicep/main.parameters.json +++ b/azure_jumpstart_ag/contoso_hypermarket/bicep/main.parameters.json @@ -22,9 +22,6 @@ }, "fabricCapacityAdmin": { "value": "" - }, - "deployGPUNodes": { - "value": "false" } } }