UNPKG

@azure-tools/typespec-azure-resource-manager

Version:

TypeSpec Azure Resource Manager library

8 lines 461 B
/** * The resource 'name' field should be marked with 'read' visibility and an @path decorator. */ export declare const resourceNameRule: import("@typespec/compiler").LinterRuleDefinition<"resource-name", { readonly default: "The resource 'name' field should be marked with 'read' visibility and an @path decorator."; readonly nameInvalid: "Arm resource name must contain only alphanumeric characters."; }>; //# sourceMappingURL=resource-name.d.ts.map