Skip to content

Commit

Permalink
Added default value to param
Browse files Browse the repository at this point in the history
  • Loading branch information
jamasten committed Sep 12, 2024
1 parent 7f57baf commit 90e30af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "15101347986771491299"
"templateHash": "17585166685464872752"
}
},
"parameters": {
Expand Down Expand Up @@ -105,6 +105,7 @@
},
"subnetName": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "The subnet name of an existing virtual network."
}
Expand Down

0 comments on commit 90e30af

Please sign in to comment.