We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding a foo.yaml file with the following content:
foo.yaml
$schema: "https://json-schema.org/draft/2020-12/schema" type: "foo"
The Azure ML extension should not report any errors.
The Azure ML extension reports the following error:
Value is not accepted. Valid values: "array", "boolean", "integer", "null", "number", "object", "string".
The same behavior applies when the $schema is removed.
$schema
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @bastbu, I have repro it in my desktop, I will add this to backlog and check this UX update with PM side.
Sorry, something went wrong.
JerryYangKai
No branches or pull requests
Expected Behavior
When adding a
foo.yaml
file with the following content:The Azure ML extension should not report any errors.
Actual Behavior
The Azure ML extension reports the following error:
The same behavior applies when the
$schema
is removed.Steps to Reproduce the Problem
foo.yaml
fileSpecifications
The text was updated successfully, but these errors were encountered: