diff --git a/demos/backup-summary-report/metadata.json b/demos/backup-summary-report/metadata.json index 0f0783270b9e..30b5a5100f3b 100644 --- a/demos/backup-summary-report/metadata.json +++ b/demos/backup-summary-report/metadata.json @@ -3,7 +3,7 @@ "type": "QuickStart", "itemDisplayName": "Logic App to email summary reports on backups", "description": "Create a Logic App to send summary reports on your backups via email.", - "summary": "This template deploys a Logic App that sends periodic summary reports on your Azure Backup resoures to a specified set of email addresses.", + "summary": "This template deploys a Logic App that sends periodic summary reports on your Azure Backup resources to a specified set of email addresses.", "githubUsername": "VinothJeyaraman55", "dateUpdated": "2021-05-24" } \ No newline at end of file diff --git a/test/ci-scripts/KillAll-AzResourceGroup.ps1 b/test/ci-scripts/KillAll-AzResourceGroup.ps1 index 042f5808b1f4..c19add2174c3 100644 --- a/test/ci-scripts/KillAll-AzResourceGroup.ps1 +++ b/test/ci-scripts/KillAll-AzResourceGroup.ps1 @@ -50,7 +50,7 @@ foreach ($rg in $azdoResourceGroups) { # remove the resource group $bypassTag = $(Get-AzTag -ResourceId $rg.ResourceId).properties.tagsproperty.bypass - # skip resourece groups that have been tagged due to some bug and can't be deleted + # skip resource groups that have been tagged due to some bug and can't be deleted # this enables getting to the other resourceGroups instead of timing out if (!$bypassTag) { Write-Host "First attempt on ResourceGroup: $($rg.ResourceGroupName)"