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
Enforce length constraint for CountryCode in SetRegulatoryConfig. (#27949)
We were not checking the length (which must be 2), so would allow 1-char or
0-char values.
Also aligns the exact logic with the Location attribute write code and adds some
error logging.
0 commit comments