Skip to content

Commit

Permalink
vmware, mgmt, tsp, bug fix for leaseTime to int64 (Azure#29351)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jun 9, 2024
1 parent c2f037e commit 224f1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specification/vmware/Microsoft.AVS/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ model WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {
serverAddress?: string;

@doc("DHCP Server Lease Time.")
leaseTime?: int32;
leaseTime?: int64;

@doc("Type of DHCP: SERVER or RELAY.")
dhcpType: DhcpTypeEnum.SERVER;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10304,7 +10304,7 @@
},
"leaseTime": {
"type": "integer",
"format": "int32",
"format": "int64",
"description": "DHCP Server Lease Time."
}
},
Expand All @@ -10325,7 +10325,7 @@
},
"leaseTime": {
"type": "integer",
"format": "int32",
"format": "int64",
"description": "DHCP Server Lease Time."
}
},
Expand Down

0 comments on commit 224f1c7

Please sign in to comment.