Skip to content

Commit 66afc9f

Browse files
authored
Merge pull request #8466 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch main)
2 parents 6cf4415 + 67d5b41 commit 66afc9f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/integrate/concepts/rate-limits.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,19 @@ This design lets clients proactively slow down their rate of requests.
9898
---
9999
:::row:::
100100
:::column span="1":::
101-
`Retry- A custom header that shows the service and type of threshold reached. Threshold types and service names can vary over time and without warning. Display this string to a human, but don't rely on it for computation.
102-
101+
`Retry-After`
102+
:::column-end:::
103+
:::column span="2":::
104+
The [RFC 6585](https://tools.ietf.org/html/rfc6585#section-4)-specified header sent to tell you how long to wait before you send your next request to fall under the detection threshold. Units: seconds.
105+
:::column-end:::
106+
:::row-end:::
107+
---
108+
:::row:::
109+
:::column span="1":::
110+
`X-RateLimit-Resource`
111+
:::column-end:::
112+
:::column span="2":::
113+
A custom header indicating the service and type of threshold that was reached. Threshold types and service names might vary over time and without warning. We recommend displaying this string to a human, but not relying on it for computation.
103114
:::column-end:::
104115
:::row-end:::
105116
---

docs/repos/security/github-advanced-security-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Anyone with contributor permissions for a repository can view a summary of all a
148148
149149
To display results, code scanning tasks need to run first. Once the first scan finishes, any detected vulnerabilities are displayed in the Advanced Security tab.
150150
151-
By default, the alerts page shows dependency scanning results for the default branch of the repository.
151+
By default, the alerts page shows code scanning results for the default branch of the repository.
152152
153153
The status of a given alert reflects the state for the default branch and latest run pipeline, even if the alert exists on other branches and pipelines.
154154

0 commit comments

Comments
 (0)