-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
Also, I would like to add that the code samples are not correct. For example, this particular line references |
…ationOutput. changes in changelog, samples and release note for GA 1.0.0 Azure#32326
#32412) …ationOutput. changes in changelog, samples and release note for GA 1.0.0 #32326 ### Packages impacted by this PR Azure Documentintelligence ### Issues associated with this PR Fixed wrong import of AnalyzeOperationOutput ### Describe the problem that is addressed by this PR Previously in the readme of Azure DocumentIntelligence (formerly FormRecognizer) REST client library for JavaScript in Continue creating the poller from initial response section the import of AnalyzeOperationOutput was wrongly added as AnalyzeResultOperationOutput in 3 counts that has been modified. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? It was the only simple solution ### Are there test cases added in this PR? _(If not, why?)_ No just modified readme to update documentation of wrong import ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
#32327 fixes all missing changes I've seen. Is it possible to get any feedback on this? |
…document intelligence (#32327) <!-- Give your Pull Request a brief description, and answer the following questions. This helps us find the best reviewers for the PR. --> ### Packages impacted by this PR @azure-rest/ai-document-intelligence-rest ### Issues associated with this PR #32326 ### Describe the problem that is addressed by this PR Some types renamed in version 1.0.0 are not reflected everywhere ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? - ### Are there test cases added in this PR? _(If not, why?)_ This PR only change types, there is no test for that as far as I know. ### Provide a list of related PRs _(if any)_ - ### Command used to generate this PR: _(Applicable only to SDK release request PRs)_ - ### Checklists - [x] Added impacted package name to the issue description. - [ ] Does this PR need any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here.)_ - [x] Added a changelog (if necessary).
reviewed and merged, thanks for the comment and your valuable contributions. |
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
Minor misses:
FontWeightOutput
->DocumentFontWeightOutput
FontStyleOutput
->DocumentFontStyleOutput
DocumentOutput
->AnalyzedDocumentOutput
CopyAuthorizationOutput
->ModelCopyAuthorizationOutput
commit: 7644726#diff-a85ae937dbbcfc0517d2e0a121380f05cc26a22c4892a7c5954168b2f96fd948R291
Additional context
False references:
The text was updated successfully, but these errors were encountered: