Skip to content

Commit

Permalink
[AutoPR storage/resource-manager] [SRP] Remove a recent added propert…
Browse files Browse the repository at this point in the history
…y for container soft delete (#8388)

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete
  • Loading branch information
AutorestCI authored and Zim Kalinowski committed Dec 4, 2019
1 parent d3d6d0e commit 911c23f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,11 @@ def __init__(self, **kwargs):


class DeleteRetentionPolicy(Model):
"""The blob service properties for soft delete.
"""The service properties for soft delete.
:param enabled: Indicates whether DeleteRetentionPolicy is enabled for the
Blob service.
:param enabled: Indicates whether DeleteRetentionPolicy is enabled.
:type enabled: bool
:param days: Indicates the number of days that the deleted blob should be
:param days: 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.
:type days: int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,11 @@ def __init__(self, *, days_after_modification_greater_than: float, **kwargs) ->


class DeleteRetentionPolicy(Model):
"""The blob service properties for soft delete.
"""The service properties for soft delete.
:param enabled: Indicates whether DeleteRetentionPolicy is enabled for the
Blob service.
:param enabled: Indicates whether DeleteRetentionPolicy is enabled.
:type enabled: bool
:param days: Indicates the number of days that the deleted blob should be
:param days: 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.
:type days: int
Expand Down

0 comments on commit 911c23f

Please sign in to comment.