SDK Warning
ARM and Data plane OpenAPI(swagger) specs
'PUT' operation '{0}' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
Verifies whether value for operationId
is named as per ARM guidelines.
Per ARM SDK guidelines, each 'PUT' operation on a resource should have "create" in the name. Guidelines are in place for a more consistent customer experience among ARM services SDKs.
Make sure that operationId
is in the form of NOUN_Create
or Create
.
Operation name in the generated SDK will be named based on this.
- Resources_Create
- Resources_CreateOrUpdate
- Create