@@ -59,9 +59,9 @@ def aro_create(cmd, # pylint: disable=too-many-locals
5959 outbound_type = 'Loadbalancer' ,
6060 disk_encryption_set = None ,
6161 master_encryption_at_host = False ,
62- master_vm_size = 'Standard_D8s_v3 ' ,
62+ master_vm_size = 'Standard_D8s_v5 ' ,
6363 worker_encryption_at_host = False ,
64- worker_vm_size = 'Standard_D4s_v3 ' ,
64+ worker_vm_size = 'Standard_D4s_v5 ' ,
6565 worker_vm_disk_size_gb = '128' ,
6666 worker_count = '3' ,
6767 apiserver_visibility = 'Public' ,
@@ -115,7 +115,7 @@ def aro_create(cmd, # pylint: disable=too-many-locals
115115 if not rp_client_sp_id :
116116 raise ResourceNotFoundError ("RP service principal not found." )
117117
118- worker_vm_size = worker_vm_size or 'Standard_D4s_v3 '
118+ worker_vm_size = worker_vm_size or 'Standard_D4s_v5 '
119119
120120 if apiserver_visibility is not None :
121121 apiserver_visibility = apiserver_visibility .capitalize ()
@@ -152,7 +152,7 @@ def aro_create(cmd, # pylint: disable=too-many-locals
152152 preconfigured_nsg = 'Enabled' if enable_preconfigured_nsg else 'Disabled' ,
153153 ),
154154 master_profile = openshiftcluster .MasterProfile (
155- vm_size = master_vm_size or 'Standard_D8s_v3 ' ,
155+ vm_size = master_vm_size or 'Standard_D8s_v5 ' ,
156156 subnet_id = master_subnet ,
157157 encryption_at_host = 'Enabled' if master_encryption_at_host else 'Disabled' ,
158158 disk_encryption_set_id = disk_encryption_set ,
0 commit comments