You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: omit unset variables without defaults from Fleet API requests
Previously, elastic-package would send null values for variables without
defaults, causing Fleet API validation errors for non-required URL-type
variables. This change modifies the variable handling to skip unset
variables that have no default values instead of including them as
nulls.
Fixes#2979
0 commit comments