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

View File

@ -632,7 +632,7 @@ class IPConfiguration(_BaseHNVModel):
resource.
"""
access_controll_list = model.Field(name="access_controll_list",
access_control_list = model.Field(name="access_control_list",
key="accessControlList",
is_required=False)
"""Indicates a reference to an accessControlList resource that defines
@ -952,7 +952,7 @@ 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",
access_control_list = model.Field(name="access_control_list",
key="accessControlList",
is_required=False)
"""Indicates a reference to an accessControlLists resource that defines