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 {