Open mikegoatly opened 1 year ago
Thank you for your feedback. This has been routed to the support team for assistance.
Adding Service team to look into this.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wonner @yanjungao718 @pshao25
Thanks for the report. @Jingshu923 will help fix, thanks
Library name and version
Azure.Analytics.Synapse.Artifacts 1.0.0-preview.17
Describe the bug
The Username property on
WebActivityAuthentication
is defined as astring
:However in Synapse this property can be defined as an expression, and when this is the case, deserialization fails with the following error:
Expected behavior
No exception should be thrown when deserializing a
WebActivityAuthentication
when the user name is set to an expression.Actual behavior
An exception is thrown.
Reproduction Steps
Environment
No response