From c26a47f740b37f781df0bfed9012538c2b537d92 Mon Sep 17 00:00:00 2001 From: Amir Hesamian Date: Mon, 6 Feb 2023 00:18:04 -0800 Subject: [PATCH] added ExtendedLocation to IaasVMRestoreRequest --- .../stable/2023-02-01/bms.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json index 87b031fb7f50..645fdb7cbd60 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json @@ -7419,6 +7419,20 @@ }, "x-ms-discriminator-value": "IaasVMRecoveryPoint" }, + "ExtendedLocation": { + "description": "The extended location of Recovery point where VM was present.", + "type": "object", + "properties": { + "name": { + "description": "Name of the extended location.", + "type": "string" + }, + "type": { + "description": "Type of the extended location. Possible values include: 'EdgeZone'", + "type": "string" + } + } + }, "IaasVMRestoreRequest": { "description": "IaaS VM workload-specific restore.", "type": "object", @@ -7525,6 +7539,10 @@ "identityBasedRestoreDetails": { "$ref": "#/definitions/IdentityBasedRestoreDetails", "description": "IaaS VM workload specific restore details for restores using managed identity." + }, + "extendedLocation": { + "$ref": "#/definitions/ExtendedLocation", + "description": "Target extended location where the VM should be restored,\r\nshould be null if restore is to be done in public cloud" } }, "x-ms-discriminator-value": "IaasVMRestoreRequest"