Skip to content

Commit

Permalink
Patch in URI for test runbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 21, 2022
1 parent 9a445ad commit ef97494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ param automationAcctName string = '${mlzDeploymentVariables.mlzResourcePrefix.Va
param targetResourceGroup string = '${mlzDeploymentVariables.spokes.Value[1].resourceGroupName}'

@description('The URL location to the powershell runbook you wish to use')
param automationRunbook string
param automationRunbook string = 'https://raw.githubusercontent.com/Azure/missionlz/breestryker/AzAutomationBicepEx/src/bicep/examples/automationAccount/test.ps1'

@description('A string dictionary of tags to add to deployed resources. See https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources?tabs=json#arm-templates for valid settings.')
param tags object = {}
Expand Down

0 comments on commit ef97494

Please sign in to comment.