Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Warning Message #13817

Closed
flomader opened this issue Dec 22, 2020 · 1 comment · Fixed by #13821
Closed

Typo in Warning Message #13817

flomader opened this issue Dec 22, 2020 · 1 comment · Fixed by #13821
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Resource Authorization AzRole* in Az.Resources

Comments

@flomader
Copy link

Description

There is a typo in the warning message when Get-AzRoleDefinition cannot find a role definition:

The message currently is:
No role definitions where found with those conditions.

It should be:
No role definitions were found with those conditions.

@flomader flomader added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Dec 22, 2020
@ghost ghost added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported labels Dec 22, 2020
@dingmeng-xue
Copy link
Member

Thanks for reporting.

WriteWarning("No role definitions where found with those conditions.");

@dingmeng-xue dingmeng-xue added bug This issue requires a change to an existing behavior in the product in order to be resolved. Resource Authorization AzRole* in Az.Resources and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 23, 2020
@dingmeng-xue dingmeng-xue added this to the S181 (2021-01-19) milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Resource Authorization AzRole* in Az.Resources
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants