You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<value>SQL Administrator Credentials are only optional when Azure Active Directory Only Authentication is enabled via -EnableActiveDirectoryOnlyAuthentication.</value>
<value>Changing the service tier to Hyperscale also converts the geo-secondary replica to Hyperscale. For more information, see https://go.microsoft.com/fwlink/?linkid=2314103</value>
Copy file name to clipboardExpand all lines: src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,15 +138,29 @@ public class SetAzureSqlServer : AzureSqlServerCmdletBase
138
138
/// </summary>
139
139
[Parameter(Mandatory=false,
140
140
HelpMessage="Value for soft-delete retention days for the server such that the server can be restored for the specified number of days after dropping. Only valid values are from 0 to 35. If set to 0, soft-delete retention is disabled.")]
@@ -49,8 +49,6 @@ This command creates a version 12 Azure SQL Database server.
49
49
50
50
### Example 2: Create a new Azure SQL Database server with External (Microsoft Entra ID) Administrator, Microsoft Entra-only Authentication and no SqlAdministratorCredentials
51
51
<!-- Skip: Output cannot be splitted from code -->
0 commit comments