diff --git a/lib/global-admin/addon/components/driver/driver-azureaks/template.hbs b/lib/global-admin/addon/components/driver/driver-azureaks/template.hbs
index 24fed2c04..836c930e2 100644
--- a/lib/global-admin/addon/components/driver/driver-azureaks/template.hbs
+++ b/lib/global-admin/addon/components/driver/driver-azureaks/template.hbs
@@ -1,8 +1,8 @@
-
- {{form-name-description model=primaryResource nameRequired=true}}
-
-
-
{{t 'cloud.driverAzure.placement.label'}}
+{{#if true}}
+
+

+
+{{else}}
@@ -33,10 +33,9 @@
{{/if}}
-
-
-
{{t 'machine.driverAzure.accountAccessSection'}}
+
+
{{t 'machine.driverAzure.accountAccessSection'}}
@@ -59,7 +58,6 @@
{{input type="text" value=config.tenantId classNames="form-control" placeholder=(t 'machine.driverAzure.tenant.placeholder')}}
{{/if}}
-
@@ -86,7 +84,6 @@
{{/if}}
-
{{t 'cloud.machine'}}
@@ -151,61 +148,61 @@
{{/if}}
-
-
-
{{t 'cloud.driverAzure.security.label'}}
-
-
-
- {{form-members
- creator=userData.me
- editing=true
- memberConfig=memberConfig
- primaryResource=primaryResource
- roles=userData.roles
- users=userData.users
- type="cluster"
- initAlert=(action "initAlert")
- }}
-
-
-
-
- {{form-pod-sec-policy
- config=primaryResource.defaultPodSecurityPolicyTemplateId
- policies=model.policies
- }}
-
-
-
-
-
-{{#accordion-list showExpandAll=false as |al expandFn|}}
-
- {{#accordion-list-item
- title=(t 'cloud.driverAzure.customize.label')
- detail=(t 'cloud.driverAzure.customize.detail')
- expandAll=al.expandAll
- expand=(action expandFn)
- }}
-
-
-
- {{new-select
- classNames="form-control"
- content=versions
- optionValuePath="value"
- optionLabelPath="value"
- value=config.kubernetesVersion
- prompt="cloud.driverAzure.masterVersion.prompt"
- localizedPrompt=true
- }}
-
+
+
{{t 'cloud.driverAzure.security.label'}}
+
+
+
+ {{form-members
+ creator=userData.me
+ editing=true
+ memberConfig=memberConfig
+ primaryResource=primaryResource
+ roles=userData.roles
+ users=userData.users
+ type="cluster"
+ initAlert=(action "initAlert")
+ }}
- {{/accordion-list-item}}
-
-{{/accordion-list}}
-{{top-errors errors=errors}}
-{{save-cancel save="save" cancel=cancel}}
+
+
+ {{form-pod-sec-policy
+ config=primaryResource.defaultPodSecurityPolicyTemplateId
+ policies=model.policies
+ }}
+
+
+
+
+
+ {{#accordion-list showExpandAll=false as |al expandFn|}}
+
+ {{#accordion-list-item
+ title=(t 'cloud.driverAzure.customize.label')
+ detail=(t 'cloud.driverAzure.customize.detail')
+ expandAll=al.expandAll
+ expand=(action expandFn)
+ }}
+
+
+
+ {{new-select
+ classNames="form-control"
+ content=versions
+ optionValuePath="value"
+ optionLabelPath="value"
+ value=config.kubernetesVersion
+ prompt="cloud.driverAzure.masterVersion.prompt"
+ localizedPrompt=true
+ }}
+
+
+ {{/accordion-list-item}}
+
+ {{/accordion-list}}
+
+ {{top-errors errors=errors}}
+ {{save-cancel save="save" cancel=cancel}}
+{{/if}}