Skip to content

Commit e3c5227

Browse files
committed
Added a note against the SetAzureADTrustedCertificateAuthority ccmdlet
1 parent ad4bec6 commit e3c5227

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

microsoftgraph/docs-conceptual/azuread-msoline-cmdlet-map.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,31 @@ The following is the categorization of the Microsoft Entra cmdlets. Select a cat
2424

2525
:::row:::
2626
:::column:::
27-
- [Administrative units](#administrative-units)
28-
- [Application proxy application management](#application-proxy-application-management)
29-
- [Application proxy connector management](#application-proxy-connector-management)
30-
- [Applications](#applications)
31-
- [Azure AD](#azure-ad)
32-
- [Certificate authorities](#certificate-authorities)
33-
- [Connect to your directory](#connect-to-your-directory)
34-
- [Contacts](#contacts)
35-
- [Contracts](#contracts)
36-
- [Deleted objects](#deleted-objects)
37-
- [Devices](#devices)
38-
:::column-end:::
39-
:::column:::
40-
- [Directory](#directory)
41-
- [Directory objects](#directory-objects)
42-
- [Directory roles](#directory-roles)
43-
- [Domains](#domains)
44-
- [Extension properties](#extension-properties)
45-
- [Groups](#groups)
46-
- [Oauth2](#oauth2)
47-
- [Policies](#policies)
48-
- [Service principals](#service-principals)
49-
- [Users](#users)
50-
:::column-end:::
27+
- [Find Azure AD PowerShell and MSOnline cmdlets in Microsoft Graph PowerShell](#find-azure-ad-powershell-and-msonline-cmdlets-in-microsoft-graph-powershell)
28+
- [Azure AD PowerShell to Microsoft Graph PowerShell by category](#azure-ad-powershell-to-microsoft-graph-powershell-by-category)
29+
- [Administrative units](#administrative-units)
30+
- [Application proxy application management](#application-proxy-application-management)
31+
- [Application proxy connector management](#application-proxy-connector-management)
32+
- [Applications](#applications)
33+
- [Azure AD](#azure-ad)
34+
- [Certificate Authorities](#certificate-authorities)
35+
- [Connect to your directory](#connect-to-your-directory)
36+
- [Contacts](#contacts)
37+
- [Contracts](#contracts)
38+
- [Deleted objects](#deleted-objects)
39+
- [Devices](#devices)
40+
- [Directory](#directory)
41+
- [Directory Objects](#directory-objects)
42+
- [Directory roles](#directory-roles)
43+
- [Domains](#domains)
44+
- [Extension properties](#extension-properties)
45+
- [Groups](#groups)
46+
- [Oauth2](#oauth2)
47+
- [Policies](#policies)
48+
- [Service principals](#service-principals)
49+
- [Users](#users)
50+
- [Azure AD Preview to Microsoft Graph PowerShell](#azure-ad-preview-to-microsoft-graph-powershell)
51+
- [MSOnline to Microsoft Graph PowerShell](#msonline-to-microsoft-graph-powershell)
5152
:::row-end:::
5253

5354
### Administrative units
@@ -184,7 +185,7 @@ The following is the categorization of the Microsoft Entra cmdlets. Select a cat
184185
|Get-AzureADTrustedCertificateAuthority|[Get-MgOrganizationCertificateBasedAuthConfiguration](/powershell/module/microsoft.graph.identity.signins/get-mgorganizationcertificatebasedauthconfiguration)|
185186
|New-AzureADTrustedCertificateAuthority|[New-MgOrganizationCertificateBasedAuthConfiguration](/powershell/module/microsoft.graph.identity.signins/new-mgorganizationcertificatebasedauthconfiguration)|
186187
|Remove-AzureADTrustedCertificateAuthority|[Remove-MgOrganizationCertificateBasedAuthConfiguration](/powershell/module/microsoft.graph.identity.signins/remove-mgorganizationcertificatebasedauthconfiguration)|
187-
|Set-AzureADTrustedCertificateAuthority||
188+
|Set-AzureADTrustedCertificateAuthorit| Updating **certificateBasedAuthConfiguration** is not supported. To change a **certificateBasedAuthConfiguration**, first delete the existing one and then create a new **certificateBasedAuthConfiguration**. |
188189

189190
### Connect to your directory
190191

0 commit comments

Comments
 (0)