Closed Jefajers closed 6 months ago
@jsandquist, what do you think about this addition based on our previous dialog?
Great work - I'll test it out in my environment.
Big thumbs up for this feature - works as expected when tested in my environment. Thank you! :-)
Overview/Summary
This PR adds a new setting called
Core.SubscriptionsToIncludeChildResource
with a default value or["*"]
.If you have a need to specify which subscription id's AzOps limits child resource discovery to, specify the desired subscription id or id's
["66d96157-55b3-47f3-b9a1-171778f99f0e","8b03299b-5880-4b2e-b026-e24484110151"]
.This PR fixes/adds/changes/removes
Frequently-Asked-Questions.md
Settings.md
Core.ps1
Get-AzOpsResourceDefinition.ps1
Repository.Tests.ps1
azuredeploy.jsonc
Functional.Tests.ps1
Breaking Changes
N/A
Testing Evidence
This logic has been manually tested in addition to this PR also contains an added automated testing step to ensure that the subscription Id filter behaves as intended.
As part of this Pull Request I have
main
branch