Skip to content
Merged
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 @@ -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