function slugifyForProvider slugifyForProvider(name: string,maxLength: number,): string Sanitize a site name into a valid provider resource slug: the shared slugify, capped at maxLength with any hyphen the cut left trimmed. Parameters name: string maxLength: number Return Type string