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

[Language Text] Prepare for GA #23127

Merged
merged 2 commits into from Sep 7, 2022
Merged

Conversation

deyaaeldeen
Copy link
Member

@deyaaeldeen deyaaeldeen commented Sep 7, 2022

  • AnalyzeBatchPoller has been updated by removing isStarted, isCanceled, and isCompleted. See [core-lro] Deprecate cancelOperation and introduce createPoller #22753 for more details.
  • Extractive Summarization action has been removed because it is still in beta.
  • FHIR has been removed from healthcare actions because it is still in beta.
  • apiVersion option in the client class constructor options bag has been renamed to serviceVersion. A test case has been added.
  • apiVersion option in the method options bags has been removed because it is difficult to implement at the moment due to limitations in the generated code.
  • the serialized poller state now contains just the document IDs instead of the documents themselves. This significantly reduces the length of the serialized state.
  • the poller cancellation test has been unskipped.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-language-text

@deyaaeldeen deyaaeldeen marked this pull request as ready for review September 7, 2022 15:06
@@ -12,9 +12,9 @@ generate-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../
source-code-folder-path: ./src/generated
input-file: https://github.com/Azure/azure-rest-api-specs/blob/cognitiveservices-Language-2022-04-01-preview/specification/cognitiveservices/data-plane/Language/preview/2022-04-01-preview/textanalytics.json
input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzetext.json
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

The generation included in this PR is based off this commit you linked to and I didn't specify it explicitly because I would like to stay up-to-date with my generations.

sdk/cognitivelanguage/ai-language-text/CHANGELOG.md Outdated Show resolved Hide resolved
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.

None yet

4 participants