Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Restore-AzMySqlFlexibleServer_PointInTimeRestore {
[System.String]
${Zone},

[Parameter(HelpMessage = 'The id of an existing Subnet the private access server will created to. Please note that the subnet will be delegated to Microsoft.DBforPostgreSQL/flexibleServers. After delegation, this subnet cannot be used for any other type of Azure resources.')]
[Parameter(HelpMessage = 'The id of an existing Subnet the private access server will created to. Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers. After delegation, this subnet cannot be used for any other type of Azure resources.')]
[System.String]
${Subnet},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ param(
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
[System.String]
# The id of an existing Subnet the private access server will created to.
# Please note that the subnet will be delegated to Microsoft.DBforPostgreSQL/flexibleServers.
# Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers.
# After delegation, this subnet cannot be used for any other type of Azure resources.
${Subnet},

Expand Down
3 changes: 3 additions & 0 deletions src/MySql/MySql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed doc of MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1
* Fixed doc of MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1
* Fixed doc of MySql/help/Restore-AzMySqlFlexibleServer.md

## Version 1.1.1
* Fixed iops and high availability parameters issue
Expand Down
2 changes: 1 addition & 1 deletion src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Accept wildcard characters: False

### -Subnet
The id of an existing Subnet the private access server will created to.
Please note that the subnet will be delegated to Microsoft.DBforPostgreSQL/flexibleServers.
Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers.
After delegation, this subnet cannot be used for any other type of Azure resources.

```yaml
Expand Down