-
Notifications
You must be signed in to change notification settings - Fork 166
Adding Pull Retry Logic with Exclusion of Subscription Resources and SkipSubscription setting. #938
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daltondhcp
previously approved these changes
Nov 24, 2025
daltondhcp
approved these changes
Dec 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/accelerator
area/powershell
dependencies
enhancement
New feature or request
wiki-doc
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview/Summary
This PR updates
Search-AzOpsAzGraphto retry failed resource graph queries individually. This helps isolate errors, identify problematic resources, and exclude them from processing in real time allowingAzOpsto continue with remaining resources.[Search-AzOpsAzGraph] Failed AzGraph processing query: [resources] at subscription: [subscriptionName(6da30d2c-cd7c-4b7b-bcta-1ddfa4e02f60)] with: Cannot process argument because the value of argument "name" is not valid. Change the value of the "name" argument and run the operation again.[Search-AzOpsAzGraph] Failed AzGraph processing of resource: [/subscriptions/6da30d2c-cd7c-4b7b-bcta-1ddfa4e02f60/resourceGroups/logicapp/providers/Microsoft.Logic/workflows/my-logic-app] with missing key name, excluding resource from processingIntroduces a new setting
Core.SkipSubscription(default:["*"]) to exclude specific subscriptions fromAzOps - Pull.Use this when troubleshooting or skipping problematic subscriptions:
["66d96157-55b3-47f3-b9a1-171778f99f0e","8b03299b-5880-4b2e-b026-e24484110151"].Bumping module dependencies
PSFramework 1.13.419Az.Accounts 5.3.1Az.Resources 9.0.0This PR fixes/adds/changes/removes
Settings.mdAzOps.psd1Core.ps1Get-AzOpsNestedSubscription.ps1Get-AzOpsPolicyExemption.ps1Get-AzOpsResourceDefinition.ps1Search-AzOpsAzGraph.ps1Strings.psd1Repository.Tests.ps1azuredeploy.jsoncBreaking Changes
N/A
Testing Evidence
Automated test cases have been added for both the new logic and setting
Core.SkipSubscription.As part of this Pull Request I have
mainbranch