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

Fix: Only act as a warning if using AND security schemes #4110

Merged
merged 2 commits into from
May 4, 2021

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented May 4, 2021

Even if we don't support it this make spec defining those fail. Changing the error to be a warning

fix Azure/azure-sdk#2805

@azure-pipelines
Copy link

You may test this build by running autorest --reset and then either:


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/yg65ztt5 For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/yec4wqb9 For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/yg65ztt5 --use:https://tinyurl.com/yec4wqb9

or use the following in your autorest configuration:
# For changes to autorest core
version: "https://tinyurl.com/yg65ztt5"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "https://tinyurl.com/yec4wqb9"

If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it.

@chamons
Copy link

chamons commented May 4, 2021

Confirmed with ACR in azure-sdk-for-net with rebuilt autorest.csharp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Azure.AI.MetricsAdvisor Swagger to accomodate new m4 validations
2 participants