Skip to content

Commit

Permalink
PublicIpAddressObject.DeleteAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Oct 14, 2017
1 parent 3237c8e commit 2be7c9c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ protected override IPublicIPAddressesOperations CreateClient(Context c)
=> c.CreateNetwork().PublicIPAddresses;

protected override Task DeleteAsync(IPublicIPAddressesOperations c)
{
throw new NotImplementedException();
}
=> c.DeleteAsync(ResourceGroupName, Name);

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

0 comments on commit 2be7c9c

Please sign in to comment.