Skip to content

Commit

Permalink
changed priority field to failoverPriority
Browse files Browse the repository at this point in the history
  • Loading branch information
connievi committed Oct 14, 2024
1 parent 13533a3 commit 2208f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ message VirtualMachine {
VirtualMachineAgentInstanceView guestAgentInstanceView = 18;
AvailabilitySetReference availabilitySet = 19;
ZoneConfiguration zoneConfiguration = 20;
FailoverPriority priority = 21;
FailoverPriority failoverPriority = 21;
}

message VirtualMachineOperationRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ message VirtualMachine {
GuestAgentConfiguration guestAgent = 15;
VirtualMachineAgentInstanceView guestAgentInstanceView = 16;
ZoneConfiguration zoneConfiguration = 17;
FailoverPriority priority = 18;
FailoverPriority failoverPriority = 18;
}

message VirtualMachineOperationRequest {
Expand Down

0 comments on commit 2208f57

Please sign in to comment.