diff --git a/src/lib/yaml/handlers.ts b/src/lib/yaml/handlers.ts index cc40848..70e6a14 100644 --- a/src/lib/yaml/handlers.ts +++ b/src/lib/yaml/handlers.ts @@ -619,7 +619,9 @@ const webhookHandler = defineHandler +// managedBy is a mutation signal (provenance), not declarative state — +// snapshots should ignore it the same way the Monitor handler does. +type ResourceGroupSnapshotBase = Required> type ResourceGroupSnapshot = Omit & { defaultRetryStrategy: ResourceGroupSnapshotBase['defaultRetryStrategy'] | null }