From c4758df4f78f75764ca1ac53134624189ba9ec6f Mon Sep 17 00:00:00 2001 From: Kritin Dhoka Date: Thu, 23 Jul 2026 11:27:56 -0400 Subject: [PATCH] docs(workflows): add warning about source_contents becoming required in 8.0.0 --- mmv1/products/workflows/Workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/products/workflows/Workflow.yaml b/mmv1/products/workflows/Workflow.yaml index 23cf98bd5755..5a6901ea3f88 100644 --- a/mmv1/products/workflows/Workflow.yaml +++ b/mmv1/products/workflows/Workflow.yaml @@ -141,6 +141,8 @@ properties: type: String description: | Workflow code to be executed. The size limit is 128KB. + + ~> **Warning:** This field is currently optional but **will become REQUIRED** in version 8.0.0 of the provider to align with API constraints. - name: revisionId type: String description: |