borondy
borondy
# Overview/Summary Replace this with a brief description of what this Pull Request fixes, changes, etc. ## This PR fixes/adds/changes/removes 1. *#899* ### Breaking Changes N/A ## Testing Evidence Executed...
# Overview/Summary Added additional constructor for AzOpsRoleEligibilityScheduleRequest to be able to create RoleEligibilityScheduleRequest template based on the RoleEligibilitySchedule resource without an existing RoleEligibilityScheduleRequest resource. See reasons in #901. **NOTE** Having...
**Describe the solution you'd like** PIM Eligibility assignments for a specific resource or scope is stored as Role Eligibility Schedules. Adding/removing/updating a Role Eligibility Schedule requires a RoleEligibilityScheduleRequest, which is...
**Describe the bug** **In short:** Get-AzOpsRoleEligibilityScheduleRequests should have retry capability. **Bit longer:** We are using Federated Workload Identity for executing our AzOps Pull pipeline executing the Invoke-AzOpsPull method. Because of...