diff --git a/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json b/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json index 244b4ce654..459e6621c7 100644 --- a/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json +++ b/schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json @@ -1436,6 +1436,10 @@ "type": "string", "description": "Indicates consistency of policy object and policy applied to this backup item." }, + "recoveryModel": { + "type": "string", + "description": "Indicates consistency of policy object and policy applied to this backup item." + }, "recoveryPointCount": { "oneOf": [ { @@ -1780,6 +1784,22 @@ ], "description": "Opt in details of Cross Region Restore feature." }, + "dedupState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Invalid", + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Vault Dedup state." + }, "storageModelType": { "oneOf": [ { @@ -1831,6 +1851,22 @@ } ], "description": "Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked." + }, + "xcoolState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Invalid", + "Enabled", + "Disabled" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Vault x-cool state." } }, "description": "The resource storage details." @@ -1918,6 +1954,17 @@ ], "description": "Enabled or Disabled." }, + "isSoftDeleteFeatureStateEditable": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Is soft delete feature state editable" + }, "resourceGuardOperationRequests": { "oneOf": [ { @@ -2442,6 +2489,10 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ] + }, + "linuxVmApplicationName": { + "type": "string", + "description": "Linux VM name" } }, "description": "Extended Properties for Azure IaasVM Backup." @@ -3433,6 +3484,17 @@ "type": "string", "description": "Time remaining before the DS marked for deferred delete is permanently deleted" }, + "isArchiveEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Flag to identify whether datasource is protected in archive" + }, "isDeferredDeleteScheduleUpcoming": { "oneOf": [ { @@ -3475,6 +3537,10 @@ "type": "string", "description": "ID of the backup policy with which this item is backed up." }, + "policyName": { + "type": "string", + "description": "Name of the policy used for protection" + }, "resourceGuardOperationRequests": { "oneOf": [ { @@ -3580,6 +3646,10 @@ "type": "string", "description": "Status of health of the container." }, + "protectableObjectType": { + "type": "string", + "description": "Type of the protectable object associated with this container" + }, "registrationStatus": { "type": "string", "description": "Status of registration of the container with the Recovery Services Vault."