We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1498251 commit 4b187b1Copy full SHA for 4b187b1
src/Resources/Resources/RoleDefinitions/GetAzureRoleDefinitionCommand.cs
@@ -78,7 +78,7 @@ public override void ExecuteCmdlet()
78
79
if (filteredRoleDefinitions?.Count() == 0)
80
{
81
- WriteWarning("No role definitions where found with those conditions.");
+ WriteWarning("No role definitions were found with those conditions.");
82
WriteWarning("If the role was created recently keep in mind there's a slight delay between creation and public view.");
83
WriteWarning("Please try again later.");
84
}
0 commit comments