Skip to content

Commit 4c50e69

Browse files
authored
Update 2020-09-01 resource contracts to support system data, add missing defaults in put server endpoint properties, add missing property supportedAggregationTypes (#17159)
1 parent 45e82fa commit 4c50e69

File tree

2 files changed

+165
-148
lines changed

2 files changed

+165
-148
lines changed

specification/storagesync/resource-manager/Microsoft.StorageSync/stable/2020-03-01/storagesync.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3168,7 +3168,7 @@
31683168
"$ref": "#/definitions/StorageSyncErrorDetails",
31693169
"description": "Error details of the given entry."
31703170
},
3171-
"innerError": {
3171+
"innererror": {
31723172
"$ref": "#/definitions/StorageSyncInnerErrorDetails",
31733173
"description": "Inner error details of the given entry."
31743174
}
@@ -3476,13 +3476,15 @@
34763476
"type": "integer",
34773477
"minimum": 0,
34783478
"maximum": 100,
3479-
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled."
3479+
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled.",
3480+
"default": 20
34803481
},
34813482
"tierFilesOlderThanDays": {
34823483
"type": "integer",
34833484
"minimum": 0,
34843485
"maximum": 2147483647,
3485-
"description": "Tier files older than days."
3486+
"description": "Tier files older than days.",
3487+
"default": 0
34863488
},
34873489
"friendlyName": {
34883490
"type": "string",
@@ -3784,6 +3786,13 @@
37843786
"type": "string",
37853787
"description": "Aggregation type for the metric."
37863788
},
3789+
"supportedAggregationTypes": {
3790+
"description": "Supported aggregation types for the metric.",
3791+
"type": "array",
3792+
"items": {
3793+
"type": "string"
3794+
}
3795+
},
37873796
"fillGapWithZero": {
37883797
"type": "boolean",
37893798
"description": "Fill gaps in the metric with zero."

0 commit comments

Comments
 (0)