Skip to content

Commit 11e36f9

Browse files
author
SDKAuto
committed
CodeGen from PR 16973 in Azure/azure-rest-api-specs
Merge 1ce8948d9a38b427668a1a82031d35b5ae2aca8c into d90729bbada2b4f784f2737ab4b4e39693a7aab8
1 parent 4673365 commit 11e36f9

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,10 @@
14361436
"type": "string",
14371437
"description": "Indicates consistency of policy object and policy applied to this backup item."
14381438
},
1439+
"recoveryModel": {
1440+
"type": "string",
1441+
"description": "Indicates consistency of policy object and policy applied to this backup item."
1442+
},
14391443
"recoveryPointCount": {
14401444
"oneOf": [
14411445
{
@@ -1780,6 +1784,22 @@
17801784
],
17811785
"description": "Opt in details of Cross Region Restore feature."
17821786
},
1787+
"dedupState": {
1788+
"oneOf": [
1789+
{
1790+
"type": "string",
1791+
"enum": [
1792+
"Invalid",
1793+
"Enabled",
1794+
"Disabled"
1795+
]
1796+
},
1797+
{
1798+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1799+
}
1800+
],
1801+
"description": "Vault Dedup state."
1802+
},
17831803
"storageModelType": {
17841804
"oneOf": [
17851805
{
@@ -1831,6 +1851,22 @@
18311851
}
18321852
],
18331853
"description": "Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked."
1854+
},
1855+
"xcoolState": {
1856+
"oneOf": [
1857+
{
1858+
"type": "string",
1859+
"enum": [
1860+
"Invalid",
1861+
"Enabled",
1862+
"Disabled"
1863+
]
1864+
},
1865+
{
1866+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1867+
}
1868+
],
1869+
"description": "Vault x-cool state."
18341870
}
18351871
},
18361872
"description": "The resource storage details."
@@ -1918,6 +1954,17 @@
19181954
],
19191955
"description": "Enabled or Disabled."
19201956
},
1957+
"isSoftDeleteFeatureStateEditable": {
1958+
"oneOf": [
1959+
{
1960+
"type": "boolean"
1961+
},
1962+
{
1963+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1964+
}
1965+
],
1966+
"description": "Is soft delete feature state editable"
1967+
},
19211968
"resourceGuardOperationRequests": {
19221969
"oneOf": [
19231970
{
@@ -2442,6 +2489,10 @@
24422489
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
24432490
}
24442491
]
2492+
},
2493+
"linuxVmApplicationName": {
2494+
"type": "string",
2495+
"description": "Linux VM name"
24452496
}
24462497
},
24472498
"description": "Extended Properties for Azure IaasVM Backup."
@@ -3433,6 +3484,17 @@
34333484
"type": "string",
34343485
"description": "Time remaining before the DS marked for deferred delete is permanently deleted"
34353486
},
3487+
"isArchiveEnabled": {
3488+
"oneOf": [
3489+
{
3490+
"type": "boolean"
3491+
},
3492+
{
3493+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3494+
}
3495+
],
3496+
"description": "Flag to identify whether datasource is protected in archive"
3497+
},
34363498
"isDeferredDeleteScheduleUpcoming": {
34373499
"oneOf": [
34383500
{
@@ -3475,6 +3537,10 @@
34753537
"type": "string",
34763538
"description": "ID of the backup policy with which this item is backed up."
34773539
},
3540+
"policyName": {
3541+
"type": "string",
3542+
"description": "Name of the policy used for protection"
3543+
},
34783544
"resourceGuardOperationRequests": {
34793545
"oneOf": [
34803546
{
@@ -3580,6 +3646,10 @@
35803646
"type": "string",
35813647
"description": "Status of health of the container."
35823648
},
3649+
"protectableObjectType": {
3650+
"type": "string",
3651+
"description": "Type of the protectable object associated with this container"
3652+
},
35833653
"registrationStatus": {
35843654
"type": "string",
35853655
"description": "Status of registration of the container with the Recovery Services Vault."

0 commit comments

Comments
 (0)