Skip to content

Commit

Permalink
Adjust indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuChhabra committed Feb 23, 2020
1 parent 7161f23 commit c2f5697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,9 @@
},
"description": "The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked."
},
"allowProtectedAppendWrites":{
"allowProtectedAppendWrites": {
"type": "boolean",
"description": "This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API."
"description": "This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted."
}
},
"description": "The properties of an ImmutabilityPolicy of a blob container."
Expand Down

0 comments on commit c2f5697

Please sign in to comment.