-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
remove swagger-to-sdk in dataplane swagger except the azure-sdk-for-net-track2 #19000
Conversation
Hi, @dw511214992 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
|
Rule | Message |
---|---|
AutoRest exception |
"location":"specification/eventgrid/data-plane/readme.md", "tag":"default", "details":"swagger-document/individual/schema-validator - FAILED" |
AutoRest exception |
"location":"specification/eventgrid/data-plane/readme.md", "tag":"default", "details":"Error: [OperationAbortedException] Error occurred. Exiting." |
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
ApiReadinessCheck succeeded [Detail] [Expand]
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️
Cross-Version Breaking Changes succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️
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).
Swagger Generation Artifacts
|
Hi @dw511214992, Your PR has some issues. Please fix the CI sequentially by following the order of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
d5c50ec
to
264b128
Compare
…-in-dataplane-swagger # Conflicts: # specification/confidentialledger/data-plane/readme.md
The
swagger-to-sdk
config is used by sdk automation pipeline. However, previously sdk automation pipeline doesn't support dataplane sdk, and the existing readme.md and readme.language.md in dataplane sdk doesn't work. So I delete them in this PR to suppress the sdk automation pipeline error in dataplane swagger PR.