Skip to content

Commit

Permalink
chore: use 'resource group' when describing Azure resource groups (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Mar 7, 2022
1 parent c4b1cdb commit 06e9c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if($resourceGroupName -eq '') {
Write-Verbose "Looking for the Azure Key Vault with name '$keyVaultName'..."
$keyVault = Get-AzKeyVault -VaultName $keyVaultName
} else {
Write-Verbose "Looking for the Azure Key Vault with name '$keyVaultName' in resourcegroup '$resourceGroupName'.."
Write-Verbose "Looking for the Azure Key Vault with name '$keyVaultName' in resource group '$resourceGroupName'.."
$keyVault = Get-AzKeyVault -VaultName $keyVaultName -ResourceGroupName $resourceGroupName
}

Expand Down

0 comments on commit 06e9c6b

Please sign in to comment.