From 057fdfcd0b58182643782db4a02da432fc278754 Mon Sep 17 00:00:00 2001 From: bradygaster Date: Wed, 28 Jan 2015 10:52:57 -0800 Subject: [PATCH] removed refernce to intervalType property --- src/schemas/json/webjob-publish-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/webjob-publish-settings.json b/src/schemas/json/webjob-publish-settings.json index 8f26f811785..2fd3f0aca09 100644 --- a/src/schemas/json/webjob-publish-settings.json +++ b/src/schemas/json/webjob-publish-settings.json @@ -29,7 +29,7 @@ }, "interval": { "type": "integer", - "description": "The interval of how often the Azure Webjob should run. Use it with the 'intervalType' property." + "description": "The interval of how often the Azure Webjob should run. Use it with the 'jobRecurrenceFrequency' property." } } },