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

Minor modifications to Security RP to improve documentation clarity #3188

Merged
merged 1 commit into from
Jun 12, 2018

Conversation

chlahav
Copy link
Contributor

@chlahav chlahav commented Jun 6, 2018

This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.

PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@AutorestCI
Copy link

AutorestCI commented Jun 6, 2018

Automation for azure-sdk-for-python

Nothing to generate for azure-sdk-for-python

@AutorestCI
Copy link

AutorestCI commented Jun 6, 2018

Automation for azure-sdk-for-go

Nothing to generate for azure-sdk-for-go

@AutorestCI
Copy link

AutorestCI commented Jun 6, 2018

Automation for azure-sdk-for-ruby

Nothing to generate for azure-sdk-for-ruby

@AutorestCI
Copy link

AutorestCI commented Jun 6, 2018

Automation for azure-libraries-for-java

Nothing to generate for azure-libraries-for-java

@AutorestCI
Copy link

AutorestCI commented Jun 6, 2018

Automation for azure-sdk-for-node

Nothing to generate for azure-sdk-for-node

@chlahav chlahav force-pushed the master branch 2 times, most recently from 8b9f808 to d803372 Compare June 6, 2018 21:59
@lmazuel
Copy link
Member

lmazuel commented Jun 8, 2018

Hi @chlahav
Please look at the Travis CI, and fix Linter PR_only=true.
Thanks!

@chlahav chlahav force-pushed the master branch 3 times, most recently from 314c4cc to 20d81d8 Compare June 10, 2018 15:46
@chlahav
Copy link
Contributor Author

chlahav commented Jun 10, 2018

Hi @lmazuel,
we fixed what we can, we have only the bare minimum of errors:

  • linter- the only error is the unrecognised "email" string format. we were told to keep it in the initial PR.
  • azurebot - I couldn't find a way to avoid some these errors and represent the API clearly. we are working on fixing the other errors (descriptions) - this is not a degradation. we would like to fix these in a different PR since this PR is urgent for us.
  • BreakingChange - all the real breaking changes are intentional and they were made to describe the API properly (no clients were created yet)
    • added\removed path\definition\client parameter - all these errors are about paths\definitions that we did not add or remove, is this a bug?
    • changed operation ID - we did change the operation ID since it was not generated as exacted in the documentation. we still don't have any published API so, AFAIK, it should be fine. is there something else we need to do here?
    • Security contacts changes in path - the current version does not represent the real API, this is a fix to that
  • liveValidation - I didn't see anything actionable from this test. is there something that we should do?

@chlahav chlahav force-pushed the master branch 3 times, most recently from 4a48056 to 0311e91 Compare June 12, 2018 16:33
@lmazuel
Copy link
Member

lmazuel commented Jun 12, 2018

Confirmed with @sergey-shandar the CI error, merging

@lmazuel lmazuel merged commit 6c9a953 into Azure:master Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants