Skip to content

Commit

Permalink
Support for Availability set as input for VMWare to Azure and Hyper-V…
Browse files Browse the repository at this point in the history
… to Azure replications in Site Recovery Service (Azure#12368)

* Adding Availability Set as input for enable replication in V2A and H2A

* Minor correction
  • Loading branch information
vidyadharijami authored Jan 13, 2021
1 parent c7a5ce9 commit bfec067
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11014,6 +11014,10 @@
"targetProximityPlacementGroupId": {
"description": "The proximity placement group ARM Id.",
"type": "string"
},
"targetAvailabilitySetId": {
"description": "The availability set ARM Id.",
"type": "string"
}
},
"x-ms-discriminator-value": "HyperVReplicaAzure"
Expand Down Expand Up @@ -12285,6 +12289,10 @@
"targetProximityPlacementGroupId": {
"description": "The proximity placement group ARM Id.",
"type": "string"
},
"targetAvailabilitySetId": {
"description": "The availability set ARM Id.",
"type": "string"
}
},
"x-ms-discriminator-value": "InMageAzureV2"
Expand Down

0 comments on commit bfec067

Please sign in to comment.