Skip to content

Commit

Permalink
[BugFix] Add "ExtendedLocation" property in IaasVMRestorePoint (#25713)
Browse files Browse the repository at this point in the history
* Add "ExtendedLocation" property in IaasVMRestorePoint

* Add Extendedlocation sample in get rp
  • Loading branch information
viananth authored Sep 25, 2023
1 parent 15042f5 commit 68c5002
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7449,6 +7449,10 @@
"isPrivateAccessEnabledOnAnyDisk": {
"description": "This flag denotes if any of the disks in the VM are using Private access network setting",
"type": "boolean"
},
"extendedLocation": {
"$ref": "#/definitions/ExtendedLocation",
"description": "Extended location of the VM recovery point,\r\nshould be null if VM is in public cloud"
}
},
"x-ms-discriminator-value": "IaasVMRecoveryPoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,46 @@
],
"isPrivateAccessEnabledOnAnyDisk": true
}
},
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/FijiValidation-asr-microsoftrrdclab3-408/providers/Microsoft.RecoveryServices/vaults/testVault408/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;fijivalidation-asr-microsoftrrdclab3-408;vm408/protectedItems/VM;iaasvmcontainerv2;fijivalidation-asr-microsoftrrdclab3-408;vm408/recoveryPoints/70477518625276",
"name": "70477518625276",
"type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints",
"properties": {
"objectType": "IaasVMRecoveryPoint",
"recoveryPointType": "CrashConsistent",
"recoveryPointTime": "2023-09-22T20:02:00.1225746Z",
"recoveryPointAdditionalInfo": "",
"sourceVMStorageType": "PremiumVMOnPartialPremiumStorage",
"isSourceVMEncrypted": true,
"isInstantIlrSessionActive": false,
"recoveryPointTierDetails": [
{
"type": "InstantRP",
"status": "Valid"
},
{
"type": "HardenedRP",
"status": "Valid"
}
],
"isManagedVirtualMachine": true,
"virtualMachineSize": "Standard_D2s_v3",
"originalStorageAccountOption": false,
"osType": "Windows",
"recoveryPointMoveReadinessInfo": {
"ArchivedRP": {
"isReadyForMove": false,
"additionalInfo": "We're still determining if this Recovery Point can be moved.. Please check again after some time."
}
},
"extendedLocation": {
"name": "microsoftrrdclab3",
"type": "EdgeZone"
},
"securityType": "None",
"isPrivateAccessEnabledOnAnyDisk": false
}
}
],
"nextLink": null
Expand Down

0 comments on commit 68c5002

Please sign in to comment.