Skip to content

Commit 15fffe8

Browse files
Merge pull request #125768 from changeworld/patch-1
Fix typo
2 parents 328b163 + b242174 commit 15fffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/reliability/reliability-defender-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To request recovery of a connector created in a downed region:
5959
resources
6060
| extend connectorType = tostring(parse_json(properties["environmentName"]))
6161
| where type == "microsoft.security/securityconnectors"
62-
| where connectorType in ("AzureDevOps", "Github", "GitLab")
62+
| where connectorType in ("AzureDevOps", "GitHub", "GitLab")
6363
| project connectorResourceId = id, region = location
6464
6565
1. Once the DevOps resources have been released from the old connector and appear for the new connector, [reconfigure the pull request annotations](/azure/defender-for-cloud/enable-pull-request-annotations) as needed.

0 commit comments

Comments
 (0)