Skip to content

Commit f0b4a44

Browse files
authored
New API version (2021-02-10) for recovery services site recovery (#13525)
* Adding old API version(2018-07-10) to new folder for 2021-20-10 * all changes for swagger (2021-02-10) * read me and custom word changes * Ayesha's comments addressed * adress PR comments from ayesha * Adding suppressions * fixing custom words
1 parent 867165c commit f0b4a44

File tree

137 files changed

+29901
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+29901
-2
lines changed

custom-words.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,3 +2147,8 @@ ziplist
21472147
Zoho
21482148
zoneinfo
21492149
zset
2150+
testfailover
2151+
Orignal
2152+
Onprem
2153+
targetv
2154+
Seleted
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-02-10",
4+
"migrationRecoveryPointName": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
5+
"migrationItemName": "virtualmachine1",
6+
"protectionContainerName": "vmwareContainer1",
7+
"fabricName": "vmwarefabric1",
8+
"resourceName": "migrationvault",
9+
"resourceGroupName": "resourcegroup1",
10+
"subscriptionId": "cb53d0c3-bd59-4721-89bc-06916a9147ef"
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"name": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
16+
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
17+
"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",
18+
"properties": {
19+
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
20+
"recoveryPointType": "CrashConsistent"
21+
}
22+
}
23+
}
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-02-10",
4+
"migrationItemName": "virtualmachine1",
5+
"protectionContainerName": "vmwareContainer1",
6+
"fabricName": "vmwarefabric1",
7+
"resourceName": "migrationvault",
8+
"resourceGroupName": "resourcegroup1",
9+
"subscriptionId": "cb53d0c3-bd59-4721-89bc-06916a9147ef"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"value": [
15+
{
16+
"name": "648336ef-2d70-4d98-b100-8c299f97cd41",
17+
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
18+
"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",
19+
"properties": {
20+
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
21+
"recoveryPointType": "CrashConsistent"
22+
}
23+
},
24+
{
25+
"name": "34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
26+
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
27+
"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",
28+
"properties": {
29+
"recoveryPointTime": "2017-04-26T07:37:30.9722019Z",
30+
"recoveryPointType": "CrashConsistent"
31+
}
32+
}
33+
]
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)