UNPKG

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

Version:

TypeSpec Azure Resource Manager library

7 lines 577 B
/** * verify the 'identity' property should be present in the update resource properties. */ export declare const envelopePropertiesRules: import("@typespec/compiler").LinterRuleDefinition<"empty-updateable-properties", { readonly default: "The RP-specific properties of the Resource (as defined in the 'properties' property) should have at least one updateable property. Properties are updateable if they do not have a '@visibility' decorator, or if they include 'update' in the '@visibility' decorator arguments."; }>; //# sourceMappingURL=envelope-properties.d.ts.map