[text analytics] fix casing of certainty enum#13277
Closed
iscai-msft wants to merge 2 commits intoAzure:masterfrom
iscai-msft:fix_certainty_swagger
Closed
[text analytics] fix casing of certainty enum#13277iscai-msft wants to merge 2 commits intoAzure:masterfrom iscai-msft:fix_certainty_swagger
iscai-msft wants to merge 2 commits intoAzure:masterfrom
iscai-msft:fix_certainty_swagger
Conversation
|
Hi, @iscai-msft Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com |
|
Swagger pipeline can not start as the pull request has merge conflicts. |
1 similar comment
|
Swagger pipeline can not start as the pull request has merge conflicts. |
…into fix_certainty_swagger * 'master' of https://github.com/Azure/azure-rest-api-specs: Network november release (#13224) read replica added (#12567) Fix parent class of ClusterResource and DataCenterResource in .NET SDK (#13244) Update credential scope for Python. (#13263) [Hub Generated] Review request for Face to add version stable/v1.0 (#12739) Update Certainty enum (#13247) Added Swagger Doc for Settings API (#13241) [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (#12822) fix web python.md (#13162) Peering new api version 2021-01-01 (#12855) Update Device Update for IoT Hub control plane autorest file for C# with correct namespace and output folder (#13251) update swagger reviews for translator text (#13246) [deviceupdate] make changes to readme in time for first release (#13240)
Swagger Validation Report
|
| Rule | Message |
|---|---|
1020 - AddedEnumValue |
The new version is adding enum value(s) 'positive, positivepossible, neutralpossible, negativepossible, negative' from the old version. New: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1882:9 Old: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1882:9 |
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️❌ModelValidation: 1 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
ENUM_CASE_MISMATCH |
Enum does not match case for: Positive Url: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1882 JsonUrl: preview/v3.1-preview.4/examples/SuccessfulHealthStatusRequest.json |
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️[Staging] SDK Track2 Validation: 1 Warnings warning [Detail]
- The following tags are being changed in this PR
| Rule | Message |
|---|---|
| "readme":"cognitiveservices/data-plane/TextAnalytics/readme.md", "tag":"release_3_1_preview.4", "details":"Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail." |
️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️❌[Staging] SpellCheck: 3 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
HowToFix |
Unknown word (positivepossible), please fix the error or add words to ./custom-words.txt path: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1887:14 |
HowToFix |
Unknown word (neutralpossible), please fix the error or add words to ./custom-words.txt path: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1888:14 |
HowToFix |
Unknown word (negativepossible), please fix the error or add words to ./custom-words.txt path: TextAnalytics/preview/v3.1-preview.4/TextAnalytics.json#L1889:14 |
Swagger Generation Artifacts
|
|
Hi @iscai-msft, Your PR has some issues. Please fix the CI sequentially by following the order of
|
This was referenced Mar 4, 2021
Contributor
Author
|
closing this PR, service team will handle the swagger refactoring to ensure it's correct |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DISCLAIMERS: I wasn't able to repro any value for certainty besides
negative, so I'm not 100% sure all of them are lowercase. Additionally, I'm only able to get a value forcertaintyout of the 3 assertion properties, so I'm not sure the other enums are correctly cased