serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 161 forks source link

Provide a validation schema #518

Open G-Rath opened 3 years ago

G-Rath commented 3 years ago

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 :)