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: replace unsafe dictionary indexers in ValidateCAConnectionInfo and ValidateProductInfo
Direct Dictionary.get_Item calls throw KeyNotFoundException when the
gateway does not populate all parameter keys before calling validation
(observed on PUT/POST config/configuration). Replace with TryGetValue
throughout.
Also relaxes the ValidateProductInfo RoleName check: RoleName is
optional since the Enroll path already falls back to ProductID when
RoleName is absent, so the validator no longer rejects configs that
omit it.
0 commit comments