From bccfc2bc9bc28d7dc6d8586fa599e2ba02e7e95d Mon Sep 17 00:00:00 2001 From: mjethwa-msft Date: Thu, 21 Mar 2024 10:22:20 -0700 Subject: [PATCH] Fix json property name --- services/network/network.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/network/network.go b/services/network/network.go index 3bc4397b7..15dd06765 100644 --- a/services/network/network.go +++ b/services/network/network.go @@ -1060,7 +1060,7 @@ type LogicalSubnetPropertiesFormat struct { // DhcpOptions - The dhcpOptions that contains an array of DNS servers available to VMs deployed in the Logical network. DhcpOptions *DhcpOptions `json:"dhcpOptions,omitempty"` // Public - Gets whether this is a public subnet on a virtual machine. - Public *bool `json:"primary,omitempty"` + Public *bool `json:"public,omitempty"` } // LogicalSubnet is a subnet in a Logical network resource.