From bc4238a74f30c5416c28c89380f1e707f210f6eb Mon Sep 17 00:00:00 2001 From: coolhome <700740+coolhome@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:10:34 -0400 Subject: [PATCH] Fix bicep example for parLandingZoneMgChildren --- .../bicep/orchestration/mgDiagSettingsAll/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/infra-as-code/bicep/orchestration/mgDiagSettingsAll/README.md b/infra-as-code/bicep/orchestration/mgDiagSettingsAll/README.md index 5ea0d26b8..7588c2c44 100644 --- a/infra-as-code/bicep/orchestration/mgDiagSettingsAll/README.md +++ b/infra-as-code/bicep/orchestration/mgDiagSettingsAll/README.md @@ -50,14 +50,10 @@ Below are some examples of how to use this input parameter in both Bicep & JSON ##### Bicep Example ```bicep -parLandingZoneMgChildren: { - pci: { - displayName: 'PCI' - } - 'another-example': { - displayName: 'Another Example' - } -} +parLandingZoneMgChildren: [ + 'pci' + 'another-example' +] ``` ##### JSON Parameter File Input Example