Skip to content

Commit 13a62f4

Browse files
authored
Merge pull request #192040 from rolyon/rolyon-aadroles-prerequisites-versions
[Azure AD roles] Prerequisites versions
2 parents ad53cee + 797af2d commit 13a62f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/roles/prerequisites.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 08/06/2021
12+
ms.date: 03/17/2022
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -30,7 +30,7 @@ To use PowerShell commands to do the following:
3030

3131
You must have the following module installed:
3232

33-
- [AzureAD](https://www.powershellgallery.com/packages/AzureAD) version 2.0.2.137 or later
33+
- [AzureAD](https://www.powershellgallery.com/packages/AzureAD) (current version)
3434

3535

3636
#### Check AzureAD version
@@ -46,7 +46,7 @@ You should see output similar to the following:
4646
```powershell
4747
Version Name Repository Description
4848
------- ---- ---------- -----------
49-
2.0.2.137 AzureAD PSGallery Azure Active Directory V2 General Availability M...
49+
2.0.2.140 AzureAD PSGallery Azure Active Directory V2 General Availability M...
5050
```
5151

5252
#### Install AzureAD
@@ -92,7 +92,7 @@ To use AzureAD, follow these steps to make sure it is imported into the current
9292
```powershell
9393
ModuleType Version Name ExportedCommands
9494
---------- ------- ---- ----------------
95-
Binary 2.0.2.137 AzureAD {Add-AzureADApplicationOwner, Add-AzureADDeviceRegisteredO...
95+
Binary 2.0.2.140 AzureAD {Add-AzureADApplicationOwner, Add-AzureADDeviceRegisteredO...
9696
```
9797
9898
## AzureADPreview module
@@ -106,7 +106,7 @@ To use PowerShell commands to do the following:
106106
107107
You must have the following module installed:
108108
109-
- [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) version 2.0.2.138 or later
109+
- [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) (current version)
110110
111111
112112
#### Check AzureADPreview version
@@ -122,7 +122,7 @@ You should see output similar to the following:
122122
```powershell
123123
Version Name Repository Description
124124
------- ---- ---------- -----------
125-
2.0.2.138 AzureADPreview PSGallery Azure Active Directory V2 Preview Module. ...
125+
2.0.2.149 AzureADPreview PSGallery Azure Active Directory V2 Preview Module. ...
126126
```
127127

128128
#### Install AzureADPreview
@@ -168,7 +168,7 @@ To use AzureADPreview, follow these steps to make sure it is imported into the c
168168
```powershell
169169
ModuleType Version Name ExportedCommands
170170
---------- ------- ---- ----------------
171-
Binary 2.0.2.138 AzureADPreview {Add-AzureADAdministrativeUnitMember, Add-AzureADApplicati...
171+
Binary 2.0.2.149 AzureADPreview {Add-AzureADAdministrativeUnitMember, Add-AzureADApplicati...
172172
```
173173
174174
## Graph Explorer

0 commit comments

Comments
 (0)