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

[DocumentIntelligence] Missing changes in changelog, samples and release note for GA 1.0.0 #32326

Open
4 of 5 tasks
vsantele opened this issue Dec 20, 2024 · 1 comment
Open
4 of 5 tasks
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@vsantele
Copy link

  • Package Name: @azure-rest/ai-document-intelligence-rest
  • Package Version: 1.0.0
  • Operating system: Not relevant
  • Is the bug related to documentation in

Describe the bug
In version 1.0.0, some types are renamed but not all are documented.

They are all from ‎sdk/documentintelligence/ai-document-intelligence-rest/src/outputModels.ts

  • AnalyzeResultOperationOutput -> AnalyzeOperationOuput
    • Old references in samples and readme
    • Not present in changelog and release note

Minor misses:

  • FontWeightOutput -> DocumentFontWeightOutput
    • Not present in changelog and release note
  • FontStyleOutput -> DocumentFontStyleOutput
    • Not present in changelog and release note
  • DocumentOutput -> AnalyzedDocumentOutput
    • Not present in changelog and release note
  • CopyAuthorizationOutput -> ModelCopyAuthorizationOutput
    • Not present in changelog and release note

commit: 7644726#diff-a85ae937dbbcfc0517d2e0a121380f05cc26a22c4892a7c5954168b2f96fd948R291

Additional context

False references:

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 20, 2024
@xirzec xirzec added Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer labels Dec 20, 2024
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 20, 2024
@totolicious
Copy link

Also, I would like to add that the code samples are not correct. For example, this particular line references AnalyzeResultOperationOutput, but more samples are still referencing this renamed type
https://github.com/Azure/azure-sdk-for-js/blob/78e29303f2b86461c87431b5c506426cbc8dc680/sdk/documentintelligence/ai-document-intelligence-rest/samples/v1/typescript/src/analyzeReceipt.ts#L16C3-L16C31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

4 participants