Add restler config to improve coverage of appconfig traffic validation#20548
Merged
raych1 merged 2 commits intoAzure:mainfrom Oct 8, 2022
Merged
Add restler config to improve coverage of appconfig traffic validation#20548raych1 merged 2 commits intoAzure:mainfrom
raych1 merged 2 commits intoAzure:mainfrom
Conversation
|
Hi, @mikekistler 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. vscswagger@microsoft.com |
Swagger Validation Report
|
| compared tags (via openapi-validator v1.13.0) | new version | base version |
|---|---|---|
| default | default(0e21a6a) | default(main) |
️❌Avocado: 1 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
UNREFERENCED_JSON_FILE |
The swagger JSON file is not referenced from the readme file. readme: specification/appconfiguration/resource-manager/readme.md json: stable/2022-05-01/restler/annotations.json |
️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
️❌~[Staging] ServiceAPIReadinessTest: 0 Errors, 0 Warnings failed [Detail]
️❌~[Staging] TrafficValidation: 0 Errors, 0 Warnings failed [Detail]
️❌ModelValidation: 1 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
unacceptable kind of an object to dump [object Error] |
"role":"Model Validation", "url":"https://github.com/Azure/azure-rest-api-specs/blob/0e21a6a5518f94513e7091ac5aa5df3ae6240b83/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2022-05-01/restler/annotations.json" |
️❌SemanticValidation: 3 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
OBJECT_MISSING_REQUIRED_PROPERTY |
Missing required property: swagger JsonUrl: stable/2022-05-01/restler/annotations.json |
OBJECT_MISSING_REQUIRED_PROPERTY |
Missing required property: info JsonUrl: stable/2022-05-01/restler/annotations.json |
OBJECT_MISSING_REQUIRED_PROPERTY |
Missing required property: paths JsonUrl: stable/2022-05-01/restler/annotations.json |
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
Validation passes for SDKTrack2Validation
️️✔️PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️CadlValidation succeeded [Detail] [Expand]
Validation passes for CadlValidation.
Swagger Generation Artifacts
|
Generated ApiView
|
This was referenced Sep 1, 2022
|
Hi @mikekistler, Your PR has some issues. Please fix the CI sequentially by following the order of
|
raych1
approved these changes
Sep 6, 2022
Member
|
@mikekistler , would you mind fix both |
raych1
approved these changes
Sep 20, 2022
Member
Author
|
@raych1 could you please merge this? I do not have permissions. |
This was referenced Oct 8, 2022
anandanthony
pushed a commit
to anandMicro/azure-rest-api-specs
that referenced
this pull request
Dec 16, 2022
Azure#20548) * Add restler config to improve coverage of appconfig traffic validation * Fix prettier and cspell issues
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.
This PR adds an annotations.json file for appconfiguration mgmt plane API to improve the coverage of traffic validation PR check.