Values.ServicePipelineStateSourceThe detailed data about the current state of the service pipeline.
type nonrec t = {spec : SpecContents.t option;The service spec that was used to create the service pipeline.
*)templateMajorVersion : TemplateVersionPart.t option;The major version of the service template that was used to create the service pipeline.
*)templateMinorVersion : TemplateVersionPart.t option;The minor version of the service template that was used to create the service pipeline.
*)templateName : ResourceName.t option;The name of the service template that was used to create the service pipeline.
*)}