-
Notifications
You must be signed in to change notification settings - Fork 284
Update deprecated-images.yml #362
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
base: main
Are you sure you want to change the base?
Conversation
Updating the proper roles and accesses required for an user to get the email automatically.
|
@clmendes-MSFT : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 6e34048: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR simplifies the language describing role requirements for receiving image deprecation emails in Azure virtual machine documentation. The change makes the instruction more accessible by using clearer terminology.
- Simplified role requirement description for receiving image deprecation emails
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - question: How do I receive emails about image deprecation? | ||
| answer: | | ||
| Ensure that you have either Owner, Account Admin, or User Access Administrator roles on your subscription. | ||
| Ensure that you are the Admin or that you have the owner role for your subscription. |
Copilot
AI
Oct 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The simplified terminology 'Admin' is ambiguous in Azure context and may confuse users. The original text accurately specified Azure RBAC roles (Owner, Account Admin, User Access Administrator) which are the actual permissions needed. Consider reverting to the specific role names or clarifying what 'Admin' means in this context.
| Ensure that you are the Admin or that you have the owner role for your subscription. | |
| Ensure that you have one of the following Azure RBAC roles for your subscription: Owner, Account Admin, or User Access Administrator. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
#reassign:@cynthn |
|
@clmendes-MSFT Were you trying to remove "User Access Administrator" as one of the supported RBAC roles? I just wanted to verify that as the intention. Thanks! |
@clmendes-MSFT Could you respond to the comment above? Thanks! |
|
Yes @v-dirichards |
|
Owner is a RBAC but Admin it is not. that is why too I modified the wording of the sentence. |
@cynthn Could you respond to this comment? |
Updating the proper roles and accesses required for an user to get the email automatically.