Skip to content

Commit

Permalink
Add "fillGapWithZero" property to Microsoft.AppConfiguration/configur…
Browse files Browse the repository at this point in the history
…ationStores (Azure#14083)

* add fillGapWithZero property

* move new property to the end
  • Loading branch information
shenmuxiaosen authored May 4, 2021
1 parent 243dc16 commit b93bd81
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,10 @@
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"fillGapWithZero": {
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit b93bd81

Please sign in to comment.