serverless/serverless-azure-functions

Provide a validation schema

G-Rath opened this issue · 0 comments

This is a Feature Proposal

Description

When running commands like sls deploy, I get this warning:

Serverless: Configuration warning: Unrecognized provider 'azure'
Serverless:
Serverless: You're relying on provider plugin which doesn't provide a validation schema for its config.
Serverless: Please report the issue at its bug tracker linking: https://www.serverless.com/framework/docs/providers/aws/guide/plugins#extending-validation-schema
Serverless: You may turn off this message with "configValidationMode: off" setting

It would be good if this plugin could provide a schema for validation, per the documentation included in the warning above :)