Skip to content

Commit 9ea204e

Browse files
fixed tabs
1 parent ca8f8bf commit 9ea204e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/healthcare-apis/azure-api-for-fhir/find-identity-object-ids.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $(Get-MgUser -Filter "UserPrincipalName eq '[email protected]'").Id
3232
```azurecli-interactive
3333
az ad user show --id [email protected] --query id --out tsv
3434
```
35+
---
3536

3637
## Find service principal object ID
3738

@@ -54,6 +55,7 @@ $(Get-MgServicePrincipal -Filter "DisplayName eq 'testapp'").Id
5455
```azurecli-interactive
5556
az ad sp show --id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --query id --out tsv
5657
```
58+
---
5759

5860
## Find a security group object ID
5961

@@ -72,6 +74,7 @@ Where `mygroup` is the name of the group you're interested in.
7274
```azurecli-interactive
7375
az ad group show --group "mygroup" --query id --out tsv
7476
```
77+
---
7578

7679
## Next steps
7780

0 commit comments

Comments
 (0)