File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ capz::util::should_build_ccm() {
6363
6464#  all test regions must support AvailabilityZones
6565capz::util::get_random_region () {
66-     local  REGIONS=(" australiaeast" " canadacentral" " francecentral" " germanywestcentral" " northeurope "   " switzerlandnorth" " uksouth" 
66+     local  REGIONS=(" australiaeast" " canadacentral" " francecentral" " germanywestcentral" " switzerlandnorth" " uksouth" 
6767    echo  " ${REGIONS[${RANDOM} % ${#REGIONS[@]} ]}" 
6868}
6969#  all regions below must have GPU availability for the chosen GPU VM SKU
7070capz::util::get_random_region_gpu () {
71-     local  REGIONS=(" eastus" " eastus2" " northeurope "   " uksouth" " westeurope" " westus2" 
71+     local  REGIONS=(" eastus" " eastus2" " uksouth" " westeurope" " westus2" 
7272    echo  " ${REGIONS[${RANDOM} % ${#REGIONS[@]} ]}" 
7373}
7474#  all regions below must support ExtendedLocation
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments