Skip to content

Commit 8b815ea

Browse files
authored
[sql][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23043)
1 parent a2ec681 commit 8b815ea

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

src/Sql/Sql/Database Backup/Cmdlet/RestoreAzureRMSqlDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public class RestoreAzureRmSqlDatabase
311311
public Hashtable Tag { get; set; }
312312

313313
[Parameter(Mandatory = false,
314-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this database for use with key management services like Azure KeyVault.")]
314+
HelpMessage = "Generate and assign a Microsoft Entra Identity for this database for use with key management services like Azure KeyVault.")]
315315
public SwitchParameter AssignIdentity { get; set; }
316316

317317
[Parameter(Mandatory = false,

src/Sql/Sql/Database/Cmdlet/NewAzureSqlDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public class NewAzureSqlDatabase : AzureSqlDatabaseCmdletBase<AzureSqlDatabaseCr
249249
/// Switch parameter to control if database identity is to be assigned.
250250
/// </summary>
251251
[Parameter(Mandatory = false,
252-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this database for use with key management services like Azure KeyVault.")]
252+
HelpMessage = "Generate and assign a Microsoft Entra identity for this database for use with key management services like Azure KeyVault.")]
253253
public SwitchParameter AssignIdentity { get; set; }
254254

255255
/// <summary>

src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public class SetAzureSqlDatabase : AzureSqlDatabaseCmdletBase<IEnumerable<AzureS
255255
public string MaintenanceConfigurationId { get; set; }
256256

257257
[Parameter(Mandatory = false,
258-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this database for use with key management services like Azure KeyVault.")]
258+
HelpMessage = "Generate and assign a Microsoft Entra identity for this database for use with key management services like Azure KeyVault.")]
259259
public SwitchParameter AssignIdentity { get; set; }
260260

261261
[Parameter(Mandatory = false,

src/Sql/Sql/InstanceActiveDirectoryAdministrator/Cmdlet/SetAzureSqInstanceActiveDirectoryAdministrator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ public class SetAzureSqlInstanceActiveDirectoryAdministrator : AzureSqlInstanceA
3838
public string DisplayName { get; set; }
3939

4040
/// <summary>
41-
/// Azure Active Directory object id for a user or group
41+
///Microsoft Entra object id for a user or group
4242
/// </summary>
4343
[Parameter(Mandatory = true,
4444
ValueFromPipelineByPropertyName = true,
4545
Position = 3,
46-
HelpMessage = "Specifies the object ID of the user or group in Azure Active Directory for which to grant permissions.")]
46+
HelpMessage = "Specifies the object ID of the user or group in Microsoft Entra ID for which to grant permissions.")]
4747
[ValidateNotNullOrEmpty()]
4848
public Guid ObjectId { get; set; }
4949

src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public class NewAzureSqlManagedInstance : ManagedInstanceCmdletBase
277277
/// Gets or sets whether or not to assign identity for instance
278278
/// </summary>
279279
[Parameter(Mandatory = false,
280-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this instance for use with key management services like Azure KeyVault.")]
280+
HelpMessage = "Generate and assign a Microsoft Entra identity for this instance for use with key management services like Azure KeyVault.")]
281281
public SwitchParameter AssignIdentity { get; set; }
282282

283283
/// <summary>
@@ -376,14 +376,14 @@ public class NewAzureSqlManagedInstance : ManagedInstanceCmdletBase
376376
/// Azure Active Directory display name for a user or group
377377
/// </summary>
378378
[Parameter(Mandatory = false,
379-
HelpMessage = "Specifies the display name of the user, group or application which is the Azure Active Directory administrator for the server. This display name must exist in the active directory associated with the current subscription.")]
379+
HelpMessage = "Specifies the display name of the user, group or application which is the Microsoft Entra administrator for the server. This display name must exist in the active directory associated with the current subscription.")]
380380
public string ExternalAdminName { get; set; }
381381

