From b9fd418cfd54f8da77c9d20bba492263908ad589 Mon Sep 17 00:00:00 2001 From: Alexandru Coman Date: Fri, 24 Mar 2017 10:32:03 +0200 Subject: [PATCH] Update the field name for the AccessControlList references Change-Id: I2beb1a6337f63bd9006aed022885fcfa69083362 --- hnv/client.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hnv/client.py b/hnv/client.py index b57df91..4dc5273 100644 --- a/hnv/client.py +++ b/hnv/client.py @@ -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."""