Skip to content

Commit 3407747

Browse files
authored
Update New-AzMySqlFlexibleServer.md
1 parent 66630b1 commit 3407747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySql/MySql/help/New-AzMySqlFlexibleServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Creates a new MySQL flexible server.
2929

3030
### Example 1: Create a new MySql flexible server with arguments
3131
```powershell
32-
$password = ConvertTo-SecureString -String "1234" -Force -AsPlainText
32+
$password = ConvertTo-SecureString -String <YourPassword> -Force -AsPlainText
3333
New-AzMySqlFlexibleServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -Location eastus -AdministratorUserName mysqltest -AdministratorLoginPassword $password -Sku Standard_D2ds_v4 -SkuTier Burstable -Version 12 -StorageInMb 20480 -PublicAccess none -Zone 1 -BackupRetentionDay 10 -StorageAutogrow Enabled -Iops 500 -HighAvailability ZoneRedundant
3434
```
3535

0 commit comments

Comments
 (0)