Skip to content

Commit 2be7c9c

Browse files
PublicIpAddressObject.DeleteAsync
1 parent 3237c8e commit 2be7c9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

experiments/Azure.Experiments/Azure.Experiments/PublicIpAddressObject.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ protected override IPublicIPAddressesOperations CreateClient(Context c)
2222
=> c.CreateNetwork().PublicIPAddresses;
2323

2424
protected override Task DeleteAsync(IPublicIPAddressesOperations c)
25-
{
26-
throw new NotImplementedException();
27-
}
25+
=> c.DeleteAsync(ResourceGroupName, Name);
2826

2927
protected override Task<PublicIPAddress> GetOrThrowAsync(IPublicIPAddressesOperations c)
3028
=> c.GetAsync(ResourceGroupName, Name);

0 commit comments

Comments
 (0)