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
Make node_image_version a settable __init__ param for agent pool models
Per reviewer feedback (FumingZhang), in addition to removing readonly
from _validation, the __init__ methods need to accept node_image_version
as a parameter and assign it instead of hardcoding None. Without this,
the serializer still cannot pass the value through during rollback.
Changes for AgentPool, ManagedClusterAgentPoolProfileProperties, and
ManagedClusterAgentPoolProfile (matching Azure#9742 pattern).
MachineProperties and Snapshot are unchanged (genuinely read-only).
0 commit comments