Skip to content

Commit

Permalink
Update 2020-09-01 resource contracts to support system data, add miss…
Browse files Browse the repository at this point in the history
…ing defaults in put server endpoint properties, add missing property supportedAggregationTypes (Azure#17159)
  • Loading branch information
anpint authored and FredericHeem committed Mar 7, 2022
1 parent d727279 commit 0c18204
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3168,7 +3168,7 @@
"$ref": "#/definitions/StorageSyncErrorDetails",
"description": "Error details of the given entry."
},
"innerError": {
"innererror": {
"$ref": "#/definitions/StorageSyncInnerErrorDetails",
"description": "Inner error details of the given entry."
}
Expand Down Expand Up @@ -3476,13 +3476,15 @@
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled."
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled.",
"default": 20
},
"tierFilesOlderThanDays": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "Tier files older than days."
"description": "Tier files older than days.",
"default": 0
},
"friendlyName": {
"type": "string",
Expand Down Expand Up @@ -3784,6 +3786,13 @@
"type": "string",
"description": "Aggregation type for the metric."
},
"supportedAggregationTypes": {
"description": "Supported aggregation types for the metric.",
"type": "array",
"items": {
"type": "string"
}
},
"fillGapWithZero": {
"type": "boolean",
"description": "Fill gaps in the metric with zero."
Expand Down
Loading

0 comments on commit 0c18204

Please sign in to comment.