From 6485393e81cd3527251a8a0ba5a60c1c9229a3fb Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Sun, 25 Apr 2021 21:07:53 +0200 Subject: wip --- lib/azure_ex/model/public_ip_address/create_or_update.ex | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/azure_ex/model') diff --git a/lib/azure_ex/model/public_ip_address/create_or_update.ex b/lib/azure_ex/model/public_ip_address/create_or_update.ex index 959db34..e745b31 100644 --- a/lib/azure_ex/model/public_ip_address/create_or_update.ex +++ b/lib/azure_ex/model/public_ip_address/create_or_update.ex @@ -9,6 +9,7 @@ defmodule AzureEx.Model.PublicIPAddress.CreateOrUpdate do @derive Jason.Encoder field :publicIPAddressVersion, String.t() + field :dnsSettings, String.t() end typedstruct do -- cgit v1.2.3