Skip to content

Commit ab275a7

Browse files
authored
Spelling Fixes (#28088)
1 parent 32ab9b8 commit ab275a7

25 files changed

+29
-29
lines changed

src/Sql/Sql/Ipv6FirewallRule/Cmdlet/AzureSqlServerIpv6FirewallRuleCmdletBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public abstract class AzureSqlServerIpv6FirewallRuleCmdletBase : AzureSqlCmdletB
3737
public string ServerName { get; set; }
3838

3939
/// <summary>
40-
/// Intializes the model adapter
40+
/// Initializes the model adapter
4141
/// </summary>
4242
/// <returns>The server adapter</returns>
4343
protected override AzureSqlServerIpv6FirewallRuleAdapter InitModelAdapter()

src/Sql/Sql/LedgerDigestUploads/Cmdlet/AzureSqlDatabaseLedgerDigestUploadBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected override AzureSqlDatabaseLedgerDigestUploadModel GetEntity()
119119
}
120120

121121
/// <summary>
122-
/// Intializes the model adapter
122+
/// Initializes the model adapter
123123
/// </summary>
124124
/// <returns>The server adapter</returns>
125125
protected override AzureSqlDatabaseLedgerDigestUploadAdapter InitModelAdapter()

src/Sql/Sql/LedgerDigestUploads/Services/AzureSqlDatabaseLedgerDigestUploadCommunicator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private Management.Sql.SqlManagementClient GetCurrentSqlClient()
134134
}
135135

136136
/// <summary>
137-
/// Lazy creation of a single instance of a resoures client
137+
/// Lazy creation of a single instance of a resources client
138138
/// </summary>
139139
private ResourceManagementClient GetCurrentResourcesClient()
140140
{

src/Sql/Sql/Location Capabilities/Model/ServerVersionCapabilityModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class ServerVersionCapabilityModel
3131
public string Status { get; set; }
3232

3333
/// <summary>
34-
/// Gets or sets the list of supported datababase Editions and their capabilities
34+
/// Gets or sets the list of supported database Editions and their capabilities
3535
/// </summary>
3636
public IList<EditionCapabilityModel> SupportedEditions { get; set; }
3737
}

src/Sql/Sql/Location Capabilities/Model/ServiceObjectiveCapabilityModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ServiceObjectiveCapabilityModel
3232
public string Status { get; set; }
3333

3434
/// <summary>
35-
/// Gets or sets the unique ID of the Service Level Objecive
35+
/// Gets or sets the unique ID of the Service Level Objective
3636
/// </summary>
3737
public Guid? Id { get; set; }
3838

src/Sql/Sql/ManagedDatabase/Cmdlet/MoveCopy/GetMoveCopyAzureSqlManagedDatabaseOperationsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public abstract class GetMoveCopyAzureSqlManagedDatabaseOperationsBase : AzureSq
6363
[ValidateNotNullOrEmpty]
6464
public MoveCopyManagedDatabaseModel ModelObject { get; set; }
6565

66-
[Parameter(Mandatory = false, HelpMessage = "Return only latest opereation per managed database")]
66+
[Parameter(Mandatory = false, HelpMessage = "Return only latest operation per managed database")]
6767
public SwitchParameter OnlyLatestPerDatabase { get; set; }
6868

6969
/// <summary>

src/Sql/Sql/ManagedDatabase/Model/AzureSqlManagedDatabaseModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AzureSqlManagedDatabaseModel : AzureSqlManagedDatabaseBaseModel
3939
public string Collation { get; set; }
4040

4141
/// <summary>
42-
/// Gets or sets the status of the managed databse
42+
/// Gets or sets the status of the managed database
4343
/// </summary>
4444
public string Status { get; set; }
4545

@@ -54,7 +54,7 @@ public class AzureSqlManagedDatabaseModel : AzureSqlManagedDatabaseBaseModel
5454
public string DefaultSecondaryLocation { get; set; }
5555

5656
/// <summary>
57-
/// Gets or sets the default catalov collation
57+
/// Gets or sets the default catalog collation
5858
/// </summary>
5959
public string CatalogCollation { get; set; }
6060

src/Sql/Sql/ManagedDatabase/Model/AzureSqlRecoverableManagedDatabaseModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class AzureSqlRecoverableManagedDatabaseModel
4444
public string Name { get; set; }
4545

4646
/// <summary>
47-
/// Gets or sets last availabe backup of the managed database
47+
/// Gets or sets last available backup of the managed database
4848
/// </summary>
4949
public string LastAvailableBackupDate { get; set; }
5050

src/Sql/Sql/ManagedDatabase/Services/AzureSqlManagedDatabaseAdapter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public string GetManagedInstanceLocation(string resourceGroupName, string manage
157157
/// </summary>
158158
/// <param name="resourceGroupName">The resource group the managed instance is in</param>
159159
/// <param name="managedInstanceName">The name of the managed instance</param>
160-
/// <param name="managedDatabaseName">The name of the managed databse</param>
160+
/// <param name="managedDatabaseName">The name of the managed database</param>
161161
/// <returns></returns>
162162
public string GetManagedDatabaseResourceId(string resourceGroupName, string managedInstanceName, string managedDatabaseName)
163163
{
@@ -171,7 +171,7 @@ public string GetManagedDatabaseResourceId(string resourceGroupName, string mana
171171
/// </summary>
172172
/// <param name="resourceGroupName">The resource group the managed instance is in</param>
173173
/// <param name="managedInstanceName">The name of the managed instance</param>
174-
/// <param name="managedDatabaseName">The name of the managed databse</param>
174+
/// <param name="managedDatabaseName">The name of the managed database</param>
175175
/// <returns></returns>
176176
public string GetDeletedManagedDatabaseResourceId(string resourceGroupName, string managedInstanceName, string managedDatabaseName)
177177
{

src/Sql/Sql/ManagedDatabase/Services/AzureSqlManagedDatabaseCommunicator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private Management.Sql.SqlManagementClient GetCurrentSqlClient()
242242
}
243243

244244
/// <summary>
245-
/// Lazy creation of a single instance of a resoures client
245+
/// Lazy creation of a single instance of a resources client
246246
/// </summary>
247247
private ResourceManagementClient GetCurrentResourcesClient()
248248
{

0 commit comments

Comments
 (0)