From 1458a4e94f975e3e97ae9bfea1492241a0451038 Mon Sep 17 00:00:00 2001 From: Danny Furnivall Date: Sun, 21 Apr 2024 09:53:16 +0100 Subject: [PATCH] fixed in generation branch (#24668) --- .../custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 | 2 +- src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 index ef9f6995f7c1..6c0f334d4673 100644 --- a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 +++ b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 @@ -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}, diff --git a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md index b5ff6233174f..009af873fcc3 100644 --- a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md @@ -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