Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 18c503a

Browse files
author
Marcos Torres
committed
adjusting package names
1 parent bc7ce8d commit 18c503a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Current services, service versions, and SDK versions:
2424
|API|Service Version|SDK Version|Artifact Id|
2525
|---|---------------|-----------|-----------|
2626
|Mail/Calendar/Contacts|1.0|1.0.0|outlook-services|
27-
|Files|1.0|1.0.0|file-services|
27+
|Files|1.0|1.0.0|files-services|
2828
|Discovery|1.0|1.0.0|discovery-services|
2929
|AAD Graph|1.5|0.15.0|directory-services|
3030
|OneNote|1.0|0.15.0|onenote-services|
@@ -108,8 +108,8 @@ With your project prepared, the next step is to initialize the dependency manage
108108
import com.microsoft.aad.adal.AuthenticationContext;
109109
import com.microsoft.aad.adal.AuthenticationResult;
110110
import com.microsoft.aad.adal.PromptBehavior;
111-
import com.microsoft.outlookservices.Message;
112-
import com.microsoft.outlookservices.fetchers.OutlookClient;
111+
import com.microsoft.services.outlook.Message;
112+
import com.microsoft.services.outlook.fetchers.OutlookClient;
113113
import com.microsoft.services.orc.resolvers.ADALDependencyResolver;;
114114
import static com.microsoft.aad.adal.AuthenticationResult.AuthenticationStatus;
115115
```

0 commit comments

Comments
 (0)