-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.RecoveryServices to add …
…version stable/2021-10-01 (#16853) * Updating readme.go * Adds base for updating Microsoft.RecoveryServices from version stable/2021-08-01 to version 2021-10-01 * Updates readme * Updates API version in new specs and examples * Revert "Updating readme.go" This reverts commit 4a49dbc. * Updating readme.go * Update specification/recoveryservicessiterecovery/resource-manager/readme.go.md Co-authored-by: Dapeng Zhang <ufo54153@gmail.com> Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>
- Loading branch information
1 parent
74a41b9
commit d2411fc
Showing
136 changed files
with
30,693 additions
and
6 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...er/Microsoft.RecoveryServices/stable/2021-10-01/examples/MigrationRecoveryPoints_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-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" | ||
} | ||
} | ||
} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
...s/stable/2021-10-01/examples/MigrationRecoveryPoints_ListByReplicationMigrationItems.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-10-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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.