From 4d13297706cb06a37a987391db03e066d361e3a3 Mon Sep 17 00:00:00 2001 From: Elena Xin <39109137+sinbai@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:41:57 +0800 Subject: [PATCH] fix gh 26959 (#26965) --- .../docs/r/api_management_policy_fragment.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/r/api_management_policy_fragment.html.markdown b/website/docs/r/api_management_policy_fragment.html.markdown index 1c90145996b0..843938c47777 100644 --- a/website/docs/r/api_management_policy_fragment.html.markdown +++ b/website/docs/r/api_management_policy_fragment.html.markdown @@ -44,14 +44,14 @@ The following arguments are supported: * `name` - (Required) The name which should be used for this Api Management Policy Fragment. Changing this forces a new Api Management Policy Fragment to be created. -* `format` - (Required) The format of the Policy Fragment. Possible values are `xml` or `rawxml`. - -~> **NOTE:** The `value` property will be updated to reflect the corresponding format when `format` is updated. - * `value` - (Required) The value of the Policy Fragment. ~> **NOTE:** Be aware of the two format possibilities. If the `value` is not applied and continues to cause a diff the format could be wrong. +* `format` - (Optional) The format of the Policy Fragment. Possible values are `xml` or `rawxml`. Default is `xml`. + +~> **NOTE:** The `value` property will be updated to reflect the corresponding format when `format` is updated. + --- * `description` - (Optional) The description for the Policy Fragment.