382382
/// <summary>
383383
/// Azure Active Directory object id for a user, group or application
384384
/// </summary>
385385
[Parameter(Mandatory = false,
386-
HelpMessage = "Specifies the object ID of the user, group or application which is the Azure Active Directory administrator.")]
386+
HelpMessage = "Specifies the object ID of the user, group or application which is the Microsoft Entra administrator.")]
387387
public Guid? ExternalAdminSID { get; set; }
388388

389389
/// <summary>

src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class SetAzureSqlManagedInstance : ManagedInstanceCmdletBase
170170
/// Gets or sets whether or not to assign identity for instance
171171
/// </summary>
172172
[Parameter(Mandatory = false,
173-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this instance for use with key management services like Azure KeyVault.")]
173+
HelpMessage = "Generate and assign a Microsoft Entra identity for this instance for use with key management services like Azure KeyVault.")]
174174
public SwitchParameter AssignIdentity { get; set; }
175175

176176
/// <summary>

src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public class NewAzureSqlDatabaseCopy : AzureSqlDatabaseCopyCmdletBase
152152
public SwitchParameter ZoneRedundant { get; set; }
153153

154154
[Parameter(Mandatory = false,
155-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this database for use with key management services like Azure KeyVault.")]
155+
HelpMessage = "Generate and assign a Microsoft Entra identity for this database for use with key management services like Azure KeyVault.")]
156156
public SwitchParameter AssignIdentity { get; set; }
157157

158158
[Parameter(Mandatory = false,

src/Sql/Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public class NewAzureSqlDatabaseSecondary : AzureSqlDatabaseSecondaryCmdletBase
174174
public SwitchParameter ZoneRedundant { get; set; }
175175

176176
[Parameter(Mandatory = false,
177-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this database for use with key management services like Azure KeyVault.")]
177+
HelpMessage = "Generate and assign a Microsoft Entra Identity for this database for use with key management services like Azure KeyVault.")]
178178
public SwitchParameter AssignIdentity { get; set; }
179179

180180
[Parameter(Mandatory = false,

src/Sql/Sql/Server/Cmdlet/NewAzureSqlServer.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class NewAzureSqlServer : AzureSqlServerCmdletBase
7272
public string ServerVersion { get; set; }
7373

7474
[Parameter(Mandatory = false,
75-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this server for use with key management services like Azure KeyVault.")]
75+
HelpMessage = "Generate and assign a Microsoft Entra Identity for this server for use with key management services like Azure KeyVault.")]
7676
public SwitchParameter AssignIdentity { get; set; }
7777

7878
[Parameter(Mandatory = false,
@@ -140,14 +140,14 @@ public class NewAzureSqlServer : AzureSqlServerCmdletBase
140140
/// Azure Active Directory display name for a user or group
141141
/// </summary>
142142
[Parameter(Mandatory = false,
143-
HelpMessage = "Specifies the display name of the user, group or application which is the Azure Active Directory administrator for the server. This display name must exist in the active directory associated with the current subscription.")]
143+
HelpMessage = "Specifies the display name of the user, group or application which is the Microsoft Entra administrator for the server. This display name must exist in the active directory associated with the current subscription.")]
144144
public string ExternalAdminName { get; set; }
145145

146146
/// <summary>
147147
/// Azure Active Directory object id for a user, group or application
148148
/// </summary>
149149
[Parameter(Mandatory = false,
150-
HelpMessage = "Specifies the object ID of the user, group or application which is the Azure Active Directory administrator.")]
150+
HelpMessage = "Specifies the object ID of the user, group or application which is the Microsoft Entra administrator.")]
151151
public Guid? ExternalAdminSID { get; set; }
152152

153153
/// <summary>

src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class SetAzureSqlServer : AzureSqlServerCmdletBase
6767
public string ServerVersion { get; set; }
6868

6969
[Parameter(Mandatory = false,
70-
HelpMessage = "Generate and assign an Azure Active Directory Identity for this server for use with key management services like Azure KeyVault.")]
70+
HelpMessage = "Generate and assign a Microsoft Entra identity for this server for use with key management services like Azure KeyVault.")]
7171
public SwitchParameter AssignIdentity { get; set; }
7272

7373
[Parameter(Mandatory = false,

0 commit comments

Comments
 (0)