Skip to content

Commit 1a488dd

Browse files
committed
update post processing script
1 parent 87da51d commit 1a488dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/client-post-processing/doc-formatting.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,15 @@ replacements:
562562
- ``immediate_parent="projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}"``
563563
- ``immediate_parent="projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}"``
564564
count: 2
565+
- paths: [
566+
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
567+
]
568+
before: |
569+
The format is:
570+
571+
projects/{project}/locations/{location} or
572+
organizations/{organization}/locations/{location} or
573+
folders/{folder}/locations/{location}
574+
after: |
575+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
576+
count: 5

0 commit comments

Comments
 (0)