Skip to content

Commit 6dbe1f7

Browse files
committed
feat: avm bicep updates
1 parent 7817b82 commit 6dbe1f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

accelerator/examples/bootstrap/inputs-azure-devop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-Azure-DevOps#2211-azure-devops-with-bicep
44

55
# Basic Inputs
6-
iac_type: "bicep"
6+
iac_type: "bicep-classic"
77
bootstrap_module_name: "alz_azuredevops"
88
starter_module_name: "complete"
99

accelerator/examples/bootstrap/inputs-github.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-GitHub#2221-github-with-bicep
44

55
# Basic Inputs
6-
iac_type: "bicep"
6+
iac_type: "bicep-classic"
77
bootstrap_module_name: "alz_github"
88
starter_module_name: "complete"
99

accelerator/examples/bootstrap/inputs-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-Local#2231-local-file-system-with-bicep
44

55
# Basic Inputs
6-
iac_type: "bicep"
6+
iac_type: "bicep-classic"
77
bootstrap_module_name: "alz_local"
88
starter_module_name: "complete"
99

0 commit comments

Comments
 (0)