From 15b60fdac1d4e0e367f6822d412ecb518eaac356 Mon Sep 17 00:00:00 2001 From: Gordon Byers Date: Mon, 29 May 2023 10:07:09 +0100 Subject: [PATCH] fixed bicep assets error (#591) --- bicep/aksagentpool.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bicep/aksagentpool.bicep b/bicep/aksagentpool.bicep index 9a94fe62..6fba7438 100644 --- a/bicep/aksagentpool.bicep +++ b/bicep/aksagentpool.bicep @@ -34,7 +34,7 @@ param nodeLabels object = {} param subnetId string @description('The subnet the pods will use') -param podSubnetID string +param podSubnetID string = '' @description('OS Type for the node pool') @allowed(['Linux','Windows'])