Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,8 @@
"enum": [
"Invalid",
"Enabled",
"Disabled"
"Disabled",
"AlwaysON"
]
},
{
Expand All @@ -2073,6 +2074,17 @@
],
"description": "Soft Delete feature state."
},
"softDeleteRetentionPeriodInDays": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Soft delete retention period in days"
},
"storageModelType": {
"oneOf": [
{
Expand Down Expand Up @@ -3652,7 +3664,7 @@
],
"description": "ResourceGuardOperationRequests on which LAC check will be performed"
},
"softDeleteRetentionPeriod": {
"softDeleteRetentionPeriodInDays": {
"oneOf": [
{
"type": "integer"
Expand Down
Loading