Skip to content

Commit

Permalink
Merge pull request #2426 from MicrosoftDocs/main638657968717540757syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Oct 29, 2024
2 parents 17e7ecd + 623bcaa commit cc6b274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-explorer/includes/entra-service-principal.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ ms.date: 02/05/2024

```json
{
"appId": "1234abcd-e5f6-g7h8-i9j0-1234kl5678mn",
"appId": "00001111-aaaa-2222-bbbb-3333cccc4444",
"displayName": "my-service-principal",
"name": "my-service-principal",
"password": "1234abcd-e5f6-g7h8-i9j0-1234kl5678mn",
"tenant": "1234abcd-e5f6-g7h8-i9j0-1234kl5678mn"
"password": "00001111-aaaa-2222-bbbb-3333cccc4444",
"tenant": "00001111-aaaa-2222-bbbb-3333cccc4444"
}
```

Expand Down

0 comments on commit cc6b274

Please sign in to comment.