diff --git a/src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs b/src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs index 25b7209caa97..ab090f7e99a9 100644 --- a/src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs +++ b/src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs @@ -78,7 +78,7 @@ public override void ExecuteCmdlet() if (filteredRoleDefinitions?.Count() == 0) { - WriteWarning("No role definitions where found with those conditions."); + WriteWarning("No role definitions were found with those conditions."); WriteWarning("If the role was created recently keep in mind there's a slight delay between creation and public view."); WriteWarning("Please try again later."); }