@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
7 lines • 383 B
TypeScript
/**
* Verify that a put operation has the correct response codes.
*/
export declare const armPutResponseCodesRule: import("@typespec/compiler").LinterRuleDefinition<"arm-put-operation-response-codes", {
readonly default: "Put operations must have 200, 201 and default responses. They must not have any other responses.";
}>;
//# sourceMappingURL=arm-put-response-codes.d.ts.map