Skip to content

Commit c60084e

Browse files
authored
C181831: code string to code syntax
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: The reported string is neither localizable nor a hyperlink, as such, it should be formatted as inline code. Kindly see details below.
1 parent 5d765f4 commit c60084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/cloud-provisioning/concept-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To view the schema and verify it, follow these steps.
7272
1. Go to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
7373
1. Sign in with your global administrator account.
7474
1. On the left, select **modify permissions** and ensure that **Directory.ReadWrite.All** is *Consented*.
75-
1. Run the query https://graph.microsoft.com/beta/serviceprincipals/?$filter=startswith(Displayname,'Active'). This query returns a filtered list of service principals.
75+
1. Run the query `https://graph.microsoft.com/beta/serviceprincipals/?$filter=startswith(Displayname,'Active')`. This query returns a filtered list of service principals.
7676
1. Locate `"appDisplayName": "Active Directory to Azure Active Directory Provisioning"` and note the value for `"id"`.
7777
```
7878
"value": [

0 commit comments

Comments
 (0)