Skip to content

Commit

Permalink
[SRP][Fix Typo] DeleteRetentionPolicy is a common class that applies …
Browse files Browse the repository at this point in the history
…to both file and blob (#7703)
  • Loading branch information
zfchen95 authored and yungezz committed Nov 5, 2019
1 parent ae171b9 commit c11a708
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
"properties": {
"enabled": {
"type": "boolean",
"description": "Indicates whether DeleteRetentionPolicy is enabled for the Blob service."
"description": "Indicates whether DeleteRetentionPolicy is enabled."
},
"days": {
"type": "integer",
"minimum": 1,
"maximum": 365,
"description": "Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365."
"description": "Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365."
}
},
"description": "The blob service properties for soft delete."
"description": "The service properties for soft delete."
}
}
}

0 comments on commit c11a708

Please sign in to comment.