Skip to content

Commit c9e4e4e

Browse files
toc consistency fix
1 parent 72eb6af commit c9e4e4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/healthcare-apis/azure-api-for-fhir/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
href: tutorial-member-match.md
126126
- name: Patient/$everything
127127
href: patient-everything.md
128-
- name: $purge-history operation
128+
- name: $purge-history
129129
href: purge-history.md
130-
- name: bulk-delete operation
130+
- name: $bulk-delete
131131
href: bulk-delete-operation.md
132132
- name: $validate
133133
expanded: false

articles/healthcare-apis/fhir/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ items:
111111
href: tutorial-member-match.md
112112
- name: Patient/$everything
113113
href: patient-everything.md
114-
- name: $purge-history operation
114+
- name: $purge-history
115115
href: purge-history.md
116-
- name: $bulk-delete operation
116+
- name: $bulk-delete
117117
href: fhir-bulk-delete.md
118118
- name: $validate
119119
items:

articles/healthcare-apis/includes/fhir-bulk-delete-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ Here's a list of error messages that might occur if the `$bulk-delete` operation
120120
When you run a `$bulk-delete` operation, you might see increased latency on concurrent calls to the service. To avoid a latency increase, we recommend that you cancel the `$bulk-delete` job, and then rerun it during a period of lower traffic.
121121
122122
> [!NOTE]
123-
> If you cancel and then restart a `$bulk-delete` operation, it resumes the deletion process from where it previously stopped.
123+
> If you cancel and then restart a `$bulk-delete` operation, the deletion process resumes from where it was stopped.
124124

0 commit comments

Comments
 (0)