Function _getDeploymentPropertyPrivate

  • Private

    Searches for a tag that has the specified prefix and returns the rest of the tag following that prefix.

    Parameters

    • desiredTagPrefix: string

      Tag prefix to look for

    • tags: string[]

      A list of item tags

    Returns string | null

    The extracted value of the first matching tag or null if a tag with the specified prefix is not found