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(iotwireless): project partner-account fields at top level for ListPartnerAccounts
AssociateAwsAccountWithPartnerAccount stored the Sidewalk info nested, but the
generic ListPartnerAccounts projection reads AmazonId/Fingerprint/Arn from the
record's top level, so the account never appeared in the list. Store the
projected members at top level (plus a deterministic key fingerprint, never the
private key) and keep the nested Sidewalk object for GetPartnerAccount.
0 commit comments