Skip to content

Commit a00b4fe

Browse files
author
SDKAuto
committed
CodeGen from PR 24211 in Azure/azure-rest-api-specs
Merge 9aec7bb435dd05a65b14db3a7ec06d535ba5c1fa into f14f1d17370ed1d56f06d8933f434832b3f0a618
1 parent 4478a62 commit a00b4fe

File tree

3 files changed

+4706
-2
lines changed

3 files changed

+4706
-2
lines changed

schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,8 @@
20642064
"enum": [
20652065
"Invalid",
20662066
"Enabled",
2067-
"Disabled"
2067+
"Disabled",
2068+
"AlwaysON"
20682069
]
20692070
},
20702071
{
@@ -2073,6 +2074,17 @@
20732074
],
20742075
"description": "Soft Delete feature state."
20752076
},
2077+
"softDeleteRetentionPeriodInDays": {
2078+
"oneOf": [
2079+
{
2080+
"type": "integer"
2081+
},
2082+
{
2083+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2084+
}
2085+
],
2086+
"description": "Soft delete retention period in days"
2087+
},
20762088
"storageModelType": {
20772089
"oneOf": [
20782090
{
@@ -3652,7 +3664,7 @@
36523664
],
36533665
"description": "ResourceGuardOperationRequests on which LAC check will be performed"
36543666
},
3655-
"softDeleteRetentionPeriod": {
3667+
"softDeleteRetentionPeriodInDays": {
36563668
"oneOf": [
36573669
{
36583670
"type": "integer"

0 commit comments

Comments
 (0)