serverless-azure-functions icon indicating copy to clipboard operation
serverless-azure-functions copied to clipboard

Type deprecation warning

Open dnicolson opened this issue 4 years ago • 0 comments

This is a Bug Report

Description

  • What went wrong?

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

  • Serverless Framework Version you're using: 2.55.0
  • Serverless CLI Version you're using: 2.55.0
  • Serverless Azure Plugin Version you're using: 2.1.0
  • Operating System: macOS 11.5.2 (20G95)

dnicolson avatar Aug 22 '21 16:08 dnicolson