Skip to content

Commit 7586a48

Browse files
authored
Add lastEnabledTime in GetBlobServiceProperties API and minor description update for restoreblobrange (Azure#8920)
1 parent c9bdd45 commit 7586a48

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,12 @@
12171217
"minimum": 1,
12181218
"maximum": 365,
12191219
"description": "how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days."
1220+
},
1221+
"lastEnabledTime": {
1222+
"type": "string",
1223+
"format": "date-time",
1224+
"readOnly": true,
1225+
"description": "Returns the date and time the restore policy was last enabled."
12201226
}
12211227
},
12221228
"required": [

specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,11 +2564,11 @@
25642564
"properties": {
25652565
"startRange": {
25662566
"type": "string",
2567-
"description": "Blob start range. Empty means account start."
2567+
"description": "Blob start range. This is inclusive. Empty means account start."
25682568
},
25692569
"endRange": {
25702570
"type": "string",
2571-
"description": "Blob end range. Empty means account end."
2571+
"description": "Blob end range. This is exclusive. Empty means account end."
25722572
}
25732573
},
25742574
"required": [

0 commit comments

Comments
 (0)