Skip to content

Commit

Permalink
Adding TargetVmSize for Vmware to azure and HyperV to Azure scenarios (
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyadharijami authored Feb 4, 2021
1 parent 9640b40 commit b107981
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11018,6 +11018,10 @@
"targetAvailabilitySetId": {
"description": "The availability set ARM Id.",
"type": "string"
},
"targetVmSize": {
"description": "The target VM size.",
"type": "string"
}
},
"x-ms-discriminator-value": "HyperVReplicaAzure"
Expand Down Expand Up @@ -12293,6 +12297,10 @@
"targetAvailabilitySetId": {
"description": "The availability set ARM Id.",
"type": "string"
},
"targetVmSize": {
"description": "The target VM size.",
"type": "string"
}
},
"x-ms-discriminator-value": "InMageAzureV2"
Expand Down

0 comments on commit b107981

Please sign in to comment.