Skip to content

Commit

Permalink
Improve autonaming (#1443)
Browse files Browse the repository at this point in the history
- Introduce report to highlight and help investigate resources we can't
auto-name.
- Identify partial overlaps of resource and name fields e.g.
ScalingPolicy has a field "PolicyName". This fixes 28 resources.
- Fix #1430 by removing hard coded resilience policy name.

There are still currently 387 resources remaining without auto-naming.
Many of these genuinely can't be auto-named.
  • Loading branch information
danielrbradley authored Mar 22, 2024
1 parent 210092f commit e60c8d6
Show file tree
Hide file tree
Showing 125 changed files with 12,137 additions and 1,001 deletions.
1 change: 0 additions & 1 deletion examples/default-tags-py/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

policy = resiliencehub.ResiliencyPolicy(
"policy",
policy_name="my-policy",
tier=resiliencehub.ResiliencyPolicyTier.NON_CRITICAL,
policy={
'Software': resiliencehub.ResiliencyPolicyFailurePolicyArgs(
Expand Down
Loading

0 comments on commit e60c8d6

Please sign in to comment.