serverless / serverless-azure-functions

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

Type deprecation warning #568

Open dnicolson opened 3 years ago

dnicolson commented 3 years ago

This is a Bug Report

Description

Running commands after Serverless v2.33.0 results in the following warnings:

 Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:
             - AzureInvokePlugin for "resourceGroup", "subscriptionId", "method", "port", "function", "path", "data"
             - AzureRemovePlugin for "resourceGroup", "subscriptionId", "function", "force"
             - AzureDeployPlugin for "resourceGroup", "subscriptionId", "dryrun", "function"
             - AzureFuncPlugin for "name"
             - AzureOfflinePlugin for "nocleanup", "spawnargs"
             - AzureRollbackPlugin for "resourceGroup", "subscriptionId", "function"
             - AzureInfoPlugin for "resourceGroup", "subscriptionId", "function", "dryrun", "arm"

Additional Data