From 93e3f0597b126df1ba7ad951ac160ebfc15859d0 Mon Sep 17 00:00:00 2001 From: Poppis Evangelos Date: Thu, 29 Oct 2020 13:42:52 +0200 Subject: [PATCH] resolve issue (#268) --- plugins/modules/azure_rm_openshiftmanagedcluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/azure_rm_openshiftmanagedcluster.py b/plugins/modules/azure_rm_openshiftmanagedcluster.py index a54921d9c..8beb71e00 100644 --- a/plugins/modules/azure_rm_openshiftmanagedcluster.py +++ b/plugins/modules/azure_rm_openshiftmanagedcluster.py @@ -824,7 +824,7 @@ def random_id(self): ### def set_default(self): - if 'apiServerProfile' not in self.body['properties']: + if 'apiserverProfile' not in self.body['properties']: api_profile = dict(visibility="Public") self.body['properties']['apiserverProfile'] = api_profile if 'ingressProfiles' not in self.body['properties']: