Skip to content

Commit d8d9372

Browse files
committed
regenerate the help file.
1 parent be35bf0 commit d8d9372

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The **Disable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet disables Azu
2222

2323
## EXAMPLES
2424

25-
### Example 1: Disable Azure Active Directory only authentication for a server
26-
```
25+
### Example 1
26+
```powershell
2727
PS C:\>Disable-AzSqlServerActiveDirectoryOnlyAuthentication -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
2828
ResourceGroupName ServerName DisplayName ObjectId IsAzureADOnlyAuthentication
2929
----------------- ---------- ----------- -------- -----------
@@ -38,7 +38,7 @@ This command disables Azure Active Directory (Azure AD) only authentication requ
3838
The credentials, account, tenant, and subscription used for communication with Azure.
3939

4040
```yaml
41-
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
41+
Type: IAzureContextContainer
4242
Parameter Sets: (All)
4343
Aliases: AzContext, AzureRmContext, AzureCredential
4444

@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
The name of the resource group.
5454
5555
```yaml
56-
Type: System.String
56+
Type: String
5757
Parameter Sets: (All)
5858
Aliases:
5959

@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
The name of the Azure SQL Server the Azure Active Directory administrator is in.
6969
7070
```yaml
71-
Type: System.String
71+
Type: String
7272
Parameter Sets: (All)
7373
Aliases:
7474

@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
Prompts you for confirmation before running the cmdlet.
8484
8585
```yaml
86-
Type: System.Management.Automation.SwitchParameter
86+
Type: SwitchParameter
8787
Parameter Sets: (All)
8888
Aliases: cf
8989

@@ -99,7 +99,7 @@ Shows what would happen if the cmdlet runs.
9999
The cmdlet is not run.
100100
101101
```yaml
102-
Type: System.Management.Automation.SwitchParameter
102+
Type: SwitchParameter
103103
Parameter Sets: (All)
104104
Aliases: wi
105105

0 commit comments

Comments
 (0)