Ariel Silverman

Results 25 comments of Ariel Silverman

> Hi @asilverman, thanks for filing this issue! To confirm, is your current workflow to run `kube-linter lint .` at the root of a directory with a lot of files?...

Thanks @stephaniezyen , regarding the presence of `asserts` there may be a separate bug: The schema lists ["asserts"](https://github.com/Azure/bicep/blob/ac2c8b8410490b51cf94f4b08dcec8d8366dfa90/src/vscode-bicep/schemas/bicepconfig.schema.json#L731-L734) which is unused and hence I removed it, the documentation however is...

Also posted in https://github.com/microsoft/vscode/issues/179152

Related to - https://github.com/Azure/autorest/issues/4671

> @asilverman , don't run oav by autorest. Please run oav directly for validation. How come oav removed support for autorest plugin?

@sparr that is a great idea and it's is how I am working around it, by switching betweeen the file type recognition in vscode. I would love to be able...

Actually, I figured out the issue is that for `param` I need to use `@sys.description` but it wasn't very straightforward to understand. Maybe the message can be made more informative...