Skip to content

Commit 15bbd95

Browse files
added dashes
1 parent 9ea204e commit 15bbd95

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

3738
## Find service principal object ID
@@ -55,6 +56,7 @@ $(Get-MgServicePrincipal -Filter "DisplayName eq 'testapp'").Id
5556
```azurecli-interactive
5657
az ad sp show --id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --query id --out tsv
5758
```
59+
5860
---
5961

6062
## Find a security group object ID
@@ -74,6 +76,7 @@ Where `mygroup` is the name of the group you're interested in.
7476
```azurecli-interactive
7577
az ad group show --group "mygroup" --query id --out tsv
7678
```
79+
7780
---
7881

7982
## Next steps

0 commit comments

Comments
 (0)