Skip to content

Commit a806c64

Browse files
committed
Improved Acrolinx score
1 parent 0a398ed commit a806c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-rm-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use the [IoT Hub resource provider REST API](/rest/api/iothub/iothubreso
3737

3838
4. In NuGet Package Manager, search for **Microsoft.IdentityModel.Clients.ActiveDirectory**. Click **Install**, in **Review Changes** click **OK**, then click **I Accept** to accept the license.
3939
> [!IMPORTANT]
40-
> The [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package and Azure AD Authentication Library (ADAL) have been deprecated. No new features have been added since June 30, 2020. We strongly encourage you to upgrade, see the [migration guide](../active-directory/develop/msal-migration.md) for more details.
40+
> The [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package and Azure AD Authentication Library (ADAL) have been deprecated. No new features have been added since June 30, 2020. We strongly encourage you to upgrade. For more information see the [migration guide](../active-directory/develop/msal-migration.md).
4141
4242
5. In Program.cs, replace the existing **using** statements with the following code:
4343

@@ -168,7 +168,7 @@ You can now complete the application by calling the **CreateIoTHub** method befo
168168
169169
## Next steps
170170

171-
Now you have deployed an IoT hub using the resource provider REST API, you may want to explore further:
171+
Since you've deployed an IoT hub using the resource provider REST API, you may want to explore further:
172172

173173
* Read about the capabilities of the [IoT Hub resource provider REST API](/rest/api/iothub/iothubresource).
174174

0 commit comments

Comments
 (0)