Skip to content

Commit

Permalink
Add missing parameters to azurepolicy.parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aschabus committed Dec 18, 2023
1 parent 78e3281 commit 7ee8978
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 7ee8978

Please sign in to comment.