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

Add rule to flag 202 with other 2XX response codes on an operation #60

Open
mikekistler opened this issue Jan 26, 2022 · 0 comments
Open

Comments

@mikekistler
Copy link
Member

The Azure API Guidelines say:

⚠️ YOU SHOULD NOT return any other 2xx status code from the initial request of a status-monitor LRO

So we should add a rule that flags any operation that defines a 202 response and other 2XX responses. (ARM does this routinely but we want to avoid this practice in data plane APIs.

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

No branches or pull requests

1 participant