From 4d7d2c528e42c6f1a838e475cfb543d21347cfc7 Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:04:13 +0530 Subject: [PATCH] Added ShouldRevertToOd field in DeallocationConfig --- service/stateful/providers/azure/statefulNode.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/stateful/providers/azure/statefulNode.go b/service/stateful/providers/azure/statefulNode.go index 7c6a8ccb..14882039 100644 --- a/service/stateful/providers/azure/statefulNode.go +++ b/service/stateful/providers/azure/statefulNode.go @@ -447,6 +447,7 @@ type DeallocationConfig struct { SnapshotDeallocationConfig *ResourceDeallocationConfig `json:"snapshotDeallocationConfig,omitempty"` PublicIPDeallocationConfig *ResourceDeallocationConfig `json:"publicIpDeallocationConfig,omitempty"` ShouldDeregisterFromLb *bool `json:"shouldDeregisterFromLb,omitempty"` + ShouldRevertToOd *bool `json:"shouldRevertToOd,omitempty"` } type ResourceDeallocationConfig struct {