Skip to content

Commit

Permalink
Merge pull request #415 from Azure/fix/#402-undefined-parameter
Browse files Browse the repository at this point in the history
Add missing parameters to azurepolicy.parameters.json
  • Loading branch information
aschabus authored Jan 10, 2024
2 parents 78e3281 + 7ee8978 commit 67a6b1b
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"configurationUrl": {
"type": "String",
"metadata": {
"description": "URL for the configuration"
}
},
"configurationScript": {
"type": "String",
"metadata": {
"description": "Script for the configuration (e.g. ExampleDSC.zip)"
}
},
"configurationFunction": {
"type": "String",
"metadata": {
"description": "Configuration Function (e.g. ExampleDSC.ps1\\ExampleDSC)"
}
},
"effect": {
"type": "String",
"metadata": {
Expand Down

0 comments on commit 67a6b1b

Please sign in to comment.