@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
7 lines • 442 B
TypeScript
/**
* verify if retry-after header appears in response body .
*/
export declare const retryAfterRule: import("@typespec/compiler").LinterRuleDefinition<"retry-after", {
readonly default: "For long-running operations, the Retry-After header indicates how long the client should wait before polling the operation status, please add this header to the 201 or 202 response for this operation.";
}>;
//# sourceMappingURL=retry-after.d.ts.map