Skip to content

Commit 409f9c5

Browse files
om-nishantjosuh
authored andcommitted
Extending recovery network input in replication intent API to support new network creation (Azure#12191)
1 parent 9da20f4 commit 409f9c5

File tree

1 file changed

+20
-0
lines changed
  • specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10

1 file changed

+20
-0
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2018-07-10/service.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15724,6 +15724,26 @@
1572415724
},
1572515725
"x-ms-discriminator-value": "New"
1572615726
},
15727+
"NewRecoveryVirtualNetwork": {
15728+
"description": "Recovery virtual network input to create new virtual network from given source network.",
15729+
"type": "object",
15730+
"allOf": [
15731+
{
15732+
"$ref": "#/definitions/RecoveryVirtualNetworkCustomDetails"
15733+
}
15734+
],
15735+
"properties": {
15736+
"recoveryVirtualNetworkResourceGroupName": {
15737+
"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.",
15738+
"type": "string"
15739+
},
15740+
"recoveryVirtualNetworkName": {
15741+
"description": "The recovery virtual network name.",
15742+
"type": "string"
15743+
}
15744+
},
15745+
"x-ms-discriminator-value": "New"
15746+
},
1572715747
"Object": {
1572815748
"description": "Base of all objects.",
1572915749
"type": "object",

0 commit comments

Comments
 (0)