missing-operations-endpoint
@azure-tools/typespec-azure-resource-manager/missing-operations-endpointCheck for missing Operations interface. All Azure Resource Manager services must expose the operations endpoint. Add the Operations interface to your service namespace.
โ Incorrect
Section titled โโ Incorrectโ@armProviderNamespacenamespace MyService;โ Correct
Section titled โโ Correctโ@armProviderNamespacenamespace MyService;
interface Operations extends Azure.ResourceManager.Operations {}