SDK Error
ARM and Data plane OpenAPI(swagger) specs
Only 1 underscore is permitted in the operation id, following Noun_Verb conventions.
An operationId can have exactly one underscore, not adhering to it can cause errors in code generation.
Given an operationId of the form Noun_Verb, AutoRest breaks the operation id into its Noun and Verb where Noun becomes name of the operations class and the Verb becomes the name of the method in that class. Not adhering to this format can cause AutoRest to fail during code generation.
Ensure operationId is of the form Noun_Verb and contains exactly one underscore.
Activate_Primary_Certificate
PrimaryCertificate_Activate