Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

chore(deps): update resource microsoft.network/virtualnetworks to 2023-09-01 #157

chore(deps): update resource microsoft.network/virtualnetworks to 2023-09-01

chore(deps): update resource microsoft.network/virtualnetworks to 2023-09-01 #157

Workflow file for this run

on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/ci.yml'
- 'deploy/**'
name: CI
jobs:
us:
name: US
runs-on: ubuntu-latest
steps:
# Checkout code
- uses: actions/checkout@main
# Lint Bicep file
- name: Bicep Build
uses: Azure/[email protected]
with:
bicepFilePath: ./deploy/us.bicep
europe:
name: Europe
runs-on: ubuntu-latest
steps:
# Checkout code
- uses: actions/checkout@main
# Lint Bicep file
- name: Bicep Build
uses: Azure/[email protected]
with:
bicepFilePath: ./deploy/europe.bicep
scale:
name: Large Scale
runs-on: ubuntu-latest
steps:
# Checkout code
- uses: actions/checkout@main
# Lint Bicep file
- name: Bicep Build
uses: Azure/[email protected]
with:
bicepFilePath: ./deploy/large-scale/large-scale-americas.bicep
# Lint Bicep file
- name: Bicep Build
uses: Azure/[email protected]
with:
bicepFilePath: ./deploy/large-scale/large-scale-apac.bicep
# Lint Bicep file
- name: Bicep Build
uses: Azure/[email protected]
with:
bicepFilePath: ./deploy/large-scale/large-scale-europe.bicep