From 7ee8978c72c065bfc5a70e140e6899539f2968b4 Mon Sep 17 00:00:00 2001 From: Andi Schabus Date: Mon, 18 Dec 2023 17:00:52 +0100 Subject: [PATCH] Add missing parameters to azurepolicy.parameters.json --- .../azurepolicy.parameters.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/policyDefinitions/Automation/deploy-dsc-extension-to-azure-vm-and-arc-connected-machines/azurepolicy.parameters.json b/policyDefinitions/Automation/deploy-dsc-extension-to-azure-vm-and-arc-connected-machines/azurepolicy.parameters.json index 18130ac6..fbde04b6 100644 --- a/policyDefinitions/Automation/deploy-dsc-extension-to-azure-vm-and-arc-connected-machines/azurepolicy.parameters.json +++ b/policyDefinitions/Automation/deploy-dsc-extension-to-azure-vm-and-arc-connected-machines/azurepolicy.parameters.json @@ -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": {