From 7dfa240b46fedcaa7772719a3bd78389043ef31d Mon Sep 17 00:00:00 2001 From: Youri Date: Wed, 23 Dec 2020 11:12:28 +0800 Subject: [PATCH] Update the Warning message --- .../Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); }