-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
AnalyzeConversationResultsKind
and discriminators using it have wrong casing
#29141
Comments
Works around Azure#29141 and Azure#29143
We're no longer shipping models as part of our DPG work, but this is something we may have to work around for a future 1.1 beta. |
…29542) * Prepare Conversations Language Understanding SDK 1.1.0-beta.1 * Convert to DPG with HLC models * Ignore long sync LRO test Caused by Azure#29140 (seemingly) * Add swagger transforms Works around Azure#29141 and Azure#29143 * Convert to DPG Also fixes Azure#26379 * Update public APIs and documentation * Resolve PR feedback * Resolve offline feedback * Update generated code * Stop always recording authoring tests * Update samples * Update CHANGELOG for release
…29144) * Convert to DPG with HLC models * Ignore long sync LRO test Caused by Azure#29140 (seemingly) * Add swagger transforms Works around Azure#29141 and Azure#29143 * Convert to DPG Also fixes Azure#26379 * Update public APIs and documentation * Resolve PR feedback * Resolve offline feedback * Update generated code
We still aren't generating models for 1.1 so pushing this out further. When we generate models, we may need to opt into a case-insensitive comparison depending on how Azure/autorest.csharp#2826 goes. |
…29144) * Convert to DPG with HLC models * Ignore long sync LRO test Caused by Azure#29140 (seemingly) * Add swagger transforms Works around Azure#29141 and Azure#29143 * Convert to DPG Also fixes Azure#26379 * Update public APIs and documentation * Resolve PR feedback * Resolve offline feedback * Update generated code
…29542) * Prepare Conversations Language Understanding SDK 1.1.0-beta.1 * Convert to DPG with HLC models * Ignore long sync LRO test Caused by Azure#29140 (seemingly) * Add swagger transforms Works around Azure#29141 and Azure#29143 * Convert to DPG Also fixes Azure#26379 * Update public APIs and documentation * Resolve PR feedback * Resolve offline feedback * Update generated code * Stop always recording authoring tests * Update samples * Update CHANGELOG for release
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cahann, @kayousef. Issue DetailsThe 2022-05-15-preview version of the swagger we're using for the CLU 1.1.0-beta.1 release states that Per discussion we'll work around this for now for the SDK release. /cc @ChongTang @mshaban-msft @kristapratico
|
Hi @heaths, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
1 similar comment
Hi @heaths, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
The 2022-05-15-preview version of the swagger we're using for the CLU 1.1.0-beta.1 release states that
AnalyzeConversationResultsKind
is an enum with PascalCased valuesConversationalPIIResults
andConversationalSummarizationResults
when, in fact, the service returns camelCased valuesconversationalPIIResults
andconversationalSummarizationResults
respectively.Per discussion we'll work around this for now for the SDK release.
/cc @ChongTang @mshaban-msft @kristapratico
The text was updated successfully, but these errors were encountered: