diff --git a/src/MariaDb/custom/Get-AzMariaDBConnectionString.ps1 b/src/MariaDb/custom/Get-AzMariaDBConnectionString.ps1 index 9eb0a4b3dc67..e0518a6811db 100644 --- a/src/MariaDb/custom/Get-AzMariaDBConnectionString.ps1 +++ b/src/MariaDb/custom/Get-AzMariaDBConnectionString.ps1 @@ -15,9 +15,9 @@ <# .Synopsis -Get connection string of a MariaDb under a given framework. +Get connection string of a MariaDB under a given framework. .Description -Get connection string of a MariaDb under a given framework. +Get connection string of a MariaDB under a given framework. #> function Get-AzMariaDbConnectionString { [OutputType([System.String])] @@ -142,4 +142,4 @@ function Get-AzMariaDbConnectionString { } return $ConnectionStringMap[$Client] } -} \ No newline at end of file +} diff --git a/src/MariaDb/custom/New-AzMariaDBServer.ps1 b/src/MariaDb/custom/New-AzMariaDBServer.ps1 index 7c9b3ee27883..ad0799821031 100644 --- a/src/MariaDb/custom/New-AzMariaDBServer.ps1 +++ b/src/MariaDb/custom/New-AzMariaDBServer.ps1 @@ -13,19 +13,19 @@ # ---------------------------------------------------------------------------------- <# .Synopsis -Creates a new MariaDb. +Creates a new MariaDB. .Description -Creates a new MariaDb. +Creates a new MariaDB. #> function New-AzMariaDbServer { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServer])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( - [Parameter(Mandatory, HelpMessage='MariaDb server name.')] + [Parameter(Mandatory, HelpMessage='MariaDB server name.')] [Alias('ServerName')] [Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category('Path')] [System.String] - # MariaDb server name. + # MariaDB server name. ${Name}, [Parameter(Mandatory, HelpMessage='The name of the resource group that contains the resource.')] @@ -249,4 +249,3 @@ function New-AzMariaDbServer { } } } - \ No newline at end of file diff --git a/src/MariaDb/custom/New-AzMariaDbReplica.ps1 b/src/MariaDb/custom/New-AzMariaDbReplica.ps1 index 57b3381dab8d..a6f201f01fcd 100644 --- a/src/MariaDb/custom/New-AzMariaDbReplica.ps1 +++ b/src/MariaDb/custom/New-AzMariaDbReplica.ps1 @@ -14,9 +14,9 @@ <# .Synopsis -Creates a replica of a MariaDb server. +Creates a replica of a MariaDB server. .Description -Creates a replica of a MariaDb server. +Creates a replica of a MariaDB server. #> function New-AzMariaDbReplica { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServer])] @@ -36,11 +36,11 @@ function New-AzMariaDbReplica { # The source server object to restore from. ${Master}, - [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='MariaDb server name.')] + [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='MariaDB server name.')] [Alias('ServerName')] [Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category('Path')] [System.String] - # MariaDb server name. + # MariaDB server name. ${MasterName}, [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='You can obtain this value from the Azure Resource Manager API or the portal.')] diff --git a/src/MariaDb/custom/Restore-AzMariaDBServer.ps1 b/src/MariaDb/custom/Restore-AzMariaDBServer.ps1 index 1344d527b35f..41e8d07ec3b6 100644 --- a/src/MariaDb/custom/Restore-AzMariaDBServer.ps1 +++ b/src/MariaDb/custom/Restore-AzMariaDBServer.ps1 @@ -14,9 +14,9 @@ <# .Synopsis -Restore a MariaDb from a existing MariaDb. +Restore a MariaDB from a existing MariaDB. .Description -Restore a MariaDb from a existing MariaDb. +Restore a MariaDB from a existing MariaDB. #> function Restore-AzMariaDbServer { @@ -222,4 +222,4 @@ function Restore-AzMariaDbServer throw } } -} \ No newline at end of file +} diff --git a/src/MariaDb/custom/Update-AzMariaDBServer.ps1 b/src/MariaDb/custom/Update-AzMariaDBServer.ps1 index dd3ae2b5bece..da24169da689 100644 --- a/src/MariaDb/custom/Update-AzMariaDBServer.ps1 +++ b/src/MariaDb/custom/Update-AzMariaDBServer.ps1 @@ -24,11 +24,11 @@ function Update-AzMariaDbServer [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServer])] [CmdletBinding(DefaultParameterSetName='ServerName', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( - [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='MariaDb server name')] + [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='MariaDB server name')] [Alias('ServerName')] [Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Category('Path')] [System.String] - # MariaDb server name. + # MariaDB server name. ${Name}, [Parameter(ParameterSetName='ServerName', Mandatory, HelpMessage='The name of the resource group that contains the resource.')] diff --git a/src/MariaDb/docs/Az.MariaDb.md b/src/MariaDb/docs/Az.MariaDb.md index 4be0841ecf1d..2c9a6d9321f5 100644 --- a/src/MariaDb/docs/Az.MariaDb.md +++ b/src/MariaDb/docs/Az.MariaDb.md @@ -15,7 +15,7 @@ Microsoft Azure PowerShell: MariaDb cmdlets Gets information about a configuration of server. ### [Get-AzMariaDbConnectionString](Get-AzMariaDbConnectionString.md) -Get connection string of a MariaDb under a given framework. +Get connection string of a MariaDB under a given framework. ### [Get-AzMariaDbFirewallRule](Get-AzMariaDbFirewallRule.md) Gets information about a server firewall rule. @@ -33,7 +33,7 @@ Gets a virtual network rule. Creates a new firewall rule or updates an existing firewall rule. ### [New-AzMariaDbReplica](New-AzMariaDbReplica.md) -Creates a replica of a MariaDb server. +Creates a replica of a MariaDB server. ### [New-AzMariaDbServer](New-AzMariaDbServer.md) @@ -54,7 +54,7 @@ Deletes the virtual network rule with the given name. Restarts a server. ### [Restore-AzMariaDbServer](Restore-AzMariaDbServer.md) -Restore a MariaDb from a existing MariaDb. +Restore a MariaDB from a existing MariaDB. ### [Update-AzMariaDbConfiguration](Update-AzMariaDbConfiguration.md) Updates a configuration of a server. diff --git a/src/MariaDb/docs/Get-AzMariaDbConnectionString.md b/src/MariaDb/docs/Get-AzMariaDbConnectionString.md index 5ac86f1f5a24..fc55a855ac66 100644 --- a/src/MariaDb/docs/Get-AzMariaDbConnectionString.md +++ b/src/MariaDb/docs/Get-AzMariaDbConnectionString.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzMariaDbConnectionString ## SYNOPSIS -Get connection string of a MariaDb under a given framework. +Get connection string of a MariaDB under a given framework. ## SYNTAX @@ -25,7 +25,7 @@ Get-AzMariaDbConnectionString -Client -InputObject [-DefaultP ``` ## DESCRIPTION -Get connection string of a MariaDb under a given framework. +Get connection string of a MariaDB under a given framework. ## EXAMPLES diff --git a/src/MariaDb/docs/New-AzMariaDbReplica.md b/src/MariaDb/docs/New-AzMariaDbReplica.md index 9c4a9d09abe0..2fcab2076aac 100644 --- a/src/MariaDb/docs/New-AzMariaDbReplica.md +++ b/src/MariaDb/docs/New-AzMariaDbReplica.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzMariaDbReplica ## SYNOPSIS -Creates a replica of a MariaDb server. +Creates a replica of a MariaDB server. ## SYNTAX @@ -27,7 +27,7 @@ New-AzMariaDbReplica -Master -ReplicaName [-SubscriptionId -RestorePointInTime [-InputObj ``` ## DESCRIPTION -Restore a MariaDb from a existing MariaDb. +Restore a MariaDB from a existing MariaDB. ## EXAMPLES diff --git a/src/MariaDb/docs/Update-AzMariaDbConfiguration.md b/src/MariaDb/docs/Update-AzMariaDbConfiguration.md index 32f2a77917de..700ee0e5db96 100644 --- a/src/MariaDb/docs/Update-AzMariaDbConfiguration.md +++ b/src/MariaDb/docs/Update-AzMariaDbConfiguration.md @@ -32,7 +32,7 @@ Use Update-AzMariaDberver instead if you want update AdministratorLoginPassword, ## EXAMPLES -### Example 1: Update MariaDb configuration +### Example 1: Update MariaDB configuration ```powershell PS C:\> Update-AzMariaDbConfiguration -Name delayed_insert_timeout -Value 200 -ServerName mariadb-test-h3pame -ResourceGroupName mariadb-test-qu5ov0 @@ -41,7 +41,7 @@ Name Type delayed_insert_timeout Microsoft.DBforMariaDB/servers/configurations ``` -This command updates a MariaDb configuration. +This command updates a MariaDB configuration. ## PARAMETERS diff --git a/src/MariaDb/docs/Update-AzMariaDbFirewallRule.md b/src/MariaDb/docs/Update-AzMariaDbFirewallRule.md index f3c04f4ccf30..3c3550463e7f 100644 --- a/src/MariaDb/docs/Update-AzMariaDbFirewallRule.md +++ b/src/MariaDb/docs/Update-AzMariaDbFirewallRule.md @@ -43,7 +43,7 @@ Creates a new firewall rule or updates an existing firewall rule. ## EXAMPLES -### Example 1: Update MariaDb firewall rule +### Example 1: Update MariaDB firewall rule ```powershell PS C:\> Update-AzMariaDbFirewallRule -Name fr-cfgl3y -ServerName mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 -StartIPAddress 0.0.3.1 -EndIPAddress 0.0.3.255 @@ -52,9 +52,9 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.3.1 0.0.3.255 ``` -This command updates a MariaDb firewall rule. +This command updates a MariaDB firewall rule. -### Example 2: Update MariaDb Firewall Rule by identity. +### Example 2: Update MariaDB Firewall Rule by identity. ```powershell PS C:\> $ID = "/subscriptions//resourceGroups/mariadb-test-qu5ov0/providers/Microsoft.DBforMariaDB/servers/mariadb-test-4rmtig/firewallRules/fr-cfgl3y" PS C:\> Update-AzMariaDbFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 @@ -64,9 +64,9 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.0.2 0.0.0.3 ``` -The cmdlet updates MariaDb Firewall Rule by identity. +The cmdlet updates MariaDB Firewall Rule by identity. -### Example 3: Update MariaDb Firewall Rule by -ClientIPAddress. +### Example 3: Update MariaDB Firewall Rule by -ClientIPAddress. ```powershell PS C:\> $ID = "/subscriptions//resourceGroups/mariadb-test-qu5ov0/providers/Microsoft.DBforMariaDB/servers/mariadb-test-4rmtig/firewallRules/fr-cfgl3y" PS C:\> Update-AzMariaDbFirewallRule -InputObject $ID --ClientIPAddress 0.0.0.2 @@ -76,7 +76,7 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.0.2 0.0.0.2 ``` -The cmdlet updates MariaDb Firewall Rule by -ClientIPAddress. +The cmdlet updates MariaDB Firewall Rule by -ClientIPAddress. ## PARAMETERS diff --git a/src/MariaDb/docs/Update-AzMariaDbServer.md b/src/MariaDb/docs/Update-AzMariaDbServer.md index 5fcba7f8d471..c85238706207 100644 --- a/src/MariaDb/docs/Update-AzMariaDbServer.md +++ b/src/MariaDb/docs/Update-AzMariaDbServer.md @@ -39,7 +39,7 @@ Use Update-AzMariaDbConfiguration instead if you want update server parameters s ## EXAMPLES -### Example 1: Update MariaDb +### Example 1: Update MariaDB ```powershell PS C:\> Update-AzMariaDbServer -Name mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 -StorageInMb 8192 @@ -48,9 +48,9 @@ Name Location AdministratorLogin Version StorageProfileStorageMb mariadb-test-4rmtig eastus xofavpndqj 10.2 8192 B_Gen5_1 Basic Enabled ``` -This command updates a MariaDb. +This command updates a MariaDB. -### Example 2: Update MariaDb +### Example 2: Update MariaDB ```powershell PS C:\> Get-AzMariaDbServer -Name mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 | Update-AzMariaDbServer -StorageInMb (8192+1024) @@ -59,7 +59,7 @@ Name Location AdministratorLogin Version StorageProfileStorageMb mariadb-test-4rmtig eastus xofavpndqj 10.2 9216 B_Gen5_1 Basic Enabled ``` -This command updates a MariaDb. +This command updates a MariaDB. ## PARAMETERS @@ -156,7 +156,7 @@ Accept wildcard characters: False ``` ### -Name -MariaDb server name +MariaDB server name ```yaml Type: System.String diff --git a/src/MariaDb/docs/Update-AzMariaDbVirtualNetworkRule.md b/src/MariaDb/docs/Update-AzMariaDbVirtualNetworkRule.md index bb804f051bee..e8afce62f8e2 100644 --- a/src/MariaDb/docs/Update-AzMariaDbVirtualNetworkRule.md +++ b/src/MariaDb/docs/Update-AzMariaDbVirtualNetworkRule.md @@ -31,7 +31,7 @@ Creates or updates an existing virtual network rule. ## EXAMPLES -### Example 1: Update MariaDb virtual network rule +### Example 1: Update MariaDB virtual network rule ```powershell PS C:\> $vnet = Get-AzVirtualNetwork -Name vnet -ResourceGroupName mariadb-test-qu5ov0 PS C:\> Update-AzMariaDbVirtualNetworkRule -ServerName mariadb-test-9pebvn -ResourceGroupName mariadb-test-qu5ov0 -Name vnetrule-QdMJpU -SubnetId $vnet.Subnets[0].Id -IgnoreMissingVnetServiceEndpoint diff --git a/src/MariaDb/examples/Update-AzMariaDbConfiguration.md b/src/MariaDb/examples/Update-AzMariaDbConfiguration.md index 590b219b9242..242bee49c49b 100644 --- a/src/MariaDb/examples/Update-AzMariaDbConfiguration.md +++ b/src/MariaDb/examples/Update-AzMariaDbConfiguration.md @@ -1,4 +1,4 @@ -### Example 1: Update MariaDb configuration +### Example 1: Update MariaDB configuration ```powershell PS C:\> Update-AzMariaDbConfiguration -Name delayed_insert_timeout -Value 200 -ServerName mariadb-test-h3pame -ResourceGroupName mariadb-test-qu5ov0 @@ -7,4 +7,4 @@ Name Type delayed_insert_timeout Microsoft.DBforMariaDB/servers/configurations ``` -This command updates a MariaDb configuration. +This command updates a MariaDB configuration. diff --git a/src/MariaDb/examples/Update-AzMariaDbFirewallRule.md b/src/MariaDb/examples/Update-AzMariaDbFirewallRule.md index 16ccbb29c8c1..db1425ac1d67 100644 --- a/src/MariaDb/examples/Update-AzMariaDbFirewallRule.md +++ b/src/MariaDb/examples/Update-AzMariaDbFirewallRule.md @@ -1,4 +1,4 @@ -### Example 1: Update MariaDb firewall rule +### Example 1: Update MariaDB firewall rule ```powershell PS C:\> Update-AzMariaDbFirewallRule -Name fr-cfgl3y -ServerName mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 -StartIPAddress 0.0.3.1 -EndIPAddress 0.0.3.255 @@ -7,9 +7,9 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.3.1 0.0.3.255 ``` -This command updates a MariaDb firewall rule. +This command updates a MariaDB firewall rule. -### Example 2: Update MariaDb Firewall Rule by identity. +### Example 2: Update MariaDB Firewall Rule by identity. ```powershell PS C:\> $ID = "/subscriptions//resourceGroups/mariadb-test-qu5ov0/providers/Microsoft.DBforMariaDB/servers/mariadb-test-4rmtig/firewallRules/fr-cfgl3y" PS C:\> Update-AzMariaDbFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 @@ -19,9 +19,9 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.0.2 0.0.0.3 ``` -The cmdlet updates MariaDb Firewall Rule by identity. +The cmdlet updates MariaDB Firewall Rule by identity. -### Example 3: Update MariaDb Firewall Rule by -ClientIPAddress. +### Example 3: Update MariaDB Firewall Rule by -ClientIPAddress. ```powershell PS C:\> $ID = "/subscriptions//resourceGroups/mariadb-test-qu5ov0/providers/Microsoft.DBforMariaDB/servers/mariadb-test-4rmtig/firewallRules/fr-cfgl3y" PS C:\> Update-AzMariaDbFirewallRule -InputObject $ID --ClientIPAddress 0.0.0.2 @@ -31,4 +31,4 @@ Name StartIPAddress EndIPAddress fr-cfgl3y 0.0.0.2 0.0.0.2 ``` -The cmdlet updates MariaDb Firewall Rule by -ClientIPAddress. +The cmdlet updates MariaDB Firewall Rule by -ClientIPAddress. diff --git a/src/MariaDb/examples/Update-AzMariaDbServer.md b/src/MariaDb/examples/Update-AzMariaDbServer.md index 83307a033ff9..cdfec88642c3 100644 --- a/src/MariaDb/examples/Update-AzMariaDbServer.md +++ b/src/MariaDb/examples/Update-AzMariaDbServer.md @@ -1,4 +1,4 @@ -### Example 1: Update MariaDb +### Example 1: Update MariaDB ```powershell PS C:\> Update-AzMariaDbServer -Name mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 -StorageInMb 8192 @@ -7,9 +7,9 @@ Name Location AdministratorLogin Version StorageProfileStorageMb mariadb-test-4rmtig eastus xofavpndqj 10.2 8192 B_Gen5_1 Basic Enabled ``` -This command updates a MariaDb. +This command updates a MariaDB. -### Example 2: Update MariaDb +### Example 2: Update MariaDB ```powershell PS C:\> Get-AzMariaDbServer -Name mariadb-test-4rmtig -ResourceGroupName mariadb-test-qu5ov0 | Update-AzMariaDbServer -StorageInMb (8192+1024) @@ -18,5 +18,5 @@ Name Location AdministratorLogin Version StorageProfileStorageMb mariadb-test-4rmtig eastus xofavpndqj 10.2 9216 B_Gen5_1 Basic Enabled ``` -This command updates a MariaDb. +This command updates a MariaDB. diff --git a/src/MariaDb/examples/Update-AzMariaDbVirtualNetworkRule.md b/src/MariaDb/examples/Update-AzMariaDbVirtualNetworkRule.md index 74cf50a9649a..e0db0b144a75 100644 --- a/src/MariaDb/examples/Update-AzMariaDbVirtualNetworkRule.md +++ b/src/MariaDb/examples/Update-AzMariaDbVirtualNetworkRule.md @@ -1,4 +1,4 @@ -### Example 1: Update MariaDb virtual network rule +### Example 1: Update MariaDB virtual network rule ```powershell PS C:\> $vnet = Get-AzVirtualNetwork -Name vnet -ResourceGroupName mariadb-test-qu5ov0 PS C:\> Update-AzMariaDbVirtualNetworkRule -ServerName mariadb-test-9pebvn -ResourceGroupName mariadb-test-qu5ov0 -Name vnetrule-QdMJpU -SubnetId $vnet.Subnets[0].Id -IgnoreMissingVnetServiceEndpoint