Skip to content

Commit 37abc55

Browse files
viananthjnlycklama
authored andcommitted
[BugFix] Add "ExtendedLocation" property in IaasVMRestorePoint (#25713)
* Add "ExtendedLocation" property in IaasVMRestorePoint * Add Extendedlocation sample in get rp
1 parent 9cba555 commit 37abc55

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-04-01/bms.json

+4
Original file line numberDiff line numberDiff line change
@@ -7449,6 +7449,10 @@
74497449
"isPrivateAccessEnabledOnAnyDisk": {
74507450
"description": "This flag denotes if any of the disks in the VM are using Private access network setting",
74517451
"type": "boolean"
7452+
},
7453+
"extendedLocation": {
7454+
"$ref": "#/definitions/ExtendedLocation",
7455+
"description": "Extended location of the VM recovery point,\r\nshould be null if VM is in public cloud"
74527456
}
74537457
},
74547458
"x-ms-discriminator-value": "IaasVMRecoveryPoint"

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-04-01/examples/AzureIaasVm/RecoveryPoints_List.json

+40
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,46 @@
8787
],
8888
"isPrivateAccessEnabledOnAnyDisk": true
8989
}
90+
},
91+
{
92+
"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",
93+
"name": "70477518625276",
94+
"type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints",
95+
"properties": {
96+
"objectType": "IaasVMRecoveryPoint",
97+
"recoveryPointType": "CrashConsistent",
98+
"recoveryPointTime": "2023-09-22T20:02:00.1225746Z",
99+
"recoveryPointAdditionalInfo": "",
100+
"sourceVMStorageType": "PremiumVMOnPartialPremiumStorage",
101+
"isSourceVMEncrypted": true,
102+
"isInstantIlrSessionActive": false,
103+
"recoveryPointTierDetails": [
104+
{
105+
"type": "InstantRP",
106+
"status": "Valid"
107+
},
108+
{
109+
"type": "HardenedRP",
110+
"status": "Valid"
111+
}
112+
],
113+
"isManagedVirtualMachine": true,
114+
"virtualMachineSize": "Standard_D2s_v3",
115+
"originalStorageAccountOption": false,
116+
"osType": "Windows",
117+
"recoveryPointMoveReadinessInfo": {
118+
"ArchivedRP": {
119+
"isReadyForMove": false,
120+
"additionalInfo": "We're still determining if this Recovery Point can be moved.. Please check again after some time."
121+
}
122+
},
123+
"extendedLocation": {
124+
"name": "microsoftrrdclab3",
125+
"type": "EdgeZone"
126+
},
127+
"securityType": "None",
128+
"isPrivateAccessEnabledOnAnyDisk": false
129+
}
90130
}
91131
],
92132
"nextLink": null

0 commit comments

Comments
 (0)