Skip to content

Commit

Permalink
[SRP] Add blob service property for container soft delete (Azure#8498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfchen95 authored and 00Kai0 committed Oct 12, 2020
1 parent a2ce047 commit 32bccc4
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 32bccc4

Please sign in to comment.