Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix serialization issues in kusto #4417

Merged
merged 1 commit into from
Jul 26, 2019
Merged

Conversation

amarzavery
Copy link
Contributor

@amarzavery amarzavery commented Jul 25, 2019

The changes are autogenerated from the fixes made locally on the 4.1.1 version of autorest.typescript. I will be sending a PR to v4x branch of autorest.typescript that is used to generate the changes in this PR.

gulp codegen --azure-rest-api-specs-root "/Users/amarz/sdk/azure-rest-api-specs" --use "/Users/amarz/sdk/autorest.typescript" --package "@azure/arm-kusto"

@@ -493,7 +493,7 @@ export const DataConnection: msRest.CompositeMapper = {
serializedName: "kind",
clientName: "kind"
},
uberParent: "DataConnection",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the right uberParent now the correct polymorphic child model will be picked up from the discriminators map during serialization

@amarzavery amarzavery merged commit 717ccc4 into Azure:master Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants