Skip to content

Commit

Permalink
[SRP] Add blob service property for container soft delete (#8498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfchen95 committed Feb 26, 2020
1 parent 55fb140 commit 1ca6efa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,10 @@
"restorePolicy": {
"$ref": "#/definitions/RestorePolicyProperties",
"description": "The blob service properties for blob restore policy."
},
"containerDeleteRetentionPolicy": {
"$ref": "./common.json#/definitions/DeleteRetentionPolicy",
"description": "The blob service properties for container soft delete."
}
},
"x-ms-client-flatten": true,
Expand Down

0 comments on commit 1ca6efa

Please sign in to comment.