Skip to content

Commit

Permalink
Updated documentation to reflect need for zone_type parameter when cr…
Browse files Browse the repository at this point in the history
…eating a zone (#2232)
  • Loading branch information
racingferret authored and lmazuel committed Aug 1, 2018
1 parent 184e289 commit 667ff3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/sample_azure-mgmt-dns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Create DNS zone
'MyResourceGroup',
'pydns.com',
{
'zone_type': 'Public', # or Private
'location': 'global'
}
)
Expand All @@ -69,4 +70,4 @@ Create a Record Set
}
]
}
)
)

0 comments on commit 667ff3f

Please sign in to comment.