@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
4 lines • 346 B
TypeScript
export declare const armCustomResourceNoKey: import("@typespec/compiler").LinterRuleDefinition<"arm-custom-resource-no-key", {
readonly default: "Custom Azure resource models must define a key property using the @key decorator. Without a key, operation paths could be duplicated.";
}>;
//# sourceMappingURL=arm-custom-resource-no-key.d.ts.map