Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 041c9a5

Browse files
committed
address PR comments
1 parent 2007476 commit 041c9a5

File tree

1 file changed

+4
-4
lines changed
  • src/ApiService/ApiService/OneFuzzTypes

1 file changed

+4
-4
lines changed

src/ApiService/ApiService/OneFuzzTypes/Model.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public enum NodeState
8787

8888
public record ProxyHeartbeat
8989
(
90-
string Region,
90+
Region Region,
9191
Guid ProxyId,
9292
List<ProxyForward> Forwards,
9393
DateTimeOffset TimeStamp
@@ -111,7 +111,7 @@ bool DebugKeepNode
111111

112112
public partial record ProxyForward
113113
(
114-
[PartitionKey] string Region,
114+
[PartitionKey] Region Region,
115115
[RowKey] int DstPort,
116116
int SrcPort,
117117
string DstIp
@@ -121,7 +121,7 @@ public partial record ProxyConfig
121121
(
122122
Uri Url,
123123
string Notification,
124-
string Region,
124+
Region Region,
125125
Guid? ProxyId,
126126
List<ProxyForward> Forwards,
127127
string InstanceTelemetryKey,
@@ -131,7 +131,7 @@ string MicrosoftTelemetryKey
131131

132132
public partial record Proxy
133133
(
134-
[PartitionKey] string Region,
134+
[PartitionKey] Region Region,
135135
[RowKey] Guid ProxyId,
136136
DateTimeOffset? CreatedTimestamp,
137137
VmState State,

0 commit comments

Comments
 (0)