Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3b45feb
Adds base for updating Microsoft.RecoveryServices from version stable…
singhabh27 Jan 4, 2023
29bfedf
Updates readme
singhabh27 Jan 4, 2023
f5f721f
Updates API version in new specs and examples
singhabh27 Jan 4, 2023
c7d7b97
CVM and OS Upgrade changes
singhabh27 Jan 5, 2023
f237138
Update ReplicationProtectionContainers_SwitchProtection.json
pradheepm Jan 24, 2023
6f53906
Update service.json
pradheepm Jan 24, 2023
ef17979
Updated supportedOSVersions description.
singhabh27 Jan 24, 2023
f63c4d8
Taken up ARM feedback
singhabh27 Feb 3, 2023
9831058
model validation fix
singhabh27 Feb 10, 2023
43204ba
Revert "model validation fix"
singhabh27 Feb 10, 2023
4afadba
Fixing model validations
singhabh27 Feb 10, 2023
70b86b2
Fixing ReplicationFabrics_Purge.json
singhabh27 Feb 10, 2023
52f563f
Fixing model validations
singhabh27 Feb 14, 2023
9b80d30
RESPONSE_STATUS_CODE_NOT_IN_EXAMPLE fix
singhabh27 Feb 14, 2023
d63f60c
Started the work
shesamian Feb 14, 2023
54a4eca
Added fabric controller's specific changes
shesamian Feb 15, 2023
04ad4e3
Adding Azure-AsyncOperation in header
singhabh27 Feb 15, 2023
c7dab5e
Fixing examples
singhabh27 Feb 15, 2023
f3206be
Merge remote-tracking branch 'singh/release-recoveryservicessiterecov…
shesamian Feb 15, 2023
b1f8156
sync branches
shesamian Feb 15, 2023
3b52833
Added x-ms-identifiers to location details
shesamian Mar 2, 2023
4328766
Merge remote-tracking branch 'origin/main' into release-recoveryservi…
shesamian Mar 6, 2023
16e1473
Updated readme
shesamian Mar 6, 2023
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"api-version": "2023-02-01",
"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"
}
},
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationOperationStatus/a93f3cd5-9035-4b1e-a2c9-b16df6d5d34b?api-version=2023-02-01"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"api-version": "2023-02-01",
"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"
}
}
]
},
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationOperationStatus/a93f3cd5-9035-4b1e-a2c9-b16df6d5d34b?api-version=2023-02-01"
}
}
}
}
Loading