Skip to content

Commit 2ea3070

Browse files
authored
Merge pull request #109 from netwrix/Ayesha/Fixes
Fixes for NTP 7.5 and DM 11.1
2 parents f1081bb + 3d62275 commit 2ea3070

File tree

51 files changed

+440
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+440
-77
lines changed

docs/directorymanager/11.1/APIs/contactapis/contactapis.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ Directory Manager provides the following APIs to perform contact-specific functi
1515
- [Get Contacts](/docs/directorymanager/11.1/APIs/contactapis/getcontacts.md)
1616
- [Update a Contact](/docs/directorymanager/11.1/APIs/contactapis/updatecontact.md)
1717

18-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
18+
:::note
19+
The contact object type is not supported in a Microsoft Entra ID based identity store.
20+
21+
:::

docs/directorymanager/11.1/APIs/contactapis/createcontact.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar_position: 10
88

99
Using this API you can create a contact in the specified identity store.
1010

11-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
11+
:::note
12+
The contact object type is not supported in a Microsoft Entra ID based identity store.
13+
:::
14+
1215

1316
## Endpoint
1417

docs/directorymanager/11.1/APIs/contactapis/deletecontact.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar_position: 20
88

99
Using this API you can delete a specified contact from the specified identity store.
1010

11-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
11+
:::note
12+
The contact object type is not supported in a Microsoft Entra ID based identity store.
13+
:::
14+
1215

1316
## Endpoint
1417

docs/directorymanager/11.1/APIs/contactapis/deletecontacts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar_position: 30
88

99
This API is for deleting multiple contacts from a specified identity store.
1010

11-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
11+
:::note
12+
The contact object type is not supported in a Microsoft Entra ID based identity store.
13+
:::
14+
1215

1316
## Endpoint
1417

docs/directorymanager/11.1/APIs/contactapis/getcontact.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar_position: 40
88

99
Use this API to retrieve information about a contact in a specified identity store.
1010

11-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
11+
:::note
12+
The contact object type is not supported in a Microsoft Entra ID based identity store.
13+
:::
14+
1215

1316
## Endpoint
1417

docs/directorymanager/11.1/APIs/contactapis/getcontacts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar_position: 50
88

99
Use this API to retrieve information of multiple contacts from a specified identity store.
1010

11-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
11+
:::note
12+
The contact object type is not supported in a Microsoft Entra ID based identity store.
13+
:::
14+
1215

1316
## Endpoint
1417

docs/directorymanager/11.1/APIs/contactapis/updatecontact.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ sidebar_position: 60
99
Use this API if you want to update a contact's attribute(s) and their value(s) in a specified
1010
identity store.
1111

12-
NOTE: The contact object type is not supported in a Microsoft Entra ID based identity store.
12+
:::note
13+
The contact object type is not supported in a Microsoft Entra ID based identity store.
14+
:::
15+
1316

1417
## Endpoint
1518

docs/directorymanager/11.1/APIs/datasourceapis/createds/dsoracle.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Oracle server or a specific database on a server. This data source can be used i
2828
source and destination provider in Synchronize jobs. This provider supports dynamic schema
2929
detection.
3030

31-
NOTE: Oracle client must be installed to use this provider. Make sure you reboot your computer after
31+
:::note
32+
Oracle client must be installed to use this provider. Make sure you reboot your computer after
3233
installing the Oracle client.
34+
:::
35+
3336

3437
```
3538
{

docs/directorymanager/11.1/APIs/datasourceapis/deleteds.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ sidebar_position: 20
88

99
This API can be used for deleting a specified data source.
1010

11-
NOTE: Deleting a data source corrupts all Synchronize jobs, membership queries, and search queries
11+
:::note
12+
Deleting a data source corrupts all Synchronize jobs, membership queries, and search queries
1213
using that data source.
14+
:::
15+
1316

1417
## Endpoint
1518

docs/directorymanager/11.1/APIs/welcome.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ first and last of these is clear, but `POST` and `PATCH` have specific meanings.
2020
defined is confusing, but the general rule is: use `POST` to create resources, `PUT` and `PATCH` to
2121
update resources.
2222

23-
NOTE: All the APIs documented in the API section are for an Active Directory based identity store.
23+
:::note
24+
All the APIs documented in the API section are for an Active Directory based identity store.
2425
In each API, the **Sample Request Syntax** and the **Sample Response Syntax** sections have
2526
attributes that are supported in an Active Directory based identity store.
27+
28+
:::

0 commit comments

Comments
 (0)