Function sanitizeApplicationId

  • Generates a pipeline-friendly string that replaces non alphanumeric characters with dashes.

    Parameters

    • applicationId: string

      The application if to sanitize.

    Returns string

    The sanitized application id.

Generated using TypeDoc