diff options
author | Jordan Bracco <href@random.sh> | 2021-04-25 21:07:53 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2021-04-25 21:07:53 +0200 |
commit | 6485393e81cd3527251a8a0ba5a60c1c9229a3fb (patch) | |
tree | f6c356776e0b7c49dad6b3dc78274b2f374730f1 /lib/azure_ex/model | |
parent | Update deps lock (diff) |
wipdevelop
Diffstat (limited to 'lib/azure_ex/model')
-rw-r--r-- | lib/azure_ex/model/public_ip_address/create_or_update.ex | 1 |
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 |