summaryrefslogtreecommitdiff
path: root/lib/azure_ex/model
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2021-04-25 21:07:53 +0200
committerJordan Bracco <href@random.sh>2021-04-25 21:07:53 +0200
commit6485393e81cd3527251a8a0ba5a60c1c9229a3fb (patch)
treef6c356776e0b7c49dad6b3dc78274b2f374730f1 /lib/azure_ex/model
parentUpdate deps lock (diff)
Diffstat (limited to 'lib/azure_ex/model')
-rw-r--r--lib/azure_ex/model/public_ip_address/create_or_update.ex1
1 files changed, 1 insertions, 0 deletions
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