@@ -22,8 +22,8 @@ The **Disable-AzSqlServerActiveDirectoryOnlyAuthentication** cmdlet disables Azu
22
22
23
23
## EXAMPLES
24
24
25
- ### Example 1: Disable Azure Active Directory only authentication for a server
26
- ```
25
+ ### Example 1
26
+ ``` powershell
27
27
PS C:\>Disable-AzSqlServerActiveDirectoryOnlyAuthentication -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
28
28
ResourceGroupName ServerName DisplayName ObjectId IsAzureADOnlyAuthentication
29
29
----------------- ---------- ----------- -------- -----------
@@ -38,7 +38,7 @@ This command disables Azure Active Directory (Azure AD) only authentication requ
38
38
The credentials, account, tenant, and subscription used for communication with Azure.
39
39
40
40
``` yaml
41
- Type : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core. IAzureContextContainer
41
+ Type : IAzureContextContainer
42
42
Parameter Sets : (All)
43
43
Aliases : AzContext, AzureRmContext, AzureCredential
44
44
@@ -53,7 +53,7 @@ Accept wildcard characters: False
53
53
The name of the resource group.
54
54
55
55
` ` ` yaml
56
- Type : System. String
56
+ Type : String
57
57
Parameter Sets : (All)
58
58
Aliases :
59
59
@@ -68,7 +68,7 @@ Accept wildcard characters: False
68
68
The name of the Azure SQL Server the Azure Active Directory administrator is in.
69
69
70
70
` ` ` yaml
71
- Type : System. String
71
+ Type : String
72
72
Parameter Sets : (All)
73
73
Aliases :
74
74
@@ -83,7 +83,7 @@ Accept wildcard characters: False
83
83
Prompts you for confirmation before running the cmdlet.
84
84
85
85
` ` ` yaml
86
- Type : System.Management.Automation. SwitchParameter
86
+ Type : SwitchParameter
87
87
Parameter Sets : (All)
88
88
Aliases : cf
89
89
@@ -99,7 +99,7 @@ Shows what would happen if the cmdlet runs.
99
99
The cmdlet is not run.
100
100
101
101
` ` ` yaml
102
- Type : System.Management.Automation. SwitchParameter
102
+ Type : SwitchParameter
103
103
Parameter Sets : (All)
104
104
Aliases : wi
105
105
0 commit comments