Skip to content

Commit e5ce6e2

Browse files
authored
fixed in generation branch (#24668)
1 parent e42b628 commit e5ce6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Restore-AzMySqlFlexibleServer_PointInTimeRestore {
5050
[System.String]
5151
${Zone},
5252

53-
[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.')]
53+
[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.')]
5454
[System.String]
5555
${Subnet},
5656

src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
181181
### -Subnet
182182
The id of an existing Subnet the private access server will created to.
183-
Please note that the subnet will be delegated to Microsoft.DBforPostgreSQL/flexibleServers.
183+
Please note that the subnet will be delegated to Microsoft.DBforMySQL/flexibleServers.
184184
After delegation, this subnet cannot be used for any other type of Azure resources.
185185
186186
```yaml

0 commit comments

Comments
 (0)