Skip to content

Commit

Permalink
Changed scheduler.json interval field from int to duration
Browse files Browse the repository at this point in the history
  • Loading branch information
stankovski committed Oct 26, 2015
1 parent 599b56f commit 24e4073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arm-scheduler/2014-08-01-preview/swagger/scheduler.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,8 @@
"x-ms-enum": { "name": "RetryType", "modelAsString": "False" }
},
"retryInterval": {
"type": "integer",
"type": "string",
"format": "duration",
"description": "Gets or sets the retry interval between retries."
},
"retryCount": {
Expand Down

0 comments on commit 24e4073

Please sign in to comment.