{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "companyname": { "value": "shift" }, "location": { "value": "westeurope" }, "scheduleRunDays": { "value": [ "Sunday", "Tuesday", "Thursday" ] }, "scheduleRunTimes": { "value": [ "2016-09-21T05:30:00Z" ] }, "timeZone": { "value": "W. Europe Standard Time" }, "weeklyRetentionDurationCount": { "value": 104 }, "daysOfTheWeekForMontlyRetention": { "value": [ "Sunday", "Tuesday" ] }, "weeksOfTheMonthForMonthlyRetention": { "value": [ "First", "Third" ] }, "monthlyRetentionDurationCount": { "value": 60 }, "monthsOfYear": { "value": [ "January", "March", "August" ] }, "daysOfTheWeekForYearlyRetention": { "value": [ "Sunday", "Tuesday" ] }, "weeksOfTheMonthForYearlyRetention": { "value": [ "First", "Third" ] }, "yearlyRetentionDurationCount": { "value": 10 } } }