Skip to content

Commit

Permalink
adding new properties (#9404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayfathim authored May 12, 2020
1 parent 09e9660 commit de2671e
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8006,6 +8006,16 @@
"type": "string",
"readOnly": true
},
"initialPrimaryZone": {
"description": "The initial primary availability zone.",
"type": "string",
"readOnly": true
},
"initialRecoveryZone": {
"description": "The initial recovery availability zone.",
"type": "string",
"readOnly": true
},
"multiVmGroupId": {
"description": "The multi vm group Id.",
"type": "string"
Expand Down Expand Up @@ -14383,7 +14393,7 @@
"type": "string"
}
},
"x-ms-discriminator-value": "RecoveryPlanA2ADetails"
"x-ms-discriminator-value": "A2A"
},
"RecoveryPlanA2AInput": {
"description": "Recovery plan A2A input.",
Expand Down

0 comments on commit de2671e

Please sign in to comment.