Skip to content

Commit 2e5a292

Browse files
committed
Add extra parameter in connection API
1 parent 041c21b commit 2e5a292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ResourceManager/Network/Commands.Network/Models/PSVirtualNetworkGatewayConnection.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public class PSVirtualNetworkGatewayConnection : PSTopLevelResource
3939

4040
public ulong IngressBytesTransferred { get; set; }
4141

42+
public string ProvisioningState { get; set; }
43+
4244
[JsonIgnore]
4345
public string VirtualNetworkGateway1Text
4446
{

0 commit comments

Comments
 (0)