Skip to content

Commit

Permalink
fixed in generation branch (Azure#24668)
Browse files Browse the repository at this point in the history
  • Loading branch information
furnivall authored and qinzhouxu committed Jun 5, 2024
1 parent 4c3aa85 commit 1458a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1458a4e

Please sign in to comment.