Describe the bug
OperationIDs in Microsoft.Education PR(#18297) violate the rule.
But the validation tools failed to detect that.
Some of the operationIDs are not properly named e.g:
- "operationId": "Get_Student"
- "operationId": "Delete_Lab"
- "operationId": "Generate_InviteCode"
To Reproduce
View the pr for more details: #18297) violate the [rule](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r1001-operationidnounverb
Expected behavior
These improper operationIDs should be detected as errors so the PR owner have to fix them