Skip to content

Commit

Permalink
azure_rm_aks: fix sanity-checks / pep8 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
geekq committed May 12, 2021
1 parent 88752ab commit d7a0144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/modules/azure_rm_aks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- Version of Kubernetes specified when creating the managed cluster.
linux_profile:
description:
- The Linux profile suboptions.
- The Linux profile suboptions.
- Optional, provide if you need an ssh access to the cluster nodes.
suboptions:
admin_username:
Expand Down Expand Up @@ -119,6 +119,7 @@
client_id:
description:
- The ID for the Service Principal.
required: true
client_secret:
description:
- The secret password associated with the service principal.
Expand Down Expand Up @@ -845,7 +846,7 @@ def create_update_aks(self):
service_principal_profile=service_principal_profile,
agent_pool_profiles=agentpools,
linux_profile=linux_profile,
identity = identity,
identity=identity,
enable_rbac=self.enable_rbac,
network_profile=self.create_network_profile_instance(self.network_profile),
aad_profile=self.create_aad_profile_instance(self.aad_profile),
Expand Down

0 comments on commit d7a0144

Please sign in to comment.