File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,11 +302,11 @@ while ($runCount -le $NumberOfIterations)
302302
303303 if ($TenantAdminCredentials )
304304 {
305- $subscriptionRGName = " ascansubscrrg " + [Random ]::new().Next(1 , 999 )
306- $tenantPlanName = " ascantenantplan " + [Random ]::new().Next(1 , 999 )
307- $tenantOfferName = " ascantenantoffer " + [Random ]::new().Next(1 , 999 )
308- $tenantSubscriptionName = " ascanarytenantsubscription " + [Random ]::new().Next(1 , 999 )
309- $canaryDefaultTenantSubscription = " canarytenantdefaultsubscription " + [Random ]::new().Next(1 , 999 )
305+ $subscriptionRGName = $CanaryUtilitiesRG + " subscrrg " + [Random ]::new().Next(1 , 999 )
306+ $tenantPlanName = $CanaryUtilitiesRG + " tenantplan " + [Random ]::new().Next(1 , 999 )
307+ $tenantOfferName = $CanaryUtilitiesRG + " tenantoffer " + [Random ]::new().Next(1 , 999 )
308+ $tenantSubscriptionName = $CanaryUtilitiesRG + " tenantsubscription " + [Random ]::new().Next(1 , 999 )
309+ $canaryDefaultTenantSubscription = $CanaryUtilitiesRG + " tenantdefaultsubscription " + [Random ]::new().Next(1 , 999 )
310310
311311 if (-not $TenantArmEndpoint )
312312 {
You can’t perform that action at this time.
0 commit comments