Skip to content

Commit

Permalink
apply prettier and fix frequency description
Browse files Browse the repository at this point in the history
  • Loading branch information
parkhyukjun89 committed Jan 23, 2020
1 parent 28509dd commit e6c7e08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
"description": "Advisor configuration name. Value must be 'default'",
"required": true,
"type": "string",
"enum": ["default"],
"enum": [
"default"
],
"x-ms-enum": {
"name": "ConfigurationName",
"modelAsString": true
Expand Down Expand Up @@ -262,7 +264,9 @@
"description": "Advisor configuration name. Value must be 'default'",
"required": true,
"type": "string",
"enum": ["default"],
"enum": [
"default"
],
"x-ms-enum": {
"name": "ConfigurationName",
"modelAsString": true
Expand Down Expand Up @@ -868,8 +872,8 @@
},
"frequency": {
"format": "int32",
"description": "Frequency that digest will be triggered, in days. Value must be greater than equal to 7 day and less than or equal to 30 days.",
"type": "integer"
"description": "Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive.",
"type": "integer"
},
"categories": {
"description": "Categories to send digest for. If categories are not provided, then digest will be sent for all categories.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
}
}
}
}
}

0 comments on commit e6c7e08

Please sign in to comment.