Skip to content

Commit 2c39f31

Browse files
authored
Merge pull request #791 from apigee/feat/reamdepatch
feat: updated readme
2 parents 7539818 + 7da0e03 commit 2c39f31

File tree

1 file changed

+1
-3
lines changed
  • tools/apigee-proxy-modifier-validator

1 file changed

+1
-3
lines changed

tools/apigee-proxy-modifier-validator/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ This file defines *how* to modify the XML files.
7474
* `suffix = "suffix_string"`: **Required for Suffix.** String to append.
7575
* **Exclusivity:** A rule cannot mix `prefix`, `suffix`, and `to`, *except* for `conditional_prefix` which requires both `prefix` and `from`.
7676
77-
**(See `policy_template_lxml.toml` or previous examples for details)**
78-
7977
### 2. Application Default Credentials (ADC)
8078
8179
Ensure ADC is set up before using `--validate`:
@@ -165,4 +163,4 @@ python modify_proxies.py -v --overwrite \
165163
* LXML Formatting: While lxml is good, minor formatting differences (e.g., self-closing tags, attribute order normalization) might still occur compared to the absolute original. Test thoroughly.
166164
* TOML Rules: Carefully define your policy.toml rules. Incorrect paths or filters will prevent modifications. Test rules on a single bundle first.
167165
* Validation Naming: Validation in directory mode depends heavily on accurate proxy name inference from filenames. Mismatched names will lead to validation failures.
168-
* Error Handling: The script includes basic error handling, but complex bundle structures or unexpected TOML configurations might cause issues. Review logs if failures occur.
166+
* Error Handling: The script includes basic error handling, but complex bundle structures or unexpected TOML configurations might cause issues. Review logs if failures occur.

0 commit comments

Comments
 (0)