-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update Update-AzRoleManagementPolicy.md #28512
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
Conversation
Forgot to update the ruletype in my previous pr.
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 pull request updates type references in PowerShell help documentation to use fully qualified type names for better clarity and to prevent potential type resolution conflicts.
- Updates
ruleType
assignments to use the fully qualifiedMicrosoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType
instead of the unqualifiedRoleManagementPolicyRuleType
Thank you for your contribution @B-Oudehinken! We will review the pull request and get back to you soon. |
Hi @B-Oudehinken , |
@VeryEarly they are now updated |
@VeryEarly updated the summary in the PR description using copilot. |
@VeryEarly The review steps seems to be hanging. azure-powershell - security-toolsExpected — Waiting for status to be reported |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Forgot to update the ruletype in my previous pr.
This pull request updates the type references for
ruleType
in theUpdate-AzRoleManagementPolicy.md
help documentation to use the fully qualified nameMicrosoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType
. This ensures clarity and prevents potential type resolution conflicts.Type reference updates:
ruleType
assignment for expiration rules to use the fully qualifiedRoleManagementPolicyRuleType
instead of the unqualified version. (src/Resources/Resources/help/Update-AzRoleManagementPolicy.md
) [1] [2]ruleType
assignment for notification rules to use the fully qualifiedRoleManagementPolicyRuleType
. (src/Resources/Resources/help/Update-AzRoleManagementPolicy.md
)Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.