Skip to content

Commit 4fbb3b2

Browse files
committed
update post processing script
1 parent 1b6f814 commit 4fbb3b2

File tree

1 file changed

+41
-5
lines changed

1 file changed

+41
-5
lines changed

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

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -567,10 +567,46 @@ replacements:
567567
]
568568
before: |
569569
The format is:
570-
571-
projects/{project}/locations/{location} or
572-
organizations/{organization}/locations/{location} or
573-
folders/{folder}/locations/{location}
570+
\
571+
\ projects/{project}/locations/{location} or
572+
\ organizations/{organization}/locations/{location}
573+
\ or 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: 1
577+
- paths: [
578+
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
579+
]
580+
before: |
581+
The format is:
582+
\
583+
\ projects/{project}/locations/{location} or
584+
\ organizations/{organization}/locations/{location}
585+
\ or folders/{folder}/locations/{location}
574586
after: |
575587
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
576-
count: 5
588+
count: 2
589+
- paths: [
590+
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
591+
]
592+
before: |
593+
The format is:
594+
\
595+
\ projects/{project}/locations/{location} or
596+
\ organizations/{organization}/locations/{location}
597+
\ or folders/{folder}/locations/{location}
598+
after: |
599+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
600+
count: 2
601+
- paths: [
602+
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
603+
]
604+
before: |
605+
is:
606+
\
607+
\ projects/{project}/locations/{location} or
608+
\ organizations/{organization}/locations/{location}
609+
\ or folders/{folder}/locations/{location}
610+
after: |
611+
is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
612+
count: 1

0 commit comments

Comments
 (0)