From cfc5055242e10b1cfead606d2d6e1b84e96af115 Mon Sep 17 00:00:00 2001 From: Colby Williams Date: Wed, 15 Mar 2023 14:13:59 -0500 Subject: [PATCH] fix bicep install --- .github/workflows/build_arm.yml | 3 --- Environments/WebApp/main.bicep | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index f3cb290a..01fe7dd7 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -17,9 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install Bicep - run: az bicep install && az bicep upgrade - - name: Build Bicep -> ARM run: python ./tools/build-arm.py diff --git a/Environments/WebApp/main.bicep b/Environments/WebApp/main.bicep index e84071db..2463cb48 100644 --- a/Environments/WebApp/main.bicep +++ b/Environments/WebApp/main.bicep @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed under the MIT License. @description('Location to deploy the environment resources') param location string = resourceGroup().location