From 78698f1a6bfaf02d5ea7e6d2647ef078f88a8d0d Mon Sep 17 00:00:00 2001 From: Daniel Furnivall Date: Tue, 16 Apr 2024 18:13:50 +0100 Subject: [PATCH 1/2] fixed some files --- .../custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 | 2 +- .../MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1 | 2 +- src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md | 2 +- 3 files changed, 3 insertions(+), 3 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/exports/Restore-AzMySqlFlexibleServer.ps1 b/src/MySql/MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1 index 82cdf0a033a5..bedb7141b649 100644 --- a/src/MySql/MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1 +++ b/src/MySql/MySql.Autorest/exports/Restore-AzMySqlFlexibleServer.ps1 @@ -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}, diff --git a/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md index b5ff6233174f..009af873fcc3 100644 --- a/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/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 From b20d993f8e2d6d8ea1e0d26569ca9b3fbdb62ae4 Mon Sep 17 00:00:00 2001 From: Daniel Furnivall Date: Tue, 16 Apr 2024 18:22:13 +0100 Subject: [PATCH 2/2] changelog update --- src/MySql/MySql/ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MySql/MySql/ChangeLog.md b/src/MySql/MySql/ChangeLog.md index 267eed5f3801..b5c0f2b8034d 100644 --- a/src/MySql/MySql/ChangeLog.md +++ b/src/MySql/MySql/ChangeLog.md @@ -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