Skip to content

Commit 8c6801a

Browse files
ohmayrparthea
andauthored
Update scripts/client-post-processing/doc-formatting.yaml
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent e15ca8a commit 8c6801a

File tree

1 file changed

+9
-43
lines changed

1 file changed

+9
-43
lines changed

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

Lines changed: 9 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -566,47 +566,13 @@ replacements:
566566
packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py,
567567
]
568568
before: |
569-
The format is:
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}
586-
after: |
587-
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
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}
569+
The format[\s]+is:\n
570+
\ [\s]+projects/\{project\}/locations/\{location\} or
571+
\ organizations/\{organization\}/locations/\{location\}
572+
\ or[\s]+folders/\{folder\}/locations/\{location\}
610573
after: |
611-
is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
612-
count: 1
574+
The format is:\n
575+
projects/{project}/locations/{location} or
576+
organizations/{organization}/locations/{location}
577+
or folders/{folder}/locations/{location}
578+
count: 4

0 commit comments

Comments
 (0)