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
For an optional enum type with only one item, we will expect the default value is None not non-None value.
Because with a non-None value, it will change the operation behavior, which is breaking change to customer.
modelAsString to true could resolve the issue, but adding such change will cause breaking change to .Net SDK.
So we will hope python generator could fix the issue asap.
For an optional enum type with only one item, we will expect the default value is None not
non-Nonevalue.Because with a
non-Nonevalue, it will change the operation behavior, which is breaking change to customer.modelAsStringto true could resolve the issue, but adding such change will cause breaking change to .Net SDK.So we will hope python generator could fix the issue asap.