Skip to content

Commit

Permalink
fixing semantic and model validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jemex committed Oct 22, 2018
1 parent 1c1dddf commit b486fcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@
},
"filterOperator": "All"
},
"locations": null
"locations": [
"Japan East",
"UK South"
]
}
]
},
Expand Down Expand Up @@ -214,7 +217,10 @@
},
"filterOperator": "All"
},
"locations": null
"locations": [
"Japan East",
"UK South"
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
},
"filterOperator": "All"
},
"locations": null
"locations": [
"Japan East",
"UK South"]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,11 @@
"tasks": {
"description": "Tasks information for the Software update configuration",
"$ref": "#/definitions/tasksProperties"
}
},
"required": [
"updateConfiguration",
"scheduleInfo"
]
}
},
"tasksProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,7 @@
"description": "Post task object",
"$ref": "#/definitions/softareUpdateConfigurationRunTaskProperties"
}
},
"required": [
"updateConfiguration",
"scheduleInfo"
]
}
},
"softareUpdateConfigurationRunTaskProperties": {
"type": "object",
Expand Down

0 comments on commit b486fcc

Please sign in to comment.