Skip to content

Commit 2b8cc00

Browse files
[BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (part 5) (#22893)
* [BULK] DocuTune - Updates to Azure AD rebranding g * Update New-AzSqlInstance.md * Update src/Sql/Sql/help/New-AzSqlInstance.md * Update src/Sql/Sql/help/New-AzSqlServer.md --------- Co-authored-by: Beisi Zhou <[email protected]>
1 parent 1a82c15 commit 2b8cc00

30 files changed

+234
-247
lines changed

src/Resources/Resources/help/Update-AzADApplication.md

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

src/Resources/Resources/help/Update-AzADGroup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Accept wildcard characters: False
8888
```
8989
9090
### -CreatedOnBehalfOf
91-
Represents an Azure Active Directory object.
91+
Represents a Microsoft Entra object.
9292
The directoryObject type is the base type for many other directory entity types.
9393
To construct, see NOTES section for CREATEDONBEHALFOF properties and create a hash table.
9494
@@ -219,11 +219,11 @@ Accept wildcard characters: False
219219
```
220220
221221
### -IsAssignableToRole
222-
Indicates whether this group can be assigned to an Azure Active Directory role.This property can only be set while creating the group and is immutable.
222+
Indicates whether this group can be assigned to a Microsoft Entra role.This property can only be set while creating the group and is immutable.
223223
If set to true, the securityEnabled property must also be set to true and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership).
224224
Only callers in Global administrator and Privileged role administrator roles can set this property.
225225
The caller must also be assigned the Directory.AccessAsUser.All permission to set this property.
226-
For more, see Using a group to manage Azure AD role assignmentsReturned by default.
226+
For more, see Using a group to manage Microsoft Entra role assignmentsReturned by default.
227227
Supports $filter (eq, ne, NOT).
228228
229229
```yaml
@@ -524,17 +524,17 @@ APPROLEASSIGNMENT <IMicrosoftGraphAppRoleAssignmentAutoGenerated[]>: Represents
524524
- `[ResourceDisplayName <String>]`: The display name of the resource app's service principal to which the assignment is made.
525525
- `[ResourceId <String>]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
526526

527-
CREATEDONBEHALFOF <IMicrosoftGraphDirectoryObject>: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
527+
CREATEDONBEHALFOF <IMicrosoftGraphDirectoryObject>: Represents a Microsoft Entra object. The directoryObject type is the base type for many other directory entity types.
528528
- `[DeletedDateTime <DateTime?>]`:
529529
- `[DisplayName <String>]`: The name displayed in directory
530530

531531
PERMISSIONGRANT <IMicrosoftGraphResourceSpecificPermissionGrant[]>: The permissions that have been granted for a group to a specific application. Supports $expand.
532532
- `[DeletedDateTime <DateTime?>]`:
533533
- `[DisplayName <String>]`: The name displayed in directory
534-
- `[ClientAppId <String>]`: ID of the service principal of the Azure AD app that has been granted access. Read-only.
535-
- `[ClientId <String>]`: ID of the Azure AD app that has been granted access. Read-only.
534+
- `[ClientAppId <String>]`: ID of the service principal of the Microsoft Entra app that has been granted access. Read-only.
535+
- `[ClientId <String>]`: ID of the Microsoft Entra app that has been granted access. Read-only.
536536
- `[Permission <String>]`: The name of the resource-specific permission. Read-only.
537537
- `[PermissionType <String>]`: The type of permission. Possible values are: Application, Delegated. Read-only.
538-
- `[ResourceAppId <String>]`: ID of the Azure AD app that is hosting the resource. Read-only.
538+
- `[ResourceAppId <String>]`: ID of the Microsoft Entra app that is hosting the resource. Read-only.
539539

540540
## RELATED LINKS

src/Resources/Resources/help/Update-AzADServicePrincipal.md

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

src/Resources/Resources/help/Update-AzADUser.md

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

src/Sql/Sql/help/Az.Sql.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Disables uploading ledger digests to Azure Blob storage or to Azure Confidential
7878
Disables (dismisses) sensitivity recommendations on columns in the database.
7979

8080
### [Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication](Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication.md)
81-
Disables Azure AD only authentication for a specific SQL Managed Instance.
81+
Disables Microsoft Entra-only authentication for a specific SQL Managed Instance.
8282

8383
### [Disable-AzSqlInstanceAdvancedDataSecurity](Disable-AzSqlInstanceAdvancedDataSecurity.md)
8484
Disables Advanced Data Security on a managed instance.
@@ -90,7 +90,7 @@ Disables uploading ledger digests to Azure Blob storage or Azure Confidential Le
9090
Disables (dismisses) sensitivity recommendations on columns in the Azure SQL Managed Instance database.
9191

9292
### [Disable-AzSqlServerActiveDirectoryOnlyAuthentication](Disable-AzSqlServerActiveDirectoryOnlyAuthentication.md)
93-
Disables Azure AD only authentication for a specific SQL Server.
93+
Disables Microsoft Entra-only authentication for a specific SQL Server.
9494

9595
### [Disable-AzSqlServerAdvancedDataSecurity](Disable-AzSqlServerAdvancedDataSecurity.md)
9696
Disables Advanced Data Security on a server.
@@ -102,7 +102,7 @@ Enables uploading ledger digests to an Azure Storage account or to Azure Confide
102102
Enables sensitivity recommendations on columns (recommendations are enabled by default on all columns) in the database.
103103

104104
### [Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication](Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication.md)
105-
Enables Azure AD only authentication for a specific SQL Managed Instance.
105+
Enables Microsoft Entra-only authentication for a specific SQL Managed Instance.
106106

107107
### [Enable-AzSqlInstanceAdvancedDataSecurity](Enable-AzSqlInstanceAdvancedDataSecurity.md)
108108
Enables Advanced Data Security on a managed instance.
@@ -114,7 +114,7 @@ Enables uploading ledger digests to an Azure Storage account or Azure Confidenti
114114
Enables sensitivity recommendations on columns (recommendations are enabled by default on all columns) in the Azure SQL Managed Instance database.
115115

116116
### [Enable-AzSqlServerActiveDirectoryOnlyAuthentication](Enable-AzSqlServerActiveDirectoryOnlyAuthentication.md)
117-
Enables Azure AD only authentication for a specific SQL Server.
117+
Enables Microsoft Entra-only authentication for a specific SQL Server.
118118

119119
### [Enable-AzSqlServerAdvancedDataSecurity](Enable-AzSqlServerAdvancedDataSecurity.md)
120120
Enables Advanced Data Security on a server.
@@ -258,10 +258,10 @@ Gets one or more recommended actions for an Azure SQL Elastic Pool Advisor.
258258
Returns information about Azure SQL Managed Database Instance.
259259

260260
### [Get-AzSqlInstanceActiveDirectoryAdministrator](Get-AzSqlInstanceActiveDirectoryAdministrator.md)
261-
Gets information about an Azure AD administrator for SQL Managed Instance.
261+
Gets information about a Microsoft Entra administrator for SQL Managed Instance.
262262

263263
### [Get-AzSqlInstanceActiveDirectoryOnlyAuthentication](Get-AzSqlInstanceActiveDirectoryOnlyAuthentication.md)
264-
Gets Azure AD only authentication for a specific SQL Managed Instance.
264+
Gets Microsoft Entra-only authentication for a specific SQL Managed Instance.
265265

266266
### [Get-AzSqlInstanceAdvancedDataSecurityPolicy](Get-AzSqlInstanceAdvancedDataSecurityPolicy.md)
267267
Gets Advanced Data Security policy of a managed instance.
@@ -351,10 +351,10 @@ Gets the vulnerability assessment settings of a managed instance.
351351
Returns information about SQL Database servers.
352352

353353
### [Get-AzSqlServerActiveDirectoryAdministrator](Get-AzSqlServerActiveDirectoryAdministrator.md)
354-
Gets information about an Azure AD administrator for SQL Server.
354+
Gets information about a Microsoft Entra administrator for SQL Server.
355355

356356
### [Get-AzSqlServerActiveDirectoryOnlyAuthentication](Get-AzSqlServerActiveDirectoryOnlyAuthentication.md)
357-
Gets Azure AD only authentication for a specific SQL Server.
357+
Gets Microsoft Entra-only authentication for a specific SQL Server.
358358

359359
### [Get-AzSqlServerAdvancedDataSecurityPolicy](Get-AzSqlServerAdvancedDataSecurityPolicy.md)
360360
Gets Advanced Data Security policy of a server.
@@ -624,7 +624,7 @@ Deletes an elastic database pool.
624624
Removes an Azure SQL Managed Database Instance.
625625

626626
### [Remove-AzSqlInstanceActiveDirectoryAdministrator](Remove-AzSqlInstanceActiveDirectoryAdministrator.md)
627-
Removes an Azure AD administrator for SQL Managed Instance.
627+
Removes a Microsoft Entra administrator for SQL Managed Instance.
628628

629629
### [Remove-AzSqlInstanceDatabase](Remove-AzSqlInstanceDatabase.md)
630630
Removes an Azure SQL Managed Instance database.
@@ -654,7 +654,7 @@ Removes start stop schedule for Azure SQL Managed Instance
654654
Removes an Azure SQL Database server.
655655

656656
### [Remove-AzSqlServerActiveDirectoryAdministrator](Remove-AzSqlServerActiveDirectoryAdministrator.md)
657-
Removes an Azure AD administrator for SQL Server.
657+
Removes a Microsoft Entra administrator for SQL Server.
658658

659659
### [Remove-AzSqlServerAudit](Remove-AzSqlServerAudit.md)
660660
Removes the auditing settings of an Azure SQL server.
@@ -780,7 +780,7 @@ Updates the state of an Azure SQL Elastic Pool recommended action.
780780
Sets properties for an Azure SQL Managed Instance.
781781

782782
### [Set-AzSqlInstanceActiveDirectoryAdministrator](Set-AzSqlInstanceActiveDirectoryAdministrator.md)
783-
Provisions an Azure AD administrator for SQL Managed Instance.
783+
Provisions a Microsoft Entra administrator for SQL Managed Instance.
784784

785785
### [Set-AzSqlInstanceDatabase](Set-AzSqlInstanceDatabase.md)
786786
Updated an Azure SQL Managed Instance database.
@@ -810,7 +810,7 @@ Sets the Transparent Data Encryption (TDE) protector for a SQL managed instance.
810810
Modifies properties of a SQL Database server.
811811

812812
### [Set-AzSqlServerActiveDirectoryAdministrator](Set-AzSqlServerActiveDirectoryAdministrator.md)
813-
Provisions an Azure AD administrator for SQL Server.
813+
Provisions a Microsoft Entra administrator for SQL Server.
814814

815815
### [Set-AzSqlServerAdvisorAutoExecuteStatus](Set-AzSqlServerAdvisorAutoExecuteStatus.md)
816816
Updates the auto execute status of an Azure SQL Server Advisor.
@@ -945,4 +945,3 @@ Updates an Azure SQL Database Sync Member.
945945
Update the sync schema for a sync member database or a sync hub database.
946946
It will get the latest database schema from the real database and then use it refresh the schema cached by Sync metadata database.
947947
If "SyncMemberName" is specified, it will refresh the member database schema; if not, it will refresh the hub database schema.
948-

src/Sql/Sql/help/Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication
99

1010
## SYNOPSIS
11-
Disables Azure AD only authentication for a specific SQL Managed Instance.
11+
Disables Microsoft Entra-only authentication for a specific SQL Managed Instance.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication [-ResourceId] <String>
3131
```
3232

3333
## DESCRIPTION
34-
The **Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication** cmdlet disables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Managed Instance in the current subscription.
34+
The **Disable-AzSqlInstanceActiveDirectoryOnlyAuthentication** cmdlet disables Microsoft Entra-only authentication requirement for an AzureSQL Managed Instance in the current subscription.
3535

3636
## EXAMPLES
3737

@@ -46,7 +46,7 @@ ResourceGroupName InstanceName AzureADOnlyAuthentication
4646
ResourceGroup01 ManagedInstance01 True
4747
```
4848

49-
This command disables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Managed Instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
49+
This command disables Microsoft Entra-only authentication requirement for an AzureSQL Managed Instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
5050

5151
## PARAMETERS
5252

@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
```
8282
8383
### -InstanceName
84-
The name of the Azure SQL Managed Instance the Azure Active Directory only authentication is in.
84+
The name of the Azure SQL Managed Instance the Microsoft Entra-only authentication is in.
8585
8686
```yaml
8787
Type: System.String
@@ -177,4 +177,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
177177
178178
[Set-AzSqlInstanceActiveDirectoryAdministrator](./Set-AzSqlInstanceActiveDirectoryAdministrator.md)
179179
180-
[Get-AzSqlInstanceActiveDirectoryAdministrator](./Get-AzSqlInstanceActiveDirectoryAdministrator.md)
180+
[Get-AzSqlInstanceActiveDirectoryAdministrator](./Get-AzSqlInstanceActiveDirectoryAdministrator.md)

src/Sql/Sql/help/Disable-AzSqlServerActiveDirectoryOnlyAuthentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Disable-AzSqlServerActiveDirectoryOnlyAuthentication
99

1010
## SYNOPSIS
11-
Disables Azure AD only authentication for a specific SQL Server.
11+
Disables Microsoft Entra-only authentication for a specific SQL Server.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Disable-AzSqlServerActiveDirectoryOnlyAuthentication [-ResourceId] <String>
3131
```
3232

3333
## DESCRIPTION
34-
The **Disable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet disables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Server in the current subscription.
34+
The **Disable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet disables Microsoft Entra-only authentication requirement for an AzureSQL Server in the current subscription.
3535

3636
## EXAMPLES
3737

@@ -46,7 +46,7 @@ ResourceGroupName ServerName AzureADOnlyAuthentication
4646
ResourceGroup01 Server01 False
4747
```
4848

49-
This command disables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL server named Server01 that is associated with a resource group named ResourceGroup01.
49+
This command disables Microsoft Entra-only authentication requirement for an AzureSQL server named Server01 that is associated with a resource group named ResourceGroup01.
5050

5151
## PARAMETERS
5252

@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -ServerName
114-
The name of the Azure SQL Server the Azure Active Directory only authentication is in.
114+
The name of the Azure SQL Server the Microsoft Entra-only authentication is in.
115115
116116
```yaml
117117
Type: System.String
@@ -179,4 +179,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179179
180180
[Get-AzSqlServerActiveDirectoryAdministrator](./Get-AzSqlServerActiveDirectoryAdministrator.md)
181181
182-
[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/)
182+
[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/)

src/Sql/Sql/help/Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication
99

1010
## SYNOPSIS
11-
Enables Azure AD only authentication for a specific SQL Managed Instance.
11+
Enables Microsoft Entra-only authentication for a specific SQL Managed Instance.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication [-ResourceId] <String>
3131
```
3232

3333
## DESCRIPTION
34-
The **Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication** cmdlet enables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Managed Instance in the current subscription.
34+
The **Enable-AzSqlInstanceActiveDirectoryOnlyAuthentication** cmdlet enables Microsoft Entra-only authentication requirement for an AzureSQL Managed Instance in the current subscription.
3535

3636
## EXAMPLES
3737

@@ -46,7 +46,7 @@ ResourceGroupName InstanceName AzureADOnlyAuthentication
4646
ResourceGroup01 ManagedInstance01 True
4747
```
4848

49-
This command enables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Managed Instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
49+
This command enables Microsoft Entra-only authentication requirement for an AzureSQL Managed Instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
5050

5151
## PARAMETERS
5252

@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
```
8282
8383
### -InstanceName
84-
The name of the Azure SQL Managed Instance the Azure Active Directory only authentication is in.
84+
The name of the Azure SQL Managed Instance the Microsoft Entra-only authentication is in.
8585
8686
```yaml
8787
Type: System.String
@@ -177,4 +177,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
177177
178178
[Set-AzSqlInstanceActiveDirectoryAdministrator](./Set-AzSqlInstanceActiveDirectoryAdministrator.md)
179179
180-
[Get-AzSqlInstanceActiveDirectoryAdministrator](./Get-AzSqlInstanceActiveDirectoryAdministrator.md)
180+
[Get-AzSqlInstanceActiveDirectoryAdministrator](./Get-AzSqlInstanceActiveDirectoryAdministrator.md)

src/Sql/Sql/help/Enable-AzSqlServerActiveDirectoryOnlyAuthentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Enable-AzSqlServerActiveDirectoryOnlyAuthentication
99

1010
## SYNOPSIS
11-
Enables Azure AD only authentication for a specific SQL Server.
11+
Enables Microsoft Entra-only authentication for a specific SQL Server.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Enable-AzSqlServerActiveDirectoryOnlyAuthentication [-ResourceId] <String>
3131
```
3232

3333
## DESCRIPTION
34-
The **Enable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet enables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL Server in the current subscription.
34+
The **Enable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet enables Microsoft Entra-only authentication requirement for an AzureSQL Server in the current subscription.
3535

3636
## EXAMPLES
3737

@@ -46,7 +46,7 @@ ResourceGroupName ServerName AzureADOnlyAuthentication
4646
ResourceGroup01 Server01 True
4747
```
4848

49-
This command enables Azure Active Directory (Azure AD) only authentication requirement for an AzureSQL server named Server01 that is associated with a resource group named ResourceGroup01.
49+
This command enables Microsoft Entra-only authentication requirement for an AzureSQL server named Server01 that is associated with a resource group named ResourceGroup01.
5050

5151
## PARAMETERS
5252

@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -ServerName
114-
The name of the Azure SQL Server the Azure Active Directory only authentication is in.
114+
The name of the Azure SQL Server the Microsoft Entra-only authentication is in.
115115
116116
```yaml
117117
Type: System.String
@@ -179,4 +179,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179179
180180
[Get-AzSqlServerActiveDirectoryAdministrator](./Get-AzSqlServerActiveDirectoryAdministrator.md)
181181
182-
[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/)
182+
[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/)

src/Sql/Sql/help/Get-AzSqlInstanceActiveDirectoryAdministrator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzSqlInstanceActiveDirectoryAdministrator
99

1010
## SYNOPSIS
11-
Gets information about an Azure AD administrator for SQL Managed Instance.
11+
Gets information about a Microsoft Entra administrator for SQL Managed Instance.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Get-AzSqlInstanceActiveDirectoryAdministrator [-ResourceId] <String> [-DefaultPr
3131
```
3232

3333
## DESCRIPTION
34-
The **Get-AzSqlInstanceActiveDirectoryAdministrator** cmdlet gets information about an Azure Active Directory (Azure AD) administrator for an AzureSQL Managed Instance in the current subscription.
34+
The **Get-AzSqlInstanceActiveDirectoryAdministrator** cmdlet gets information about a Microsoft Entra administrator for an AzureSQL Managed Instance in the current subscription.
3535

3636
## EXAMPLES
3737

@@ -46,7 +46,7 @@ ResourceGroupName InstanceName DisplayName ObjectId
4646
ResourceGroup01 ManagedInstance01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
4747
```
4848

49-
This command gets information about an Azure AD administrator for a managed instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
49+
This command gets information about a Microsoft Entra administrator for a managed instance named ManagedInstance01 that is associated with a resource group named ResourceGroup01.
5050

5151
### Example 2
5252
```powershell
@@ -59,7 +59,7 @@ ResourceGroupName InstanceName DisplayName ObjectId
5959
ResourceGroup01 ManagedInstance01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
6060
```
6161

62-
This command gets information about an Azure AD administrator from a managed instance object.
62+
This command gets information about a Microsoft Entra administrator from a managed instance object.
6363

6464
### Example 3
6565
```powershell
@@ -72,7 +72,7 @@ ResourceGroupName InstanceName DisplayName ObjectId
7272
ResourceGroup01 ManagedInstance01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
7373
```
7474

75-
This command gets information about an Azure AD administrator using managed instance resource identifier.
75+
This command gets information about a Microsoft Entra administrator using managed instance resource identifier.
7676

7777
## PARAMETERS
7878

0 commit comments

Comments
 (0)