Skip to content

Commit 4b187b1

Browse files
authored
Update the Warning message (#13821)
1 parent 1498251 commit 4b187b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public override void ExecuteCmdlet()
7878

7979
if (filteredRoleDefinitions?.Count() == 0)
8080
{
81-
WriteWarning("No role definitions where found with those conditions.");
81+
WriteWarning("No role definitions were found with those conditions.");
8282
WriteWarning("If the role was created recently keep in mind there's a slight delay between creation and public view.");
8383
WriteWarning("Please try again later.");
8484
}

0 commit comments

Comments
 (0)