-
Notifications
You must be signed in to change notification settings - Fork 21.7k
Update pre-post-prerequisites.md #124487
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?
Update pre-post-prerequisites.md #124487
Conversation
Added better example of IaM role needed or Custom Role
@wjpigott : Thanks for your contribution! The author(s) have been notified to review your proposed change. @SnehaSudhir |
Learn Build status updates of commit 7da5aef:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/update-manager/includes/pre-post-prerequisites.md | Details |
articles/update-manager/includes/pre-post-prerequisites.md
- Line 24, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```).
- Line 28, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```).
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@SnehaSudhirG Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Learn Build status updates of commit ddc04ae:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/update-manager/includes/pre-post-prerequisites.md | Details |
articles/update-manager/includes/pre-post-prerequisites.md
- Line 24, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```).
- Line 28, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```).
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
3. Import the `Az.ResourceGraph` module, ensure the module is updated to ThreadJob with the module version 2.0.3. |
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.
actually this would be better code to use.
#Install the Resource Graph module from PowerShell Gallery
if (-not (Get-Module -Name Az.ResourceGraph -ListAvailable)) {
Install-Module -Name Az.ResourceGraph -Force
}
@SnehaSudhirG any updates on this merge? |
@Jak-MS any updates on this article getting changed? Thanks! |
@SnehaSudhirG - nudge, can you review this? thanks! |
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
@SnehaSudhirG Have you received confirmation yet? Thanks. |
@SnehaSudhirG Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
I sent email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
I sent a Teams message to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
Content owner has updated to say that confirmation is needed for these changes, still in progress and actively monitored. |
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
Added better example of IaM role needed or Custom Role