Update the field name for the AccessControlList references

Change-Id: I2beb1a6337f63bd9006aed022885fcfa69083362
This commit is contained in:
Alexandru Coman 2017-03-24 10:32:03 +02:00
parent 349a9035d7
commit b9fd418cfd
No known key found for this signature in database
GPG Key ID: A7B6A9021F704507
1 changed files with 6 additions and 6 deletions

View File

@ -632,9 +632,9 @@ class IPConfiguration(_BaseHNVModel):
resource.
"""
access_controll_list = model.Field(name="access_controll_list",
key="accessControlList",
is_required=False)
access_control_list = model.Field(name="access_control_list",
key="accessControlList",
is_required=False)
"""Indicates a reference to an accessControlList resource that defines
the ACLs in and out of the IP Configuration."""
@ -952,9 +952,9 @@ class SubNetworks(_BaseHNVModel):
subnets in the virtual network and must fall in the addressPrefix defined
in the virtual network."""
access_controll_list = model.Field(name="access_controll_list",
key="accessControlList",
is_required=False)
access_control_list = model.Field(name="access_control_list",
key="accessControlList",
is_required=False)
"""Indicates a reference to an accessControlLists resource that defines
the ACLs in and out of the subnet."""