Skip to content

Commit

Permalink
Extending recovery network input in replication intent API to support…
Browse files Browse the repository at this point in the history
… new network creation (Azure#12191)
  • Loading branch information
om-nishant authored Dec 22, 2020
1 parent a5e554c commit 5468d71
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15724,6 +15724,26 @@
},
"x-ms-discriminator-value": "New"
},
"NewRecoveryVirtualNetwork": {
"description": "Recovery virtual network input to create new virtual network from given source network.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/RecoveryVirtualNetworkCustomDetails"
}
],
"properties": {
"recoveryVirtualNetworkResourceGroupName": {
"description": "The name of the resource group to be used to create the recovery virtual network. If absent, target network would be created in the same resource group as target VM.",
"type": "string"
},
"recoveryVirtualNetworkName": {
"description": "The recovery virtual network name.",
"type": "string"
}
},
"x-ms-discriminator-value": "New"
},
"Object": {
"description": "Base of all objects.",
"type": "object",
Expand Down

0 comments on commit 5468d71

Please sign in to comment.