Skip to content

Commit 9e5710b

Browse files
author
Will Ehrich
committed
Make extended location specific to PSNetworkInterface
1 parent 5c906cd commit 9e5710b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Network/Network/Models/PSNetworkInterface.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public string PrivateEndpointText
8686
get { return JsonConvert.SerializeObject(PrivateEndpoint, Formatting.Indented, new JsonSerializerSettings() { NullValueHandling = NullValueHandling.Ignore }); }
8787
}
8888

89+
public PSExtendedLocation ExtendedLocation { get; set; }
90+
8991
public bool ShouldSerializeIpConfigurations()
9092
{
9193
return !string.IsNullOrEmpty(this.Name);

src/Network/Network/Models/PSTopLevelResource.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ public class PSTopLevelResource : PSChildResource
2626
[Ps1Xml(Label = "Location", Target = ViewControl.Table, Position = 2)]
2727
public string Location { get; set; }
2828

29-
public PSExtendedLocation ExtendedLocation { get; set; }
30-
3129
public string ResourceGuid { get; set; }
3230

3331
public string Type { get; set; }

0 commit comments

Comments
 (0)