Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2139,3 +2139,8 @@ ziplist
Zoho
zoneinfo
zset
testfailover
Orignal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a typo, not something to ignore

Onprem
targetv
Seleted
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a typo, not something to ignore

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #14120 to suppress for the single version and flag again on the next

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"api-version": "2021-02-10",
"migrationRecoveryPointName": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
"migrationItemName": "virtualmachine1",
"protectionContainerName": "vmwareContainer1",
"fabricName": "vmwarefabric1",
"resourceName": "migrationvault",
"resourceGroupName": "resourcegroup1",
"subscriptionId": "cb53d0c3-bd59-4721-89bc-06916a9147ef"
},
"responses": {
"200": {
"body": {
"name": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
"id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/b22134ea-620c-474b-9fa5-3c1cb47708e3",
"properties": {
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
"recoveryPointType": "CrashConsistent"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"api-version": "2021-02-10",
"migrationItemName": "virtualmachine1",
"protectionContainerName": "vmwareContainer1",
"fabricName": "vmwarefabric1",
"resourceName": "migrationvault",
"resourceGroupName": "resourcegroup1",
"subscriptionId": "cb53d0c3-bd59-4721-89bc-06916a9147ef"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "648336ef-2d70-4d98-b100-8c299f97cd41",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
"id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/648336ef-2d70-4d98-b100-8c299f97cd41",
"properties": {
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
"recoveryPointType": "CrashConsistent"
}
},
{
"name": "34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
"id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
"properties": {
"recoveryPointTime": "2017-04-26T07:37:30.9722019Z",
"recoveryPointType": "CrashConsistent"
}
}
]
}
}
}
}
Loading