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
I found a bug in return type in my recent generated code with the latest autorest in this PR: Azure/azure-sdk-for-python#27205. The return of get_access_policy should be a list of SignedIdentifier (link). The return type defined in swagger is also SignedIdentifiers which is an array of SignedIdentifier.
I found a bug in return type in my recent generated code with the latest autorest in this PR: Azure/azure-sdk-for-python#27205. The return of
get_access_policyshould be a list ofSignedIdentifier(link). The return type defined in swagger is also SignedIdentifiers which is an array ofSignedIdentifier.Please help to fix, thanks