SDK Error
ARM and Data plane OpenAPI(swagger) specs
Parameter "subscriptionId" is not allowed in the operations section, define it in the global parameters section instead/Parameter "{0}" is referenced but not defined in the global parameters section of Service Definition
subscriptionId
must not be an operation parameter and must be declared in the global parameters section.
Per ARM guidelines, subscriptionId
must be set as a property on the generated client instead of the method signature.
Remove subscriptionId
from the operation parameters and add it to the global parameters section if it doesn't exist there.