Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into mirnawong1-patch-26
Browse files Browse the repository at this point in the history
mirnawong1 authored Aug 22, 2024
2 parents 0deea4e + 96a5897 commit d9db5df
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/manage-access/external-oauth.md
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ Adjust the other settings as needed to meet your organizations configurations in

### Entra ID

You’ll create two different `apps` in the Azure portal &mdash: A resource server and a client app.
You’ll create two different `apps` in the Azure portal — A resource server and a client app.

:::important

Original file line number Diff line number Diff line change
@@ -17,18 +17,18 @@ unit_tests:
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
include:
- 2
versions:
include:
- 2
...

# my test_is_valid_email_address unit test will run on all versions EXCEPT 1 of my_model
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
exclude:
- 1
versions:
include:
- 1
...

```
```

0 comments on commit d9db5df

Please sign in to comment.