Skip to content

Commit

Permalink
fix gh 26959 (#26965)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Aug 8, 2024
1 parent 550f464 commit 4d13297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/api_management_policy_fragment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d13297

Please sign in to comment.