diff --git a/src/MySql/MySql.Autorest/Properties/AssemblyInfo.cs b/src/MySql/MySql.Autorest/Properties/AssemblyInfo.cs index 0ac76dae0b53..0ffc93b9da59 100644 --- a/src/MySql/MySql.Autorest/Properties/AssemblyInfo.cs +++ b/src/MySql/MySql.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,11 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - MySql")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.4.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.5.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.5.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] + + + + diff --git a/src/MySql/MySql.Autorest/README.md b/src/MySql/MySql.Autorest/README.md index d49d6b93b107..242f22a14dea 100644 --- a/src/MySql/MySql.Autorest/README.md +++ b/src/MySql/MySql.Autorest/README.md @@ -48,94 +48,62 @@ commit: 7af6056c5682b12ccfc2bb358b290158e9fce917 require: - $(this-folder)/../../readme.azure.noprofile.md input-file: - - $(repo)/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2017-12-01/mysql.json - - $(repo)/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2017-12-01/ServerSecurityAlertPolicies.json - $(repo)/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json - https://github.com/Azure/azure-rest-api-specs/blob/2d973fccf9f28681a481e9760fa12b2334216e21/specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/stable/2023-12-30/AdvancedThreatProtectionSettings.json +# commit: 8dbe725fc8ce4873c0848071151de4bdf7bc0af8 +# tag: package-flexibleserver-2023-12-30 +# require: +# - $(this-folder)/../../readme.azure.noprofile.md +# - $(repo)/specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/readme.md module-version: 0.1.0 title: MySQL subject-prefix: 'MySQL' -# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option -use-extension: - "@autorest/powershell": "3.x" - directive: - from: swagger-document where: $.paths..operationId transform: return $.replace(/^CheckNameAvailability_Execute$/g, "NameAvailability_Test") - - from: Microsoft.DBforMySQL/stable/2017-12-01/mysql.json - where: $.definitions.VirtualNetworkRule - transform: $['required'] = ['properties'] - - from: Microsoft.DBforMySQL/stable/2017-12-01/mysql.json - where: $.paths..operationId - transform: return $.replace(/^ServerParameters_ListUpdateConfigurations$/g, "ServerConfigurationsList_Update") - - from: Microsoft.DBforMySQL/stable/2021-05-01/mysql.json + - from: swagger-document where: $.paths..operationId transform: return $.replace(/^(Servers|ServerKeys)_/g, "flexible$1_") - - from: Microsoft.DBforMySQL/stable/2021-05-01/mysql.json + - from: swagger-document where: $.paths..operationId - transform: return $.replace(/^(Replicas|FirewallRules|Databases|Configurations|NameAvailability|LocationBasedCapabilities)_/g, "flexibleServer$1_") - - from: Microsoft.DBforMySQL/stable/2021-05-01/mysql.json + transform: return $.replace(/^(AzureADAdministrators|Configurations|Databases|FirewallRules|AdvancedThreatProtectionSettings|Replicas|LocationBasedCapabilities)_/g, "flexibleServer$1_") + - from: swagger-document where: $.paths..operationId transform: return $.replace(/^CheckVirtualNetworkSubnetUsage_Execute$/g,"flexibleServerVirtualNetworkSubnetUsage_Get") - - from: Microsoft.DBforMySQL/stable/2021-05-01/mysql.json - where: + - where: verb: Restore$ subject: ^FlexibleServer$ hide: true - where: verb: Get$ - subject: ^FlexibleServerVirtualNetworkSubnetUsage$|^FlexibleServerLocationBasedCapability$|^RecoverableServer$|^ServerBasedPerformanceTier$|^Backup$ - hide: true - - where: - verb: Test$ - subject: ^FlexibleServerNameAvailability$ + subject: ^FlexibleServerVirtualNetworkSubnetUsage$|^FlexibleServerLocationBasedCapability$|^Backup$ hide: true - where: - verb: Set - subject: ^Configuration$|^FirewallRule$|^VirtualNetworkRule$|^flexibleServerDatabase$|^flexibleServerFirewallRule$|^flexibleServer$ - set: - verb: Update - - where: - subject: ^Database$|^LocationBasedPerformanceTier$|^LogFile$|SecurityAlertPolicy$|Administrator$|NameAvailability$|^FlexibleServerKey$|^FlexibleServerVirtualNetworkSubnetUsage$ + verb: Test + subject: ^NameAvailability$ hide: true + - where: verb: New$|Update$ - subject: ^Server$|^Configuration$|^FirewallRule$|^FlexibleServer$|^FlexibleServerFirewallRule$ + subject: ^FlexibleServer$|^FlexibleServerFirewallRule$ hide: true - where: verb: Update$ subject: ^FlexibleServerConfiguration$|^flexibleServerDatabase$ hide: true - where: - verb: New$ - variant: ^Create$|^CreateViaIdentity - subject: ^Server$|^Configuration$|^FirewallRule$|^Database$|^LocationBasedPerformanceTier$|^LogFile$|SecurityAlertPolicy$|Administrator$|NameAvailability$|^VirtualNetworkRule$ - hide: true + variant: ^(Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString)) + remove: true - where: - verb: New$|Update$ - variant: ^(?!.*?Expanded) - hide: true + verb: Set + remove: true - where: verb: Invoke$ subject: ^BatchFlexibleServerConfigurationUpdate$|^ExecuteGetPrivateDnsZoneSuffix$ hide: true - - where: - parameter-name: VirtualNetworkSubnetId - subject: VirtualNetworkRule - set: - parameter-name: SubnetId - - - where: - verb: Set - subject: AdvancedThreatProtectionSettingPut - hide: true - - where: - subject: ^AdvancedThreatProtectionSetting$ - set: - subject: FlexibleServerAdvancedThreatProtectionSetting - where: verb: Get subject: FlexibleServerAdvancedThreatProtectionSetting @@ -150,19 +118,6 @@ directive: - where: model-name: Server - set: - format-table: - properties: - - Name - - Location - - AdministratorLogin - - Version - - StorageSizeGb - - SkuName - - SkuTier - - SslEnforcement - - where: - model-name: ServerAutoGenerated set: format-table: properties: @@ -175,16 +130,6 @@ directive: - StorageSizeGb - where: model-name: Configuration - set: - format-table: - properties: - - Name - - Value - - AllowedValue - - Source - - DefaultValue - - where: - model-name: ConfigurationAutoGenerated set: format-table: properties: @@ -201,14 +146,6 @@ directive: - Name - StartIPAddress - EndIPAddress - - where: - model-name: FirewallRuleAutoGenerated - set: - format-table: - properties: - - Name - - StartIPAddress - - EndIPAddress - where: model-name: Database set: @@ -218,15 +155,6 @@ directive: - Charset - Collation - Id - - where: - model-name: DatabaseAutogenerated - set: - format-table: - properties: - - Name - - Charset - - Collation - - Id - where: subject: ^FlexibleServer$ parameter-name: ServerName @@ -251,23 +179,11 @@ directive: set: parameter-name: Name alias: ConfigurationName - - where: - subject: ^CapabilityProperty$ - parameter-name: LocationName - set: - parameter-name: Location - alias: LocationName - where: parameter-name: StorageProfileBackupRetentionDay subject: Server set: parameter-description: Backup retention days for the server. Day count is between 7 and 35. - - from: source-file-csharp - where: $ - transform: $ = $.replace(/OperationOrigin System/, 'OperationOrigin System1'); - - from: source-file-csharp - where: $ - transform: $ = $.replace('internal Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPropertiesForCreate Property', 'public Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPropertiesForCreate Property'); - from: source-file-csharp where: $ transform: $ = $.replace('public int StorageProfileBackupRetentionDay', '[System.Management.Automation.ValidateRangeAttribute(7,35)]\n public int StorageProfileBackupRetentionDay'); diff --git a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/flexibleServers.json b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/flexibleServers.json index 9b3645ffa143..a9be87095f06 100644 --- a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/flexibleServers.json +++ b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/flexibleServers.json @@ -81,44 +81,6 @@ } ] }, - { - "name": "Restart-AzMySqlFlexibleServer", - "description": "Restarts a server.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/restart", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/restart-azmysqlflexibleserver" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Restarts a server.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.serverName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, { "name": "Start-AzMySqlFlexibleServer", "description": "Starts a server.", diff --git a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-configurations.json b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-configurations.json deleted file mode 100644 index d9d68bef022f..000000000000 --- a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-configurations.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "resourceType": "servers/configurations", - "apiVersion": "2017-12-01", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql" - }, - "commands": [ - { - "name": "Get-AzMySqlConfiguration", - "description": "Gets information about a configuration of server.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlconfiguration" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "-ServerName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Gets information about a configuration of server.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.configurationName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-ServerName", - "value": "[Path.serverName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-firewallRules.json b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-firewallRules.json deleted file mode 100644 index 908d8767b996..000000000000 --- a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-firewallRules.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "resourceType": "servers/firewallRules", - "apiVersion": "2017-12-01", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql" - }, - "commands": [ - { - "name": "Get-AzMySqlFirewallRule", - "description": "Gets information about a server firewall rule.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlfirewallrule" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "-ServerName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Gets information about a server firewall rule.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.firewallRuleName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-ServerName", - "value": "[Path.serverName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Remove-AzMySqlFirewallRule", - "description": "Deletes a server firewall rule.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlfirewallrule" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "-ServerName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Deletes a server firewall rule.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.firewallRuleName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-ServerName", - "value": "[Path.serverName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-virtualNetworkRules.json b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-virtualNetworkRules.json deleted file mode 100644 index 5db97e442199..000000000000 --- a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers-virtualNetworkRules.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "resourceType": "servers/virtualNetworkRules", - "apiVersion": "2017-12-01", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql" - }, - "commands": [ - { - "name": "Get-AzMySqlVirtualNetworkRule", - "description": "Gets a virtual network rule.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlvirtualnetworkrule" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "-ServerName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Gets a virtual network rule.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.virtualNetworkRuleName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-ServerName", - "value": "[Path.serverName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Remove-AzMySqlVirtualNetworkRule", - "description": "Deletes the virtual network rule with the given name.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlvirtualnetworkrule" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "-ServerName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Deletes the virtual network rule with the given name.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.virtualNetworkRuleName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-ServerName", - "value": "[Path.serverName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers.json b/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers.json deleted file mode 100644 index b4c5acb6fb4e..000000000000 --- a/src/MySql/MySql.Autorest/UX/Microsoft.DBforMySQL/servers.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "resourceType": "servers", - "apiVersion": "2017-12-01", - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql" - }, - "commands": [ - { - "name": "Get-AzMySqlServer", - "description": "Gets information about a server.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlserver" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Gets information about a server.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.serverName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Remove-AzMySqlServer", - "description": "Deletes a server.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlserver" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Deletes a server.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.serverName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Restart-AzMySqlServer", - "description": "Restarts a server.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/restart", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.mysql/restart-azmysqlserver" - }, - "parameterSets": [ - { - "parameters": [ - "-Name ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Restarts a server.", - "parameters": [ - { - "name": "-Name", - "value": "[Path.serverName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - } - ] -} diff --git a/src/MySql/MySql.Autorest/custom/FlexibleServer.cs b/src/MySql/MySql.Autorest/custom/FlexibleServer.cs index dfc55ea44335..e5bfe635269e 100644 --- a/src/MySql/MySql.Autorest/custom/FlexibleServer.cs +++ b/src/MySql/MySql.Autorest/custom/FlexibleServer.cs @@ -1,10 +1,10 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501 +namespace Microsoft.Azure.PowerShell.Cmdlets.MySql.Models { using static Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Extensions; using System.Security; /// Represents a server. - public partial class ServerAutoGenerated + public partial class Server { private SecureString _SecuredPassword; // The user password in secure string. Convert the secure string into plain text if necessary. diff --git a/src/MySql/MySql.Autorest/custom/Get-AzMySqlConnectionString.ps1 b/src/MySql/MySql.Autorest/custom/Get-AzMySqlConnectionString.ps1 deleted file mode 100644 index e80fa8d64e53..000000000000 --- a/src/MySql/MySql.Autorest/custom/Get-AzMySqlConnectionString.ps1 +++ /dev/null @@ -1,139 +0,0 @@ -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function Get-AzMySqlConnectionString { - [OutputType([System.String])] - [CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Get the connection string according to client connection provider.')] - param( - [Parameter(ParameterSetName='Get', Mandatory, HelpMessage = 'The name of the server.')] - [Alias('ServerName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Name}, - - [Parameter(ParameterSetName='Get', Mandatory, HelpMessage = 'The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(ParameterSetName='Get', HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline, HelpMessage = 'The server for the connection string.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer] - ${InputObject}, - - [Parameter(Mandatory, HelpMessage = 'Client connection provider.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Validateset('ADO.NET', 'JDBC', 'Node.js', 'PHP', 'Python', 'Ruby', 'WebApp')] - [System.String] - ${Client}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - function GetConnectionStringSslPart { - param( - [Parameter()] - [string] - ${Client}, - [Parameter()] - [string] - ${SslEnforcement} - ) - $SslEnforcementTemplateMap = @{ - 'ADO.NET' = 'SslMode=Preferred;' - 'JDBC' = '?useSSL=true' - 'Node.js' = ', ssl:{ca:fs.readFileSync({ca-cert filename})}' - 'PHP' = 'mysqli_ssl_set($con, NULL, NULL, {ca-cert filename}, NULL, NULL);' - 'Python' = ', ssl_ca={ca-cert filename}, ssl_verify_cert=true' - 'Ruby' = ', sslca:{ca-cert filename}, sslverify:false, sslcipher:"AES256-SHA"' - 'WebApp' = '' - } - if ($SslEnforcement -eq 'Enabled') { - return $SslEnforcementTemplateMap[$Client] - } - return '' - } - - $clientConnection = $PSBoundParameters['Client'] - $null = $PSBoundParameters.Remove('Client') - $mySqlServer = Az.MySql\Get-AzMySqlServer @PSBoundParameters - $DBHost = $mySqlServer.FullyQualifiedDomainName - $DBPort = 3306 - $adminName = $mySqlServer.AdministratorLogin - $serverName = $mySqlServer.Name - $SslConnectionString = GetConnectionStringSslPart -Client $clientConnection -SslEnforcement $mySqlServer.SslEnforcement - $ConnectionStringMap = @{ - 'ADO.NET' = "Server=${DBHost}; Port=${DBPort}; Database={your_database}; Uid=${adminName}@${serverName}; Pwd={your_password}; $SslConnectionString" - 'JDBC' = "String url =`"jdbc:mysql://${DBHost}:${DBPort}/{your_database}$SslConnectionString`"; myDbConn = DriverManager.getConnection(url, `"${adminName}@${serverName}`", {your_password});" - 'Node.js' = "var conn = mysql.createConnection({host: `"${DBHost}`", user: `"${adminName}@${serverName}`", password: {your_password}, database: {your_database}, port: ${DBPort}$SslConnectionString});" - 'PHP' = "`$con=mysqli_init();$SslConnectionString mysqli_real_connect(`$con, `"${DBHost}`", `"${adminName}@${serverName}`", {your_password}, {your_database}, ${DBPort});" - 'Python' = "cnx = mysql.connector.connect(user=`"${adminName}@${serverName}`", password={your_password}, host=`"${DBHost}`", port=${DBPort}, database={your_database}$SslConnectionString)" - 'Ruby' = "client = Mysql2::Client.new(username: `"${adminName}@${serverName}`", password: {your_password}, database: {your_database}, host: `"${DBHost}`", port: ${DBPort}$SslConnectionString)" - 'WebApp' = "Database={your_database}; Data Source=${DBHost}; User Id=${adminName}@${serverName}; Password={your_password}" - } - return $ConnectionStringMap[$Client] - } -} - diff --git a/src/MySql/MySql.Autorest/custom/Get-AzMySqlFlexibleServerLocationBasedCapability.ps1 b/src/MySql/MySql.Autorest/custom/Get-AzMySqlFlexibleServerLocationBasedCapability.ps1 index 238ad263b287..c664fcfb92a6 100644 --- a/src/MySql/MySql.Autorest/custom/Get-AzMySqlFlexibleServerLocationBasedCapability.ps1 +++ b/src/MySql/MySql.Autorest/custom/Get-AzMySqlFlexibleServerLocationBasedCapability.ps1 @@ -20,7 +20,7 @@ Get the available SKU information for the location #> function Get-AzMySqlFlexibleServerLocationBasedCapability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ICapabilityProperties])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlFirewallRule.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlFirewallRule.ps1 deleted file mode 100644 index 2cf05c6706f7..000000000000 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlFirewallRule.ps1 +++ /dev/null @@ -1,180 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Creates a new firewall rule or updates an existing firewall rule. -.Description -Creates a new firewall rule or updates an existing firewall rule. -#> -function New-AzMySqlFirewallRule { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule])] -[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter()] - [Alias('FirewallRuleName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server firewall rule. - # If not specified, the default is undefined. - # If AllowAll is present, the default name is AllowAll_yyyy-MM-dd_HH-mm-ss. - ${Name}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server. - ${ServerName}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # The end IP address of the server firewall rule. - # Must be IPv4 format. - ${EndIPAddress}, - - [Parameter(ParameterSetName='CreateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # The start IP address of the server firewall rule. - # Must be IPv4 format. - ${StartIPAddress}, - - [Parameter(ParameterSetName='ClientIPAddress', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # Client specified single IP of the server firewall rule. - # Must be IPv4 format. - ${ClientIPAddress}, - - [Parameter(ParameterSetName='AllowAll', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Management.Automation.SwitchParameter] - # Present to allow all range IPs, from 0.0.0.0 to 255.255.255.255. - ${AllowAll}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} -) - -process { - try { - if($PSBoundParameters.ContainsKey('AllowAll')) - { - if(!$PSBoundParameters.ContainsKey('Name')) - { - $PSBoundParameters['Name'] = Get-Date -Format "AllowAll_yyyy-MM-dd_HH-mm-ss" - } - $PSBoundParameters['StartIPAddress'] = "0.0.0.0" - $PSBoundParameters['EndIPAddress'] = "255.255.255.255" - - $null = $PSBoundParameters.Remove('AllowAll') - } - elseif($PSBoundParameters.ContainsKey('ClientIPAddress')) - { - $PSBoundParameters['StartIPAddress'] = $PSBoundParameters['ClientIPAddress'] - $PSBoundParameters['EndIPAddress'] = $PSBoundParameters['ClientIPAddress'] - - if(!$PSBoundParameters.ContainsKey('Name')) - { - $PSBoundParameters['Name'] = "ClientIPAddress_" + (Get-Date -Format "yyyy-MM-dd_HH-mm-ss") - } - - $null = $PSBoundParameters.Remove('ClientIPAddress') - } - else - { - if(!$PSBoundParameters.ContainsKey('Name')) - { - $PSBoundParameters['Name'] = "undefined" - } - } - - Az.MySql.internal\New-AzMySqlFirewallRule @PSBoundParameters - } catch { - throw - } -} -} diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServer.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServer.ps1 index f0f6dd8c5e12..cff8b030c8da 100644 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServer.ps1 +++ b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServer.ps1 @@ -27,7 +27,7 @@ $DEFAULT_SUBNET_PREFIX = '10.0.0.0/24' $AZURE_ARMNAME = '^[^<>%&:\\?/]{1,260}$' function New-AzMySqlFlexibleServer { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Creates a new MySQL flexible server.')] param( @@ -91,10 +91,10 @@ param( ${StorageInMb}, [Parameter(HelpMessage='Enable or disable Storage Auto Grow. The default value is Disabled')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow])] + [Validateset('Enabled', 'Disabled')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow] + [System.String] ${StorageAutogrow}, [Parameter(HelpMessage = "Number of IOPS to be allocated for this server. You will get certain amount of free IOPS based on compute and storage provisioned. The default value for IOPS is free IOPS.")] @@ -104,14 +104,14 @@ param( [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ITrackedResourceTags]))] [System.Collections.Hashtable] ${Tag}, [Parameter(HelpMessage = 'Server version.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion])] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion] + [System.String] ${Version}, [Parameter(HelpMessage = 'The subnet IP address prefix to use when creating a new vnet in CIDR format. Default value is 10.0.0.0/24.')] @@ -223,7 +223,7 @@ process { $Msg = "Creating Resource Group {0}..." -f $PSBoundParameters.ResourceGroupName Write-Host $Msg if($PSCmdlet.ShouldProcess($PSBoundParameters.ResourceGroupName)) { - $null = New-AzResourceGroup -Name $PSBoundParameters.ResourceGroupName -Location $PSBoundParameters.Location -Force + $null = New-AzResourceGroup -Name $PSBoundParameters.ResourceGroupName -Location $PSBoundParameters.Location } } else { @@ -240,7 +240,7 @@ process { $Msg = "Creating Resource Group {0}..." -f $PSBoundParameters.ResourceGroupName Write-Host $Msg if($PSCmdlet.ShouldProcess($PSBoundParameters.ResourceGroupName)) { - $null = New-AzResourceGroup -Name $PSBoundParameters.ResourceGroupName -Location $PSBoundParameters.Location -Force + $null = New-AzResourceGroup -Name $PSBoundParameters.ResourceGroupName -Location $PSBoundParameters.Location } } @@ -267,18 +267,16 @@ process { } if ($PSBoundParameters.ContainsKey('StorageInMb')) { - $PSBoundParameters.StorageSizeGb = [Math]::floor($PSBoundParameters['StorageInMb'] / 1024) + $PSBoundParameters.StorageSizeGb = [int]([Math]::floor($PSBoundParameters['StorageInMb'] / 1024)) $null = $PSBoundParameters.Remove('StorageInMb') } else { $PSBoundParameters.StorageSizeGb = 32 } - if ($PSBoundParameters.ContainsKey('StorageAutogrow') -And $PSBoundParameters['StorageAutogrow'] -eq 'Enabled') { - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Enabled - } - else { - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Disabled + if ($PSBoundParameters.ContainsKey('StorageAutogrow')){ + $PSBoundParameters.StorageAutoGrow = $PSBoundParameters['StorageAutogrow'] + $null = $PSBoundParameters.Remove('StorageAutogrow') } if ($PSBoundParameters.ContainsKey('Iops')) { @@ -288,24 +286,24 @@ process { if ($PSBoundParameters.ContainsKey('HighAvailability')){ if($PSBoundParameters['HighAvailability'].ToLower() -eq 'disabled'){ - $PSBoundParameters["HighAvailabilityMode"] = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::Disabled + $PSBoundParameters["HighAvailabilityMode"] = 'Disabled' } elseif($PSBoundParameters['HighAvailability'].ToLower() -eq 'zoneredundant') { if ($PSBoundParameters.SkuTier -eq 'Burstable') { throw "Zone redundant high availability cannot be enabled for Burstable tier." } - $PSBoundParameters["HighAvailabilityMode"] = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::ZoneRedundant - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Enabled + $PSBoundParameters["HighAvailabilityMode"] = 'ZoneRedundant' + $PSBoundParameters.StorageAutoGrow = 'Enabled' } elseif($PSBoundParameters['HighAvailability'].ToLower() -eq 'samezone') { - $PSBoundParameters.HighAvailabilityMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::SameZone - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Enabled + $PSBoundParameters.HighAvailabilityMode = 'SameZone' + $PSBoundParameters.StorageAutoGrow = 'Enabled' } $null = $PSBoundParameters.Remove('HighAvailability') } if (!$PSBoundParameters.ContainsKey('Version')) { - $PSBoundParameters.Version = '5.7' + $PSBoundParameters.Version = '8.0.21' } if ($PSBoundParameters.ContainsKey('AdministratorUserName')) { @@ -316,7 +314,7 @@ process { $PSBoundParameters.AdministratorLogin = Get-RandomName } - $PSBoundParameters.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::Default + $PSBoundParameters.CreateMode = 'Default' # Handling Vnet & Subnet $NetworkKeys = 'PublicAccess', 'Subnet', 'Vnet', 'SubnetPrefix', 'VnetPrefix', 'PrivateDnsZone' @@ -377,12 +375,9 @@ process { $Server = Az.MySql.internal\New-AzMySqlFlexibleServer @PSBoundParameters # # Create Database - $DatabaseParameter = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.Database]::new() - $DatabaseParameter.Charset = "utf8" - $DatabaseParameter.Collation = "utf8_general_ci" $Msg = 'Creating database {0}...' -f $DEFAULT_DB_NAME Write-Host $Msg - $null = New-AzMySqlFlexibleServerDatabase -Name $DEFAULT_DB_NAME -ResourceGroupName $PSBoundParameters.ResourceGroupName -ServerName $PSBoundParameters.Name -Parameter $DatabaseParameter + $null = New-AzMySqlFlexibleServerDatabase -Name $DEFAULT_DB_NAME -ResourceGroupName $PSBoundParameters.ResourceGroupName -ServerName $PSBoundParameters.Name -Charset "utf8" -Collation "utf8_general_ci" # Create Firewallrules if (![string]::IsNullOrEmpty($RuleName)) { diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerFirewallRule.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerFirewallRule.ps1 index 67286a45cbae..42df6801d97b 100644 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerFirewallRule.ps1 +++ b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerFirewallRule.ps1 @@ -21,7 +21,7 @@ Creates a new firewall rule for MySQL flexible server #> function New-AzMySqlFlexibleServerFirewallRule { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter()] diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerReplica.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerReplica.ps1 index a1d5a5d76c71..016f4f3d4b41 100644 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerReplica.ps1 +++ b/src/MySql/MySql.Autorest/custom/New-AzMySqlFlexibleServerReplica.ps1 @@ -21,7 +21,7 @@ Creates a replica server for a MySQL flexible server #> function New-AzMySqlFlexibleServerReplica { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Creates a new replica from an existing database.')] param( @@ -45,7 +45,7 @@ param( [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to create replica from.')] [Alias('InputObject')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer] ${Master}, [Parameter(HelpMessage = 'Availability zone into which to provision the replica resource.')] @@ -112,7 +112,7 @@ param( process { try { - $PSBoundParameters.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::Replica + $PSBoundParameters.CreateMode = 'Replica' $server = $PSBoundParameters['Master'] $PSBoundParameters.SourceServerResourceId = $server.Id diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlReplica.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlReplica.ps1 deleted file mode 100644 index a6551e95d5f3..000000000000 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlReplica.ps1 +++ /dev/null @@ -1,146 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function New-AzMySqlReplica { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Creates a new replica from an existing database.')] - param( - [Parameter(Mandatory, HelpMessage = 'The name of the server.')] - [Alias('ReplicaServerName', 'Name')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Replica}, - - [Parameter(Mandatory, HelpMessage = 'The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to create replica from.')] - [Alias('InputObject')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer] - ${Master}, - - [Parameter(HelpMessage = 'The location the resource resides in.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Location}, - - [Parameter(HelpMessage = 'The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Sku}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(HelpMessage = 'Run the command as a job.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${AsJob}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(HelpMessage = 'Run the command asynchronously.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerForCreate]::new() - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForReplica]::new() - $Parameter.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::Replica - - $server = $PSBoundParameters['Master'] - $Parameter.Property.SourceServerId = $server.Id - $Parameter.Location = $server.Location - $null = $PSBoundParameters.Remove('Master') - - if ($PSBoundParameters.ContainsKey('Location')) { - $Parameter.Location = $PSBoundParameters['Location'] - $null = $PSBoundParameters.Remove('Location') - } - - if ($PSBoundParameters.ContainsKey('Sku')) { - $Parameter.SkuName = $PSBoundParameters['Sku'] - $null = $PSBoundParameters.Remove('Sku') - } - - if ($PSBoundParameters.ContainsKey('Replica')) - { - $PSBoundParameters['Name'] = $PSBoundParameters['Replica'] - $null = $PSBoundParameters.Remove('Replica') - } - - $PSBoundParameters.Add('Parameter', $Parameter) - - Az.MySql.internal\New-AzMySqlServer @PSBoundParameters - } catch { - throw - } - } -} - - diff --git a/src/MySql/MySql.Autorest/custom/New-AzMySqlServer.ps1 b/src/MySql/MySql.Autorest/custom/New-AzMySqlServer.ps1 deleted file mode 100644 index a2dffc3a3582..000000000000 --- a/src/MySql/MySql.Autorest/custom/New-AzMySqlServer.ps1 +++ /dev/null @@ -1,238 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function New-AzMySqlServer { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer])] - [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Creates a new server.')] - param( - [Parameter(Mandatory, HelpMessage = 'The name of the server.')] - [Alias('ServerName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Name}, - - [Parameter(Mandatory, HelpMessage = 'The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(Mandatory, HelpMessage = 'The location the resource resides in.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Location}, - - [Parameter(Mandatory, HelpMessage = 'Administrator username for the server. Once set, it cannot be changed.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${AdministratorUserName}, - - [Parameter(Mandatory, HelpMessage = 'The password of the administrator. Minimum 8 characters and maximum 128 characters. Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Security.SecureString] - [ValidateNotNullOrEmpty()] - ${AdministratorLoginPassword}, - - [Parameter(Mandatory, HelpMessage = 'The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Sku}, - - [Parameter(HelpMessage = 'Enable ssl enforcement or not when connect to server.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum] - ${SslEnforcement}, - - [Parameter(HelpMessage = 'Set the minimal TLS version for connections to server when SSL is enabled. Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum] - # Enforce a minimal Tls version for the server. - ${MinimalTlsVersion}, - - [Parameter(HelpMessage = "Backup retention days for the server. Day count is between 7 and 35.")] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Int32] - ${BackupRetentionDay}, - - [Parameter(HelpMessage = 'Enable Geo-redundant or not for server backup.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup] - ${GeoRedundantBackup}, - - [Parameter(HelpMessage = 'Enable Storage Auto Grow.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow])] - [Validateset('Enabled', 'Disabled')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow] - ${StorageAutogrow}, - - [Parameter(HelpMessage = 'Max storage allowed for a server.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Int32] - ${StorageInMb}, - - [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))] - [System.Collections.Hashtable] - ${Tag}, - - [Parameter(HelpMessage = 'Server version.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion] - ${Version}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(HelpMessage = 'Run the command as a job.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${AsJob}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(HelpMessage = 'Run the command asynchronously.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerForCreate]::new() - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForDefaultCreate]::new() - - if ($PSBoundParameters.ContainsKey('Location')) { - $Parameter.Location = $PSBoundParameters['Location'] - $null = $PSBoundParameters.Remove('Location') - } - - if ($PSBoundParameters.ContainsKey('Sku')) { - $Parameter.SkuName = $PSBoundParameters['Sku'] - $null = $PSBoundParameters.Remove('Sku') - } - - if ($PSBoundParameters.ContainsKey('SslEnforcement')) { - $Parameter.SslEnforcement = $PSBoundParameters['SslEnforcement'] - $null = $PSBoundParameters.Remove('SslEnforcement') - } - else - { - $Parameter.SslEnforcement = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum]::Enable - } - - if ($PSBoundParameters.ContainsKey('MinimalTlsVersion')) { - $Parameter.MinimalTlsVersion = $PSBoundParameters['MinimalTlsVersion'] - $null = $PSBoundParameters.Remove('MinimalTlsVersion') - } - - if ($PSBoundParameters.ContainsKey('BackupRetentionDay')) { - $Parameter.StorageProfileBackupRetentionDay = $PSBoundParameters['BackupRetentionDay'] - $null = $PSBoundParameters.Remove('BackupRetentionDay') - } - - if ($PSBoundParameters.ContainsKey('GeoRedundantBackup')) { - $Parameter.StorageProfileGeoRedundantBackup = $PSBoundParameters['GeoRedundantBackup'] - $null = $PSBoundParameters.Remove('GeoRedundantBackup') - } - - if ($PSBoundParameters.ContainsKey('StorageAutogrow')) { - $Parameter.StorageProfileStorageAutogrow = $PSBoundParameters['StorageAutogrow'] - $null = $PSBoundParameters.Remove('StorageAutogrow') - } - - if ($PSBoundParameters.ContainsKey('StorageInMb')) { - $Parameter.StorageProfileStorageMb = $PSBoundParameters['StorageInMb'] - $null = $PSBoundParameters.Remove('StorageInMb') - } - - if ($PSBoundParameters.ContainsKey('Tag')) { - $Parameter.Tag = $PSBoundParameters['Tag'] - $null = $PSBoundParameters.Remove('Tag') - } - - if ($PSBoundParameters.ContainsKey('Version')) { - $Parameter.Version = $PSBoundParameters['Version'] - $null = $PSBoundParameters.Remove('Version') - } - - $Parameter.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::Default - - $Parameter.Property.AdministratorLogin = $PSBoundParameters['AdministratorUserName'] - $null = $PSBoundParameters.Remove('AdministratorUserName') - - $Parameter.Property.AdministratorLoginPassword = $PSBoundParameters['AdministratorLoginPassword'] - $null = $PSBoundParameters.Remove('AdministratorLoginPassword') - - $PSBoundParameters.Add('Parameter', $Parameter) - Az.MySql.internal\New-AzMySqlServer @PSBoundParameters - } catch { - throw - } - } -} - - diff --git a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_GeoRestore.ps1 b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_GeoRestore.ps1 index 00fd3f156d82..fc3836a1fd35 100644 --- a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_GeoRestore.ps1 +++ b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_GeoRestore.ps1 @@ -13,7 +13,7 @@ # ---------------------------------------------------------------------------------- $DELEGATION_SERVICE_NAME = "Microsoft.DBforMySQL/flexibleServers" function Restore-AzMySqlFlexibleServer_GeoRestore { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer])] [CmdletBinding(PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Restore a server from an existing backup using GeoRestore')] param( @@ -36,7 +36,7 @@ function Restore-AzMySqlFlexibleServer_GeoRestore { [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to restore from.')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer] ${InputObject}, [Parameter(Mandatory, HelpMessage = 'The location to restore the server to.')] @@ -51,7 +51,7 @@ function Restore-AzMySqlFlexibleServer_GeoRestore { [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ITrackedResourceTags]))] [System.Collections.Hashtable] ${Tag}, @@ -114,7 +114,7 @@ function Restore-AzMySqlFlexibleServer_GeoRestore { process { try { - $PSBoundParameters.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::GeoRestore + $PSBoundParameters.CreateMode = 'GeoRestore' $null = $PSBoundParameters.Remove('UseGeoRestore') $server = $PSBoundParameters['InputObject'] diff --git a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 index 6c0f334d4673..a2ad60eb8217 100644 --- a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 +++ b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlFlexibleServer_PointInTimeRestore.ps1 @@ -14,7 +14,7 @@ # ---------------------------------------------------------------------------------- $DELEGATION_SERVICE_NAME = "Microsoft.DBforMySQL/flexibleServers" function Restore-AzMySqlFlexibleServer_PointInTimeRestore { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Restore a server from an existing backup')] param( @@ -42,7 +42,7 @@ function Restore-AzMySqlFlexibleServer_PointInTimeRestore { [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to restore from.')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer] ${InputObject}, [Parameter(HelpMessage = 'Availability zone into which to provision the resource.')] @@ -118,7 +118,7 @@ function Restore-AzMySqlFlexibleServer_PointInTimeRestore { process { try { - $PSBoundParameters.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::PointInTimeRestore + $PSBoundParameters.CreateMode = 'PointInTimeRestore' $server = $PSBoundParameters['InputObject'] $PSBoundParameters.SourceServerResourceId = $server.Id diff --git a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_GeoRestore.ps1 b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_GeoRestore.ps1 deleted file mode 100644 index 4cd42761d993..000000000000 --- a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_GeoRestore.ps1 +++ /dev/null @@ -1,155 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function Restore-AzMySqlServer_GeoRestore { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer])] - [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Restore a server from an existing backup')] - param( - [Parameter(Mandatory, HelpMessage = 'The name of the server.')] - [Alias('ServerName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Name}, - - [Parameter(Mandatory, HelpMessage = 'The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to restore from.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer] - ${InputObject}, - - [Parameter(HelpMessage = 'The location the resource resides in.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Location}, - - [Parameter(HelpMessage = 'The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Sku}, - - [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))] - [System.Collections.Hashtable] - ${Tag}, - - [Parameter(Mandatory, HelpMessage = 'Use Geo mode to restore')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Management.Automation.SwitchParameter] - ${UseGeoRestore}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(HelpMessage = 'Run the command as a job.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${AsJob}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(HelpMessage = 'Run the command asynchronously.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerForCreate]::new() - - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForGeoRestore]::new() - $Parameter.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::GeoRestore - $null = $PSBoundParameters.Remove('UseGeoRestore') - - $server = $PSBoundParameters['InputObject'] - $Parameter.Property.SourceServerId = $server.Id - $Parameter.Location = $server.Location - $null = $PSBoundParameters.Remove('InputObject') - - if ($PSBoundParameters.ContainsKey('Location')) { - $Parameter.Location = $PSBoundParameters['Location'] - $null = $PSBoundParameters.Remove('Location') - } - - if ($PSBoundParameters.ContainsKey('Sku')) { - $Parameter.SkuName = $PSBoundParameters['Sku'] - $null = $PSBoundParameters.Remove('Sku') - } - - if ($PSBoundParameters.ContainsKey('Tag')) { - $Parameter.Tag = $PSBoundParameters['Tag'] - $null = $PSBoundParameters.Remove('Tag') - } - - $PSBoundParameters.Add('Parameter', $Parameter) - - Az.MySql.internal\New-AzMySqlServer @PSBoundParameters - } catch { - throw - } - } -} diff --git a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_PointInTimeRestore.ps1 b/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_PointInTimeRestore.ps1 deleted file mode 100644 index a93e368d1068..000000000000 --- a/src/MySql/MySql.Autorest/custom/Restore-AzMySqlServer_PointInTimeRestore.ps1 +++ /dev/null @@ -1,164 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function Restore-AzMySqlServer_PointInTimeRestore { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer])] - [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Restore a server from an existing backup')] - param( - [Parameter(Mandatory, HelpMessage = 'The name of the server.')] - [Alias('ServerName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Name}, - - [Parameter(Mandatory, HelpMessage = 'The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(Mandatory, HelpMessage = 'The location the resource resides in.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.DateTime] - ${RestorePointInTime}, - - [Parameter(Mandatory, ValueFromPipeline, HelpMessage = 'The source server object to restore from.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer] - ${InputObject}, - - [Parameter(HelpMessage = 'The location the resource resides in.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Location}, - - [Parameter(HelpMessage = 'The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Sku}, - - [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerForCreateTags]))] - [System.Collections.Hashtable] - ${Tag}, - - [Parameter(Mandatory, HelpMessage = 'Use PointInTime mode to restore')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Management.Automation.SwitchParameter] - ${UsePointInTimeRestore}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(HelpMessage = 'Run the command as a job.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${AsJob}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(HelpMessage = 'Run the command asynchronously.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerForCreate]::new() - - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForRestore]::new() - $Parameter.Property.RestorePointInTime = $PSBoundParameters['RestorePointInTime'] - $null = $PSBoundParameters.Remove('RestorePointInTime') - $null = $PSBoundParameters.Remove('UsePointInTimeRestore') - $Parameter.CreateMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode]::PointInTimeRestore - - $server = $PSBoundParameters['InputObject'] - $Parameter.Property.SourceServerId = $server.Id - $Parameter.Location = $server.Location - $null = $PSBoundParameters.Remove('InputObject') - - if ($PSBoundParameters.ContainsKey('Location')) { - $Parameter.Location = $PSBoundParameters['Location'] - $null = $PSBoundParameters.Remove('Location') - } - - if ($PSBoundParameters.ContainsKey('Sku')) { - $Parameter.SkuName = $PSBoundParameters['Sku'] - $null = $PSBoundParameters.Remove('Sku') - } - - if ($PSBoundParameters.ContainsKey('Tag')) { - $Parameter.Tag = $PSBoundParameters['Tag'] - $null = $PSBoundParameters.Remove('Tag') - } - - $PSBoundParameters.Add('Parameter', $Parameter) - - Az.MySql.internal\New-AzMySqlServer @PSBoundParameters - } catch { - throw - } - } -} - - diff --git a/src/MySql/MySql.Autorest/custom/Test-AzMySqlFlexibleServerConnect.ps1 b/src/MySql/MySql.Autorest/custom/Test-AzMySqlFlexibleServerConnect.ps1 index 2e421ac30a0f..6afc367e2a08 100644 --- a/src/MySql/MySql.Autorest/custom/Test-AzMySqlFlexibleServerConnect.ps1 +++ b/src/MySql/MySql.Autorest/custom/Test-AzMySqlFlexibleServerConnect.ps1 @@ -143,8 +143,18 @@ function Test-AzMySqlFlexibleServerConnect { $AdministratorUserName = $PSBoundParameters.AdministratorUserName $null = $PSBoundParameters.Remove('AdministratorUserName') } - - $Server = Az.MySql\Get-AzMySqlFlexibleServer @PSBoundParameters + + if ($PSBoundParameters.ContainsKey('InputObject')) { + Write-Host $PSBoundParameters + $Server = Az.MySql.private\Get-AzMySqlFlexibleServer_GetViaIdentity @PSBoundParameters + } + else { + $SubscriptionId = (Get-AzContext).Subscription.Id + $PSBoundParameters['SubscriptionId'] = $SubscriptionId + Write-Host $PSBoundParameters + $Server = Az.MySql.private\Get-AzMySqlFlexibleServer_Get @PSBoundParameters + } + # $Server = Az.MySql\Get-AzMySqlFlexibleServer @PSBoundParameters $HostAddr = $Server.FullyQualifiedDomainName if ($Server.NetworkPublicNetworkAccess -eq 'Disabled') { @@ -170,15 +180,17 @@ function Test-AzMySqlFlexibleServerConnect { if ($TimeoutValue -gt 0) { $OpenConnParams['CommandTimeout'] = $TimeoutValue } + Write-Host "Trying to connect to server $HostAddr ..." Open-MySqlConnection @OpenConnParams } catch { Write-Host $_.Exception.GetType().FullName Write-Host $_.Exception.Message - exit + throw } if (![string]::IsNullOrEmpty($Query)) { + Write-Host "Connection to $HostAddr was successful! Now executing query..." Invoke-SqlQuery -Query $Query -WarningAction 'silentlycontinue' } else { diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlConfiguration.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlConfiguration.ps1 deleted file mode 100644 index c58706844980..000000000000 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlConfiguration.ps1 +++ /dev/null @@ -1,135 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. -.Description -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. -#> -function Update-AzMySqlConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration])] -[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Alias('ConfigurationName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server configuration. - ${Name}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server. - ${ServerName}, - - [Parameter(ParameterSetName='UpdateExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity] - # Identity Parameter. - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # Source of the configuration. - ${Source}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # Value of the configuration. - ${Value}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${ProxyUseDefaultCredentials} -) - -process { - try { - Az.MySql.internal\Update-AzMySqlConfiguration @PSBoundParameters - } catch { - throw - } -} -} diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFirewallRule.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFirewallRule.ps1 deleted file mode 100644 index 367eadaabbcd..000000000000 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFirewallRule.ps1 +++ /dev/null @@ -1,162 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Creates a new firewall rule or updates an existing firewall rule. -.Description -Creates a new firewall rule or updates an existing firewall rule. -#> -function Update-AzMySqlFirewallRule { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule])] -[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Parameter(ParameterSetName='ClientIPAddress', Mandatory)] - [Alias('FirewallRuleName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server firewall rule. - ${Name}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Parameter(ParameterSetName='ClientIPAddress', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the resource group. - # The name is case insensitive. - ${ResourceGroupName}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Parameter(ParameterSetName='ClientIPAddress', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - # The name of the server. - ${ServerName}, - - [Parameter(ParameterSetName='UpdateExpanded')] - [Parameter(ParameterSetName='ClientIPAddress')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='ClientIPAddressViaIdentity', Mandatory, ValueFromPipeline)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # The end IP address of the server firewall rule. - # Must be IPv4 format. - ${EndIPAddress}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # The start IP address of the server firewall rule. - # Must be IPv4 format. - ${StartIPAddress}, - - [Parameter(ParameterSetName='ClientIPAddress', Mandatory)] - [Parameter(ParameterSetName='ClientIPAddressViaIdentity', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - # Client specified single IP of the server firewall rule. - # Must be IPv4 format. - ${ClientIPAddress}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} -) - -process { - try { - if($PSBoundParameters.ContainsKey('ClientIPAddress')) - { - $PSBoundParameters['StartIPAddress'] = $PSBoundParameters['ClientIPAddress'] - $PSBoundParameters['EndIPAddress'] = $PSBoundParameters['ClientIPAddress'] - $null = $PSBoundParameters.Remove('ClientIPAddress') - } - Az.MySql.internal\Update-AzMySqlFirewallRule @PSBoundParameters - } catch { - throw - } -} -} diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServer.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServer.ps1 index 83f5041246ae..786111ca1456 100644 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServer.ps1 +++ b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServer.ps1 @@ -21,7 +21,7 @@ Updates an existing MySQL flexible server. The request body can contain one to m #> function Update-AzMySqlFlexibleServer { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory, HelpMessage='The name of the server.')] @@ -62,12 +62,13 @@ function Update-AzMySqlFlexibleServer { ${Sku}, [Parameter(HelpMessage='The tier of the particular SKU. Accepted values: Burstable, GeneralPurpose, Memory Optimized. Default: Burstable.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier])] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleterAttribute("Burstable", "GeneralPurpose", "MemoryOptimized")] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier] + [System.String] ${SkuTier}, [Parameter(HelpMessage = 'Enable or disable high availability feature. Default value is Disabled. Default: Disabled.')] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleterAttribute("Disabled", "ZoneRedundant", "SameZone")] [Validateset('ZoneRedundant', 'SameZone', 'Disabled')] [Alias('HaEnabled')] [System.String] @@ -79,10 +80,10 @@ function Update-AzMySqlFlexibleServer { ${BackupRetentionDay}, [Parameter(HelpMessage='Enable or disable Storage Auto Grow. The default value is Disabled')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow])] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleterAttribute("Enabled", "Disabled")] [Validateset('Enabled', 'Disabled')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow] + [System.String] ${StorageAutogrow}, [Parameter(HelpMessage='Max storage allowed for a server.')] @@ -92,7 +93,7 @@ function Update-AzMySqlFlexibleServer { [Parameter(HelpMessage = 'Application-specific metadata in the form of key-value pairs.')] [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerForUpdateTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerForUpdateTags]))] [System.Collections.Hashtable] ${Tag}, @@ -160,7 +161,8 @@ function Update-AzMySqlFlexibleServer { process { try { if ($PSBoundParameters.ContainsKey('StorageInMb')) { - $PSBoundParameters.StorageSizeGb = [Math]::floor($PSBoundParameters['StorageInMb'] / 1024) + $gb = [int]([Math]::Ceiling($PSBoundParameters['StorageInMb'] / 1024)) + $PSBoundParameters['StorageSizeGb'] = $gb $null = $PSBoundParameters.Remove('StorageInMb') } @@ -170,12 +172,7 @@ function Update-AzMySqlFlexibleServer { } if ($PSBoundParameters.ContainsKey('StorageAutogrow')){ - if ($PSBoundParameters['StorageAutogrow'] -eq 'Enabled') { - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Enabled - } - else { - $PSBoundParameters.StorageAutoGrow = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow]::Disabled - } + $PSBoundParameters.StorageAutoGrow = $PSBoundParameters['StorageAutogrow'] $null = $PSBoundParameters.Remove('StorageAutogrow') } @@ -184,19 +181,6 @@ function Update-AzMySqlFlexibleServer { $null = $PSBoundParameters.Remove('Iops') } - if ($PSBoundParameters.ContainsKey('HighAvailability')){ - if($PSBoundParameters['HighAvailability'].ToLower() -eq 'disabled'){ - $PSBoundParameters.HighAvailabilityMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::Disabled - } - elseif($PSBoundParameters['HighAvailability'].ToLower() -eq 'zoneredundant') { - $PSBoundParameters.HighAvailabilityMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::ZoneRedundant - } - elseif($PSBoundParameters['HighAvailability'].ToLower() -eq 'samezone') { - $PSBoundParameters.HighAvailabilityMode = [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]::SameZone - } - $null = $PSBoundParameters.Remove('HighAvailability') - } - if ($PSBoundParameters.ContainsKey('MaintenanceWindow')) { Write-Host "If you are updating maintenance window, do NOT update other parameters together" $PSBoundParameters.MaintenanceWindowDayOfWeek = $null diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerConfiguration.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerConfiguration.ps1 index c7d52890f9b8..5278e9560c67 100644 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerConfiguration.ps1 +++ b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerConfiguration.ps1 @@ -21,7 +21,7 @@ Updates information about a configuration of a MySQL flexible server. #> function Update-AzMySqlFlexibleServerConfiguration { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerFirewallRule.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerFirewallRule.ps1 index 2aeb50ceae3f..7c3e2763dd46 100644 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerFirewallRule.ps1 +++ b/src/MySql/MySql.Autorest/custom/Update-AzMySqlFlexibleServerFirewallRule.ps1 @@ -20,7 +20,7 @@ Updates an existing firewall rule. Updates an existing firewall rule. #> function Update-AzMySqlFlexibleServerFirewallRule { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] diff --git a/src/MySql/MySql.Autorest/custom/Update-AzMySqlServer.ps1 b/src/MySql/MySql.Autorest/custom/Update-AzMySqlServer.ps1 deleted file mode 100644 index 6a23cec92978..000000000000 --- a/src/MySql/MySql.Autorest/custom/Update-AzMySqlServer.ps1 +++ /dev/null @@ -1,200 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -function Update-AzMySqlServer { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer])] - [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Description('Updates an existing server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count.')] - param( - [Parameter(ParameterSetName='UpdateExpanded', Mandatory, HelpMessage='The name of the server.')] - [Alias('ServerName')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${Name}, - - [Parameter(ParameterSetName='UpdateExpanded', Mandatory, HelpMessage='The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [System.String] - ${ResourceGroupName}, - - [Parameter(ParameterSetName='UpdateExpanded', HelpMessage='The subscription ID that identifies an Azure subscription.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - ${SubscriptionId}, - - [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline, HelpMessage='Identity Parameter. To construct, see NOTES section for INPUTOBJECT properties and create a hash table.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity] - ${InputObject}, - - [Parameter(HelpMessage='The password of the administrator login.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Security.SecureString] - ${AdministratorLoginPassword}, - - [Parameter(HelpMessage='The replication role of the server.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${ReplicationRole}, - - [Parameter(HelpMessage='The scale up/out capacity, representing server''s compute units.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Int32] - ${SkuCapacity}, - - [Parameter(HelpMessage='The family of hardware.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${SkuFamily}, - - [Parameter(HelpMessage='The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.String] - ${Sku}, - - [Parameter(HelpMessage='The tier of the particular SKU, e.g. Basic.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier] - ${SkuTier}, - - [Parameter(HelpMessage='Enable ssl enforcement or not when connect to server.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum] - ${SslEnforcement}, - - [Parameter(HelpMessage = 'Set the minimal TLS version for connections to server when SSL is enabled. Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum] - # Enforce a minimal Tls version for the server. - ${MinimalTlsVersion}, - - [Parameter(HelpMessage='Backup retention days for the server. Day count is between 7 and 35.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Int32] - ${BackupRetentionDay}, - - [Parameter(HelpMessage='Enable Storage Auto Grow.')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow])] - [Validateset('Enabled', 'Disabled')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow] - ${StorageAutogrow}, - - [Parameter(HelpMessage='Max storage allowed for a server.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [System.Int32] - ${StorageInMb}, - - [Parameter(HelpMessage='Application-specific metadata in the form of key-value pairs.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerUpdateParametersTags]))] - [System.Collections.Hashtable] - ${Tag}, - - [Parameter(HelpMessage="Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'")] - [Validateset('Enabled', 'Disabled')] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum])] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum] - ${PublicNetworkAccess}, - - [Parameter(HelpMessage = 'The credentials, account, tenant, and subscription used for communication with Azure.')] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Azure')] - [System.Management.Automation.PSObject] - ${DefaultProfile}, - - [Parameter(HelpMessage = 'Run the command as a job.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${AsJob}, - - [Parameter(DontShow, HelpMessage = 'Wait for .NET debugger to attach.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline. - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline. - ${HttpPipelinePrepend}, - - [Parameter(HelpMessage = 'Run the command asynchronously.')] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use. - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call. - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy. - ${ProxyUseDefaultCredentials} - ) - - process { - try { - if ($PSBoundParameters.ContainsKey('StorageInMb')) { - $PSBoundParameters.Add('StorageProfileStorageMb', $PSBoundParameters['StorageInMb']) - $null = $PSBoundParameters.Remove('StorageInMb') - } - - if ($PSBoundParameters.ContainsKey('Sku')) { - $PSBoundParameters.Add('SkuName', $PSBoundParameters['Sku']) - $null = $PSBoundParameters.Remove('Sku') - } - - if ($PSBoundParameters.ContainsKey('BackupRetentionDay')) { - $PSBoundParameters.Add('StorageProfileBackupRetentionDay', $PSBoundParameters['BackupRetentionDay']) - $null = $PSBoundParameters.Remove('BackupRetentionDay') - } - - if ($PSBoundParameters.ContainsKey('StorageAutogrow')) { - $PSBoundParameters.Add('StorageProfileStorageAutogrow', $PSBoundParameters['StorageAutogrow']) - $null = $PSBoundParameters.Remove('StorageAutogrow') - } - - Az.MySql.internal\Update-AzMySqlServer @PSBoundParameters - } catch { - throw - } - } -} diff --git a/src/MySql/MySql.Autorest/docs/Az.MySql.md b/src/MySql/MySql.Autorest/docs/Az.MySql.md index a2921aef1068..e3d3d2154a8d 100644 --- a/src/MySql/MySql.Autorest/docs/Az.MySql.md +++ b/src/MySql/MySql.Autorest/docs/Az.MySql.md @@ -1,6 +1,6 @@ --- Module Name: Az.MySql -Module Guid: 21aee4b9-13aa-41fa-993f-0ea403b3fa72 +Module Guid: 9257f18e-9c86-4a6a-a6f4-5dd218d21024 Download Help Link: https://learn.microsoft.com/powershell/module/az.mysql Help Version: 1.0.0.0 Locale: en-US @@ -11,15 +11,6 @@ Locale: en-US Microsoft Azure PowerShell: MySql cmdlets ## Az.MySql Cmdlets -### [Get-AzMySqlConfiguration](Get-AzMySqlConfiguration.md) -Gets information about a configuration of server. - -### [Get-AzMySqlConnectionString](Get-AzMySqlConnectionString.md) -Get the connection string according to client connection provider. - -### [Get-AzMySqlFirewallRule](Get-AzMySqlFirewallRule.md) -Gets information about a server firewall rule. - ### [Get-AzMySqlFlexibleServer](Get-AzMySqlFlexibleServer.md) Gets information about a server. @@ -44,23 +35,11 @@ Get the available SKU information for the location ### [Get-AzMySqlFlexibleServerReplica](Get-AzMySqlFlexibleServerReplica.md) List all the replicas for a given server. -### [Get-AzMySqlReplica](Get-AzMySqlReplica.md) -List all the replicas for a given server. - -### [Get-AzMySqlServer](Get-AzMySqlServer.md) -Gets information about a server. - -### [Get-AzMySqlVirtualNetworkRule](Get-AzMySqlVirtualNetworkRule.md) -Gets a virtual network rule. - -### [New-AzMySqlFirewallRule](New-AzMySqlFirewallRule.md) -Creates a new firewall rule or updates an existing firewall rule. - ### [New-AzMySqlFlexibleServer](New-AzMySqlFlexibleServer.md) Creates a new MySQL flexible server. ### [New-AzMySqlFlexibleServerDatabase](New-AzMySqlFlexibleServerDatabase.md) -Creates a new database or updates an existing database. +Create a new database or create an existing database. ### [New-AzMySqlFlexibleServerFirewallRule](New-AzMySqlFlexibleServerFirewallRule.md) Creates a new firewall rule for MySQL flexible server @@ -68,18 +47,6 @@ Creates a new firewall rule for MySQL flexible server ### [New-AzMySqlFlexibleServerReplica](New-AzMySqlFlexibleServerReplica.md) Creates a replica server for a MySQL flexible server -### [New-AzMySqlReplica](New-AzMySqlReplica.md) -Creates a new replica from an existing database. - -### [New-AzMySqlServer](New-AzMySqlServer.md) -Creates a new server. - -### [New-AzMySqlVirtualNetworkRule](New-AzMySqlVirtualNetworkRule.md) -Creates or updates an existing virtual network rule. - -### [Remove-AzMySqlFirewallRule](Remove-AzMySqlFirewallRule.md) -Deletes a server firewall rule. - ### [Remove-AzMySqlFlexibleServer](Remove-AzMySqlFlexibleServer.md) Deletes a server. @@ -89,24 +56,12 @@ Deletes a database. ### [Remove-AzMySqlFlexibleServerFirewallRule](Remove-AzMySqlFlexibleServerFirewallRule.md) Deletes a firewall rule. -### [Remove-AzMySqlServer](Remove-AzMySqlServer.md) -Deletes a server. - -### [Remove-AzMySqlVirtualNetworkRule](Remove-AzMySqlVirtualNetworkRule.md) -Deletes the virtual network rule with the given name. - ### [Restart-AzMySqlFlexibleServer](Restart-AzMySqlFlexibleServer.md) Restarts a server. -### [Restart-AzMySqlServer](Restart-AzMySqlServer.md) -Restarts a server. - ### [Restore-AzMySqlFlexibleServer](Restore-AzMySqlFlexibleServer.md) Restore a server from an existing backup using GeoRestore -### [Restore-AzMySqlServer](Restore-AzMySqlServer.md) -Restore a server from an existing backup - ### [Start-AzMySqlFlexibleServer](Start-AzMySqlFlexibleServer.md) Starts a server. @@ -116,20 +71,13 @@ Stops a server. ### [Test-AzMySqlFlexibleServerConnect](Test-AzMySqlFlexibleServerConnect.md) Test out the connection to the database server -### [Update-AzMySqlConfiguration](Update-AzMySqlConfiguration.md) -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -### [Update-AzMySqlFirewallRule](Update-AzMySqlFirewallRule.md) -Creates a new firewall rule or updates an existing firewall rule. - ### [Update-AzMySqlFlexibleServer](Update-AzMySqlFlexibleServer.md) Updates an existing MySQL flexible server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzMySqlFlexibleServerConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. ### [Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting](Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md) -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ### [Update-AzMySqlFlexibleServerConfiguration](Update-AzMySqlFlexibleServerConfiguration.md) Updates information about a configuration of a MySQL flexible server. @@ -137,14 +85,3 @@ Updates information about a configuration of a MySQL flexible server. ### [Update-AzMySqlFlexibleServerFirewallRule](Update-AzMySqlFlexibleServerFirewallRule.md) Updates an existing firewall rule. -### [Update-AzMySqlServer](Update-AzMySqlServer.md) -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -### [Update-AzMySqlServerConfigurationsList](Update-AzMySqlServerConfigurationsList.md) -Update a list of configurations in a given server. - -### [Update-AzMySqlVirtualNetworkRule](Update-AzMySqlVirtualNetworkRule.md) -Creates or updates an existing virtual network rule. - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlConfiguration.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlConfiguration.md deleted file mode 100644 index fd6152517ed6..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlConfiguration.md +++ /dev/null @@ -1,180 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlconfiguration -schema: 2.0.0 ---- - -# Get-AzMySqlConfiguration - -## SYNOPSIS -Gets information about a configuration of server. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlConfiguration -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzMySqlConfiguration -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzMySqlConfiguration -InputObject [-DefaultProfile ] [] -``` - -## DESCRIPTION -Gets information about a configuration of server. - -## EXAMPLES - -### Example 1: List all configurations in specified MySql server -```powershell -Get-AzMySqlConfiguration -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -audit_log_enabled Microsoft.DBforMySQL/servers/configurations -audit_log_events Microsoft.DBforMySQL/servers/configurations -audit_log_exclude_users Microsoft.DBforMySQL/servers/configurations -audit_log_include_users Microsoft.DBforMySQL/servers/configurations -... -transaction_prealloc_size Microsoft.DBforMySQL/servers/configurations -tx_isolation Microsoft.DBforMySQL/servers/configurations -updatable_views_with_limit Microsoft.DBforMySQL/servers/configurations -wait_timeout Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet lists all configurations in specified MySql server. - -### Example 2: Get specified MySql configuration by name -```powershell -Get-AzMySqlConfiguration -Name time_zone -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -time_zone Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet gets specified MySql configuration by name. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server configuration. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ConfigurationName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get, List -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlConnectionString.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlConnectionString.md deleted file mode 100644 index ba9e139782b0..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlConnectionString.md +++ /dev/null @@ -1,161 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlconnectionstring -schema: 2.0.0 ---- - -# Get-AzMySqlConnectionString - -## SYNOPSIS -Get the connection string according to client connection provider. - -## SYNTAX - -### Get (Default) -``` -Get-AzMySqlConnectionString -Client -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzMySqlConnectionString -Client -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Get the connection string according to client connection provider. - -## EXAMPLES - -### Example 1: Get MySql server connection string by resource group and server name -```powershell -Get-AzMySqlConnectionString -Client ADO.NET -Name mysql-test -ResourceGroupName PowershellMySqlTest -``` - -```output -Server=mysql-test.mysql.database.azure.com; Port=3306; Database={your_database}; Uid=mysql_test@mysql-test; Pwd={your_password}; -``` - -This cmdlet gets MySql server connection string by resource group and server name. - -### Example 2: Get MySql server connection string by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Get-AzMySqlConnectionString -Client PHP -``` - -```output -$con=mysqli_init(); mysqli_real_connect($con, "mysql-test.mysql.database.azure.com", "mysql_test@mysql-test", {your_password}, {your_database}, 3306); -``` - -This cmdlet gets MySql server connection string by identity. - -## PARAMETERS - -### -Client -Client connection provider. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -The server for the connection string. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### System.String - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFirewallRule.md deleted file mode 100644 index a642eece543d..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFirewallRule.md +++ /dev/null @@ -1,186 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Get-AzMySqlFirewallRule - -## SYNOPSIS -Gets information about a server firewall rule. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlFirewallRule -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzMySqlFirewallRule -InputObject [-DefaultProfile ] [] -``` - -## DESCRIPTION -Gets information about a server firewall rule. - -## EXAMPLES - -### Example 1: Lists all the Firewall Rules in specified MySql server -```powershell -Get-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet lists all the Firewall Rule in specified MySql server. - -### Example 2: Get Firewall Rule by name -```powershell -Get-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by name. - -### Example 3: Get Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Get-AzMySqlFirewallRule -InputObject $ID -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get, List -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServer.md index 71fa6549b1e9..095f0d03f14a 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServer.md @@ -114,7 +114,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -183,7 +182,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md index 32dfad52ba4c..39cfb8e8e419 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md @@ -106,7 +106,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IAdvancedThreatProtection ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConfiguration.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConfiguration.md index 5fe1debcb7f9..8cdd48c70c23 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConfiguration.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConfiguration.md @@ -30,6 +30,12 @@ Get-AzMySqlFlexibleServerConfiguration -InputObject [-DefaultPr [] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerConfiguration -FlexibleServerInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Gets information about a configuration of server. @@ -98,9 +104,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -119,7 +139,7 @@ The name of the server configuration. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityFlexibleServer Aliases: ConfigurationName Required: True @@ -184,7 +204,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConnectionString.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConnectionString.md index 24b244dcc5cc..92226a13c7d3 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConnectionString.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerConnectionString.md @@ -85,7 +85,6 @@ Accept wildcard characters: False ### -InputObject The server for the connection string. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerDatabase.md index 9203e829dcca..e4ebf90e45a7 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerDatabase.md @@ -30,6 +30,12 @@ Get-AzMySqlFlexibleServerDatabase -InputObject [-DefaultProfile [] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerDatabase -FlexibleServerInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Gets information about a database. @@ -101,9 +107,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -122,7 +142,7 @@ The name of the database. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityFlexibleServer Aliases: DatabaseName Required: True @@ -187,7 +207,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IDatabase ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerFirewallRule.md index ab6ed3d7a97e..91dddd6a334e 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerFirewallRule.md @@ -30,6 +30,12 @@ Get-AzMySqlFlexibleServerFirewallRule -InputObject [-DefaultPro [] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerFirewallRule -FlexibleServerInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Gets information about a server firewall rule. @@ -94,9 +100,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -115,7 +135,7 @@ The name of the server firewall rule. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityFlexibleServer Aliases: FirewallRuleName Required: True @@ -180,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerLocationBasedCapability.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerLocationBasedCapability.md index 28b6b3e56e3a..32bf60d6c2ad 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerLocationBasedCapability.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerLocationBasedCapability.md @@ -107,7 +107,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ICapabilityProperties ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerReplica.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerReplica.md index 42a0ca0e0e4d..06da89865dea 100644 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerReplica.md +++ b/src/MySql/MySql.Autorest/docs/Get-AzMySqlFlexibleServerReplica.md @@ -106,7 +106,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlReplica.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlReplica.md deleted file mode 100644 index d76fbca8d23e..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlReplica.md +++ /dev/null @@ -1,114 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlreplica -schema: 2.0.0 ---- - -# Get-AzMySqlReplica - -## SYNOPSIS -List all the replicas for a given server. - -## SYNTAX - -``` -Get-AzMySqlReplica -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -## DESCRIPTION -List all the replicas for a given server. - -## EXAMPLES - -### Example 1: Get MySql server replica by resource group and server name -```powershell -Get-AzMySqlReplica -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet gets MySql server replica by resource group and server name. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlServer.md deleted file mode 100644 index d99dfbca0148..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlServer.md +++ /dev/null @@ -1,189 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlserver -schema: 2.0.0 ---- - -# Get-AzMySqlServer - -## SYNOPSIS -Gets information about a server. - -## SYNTAX - -### List1 (Default) -``` -Get-AzMySqlServer [-SubscriptionId ] [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### GetViaIdentity -``` -Get-AzMySqlServer -InputObject [-DefaultProfile ] [] -``` - -### List -``` -Get-AzMySqlServer -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets information about a server. - -## EXAMPLES - -### Example 1: Get MySql server with default context -```powershell -Get-AzMySqlServer -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server with default context. - -### Example 2: Get MySql server by resource group and server name -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server by resource group and server name. - -### Example 3: Lists all the MySql servers in specified resource group -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists all the MySql servers in specified resource group. - -### Example 4: Get MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Get-AzMySqlServer -InputObject $ID -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists gets MySql server by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get, List, List1 -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Get-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/docs/Get-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index ac685771f692..000000000000 --- a/src/MySql/MySql.Autorest/docs/Get-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,202 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Get-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Gets a virtual network rule. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlVirtualNetworkRule -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] -``` - -### Get -``` -Get-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [] -``` - -### GetViaIdentity -``` -Get-AzMySqlVirtualNetworkRule -InputObject [-DefaultProfile ] [-PassThru] - [] -``` - -## DESCRIPTION -Gets a virtual network rule. - -## EXAMPLES - -### Example 1: Lists all the Virtual Network Rules in specified MySql server -```powershell -Get-AzMySqlVirtualNetworkRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet lists all the Virtual Network Rules in specified MySql server. - -### Example 2: Get Virtual Network Rule by name -```powershell -Get-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by name. - -### Example 3: Get Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Get-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: Get, List -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlFirewallRule.md deleted file mode 100644 index 405653473a1a..000000000000 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlFirewallRule.md +++ /dev/null @@ -1,296 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlfirewallrule -schema: 2.0.0 ---- - -# New-AzMySqlFirewallRule - -## SYNOPSIS -Creates a new firewall rule or updates an existing firewall rule. - -## SYNTAX - -### CreateExpanded (Default) -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName -EndIPAddress - -StartIPAddress [-Name ] [-SubscriptionId ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### AllowAll -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName -AllowAll [-Name ] - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -### ClientIPAddress -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName -ClientIPAddress - [-Name ] [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] -``` - -## DESCRIPTION -Creates a new firewall rule or updates an existing firewall rule. - -## EXAMPLES - -### Example 1: Create a new MySql server Firewall Rule -```powershell -New-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.0 0.0.0.1 -``` - -This cmdlets create a MySql server Firewall Rule. - -### Example 2: Create a new MySql Firewall Rule using -ClientIPAddress. -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -ClientIPAddress 0.0.0.1 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -ClientIPAddress_2020-08-11_18-19-27 0.0.0.1 0.0.0.1 -``` - -This cmdlets create a MySql Firewall Rule using -ClientIPAddress. - -### Example 3: Create a new MySql Firewall Rule to allow all IPs -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -AllowAll -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -AllowAll_2020-08-11_18-19-27 0.0.0.0 255.255.255.255 -``` - -This cmdlets create a new MySql Firewall Rule to allow all IPs. - -## PARAMETERS - -### -AllowAll -Present to allow all range IPs, from 0.0.0.0 to 255.255.255.255. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: AllowAll -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ClientIPAddress -Client specified single IP of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EndIPAddress -The end IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. -If not specified, the default is undefined. -If AllowAll is present, the default name is AllowAll_yyyy-MM-dd_HH-mm-ss. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: FirewallRuleName - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartIPAddress -The start IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServer.md index bf7d3adee2a5..f535820c22c0 100644 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServer.md @@ -16,10 +16,10 @@ Creates a new MySQL flexible server. New-AzMySqlFlexibleServer [-Name ] [-ResourceGroupName ] [-SubscriptionId ] [-AdministratorLoginPassword ] [-AdministratorUserName ] [-BackupRetentionDay ] [-HighAvailability ] [-Iops ] [-Location ] [-PrivateDnsZone ] - [-PublicAccess ] [-Sku ] [-SkuTier ] [-StorageAutogrow ] - [-StorageInMb ] [-Subnet ] [-SubnetPrefix ] [-Tag ] - [-Version ] [-Vnet ] [-VnetPrefix ] [-Zone ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-PublicAccess ] [-Sku ] [-SkuTier ] [-StorageAutogrow ] + [-StorageInMb ] [-Subnet ] [-SubnetPrefix ] [-Tag ] [-Version ] + [-Vnet ] [-VnetPrefix ] [-Zone ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -435,7 +435,7 @@ Enable or disable Storage Auto Grow. The default value is Disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow +Type: System.String Parameter Sets: (All) Aliases: @@ -529,7 +529,7 @@ Accept wildcard characters: False Server version. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion +Type: System.String Parameter Sets: (All) Aliases: @@ -626,7 +626,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerDatabase.md index 43d276cdab6a..c9964d6ffdba 100644 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerDatabase.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzMySqlFlexibleServerDatabase ## SYNOPSIS -Creates a new database or updates an existing database. +Create a new database or create an existing database. ## SYNTAX @@ -25,8 +25,29 @@ New-AzMySqlFlexibleServerDatabase -InputObject [-Charset ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### CreateViaIdentityFlexibleServerExpanded +``` +New-AzMySqlFlexibleServerDatabase -FlexibleServerInputObject -Name + [-Charset ] [-Collation ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### CreateViaJsonFilePath +``` +New-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -ServerName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### CreateViaJsonString +``` +New-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -ServerName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + ## DESCRIPTION -Creates a new database or updates an existing database. +Create a new database or create an existing database. ## EXAMPLES @@ -65,7 +86,7 @@ The charset of the database. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded, CreateViaIdentityFlexibleServerExpanded Aliases: Required: False @@ -80,7 +101,7 @@ The collation of the database. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded, CreateViaIdentityFlexibleServerExpanded Aliases: Required: False @@ -106,9 +127,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: CreateViaIdentityFlexibleServerExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -122,12 +157,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name The name of the database. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityFlexibleServerExpanded, CreateViaJsonFilePath, CreateViaJsonString Aliases: DatabaseName Required: True @@ -158,7 +223,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString Aliases: Required: True @@ -173,7 +238,7 @@ The name of the server. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString Aliases: Required: True @@ -188,7 +253,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString Aliases: Required: False @@ -238,7 +303,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IDatabase ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerFirewallRule.md index db0d5ed11b84..86b3e2ed2bf5 100644 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerFirewallRule.md @@ -288,7 +288,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerReplica.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerReplica.md index 0b9c200a4cdb..54feeb33d476 100644 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerReplica.md +++ b/src/MySql/MySql.Autorest/docs/New-AzMySqlFlexibleServerReplica.md @@ -13,7 +13,7 @@ Creates a replica server for a MySQL flexible server ## SYNTAX ``` -New-AzMySqlFlexibleServerReplica -Replica -ResourceGroupName -Master +New-AzMySqlFlexibleServerReplica -Replica -ResourceGroupName -Master [-SubscriptionId ] [-Zone ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -84,10 +84,9 @@ Accept wildcard characters: False ### -Master The source server object to create replica from. -To construct, see NOTES section for MASTER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer Parameter Sets: (All) Aliases: InputObject @@ -209,11 +208,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlReplica.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlReplica.md deleted file mode 100644 index 42edcdf2e73b..000000000000 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlReplica.md +++ /dev/null @@ -1,237 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlreplica -schema: 2.0.0 ---- - -# New-AzMySqlReplica - -## SYNOPSIS -Creates a new replica from an existing database. - -## SYNTAX - -``` -New-AzMySqlReplica -Replica -ResourceGroupName -Master [-SubscriptionId ] - [-Location ] [-Sku ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -## DESCRIPTION -Creates a new replica from an existing database. - -## EXAMPLES - -### Example 1: Create a new MySql server replica -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | New-AzMySqlReplica -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet creates a new MySql server replica. - -### Example 2: Create a new MySql server replica -```powershell -$mysql = Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -New-AzMySqlReplica -Master $mysql -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet with parameter master(inputobject) creates a new MySql server replica. - -## PARAMETERS - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Master -The source server object to create replica from. -To construct, see NOTES section for MASTER properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: (All) -Aliases: InputObject - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Replica -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ReplicaServerName, Name - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlServer.md deleted file mode 100644 index d9b123888331..000000000000 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlServer.md +++ /dev/null @@ -1,364 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlserver -schema: 2.0.0 ---- - -# New-AzMySqlServer - -## SYNOPSIS -Creates a new server. - -## SYNTAX - -``` -New-AzMySqlServer -Name -ResourceGroupName -AdministratorLoginPassword - -AdministratorUserName -Location -Sku [-SubscriptionId ] - [-BackupRetentionDay ] [-GeoRedundantBackup ] - [-MinimalTlsVersion ] [-SslEnforcement ] - [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-Version ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Creates a new server. - -## EXAMPLES - -### Example 1: Create a new MySql server -```powershell -$password = ConvertTo-SecureString -String "1234" -Force -AsPlainText -New-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -Location eastus -AdministratorUserName mysql_test -AdministratorLoginPassword $password -Sku GP_Gen5_4 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -These cmdlets create a new MySql server. - -## PARAMETERS - -### -AdministratorLoginPassword -The password of the administrator. -Minimum 8 characters and maximum 128 characters. -Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - -```yaml -Type: System.Security.SecureString -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AdministratorUserName -Administrator username for the server. -Once set, it cannot be changed. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupRetentionDay -Backup retention days for the server. -Day count is between 7 and 35. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -GeoRedundantBackup -Enable Geo-redundant or not for server backup. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -MinimalTlsVersion -Set the minimal TLS version for connections to server when SSL is enabled. -Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SslEnforcement -Enable ssl enforcement or not when connect to server. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageAutogrow -Enable Storage Auto Grow. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageInMb -Max storage allowed for a server. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Version -Server version. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/New-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/docs/New-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 9d60fa5a4edc..000000000000 --- a/src/MySql/MySql.Autorest/docs/New-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,237 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# New-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Creates or updates an existing virtual network rule. - -## SYNTAX - -``` -New-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - -SubnetId [-SubscriptionId ] [-IgnoreMissingVnetServiceEndpoint] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Creates or updates an existing virtual network rule. - -## EXAMPLES - -### Example 1: Create a new MySql server Virtual Network Rule -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -New-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets create a MySql server Virtual Network Rule. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IgnoreMissingVnetServiceEndpoint -Create firewall rule before the virtual network has vnet service endpoint enabled. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubnetId -The ARM resource id of the virtual network subnet. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFirewallRule.md deleted file mode 100644 index 0fe034267efa..000000000000 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFirewallRule.md +++ /dev/null @@ -1,233 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Remove-AzMySqlFirewallRule - -## SYNOPSIS -Deletes a server firewall rule. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] - [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlFirewallRule -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Deletes a server firewall rule. - -## EXAMPLES - -### Example 1: Remove MySql Firewall Rule by name -```powershell -Remove-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql Firewall Rule by name. - -### Example 2: Remove MySql Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Remove-AzMySqlFirewallRule -InputObject $ID -``` - -These cmdlets remove MySql Firewall Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServer.md index 6c83ec34c083..3b7a07f55d63 100644 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServer.md @@ -79,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerDatabase.md index ae2019367c00..5adabdf9444d 100644 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerDatabase.md @@ -25,6 +25,12 @@ Remove-AzMySqlFlexibleServerDatabase -InputObject [-DefaultProf [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityFlexibleServer +``` +Remove-AzMySqlFlexibleServerDatabase -FlexibleServerInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Deletes a database. @@ -78,9 +84,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: DeleteViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -99,7 +119,7 @@ The name of the database. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityFlexibleServer Aliases: DatabaseName Required: True diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerFirewallRule.md index 63666fde8ff6..9a8370053cff 100644 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlFlexibleServerFirewallRule.md @@ -25,6 +25,12 @@ Remove-AzMySqlFlexibleServerFirewallRule -InputObject [-Default [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityFlexibleServer +``` +Remove-AzMySqlFlexibleServerFirewallRule -FlexibleServerInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Deletes a firewall rule. @@ -78,9 +84,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: DeleteViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -99,7 +119,7 @@ The name of the server firewall rule. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityFlexibleServer Aliases: FirewallRuleName Required: True diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlServer.md deleted file mode 100644 index 5579db81484e..000000000000 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlServer.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlserver -schema: 2.0.0 ---- - -# Remove-AzMySqlServer - -## SYNOPSIS -Deletes a server. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlServer -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Deletes a server. - -## EXAMPLES - -### Example 1: Remove MySql server by resourceGroup and server name -```powershell -Remove-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet removes MySql server by resourceGroup and server name. - -### Example 2: Remove MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Remove-AzMySqlServer -InputObject $ID -``` - -These cmdlets remove MySql server by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/docs/Remove-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 9ed2eae35ecf..000000000000 --- a/src/MySql/MySql.Autorest/docs/Remove-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,233 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Remove-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Deletes the virtual network rule with the given name. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] - [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlVirtualNetworkRule -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Deletes the virtual network rule with the given name. - -## EXAMPLES - -### Example 1: Remove MySql server Virtual Network Rule by name -```powershell -Remove-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql server Virtual Network Rule by name. - -### Example 2: Remove MySql server Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Remove-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -These cmdlets remove MySql server Virtual Network Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Restart-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Restart-AzMySqlFlexibleServer.md index 138a7f9b9b9c..86e13c4fc3e3 100644 --- a/src/MySql/MySql.Autorest/docs/Restart-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Restart-AzMySqlFlexibleServer.md @@ -15,8 +15,8 @@ Restarts a server. ### RestartExpanded (Default) ``` Restart-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] - [-MaxFailoverSecond ] [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-MaxFailoverSecond ] [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Restart @@ -35,8 +35,22 @@ Restart-AzMySqlFlexibleServer -InputObject -Parameter [-MaxFailoverSecond ] - [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### RestartViaJsonFilePath +``` +Restart-AzMySqlFlexibleServer -Name -ResourceGroupName -JsonFilePath + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### RestartViaJsonString +``` +Restart-AzMySqlFlexibleServer -Name -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -101,7 +115,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -115,6 +128,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MaxFailoverSecond The maximum allowed failover time in seconds. @@ -135,7 +178,7 @@ The name of the server. ```yaml Type: System.String -Parameter Sets: Restart, RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: ServerName Required: True @@ -162,10 +205,9 @@ Accept wildcard characters: False ### -Parameter Server restart parameters. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerRestartParameter Parameter Sets: Restart, RestartViaIdentity Aliases: @@ -197,7 +239,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Restart, RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: Required: True @@ -211,7 +253,7 @@ Accept wildcard characters: False Whether or not failover to standby server when restarting a server with high availability enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum +Type: System.String Parameter Sets: RestartExpanded, RestartViaIdentityExpanded Aliases: @@ -227,7 +269,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: Restart, RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: Required: False @@ -273,10 +315,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter - ### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerRestartParameter + ## OUTPUTS ### System.Boolean diff --git a/src/MySql/MySql.Autorest/docs/Restart-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/Restart-AzMySqlServer.md deleted file mode 100644 index 6ab6fd5ee1f9..000000000000 --- a/src/MySql/MySql.Autorest/docs/Restart-AzMySqlServer.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/restart-azmysqlserver -schema: 2.0.0 ---- - -# Restart-AzMySqlServer - -## SYNOPSIS -Restarts a server. - -## SYNTAX - -### Restart (Default) -``` -Restart-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -### RestartViaIdentity -``` -Restart-AzMySqlServer -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Restarts a server. - -## EXAMPLES - -### Example 1: Restart MySql server by resource group and server name -```powershell -Restart-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet restarts MySql server by resource group and server name. - -### Example 2: Restart MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/restart" -Restart-AzMySqlServer -InputObject $ID -``` - -These cmdlets restart MySql server by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: RestartViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md index 7c2d6de08b66..938623f8d721 100644 --- a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Restore-AzMySqlFlexibleServer.md @@ -14,14 +14,14 @@ Restore a server from an existing backup using GeoRestore ### PointInTimeRestore (Default) ``` -Restore-AzMySqlFlexibleServer -Name -ResourceGroupName -InputObject +Restore-AzMySqlFlexibleServer -Name -ResourceGroupName -InputObject -RestorePointInTime [-SubscriptionId ] [-PrivateDnsZone ] [-Subnet ] [-Zone ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### GeoRestore ``` -Restore-AzMySqlFlexibleServer -Name -ResourceGroupName -InputObject +Restore-AzMySqlFlexibleServer -Name -ResourceGroupName -InputObject -Location -UseGeoRestore [-SubscriptionId ] [-Sku ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -93,10 +93,9 @@ Accept wildcard characters: False ### -InputObject The source server object to restore from. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer Parameter Sets: (All) Aliases: @@ -329,11 +328,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/Restore-AzMySqlServer.md deleted file mode 100644 index a80a81cb7b54..000000000000 --- a/src/MySql/MySql.Autorest/docs/Restore-AzMySqlServer.md +++ /dev/null @@ -1,306 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/restore-azmysqlserver -schema: 2.0.0 ---- - -# Restore-AzMySqlServer - -## SYNOPSIS -Restore a server from an existing backup - -## SYNTAX - -### GeoRestore (Default) -``` -Restore-AzMySqlServer -Name -ResourceGroupName -InputObject -UseGeoRestore - [-SubscriptionId ] [-Location ] [-Sku ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### PointInTimeRestore -``` -Restore-AzMySqlServer -Name -ResourceGroupName -InputObject - -RestorePointInTime -UsePointInTimeRestore [-SubscriptionId ] [-Location ] - [-Sku ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -## DESCRIPTION -Restore a server from an existing backup - -## EXAMPLES - -### Example 1: Restore MySql server using GeoReplica Restore -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test-replica | Restore-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -UseGeoRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet restores MySql server using GeoReplica Restore. - -### Example 2: Restore MySql server using PointInTime Restore -```powershell -$restorePointInTime = (Get-Date).AddMinutes(-10) -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Restore-AzMySqlServer -Name mysql-test-restore -ResourceGroupName PowershellMySqlTest -RestorePointInTime $restorePointInTime -UsePointInTimeRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-restore eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -These cmdlets restore MySql server using PointInTime Restore. - -## PARAMETERS - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -The source server object to restore from. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RestorePointInTime -The location the resource resides in. - -```yaml -Type: System.DateTime -Parameter Sets: PointInTimeRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UseGeoRestore -Use Geo mode to restore - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: GeoRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UsePointInTimeRestore -Use PointInTime mode to restore - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: PointInTimeRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Start-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Start-AzMySqlFlexibleServer.md index 9d9b62a06a36..a2a3efa398c9 100644 --- a/src/MySql/MySql.Autorest/docs/Start-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Start-AzMySqlFlexibleServer.md @@ -79,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql.Autorest/docs/Stop-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Stop-AzMySqlFlexibleServer.md index f2ad5a260ecf..bcbebe7ebe43 100644 --- a/src/MySql/MySql.Autorest/docs/Stop-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Stop-AzMySqlFlexibleServer.md @@ -79,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql.Autorest/docs/Test-AzMySqlFlexibleServerConnect.md b/src/MySql/MySql.Autorest/docs/Test-AzMySqlFlexibleServerConnect.md index 4bda7d7d9359..63e10e48bcc2 100644 --- a/src/MySql/MySql.Autorest/docs/Test-AzMySqlFlexibleServerConnect.md +++ b/src/MySql/MySql.Autorest/docs/Test-AzMySqlFlexibleServerConnect.md @@ -167,7 +167,6 @@ Accept wildcard characters: False ### -InputObject The server to connect. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlConfiguration.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlConfiguration.md deleted file mode 100644 index ef6117e2e0d2..000000000000 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlConfiguration.md +++ /dev/null @@ -1,261 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlconfiguration -schema: 2.0.0 ---- - -# Update-AzMySqlConfiguration - -## SYNOPSIS -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlConfiguration -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-Source ] [-Value ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlConfiguration -InputObject [-Source ] [-Value ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -## EXAMPLES - -### Example 1: Update MySql configuration by name -```powershell -Update-AzMySqlConfiguration -Name net_retry_count -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -Value 15 -``` - -```output -Name Value ----- ----- -net_retry_count 15 -``` - -This cmdlet updates MySql configuration by name. - -### Example 2: Update MySql configuration by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/configurations/wait_timeout" -Update-AzMySqlConfiguration -InputObject $ID -Value 150 -``` - -```output -Name Value ----- ----- -wait_timeout 150 -``` - -These cmdlets update MySql configuration by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server configuration. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: ConfigurationName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Source -Source of the configuration. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Value -Value of the configuration. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFirewallRule.md deleted file mode 100644 index f3d91942e12c..000000000000 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFirewallRule.md +++ /dev/null @@ -1,304 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Update-AzMySqlFirewallRule - -## SYNOPSIS -Creates a new firewall rule or updates an existing firewall rule. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - -EndIPAddress -StartIPAddress [-SubscriptionId ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### ClientIPAddress -``` -Update-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - -ClientIPAddress [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] -``` - -### ClientIPAddressViaIdentity -``` -Update-AzMySqlFirewallRule -InputObject -ClientIPAddress - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlFirewallRule -InputObject -EndIPAddress -StartIPAddress - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Creates a new firewall rule or updates an existing firewall rule. - -## EXAMPLES - -### Example 1: Update MySql Firewall Rule by name -```powershell -Update-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -This cmdlet updates MySql Firewall Rule by name. - -### Example 2: Update MySql Firewall Rule by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -These cmdlets update MySql Firewall Rule by identity. - -### Example 3: Update MySql Firewall Rule by -ClientIPAddress. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -ClientIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.2 -``` - -These cmdlets update MySql Firewall Rule by -ClientIPAddress. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ClientIPAddress -Client specified single IP of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, ClientIPAddressViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EndIPAddress -The end IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: ClientIPAddressViaIdentity, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, UpdateExpanded -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartIPAddress -The start IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServer.md index ee4e39876940..32ff193992e8 100644 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServer.md @@ -18,16 +18,16 @@ Use Update-AzMySqlFlexibleServerConfiguration instead if you want update server ``` Update-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] [-AdministratorLoginPassword ] [-BackupRetentionDay ] [-HighAvailability ] - [-MaintenanceWindow ] [-ReplicationRole ] [-Sku ] [-SkuTier ] - [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-MaintenanceWindow ] [-ReplicationRole ] [-Sku ] [-SkuTier ] + [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzMySqlFlexibleServer -InputObject [-AdministratorLoginPassword ] [-BackupRetentionDay ] [-HighAvailability ] [-MaintenanceWindow ] - [-ReplicationRole ] [-Sku ] [-SkuTier ] [-StorageAutogrow ] + [-ReplicationRole ] [-Sku ] [-SkuTier ] [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -261,7 +261,7 @@ Accepted values: Burstable, GeneralPurpose, Memory Optimized. Default: Burstable. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier +Type: System.String Parameter Sets: (All) Aliases: @@ -277,7 +277,7 @@ Enable or disable Storage Auto Grow. The default value is Disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow +Type: System.String Parameter Sets: (All) Aliases: @@ -373,7 +373,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md index fe2358fa06aa..25e578d10d37 100644 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md +++ b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md @@ -8,26 +8,39 @@ schema: 2.0.0 # Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting ## SYNOPSIS -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName - [-SubscriptionId ] [-State ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-State ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -InputObject - [-State ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -InputObject [-State ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaJsonFilePath +``` +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### UpdateViaJsonString +``` +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ## EXAMPLES @@ -79,7 +92,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -93,6 +105,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -114,7 +156,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -129,7 +171,7 @@ The name of the server. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: True @@ -143,8 +185,8 @@ Accept wildcard characters: False Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState -Parameter Sets: (All) +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -159,7 +201,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString Aliases: Required: False @@ -209,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IAdvancedThreatProtection ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerConfiguration.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerConfiguration.md index 59c2f9d79022..d33586b91443 100644 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerConfiguration.md +++ b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerConfiguration.md @@ -252,7 +252,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerFirewallRule.md index 3aa94e7d186b..f8bd49b65f3b 100644 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql.Autorest/docs/Update-AzMySqlFlexibleServerFirewallRule.md @@ -283,7 +283,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule ## NOTES diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlServer.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlServer.md deleted file mode 100644 index abfc6304b1f2..000000000000 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlServer.md +++ /dev/null @@ -1,424 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlserver -schema: 2.0.0 ---- - -# Update-AzMySqlServer - -## SYNOPSIS -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-AdministratorLoginPassword ] [-BackupRetentionDay ] - [-MinimalTlsVersion ] [-PublicNetworkAccess ] - [-ReplicationRole ] [-Sku ] [-SkuCapacity ] [-SkuFamily ] [-SkuTier ] - [-SslEnforcement ] [-StorageAutogrow ] [-StorageInMb ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlServer -InputObject [-AdministratorLoginPassword ] - [-BackupRetentionDay ] [-MinimalTlsVersion ] - [-PublicNetworkAccess ] [-ReplicationRole ] [-Sku ] - [-SkuCapacity ] [-SkuFamily ] [-SkuTier ] [-SslEnforcement ] - [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -## EXAMPLES - -### Example 1: Update MySql server by resource group and server name -```powershell -Update-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SslEnforcement Disabled -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by resource group and server name. - -### Example 2: Update MySql server by identity. -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServer -BackupRetentionDay 23 -StorageInMb 10240 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by identity. - -## PARAMETERS - -### -AdministratorLoginPassword -The password of the administrator login. - -```yaml -Type: System.Security.SecureString -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupRetentionDay -Backup retention days for the server. -Day count is between 7 and 35. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -MinimalTlsVersion -Set the minimal TLS version for connections to server when SSL is enabled. -Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PublicNetworkAccess -Whether or not public network access is allowed for this server. -Value is optional but if passed in, must be 'Enabled' or 'Disabled' - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReplicationRole -The replication role of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource. -You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuCapacity -The scale up/out capacity, representing server's compute units. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuFamily -The family of hardware. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuTier -The tier of the particular SKU, e.g. -Basic. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SslEnforcement -Enable ssl enforcement or not when connect to server. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageAutogrow -Enable Storage Auto Grow. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageInMb -Max storage allowed for a server. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlServerConfigurationsList.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlServerConfigurationsList.md deleted file mode 100644 index bb3cc7a8711f..000000000000 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlServerConfigurationsList.md +++ /dev/null @@ -1,218 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlserverconfigurationslist -schema: 2.0.0 ---- - -# Update-AzMySqlServerConfigurationsList - -## SYNOPSIS -Update a list of configurations in a given server. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlServerConfigurationsList -ResourceGroupName -ServerName - [-SubscriptionId ] [-Value ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlServerConfigurationsList -InputObject [-Value ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Update a list of configurations in a given server. - -## EXAMPLES - -### Example 1: Update MySQL configurations list by name -```powershell -Update-AzMySqlServerConfigurationsList -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -Update MySQL configurations list by name. - -### Example 2: Update MySQL configurations list by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServerConfigurationsList -``` - -Update MySQL configurations list by ID. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Value -The list of server configurations. -To construct, see NOTES section for VALUE properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/docs/Update-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/docs/Update-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 267a49fa3d1e..000000000000 --- a/src/MySql/MySql.Autorest/docs/Update-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,278 +0,0 @@ ---- -external help file: -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Update-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Creates or updates an existing virtual network rule. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - -SubnetId [-SubscriptionId ] [-IgnoreMissingVnetServiceEndpoint] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlVirtualNetworkRule -InputObject -SubnetId - [-IgnoreMissingVnetServiceEndpoint] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] - [-WhatIf] [] -``` - -## DESCRIPTION -Creates or updates an existing virtual network rule. - -## EXAMPLES - -### Example 1: Update MySql Virtual Network Rule by name -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2" -Update-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet updates MySql Virtual Network Rule by name. - -### Example 2: Update MySql Virtual Network Rule by identity. -```powershell -$SubnetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -$VNetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Update-AzMySqlVirtualNetworkRule -InputObject $VNetID -SubnetId $SubnetID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets update MySql Virtual Network Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IgnoreMissingVnetServiceEndpoint -Create firewall rule before the virtual network has vnet service endpoint enabled. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubnetId -The ARM resource id of the virtual network subnet. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS - diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlConfiguration.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlConfiguration.md deleted file mode 100644 index 8fea453c8ff2..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlConfiguration.md +++ /dev/null @@ -1,34 +0,0 @@ -### Example 1: List all configurations in specified MySql server -```powershell -Get-AzMySqlConfiguration -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -audit_log_enabled Microsoft.DBforMySQL/servers/configurations -audit_log_events Microsoft.DBforMySQL/servers/configurations -audit_log_exclude_users Microsoft.DBforMySQL/servers/configurations -audit_log_include_users Microsoft.DBforMySQL/servers/configurations -... -transaction_prealloc_size Microsoft.DBforMySQL/servers/configurations -tx_isolation Microsoft.DBforMySQL/servers/configurations -updatable_views_with_limit Microsoft.DBforMySQL/servers/configurations -wait_timeout Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet lists all configurations in specified MySql server. - -### Example 2: Get specified MySql configuration by name -```powershell -Get-AzMySqlConfiguration -Name time_zone -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -time_zone Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet gets specified MySql configuration by name. - diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlConnectionString.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlConnectionString.md deleted file mode 100644 index 93c2a698c555..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlConnectionString.md +++ /dev/null @@ -1,21 +0,0 @@ -### Example 1: Get MySql server connection string by resource group and server name -```powershell -Get-AzMySqlConnectionString -Client ADO.NET -Name mysql-test -ResourceGroupName PowershellMySqlTest -``` - -```output -Server=mysql-test.mysql.database.azure.com; Port=3306; Database={your_database}; Uid=mysql_test@mysql-test; Pwd={your_password}; -``` - -This cmdlet gets MySql server connection string by resource group and server name. - -### Example 2: Get MySql server connection string by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Get-AzMySqlConnectionString -Client PHP -``` - -```output -$con=mysqli_init(); mysqli_real_connect($con, "mysql-test.mysql.database.azure.com", "mysql_test@mysql-test", {your_password}, {your_database}, 3306); -``` - -This cmdlet gets MySql server connection string by identity. diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlFirewallRule.md deleted file mode 100644 index 99637b8d7bb3..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlFirewallRule.md +++ /dev/null @@ -1,39 +0,0 @@ -### Example 1: Lists all the Firewall Rules in specified MySql server -```powershell -Get-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet lists all the Firewall Rule in specified MySql server. - -### Example 2: Get Firewall Rule by name -```powershell -Get-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by name. - -### Example 3: Get Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Get-AzMySqlFirewallRule -InputObject $ID -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlFlexibleServerConnectionString.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlFlexibleServerConnectionString.md index 3f6382471a8a..2dae4f3a57de 100644 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlFlexibleServerConnectionString.md +++ b/src/MySql/MySql.Autorest/examples/Get-AzMySqlFlexibleServerConnectionString.md @@ -17,4 +17,4 @@ Get-AzMySqlFlexibleServer -ResourceGroupName PowershellMySqlTest -ServerName mys $con=mysqli_init(); mysqli_real_connect($con, "mysql-test.mysql.database.azure.com", "mysql_test", {your_password}, {your_database}, 3306); ``` -This cmdlet gets MySql server connection string by identity. +This cmdlet gets MySql server connection string by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlReplica.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlReplica.md deleted file mode 100644 index 8ea5751ab27b..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlReplica.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Get MySql server replica by resource group and server name -```powershell -Get-AzMySqlReplica -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet gets MySql server replica by resource group and server name. diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlServer.md deleted file mode 100644 index 0eb38f93d94a..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlServer.md +++ /dev/null @@ -1,53 +0,0 @@ -### Example 1: Get MySql server with default context -```powershell -Get-AzMySqlServer -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server with default context. - -### Example 2: Get MySql server by resource group and server name -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server by resource group and server name. - -### Example 3: Lists all the MySql servers in specified resource group -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists all the MySql servers in specified resource group. - -### Example 4: Get MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Get-AzMySqlServer -InputObject $ID -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists gets MySql server by identity. - diff --git a/src/MySql/MySql.Autorest/examples/Get-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/examples/Get-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index cc43cff95ef6..000000000000 --- a/src/MySql/MySql.Autorest/examples/Get-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,39 +0,0 @@ -### Example 1: Lists all the Virtual Network Rules in specified MySql server -```powershell -Get-AzMySqlVirtualNetworkRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet lists all the Virtual Network Rules in specified MySql server. - -### Example 2: Get Virtual Network Rule by name -```powershell -Get-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by name. - -### Example 3: Get Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Get-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlFirewallRule.md deleted file mode 100644 index 9774680cd3ef..000000000000 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlFirewallRule.md +++ /dev/null @@ -1,38 +0,0 @@ -### Example 1: Create a new MySql server Firewall Rule -```powershell -New-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.0 0.0.0.1 -``` - -This cmdlets create a MySql server Firewall Rule. - -### Example 2: Create a new MySql Firewall Rule using -ClientIPAddress. -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -ClientIPAddress 0.0.0.1 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -ClientIPAddress_2020-08-11_18-19-27 0.0.0.1 0.0.0.1 -``` - -This cmdlets create a MySql Firewall Rule using -ClientIPAddress. - -### Example 3: Create a new MySql Firewall Rule to allow all IPs -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -AllowAll -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -AllowAll_2020-08-11_18-19-27 0.0.0.0 255.255.255.255 -``` - -This cmdlets create a new MySql Firewall Rule to allow all IPs. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServer.md index 0a28859e0479..1f6d9116e70d 100644 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServer.md @@ -145,4 +145,4 @@ Name Location SkuName SkuTier AdministratorLogin Versio mysql-test West US 2 Standard_B1ms Burstable admin 5.7 32 ``` -This cmdlet creates MySql flexible server open to specified IP addresses. +This cmdlet creates MySql flexible server open to specified IP addresses. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServerReplica.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServerReplica.md index eeebdd2520d5..3f7b9c74b102 100644 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServerReplica.md +++ b/src/MySql/MySql.Autorest/examples/New-AzMySqlFlexibleServerReplica.md @@ -23,4 +23,4 @@ Name Location SkuName SkuTier Administrato mysql-test-replica West US 2 Standard_D2ds_v4 GeneralPurpose admin 5.7 32 ``` -This cmdlet with parameter master(inputobject) creates a new MySql server replica. +This cmdlet with parameter master(inputobject) creates a new MySql server replica. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlReplica.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlReplica.md deleted file mode 100644 index c6448559d667..000000000000 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlReplica.md +++ /dev/null @@ -1,26 +0,0 @@ -### Example 1: Create a new MySql server replica -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | New-AzMySqlReplica -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet creates a new MySql server replica. - -### Example 2: Create a new MySql server replica -```powershell -$mysql = Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -New-AzMySqlReplica -Master $mysql -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet with parameter master(inputobject) creates a new MySql server replica. diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlServer.md deleted file mode 100644 index 1c3709a15fc6..000000000000 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlServer.md +++ /dev/null @@ -1,13 +0,0 @@ -### Example 1: Create a new MySql server -```powershell -$password = ConvertTo-SecureString -String "1234" -Force -AsPlainText -New-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -Location eastus -AdministratorUserName mysql_test -AdministratorLoginPassword $password -Sku GP_Gen5_4 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -These cmdlets create a new MySql server. diff --git a/src/MySql/MySql.Autorest/examples/New-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/examples/New-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index e3d0c70ac03d..000000000000 --- a/src/MySql/MySql.Autorest/examples/New-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,13 +0,0 @@ -### Example 1: Create a new MySql server Virtual Network Rule -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -New-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets create a MySql server Virtual Network Rule. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/examples/Remove-AzMySqlFirewallRule.md deleted file mode 100644 index 3742607dd12c..000000000000 --- a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlFirewallRule.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example 1: Remove MySql Firewall Rule by name -```powershell -Remove-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql Firewall Rule by name. - -### Example 2: Remove MySql Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Remove-AzMySqlFirewallRule -InputObject $ID -``` - -These cmdlets remove MySql Firewall Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/Remove-AzMySqlServer.md deleted file mode 100644 index 54b0965ec9c0..000000000000 --- a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlServer.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example 1: Remove MySql server by resourceGroup and server name -```powershell -Remove-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet removes MySql server by resourceGroup and server name. - -### Example 2: Remove MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Remove-AzMySqlServer -InputObject $ID -``` - -These cmdlets remove MySql server by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/examples/Remove-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index c34408662c55..000000000000 --- a/src/MySql/MySql.Autorest/examples/Remove-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example 1: Remove MySql server Virtual Network Rule by name -```powershell -Remove-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql server Virtual Network Rule by name. - -### Example 2: Remove MySql server Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Remove-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -These cmdlets remove MySql server Virtual Network Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Restart-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/Restart-AzMySqlServer.md deleted file mode 100644 index 8be1ab7ef88c..000000000000 --- a/src/MySql/MySql.Autorest/examples/Restart-AzMySqlServer.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example 1: Restart MySql server by resource group and server name -```powershell -Restart-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet restarts MySql server by resource group and server name. - -### Example 2: Restart MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/restart" -Restart-AzMySqlServer -InputObject $ID -``` - -These cmdlets restart MySql server by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Restore-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/examples/Restore-AzMySqlFlexibleServer.md index cbe94a9cd0b9..d7290de906d5 100644 --- a/src/MySql/MySql.Autorest/examples/Restore-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/examples/Restore-AzMySqlFlexibleServer.md @@ -25,4 +25,4 @@ Name Location SkuName SkuTier AdministratorLogi mysql-test-restore West US 2 Standard_D2ds_v4 GeneralPurpose admin 5.7 32 ``` -These cmdlets restore MySql server using PointInTime Restore either from private access server to different private access resources or from public access server to private access server. +These cmdlets restore MySql server using PointInTime Restore either from private access server to different private access resources or from public access server to private access server. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Restore-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/Restore-AzMySqlServer.md deleted file mode 100644 index bd1bef8a1c9f..000000000000 --- a/src/MySql/MySql.Autorest/examples/Restore-AzMySqlServer.md +++ /dev/null @@ -1,27 +0,0 @@ -### Example 1: Restore MySql server using GeoReplica Restore -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test-replica | Restore-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -UseGeoRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet restores MySql server using GeoReplica Restore. - -### Example 2: Restore MySql server using PointInTime Restore -```powershell -$restorePointInTime = (Get-Date).AddMinutes(-10) -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Restore-AzMySqlServer -Name mysql-test-restore -ResourceGroupName PowershellMySqlTest -RestorePointInTime $restorePointInTime -UsePointInTimeRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-restore eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -These cmdlets restore MySql server using PointInTime Restore. - diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlConfiguration.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlConfiguration.md deleted file mode 100644 index 8885f95eea23..000000000000 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlConfiguration.md +++ /dev/null @@ -1,26 +0,0 @@ -### Example 1: Update MySql configuration by name -```powershell -Update-AzMySqlConfiguration -Name net_retry_count -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -Value 15 -``` - -```output -Name Value ----- ----- -net_retry_count 15 -``` - -This cmdlet updates MySql configuration by name. - -### Example 2: Update MySql configuration by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/configurations/wait_timeout" -Update-AzMySqlConfiguration -InputObject $ID -Value 150 -``` - -```output -Name Value ----- ----- -wait_timeout 150 -``` - -These cmdlets update MySql configuration by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFirewallRule.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFirewallRule.md deleted file mode 100644 index 8bb3a94dc5cb..000000000000 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFirewallRule.md +++ /dev/null @@ -1,40 +0,0 @@ -### Example 1: Update MySql Firewall Rule by name -```powershell -Update-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -This cmdlet updates MySql Firewall Rule by name. - -### Example 2: Update MySql Firewall Rule by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -These cmdlets update MySql Firewall Rule by identity. - -### Example 3: Update MySql Firewall Rule by -ClientIPAddress. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -ClientIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.2 -``` - -These cmdlets update MySql Firewall Rule by -ClientIPAddress. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServer.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServer.md index 777dafa22b4c..d46723ca7a5b 100644 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServer.md @@ -22,4 +22,4 @@ Name Location SkuName SkuTier AdministratorLogi mysql-test West US 2 Standard_D2ds_v4 GeneralPurpose admin 5.7 32 ``` -This cmdlet updates MySql server by identity. +This cmdlet updates MySql server by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerConfiguration.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerConfiguration.md index 62a525722fbb..4a58fafcda68 100644 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerConfiguration.md +++ b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerConfiguration.md @@ -23,5 +23,4 @@ Name Value AllowedValue Source DefaultValue wait_timeout 150 1-31536000 user-override 28800 ``` -These cmdlets update MySql configuration by identity. - +These cmdlets update MySql configuration by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerFirewallRule.md index 90f9d6029dc0..9cc1ebce9ed1 100644 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql.Autorest/examples/Update-AzMySqlFlexibleServerFirewallRule.md @@ -23,4 +23,4 @@ Name StartIPAddress EndIPAddress rule 0.0.0.2 0.0.0.3 ``` -These cmdlets update MySql Firewall Rule by identity. +These cmdlets update MySql Firewall Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlServer.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlServer.md deleted file mode 100644 index bae58cc6ebe7..000000000000 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlServer.md +++ /dev/null @@ -1,25 +0,0 @@ -### Example 1: Update MySql server by resource group and server name -```powershell -Update-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SslEnforcement Disabled -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by resource group and server name. - -### Example 2: Update MySql server by identity. -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServer -BackupRetentionDay 23 -StorageInMb 10240 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by identity. diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlServerConfigurationsList.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlServerConfigurationsList.md deleted file mode 100644 index 51170e486721..000000000000 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlServerConfigurationsList.md +++ /dev/null @@ -1,13 +0,0 @@ -### Example 1: Update MySQL configurations list by name -```powershell -Update-AzMySqlServerConfigurationsList -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` -Update MySQL configurations list by name. - -### Example 2: Update MySQL configurations list by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServerConfigurationsList -``` - -Update MySQL configurations list by ID. - diff --git a/src/MySql/MySql.Autorest/examples/Update-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql.Autorest/examples/Update-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 21b9bfeb5cbe..000000000000 --- a/src/MySql/MySql.Autorest/examples/Update-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,28 +0,0 @@ -### Example 1: Update MySql Virtual Network Rule by name -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2" -Update-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet updates MySql Virtual Network Rule by name. - -### Example 2: Update MySql Virtual Network Rule by identity. -```powershell -$SubnetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -$VNetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Update-AzMySqlVirtualNetworkRule -InputObject $VNetID -SubnetId $SubnetID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets update MySql Virtual Network Rule by identity. \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/generate-info.json b/src/MySql/MySql.Autorest/generate-info.json index 09adfb528286..9b8566159d08 100644 --- a/src/MySql/MySql.Autorest/generate-info.json +++ b/src/MySql/MySql.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "0fd19a8b-c643-4d30-bdff-b0e6c750101b" + "generate_Id": "b38b3f8a-4bc7-4d20-94b0-c50b917ad4b5" } diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Recording.json b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Recording.json index 0c23d7dc81e1..41c2dedfb582 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Recording.json +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Recording.json @@ -1,16 +1,17 @@ { - "AzMySqlFlexibleServer+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01+1": { + "AzMySqlFlexibleServer+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "7d89718e-a3c9-48dc-931d-66b51a467ec4" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "1f879655-9dc1-4f38-bab6-7351c065a79d" ], "CommandName": [ "Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -21,35 +22,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "a882bd3c-8f0c-478e-8c8b-fe4a382ead5b", "f7f3a28c-fecf-4f30-b89b-f028135aa879", "6fdc2932-f0b0-438f-ba51-ce6a5cd9373b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-request-id": [ "bcd8bbaa-c4ff-47a6-be38-8bf9ab777506" ], - "x-ms-correlation-request-id": [ "bcd8bbaa-c4ff-47a6-be38-8bf9ab777506" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175329Z:bcd8bbaa-c4ff-47a6-be38-8bf9ab777506" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-original-request-ids": [ "d794d590-89b4-4d40-b4e3-b508f8b9a478" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 27 Aug 2021 17:53:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "9597a4b7-36a8-4a1d-b5ae-1a935f99463c" ], + "x-ms-correlation-request-id": [ "9597a4b7-36a8-4a1d-b5ae-1a935f99463c" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101336Z:9597a4b7-36a8-4a1d-b5ae-1a935f99463c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 2C658F315319444E85BD8CA62A9559C4 Ref B: JKT201051407036 Ref C: 2025-10-31T10:13:35Z" ], + "Date": [ "Fri, 31 Oct 2025 10:13:35 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "2808" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "3617" ] + "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"lazybongo7\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"daeunyim-mysql-vnet.mysql.database.azure.com\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Disabled\",\"delegatedSubnetResourceId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/daeunyim-rg/providers/Microsoft.Network/virtualNetworks/daeunyim-vnet-test/subnets/daeunyim-mysql-subnet\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-22T21:26:10.9161013+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/daeunyim-rg/providers/Microsoft.DBforMySQL/flexibleServers/daeunyim-mysql-vnet\",\"name\":\"daeunyim-mysql-vnet\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"},{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"},{\"sku\":{\"name\":\"Standard_D2s_v3\",\"tier\":\"GeneralPurpose\"},\"properties\":{\"administratorLogin\":\"guiltyraisins3\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"daeunyim-georedun.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Enabled\",\"earliestRestoreDate\":\"2021-08-22T17:23:30.1386475+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/daeunyim-rg/providers/Microsoft.DBforMySQL/flexibleServers/daeunyim-georedun\",\"name\":\"daeunyim-georedun\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"},{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"eatableeland8\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"daeunyim-replica-canary.mysql.database.azure.com\",\"availabilityZone\":\"1\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-22T16:44:40.0478091+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/daeunyim-rg/providers/Microsoft.DBforMySQL/flexibleServers/daeunyim-replica-canary\",\"name\":\"daeunyim-replica-canary\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"systemData\":{\"createdAt\":\"2025-10-31T02:40:14.4894012Z\"},\"properties\":{\"administratorLogin\":\"joyer_test\",\"storage\":{\"storageSizeGB\":41,\"iops\":423,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"joyer-mysql.mysql.database.azure.com\",\"availabilityZone\":\"\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T02:50:14.4894012+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/joyer-testmysql/providers/Microsoft.DBforMySQL/flexibleServers/joyer-mysql\",\"name\":\"joyer-mysql\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"},{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"systemData\":{\"createdAt\":\"2025-10-29T09:34:26.6078742Z\"},\"properties\":{\"administratorLogin\":\"joyer_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"joyer-mysql-02.mysql.database.azure.com\",\"availabilityZone\":\"\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-29T09:36:35.895819+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/joyer-testmysql/providers/Microsoft.DBforMySQL/flexibleServers/joyer-mysql-02\",\"name\":\"joyer-mysql-02\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"},{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:19:31.6560907+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01+2": { + "AzMySqlFlexibleServer+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "7367e3c9-0c99-46f4-999a-45b012e61e12" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "8b10c94c-8b5d-4dba-81b9-c8e31f440002" ], "CommandName": [ "Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,35 +66,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "x-ms-original-request-ids": [ "a1212b76-f184-46e6-a57f-fd35b7edf44d" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1e8b0b9d-0620-4566-8c12-16ed8ed2f459" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "5309c99d-d288-4547-a659-6f709ea26116" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175329Z:5309c99d-d288-4547-a659-6f709ea26116" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "8cd0cb89-c1b9-42ce-933b-b4a6093fbab2" ], + "x-ms-correlation-request-id": [ "8cd0cb89-c1b9-42ce-933b-b4a6093fbab2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101338Z:8cd0cb89-c1b9-42ce-933b-b4a6093fbab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:53:29 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 431AF6B4089B4296AECD8E2DF1434568 Ref B: JKT201051407036 Ref C: 2025-10-31T10:13:36Z" ], + "Date": [ "Fri, 31 Oct 2025 10:13:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "872" ], + "Content-Length": [ "1062" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:19:31.6560907+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "518d468d-9ce0-48ad-8a12-24905b34de3b" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "5b229704-2c14-4b78-ba3a-d880c665fb46" ], "CommandName": [ "Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -100,27 +111,31 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "6d3949f8-4cf8-496d-a4bb-f16f85697d24" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ "a7ceb7ab-f2ed-4b14-a28b-c8432a10f6b6" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061749Z:a7ceb7ab-f2ed-4b14-a28b-c8432a10f6b6" ], + "x-ms-request-id": [ "a11724c3-16b9-4c74-9c0a-774629a5e9fc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4ba24bfd-2c28-4f11-9d97-b8041b943f86" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101339Z:4ba24bfd-2c28-4f11-9d97-b8041b943f86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:17:49 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: FCBB8097E3CE4A2DBC873F55551464A3 Ref B: JKT201051407036 Ref C: 2025-10-31T10:13:38Z" ], + "Date": [ "Fri, 31 Oct 2025 10:13:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "952" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:19:31.6560907+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"backup\": {\r\n \"backupRetentionDays\": 12\r\n }\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -133,39 +148,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/36a8d8f6-44e9-4949-b248-6fa8db83e77f?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/18d91b7d-e4e4-448a-a12b-3c85fd7eeede?api-version=2021-05-01\u0026t=638975024197525174\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=PC6OQBuSqT68W7HPrsgdH7LGT_36rWXYM-BrfZaTO6DhvR5pF3sCtmcjHzRIxBa1Sd5py02M3u0otl3tgJ2ukD2aSl526zbXxg6-BFA8wGTbnVd_S5FLIyZ21Bo3XCuE57gIcjCHshdLHutrBJcTH_bV-muPTshkI1rVstlkD57dO060IO9l6QErvEa4Ru5wlTLDqscy1c1qfS4PJK4OBprbz6NpSoYv2mvEBBHeBMrxRuoZlht3U4VsRGokH_fC7O16C4NtbBh3PYPmZlJw0SRcnNgcAkRSpF1-qrN7dGSxs3M6R2XwK69vdNbXGmkDtA0RcWlWN8z3yqVylL9sUA\u0026h=nkZU53oIScNPQ_3SWroGA8FAaeL6oRd6jn7kjejEabI" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/36a8d8f6-44e9-4949-b248-6fa8db83e77f?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/18d91b7d-e4e4-448a-a12b-3c85fd7eeede?api-version=2021-05-01\u0026t=638975024197368979\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Q3OroZMWBzPHLf3OeN8zaVMfOjFGEclsMvBuQ-p9a6wG7UGNAspVdQCwSSOqNrGML1RsV7Gas-rX4gKX8huf7vkHCaGZp5gCzwHCizzvIpKyMD1QItQlp3-D10a3w_hXoBQJl8l26ojKn80jCDN3rnpvRJFkh1P6N4-ZCURi9SwVqZiOEY-JPjhTT1adj58poMQtBuaWqPGhjc-EAyPKx-EwyPMw1u8sOZzrikXRNsYNHb5CN_8SWrY1nAxuqnIKOh4MKkjtXE179tfyTVHv0QqfXkDKvJhxegR9uF0fUNb-hMbha4t19v86r-VUant--VhiR6sZCPaZNCEs36arqA\u0026h=J-Oa-6yDqsUsooT4_JAfkBYX6HLHrcLb8Ty52qhOx0c" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "36a8d8f6-44e9-4949-b248-6fa8db83e77f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "b0bf683e-934f-43a0-bf04-eaeeeb21e760" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061750Z:b0bf683e-934f-43a0-bf04-eaeeeb21e760" ], + "x-ms-request-id": [ "18d91b7d-e4e4-448a-a12b-3c85fd7eeede" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/52a594bb-9e97-4e68-9f48-575dead17ad1" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "3b029979-f17d-4071-b81f-7428e4646ab6" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101339Z:3b029979-f17d-4071-b81f-7428e4646ab6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:17:50 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 777099BEFCC3480580895808B8870231 Ref B: JKT201051407036 Ref C: 2025-10-31T10:13:39Z" ], + "Date": [ "Fri, 31 Oct 2025 10:13:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "88" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T06:17:50.137Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:13:39.677Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/36a8d8f6-44e9-4949-b248-6fa8db83e77f?api-version=2021-05-01+3": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/18d91b7d-e4e4-448a-a12b-3c85fd7eeede?api-version=2021-05-01\u0026t=638975024197368979\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Q3OroZMWBzPHLf3OeN8zaVMfOjFGEclsMvBuQ-p9a6wG7UGNAspVdQCwSSOqNrGML1RsV7Gas-rX4gKX8huf7vkHCaGZp5gCzwHCizzvIpKyMD1QItQlp3-D10a3w_hXoBQJl8l26ojKn80jCDN3rnpvRJFkh1P6N4-ZCURi9SwVqZiOEY-JPjhTT1adj58poMQtBuaWqPGhjc-EAyPKx-EwyPMw1u8sOZzrikXRNsYNHb5CN_8SWrY1nAxuqnIKOh4MKkjtXE179tfyTVHv0QqfXkDKvJhxegR9uF0fUNb-hMbha4t19v86r-VUant--VhiR6sZCPaZNCEs36arqA\u0026h=J-Oa-6yDqsUsooT4_JAfkBYX6HLHrcLb8Ty52qhOx0c+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/36a8d8f6-44e9-4949-b248-6fa8db83e77f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/18d91b7d-e4e4-448a-a12b-3c85fd7eeede?api-version=2021-05-01\u0026t=638975024197368979\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Q3OroZMWBzPHLf3OeN8zaVMfOjFGEclsMvBuQ-p9a6wG7UGNAspVdQCwSSOqNrGML1RsV7Gas-rX4gKX8huf7vkHCaGZp5gCzwHCizzvIpKyMD1QItQlp3-D10a3w_hXoBQJl8l26ojKn80jCDN3rnpvRJFkh1P6N4-ZCURi9SwVqZiOEY-JPjhTT1adj58poMQtBuaWqPGhjc-EAyPKx-EwyPMw1u8sOZzrikXRNsYNHb5CN_8SWrY1nAxuqnIKOh4MKkjtXE179tfyTVHv0QqfXkDKvJhxegR9uF0fUNb-hMbha4t19v86r-VUant--VhiR6sZCPaZNCEs36arqA\u0026h=J-Oa-6yDqsUsooT4_JAfkBYX6HLHrcLb8Ty52qhOx0c", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "148da79a-71c1-4840-934b-38c268875736" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "dc495fd3-4b46-4fd0-b2fe-3a8a25f2a842" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -177,35 +197,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "d0b6e2df-44e5-48ee-a72f-c59428605fce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "53ed8516-4499-456d-bc6b-f3241e58f9a7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061850Z:53ed8516-4499-456d-bc6b-f3241e58f9a7" ], + "x-ms-request-id": [ "61c6b9c1-eb2b-40d4-89d6-fcf82d6b66cc" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/a89e1ab9-eff4-4f2d-83c5-55f11aa75ef4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "90dc365e-69d7-439d-9633-16b6eedec491" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101440Z:90dc365e-69d7-439d-9633-16b6eedec491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:50 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CA08A7B07E6744CEB3BD65F7C7D89B79 Ref B: JKT201051407036 Ref C: 2025-10-31T10:14:40Z" ], + "Date": [ "Fri, 31 Oct 2025 10:14:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"36a8d8f6-44e9-4949-b248-6fa8db83e77f\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:17:50.137Z\"}" + "Content": "{\"name\":\"18d91b7d-e4e4-448a-a12b-3c85fd7eeede\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:13:39.677Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+4": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "148da79a-71c1-4840-934b-38c268875736" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "dc495fd3-4b46-4fd0-b2fe-3a8a25f2a842" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -216,27 +241,31 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b8bc1a90-b111-44a3-abec-085e7dec9b4c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "0e8f9521-a2ed-48e9-bb0f-6a78f4514ae5" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061850Z:0e8f9521-a2ed-48e9-bb0f-6a78f4514ae5" ], + "x-ms-request-id": [ "bff3a76f-c518-4382-bc25-354eca0a0e2d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "1d8d4d4e-3424-4ae2-a4ef-0969f097145a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101441Z:1d8d4d4e-3424-4ae2-a4ef-0969f097145a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:50 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B0E15A7E4EB7414BAD65A6CDF7FCBB55 Ref B: JKT201051407036 Ref C: 2025-10-31T10:14:40Z" ], + "Date": [ "Fri, 31 Oct 2025 10:14:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1051" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+5": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+5": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"maintenanceWindow\": {\r\n \"customWindow\": \"Enabled\",\r\n \"startHour\": 1,\r\n \"startMinute\": 30,\r\n \"dayOfWeek\": 1\r\n }\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -249,39 +278,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/b4136a4c-0b82-41fe-bd2a-6723cf41dbd5?api-version=2021-05-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b4136a4c-0b82-41fe-bd2a-6723cf41dbd5?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/539827e0-a8c9-4c0c-86fb-835c332219f3?api-version=2021-05-01\u0026t=638975024822578697\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=M4QV3PltlYzaAs-8Pri7JBBGk32rfe7KbfT58rvZuj4TRg7YEnXg5Tv8XW1TwLQnwv83P5Ten_CfQ6VVzMsV1V9Rj1pDb10uYqtWhPvmFGezBE1IlDboL7SE5mBIURyZdwyJaKUu-_TxHnFkfVaF8lq_0okWj1ogMGlwWgSf1zdXwfIxk6YA3ZBc8WzJVe-Ej9k2ERIffZyBsO0eICfbt94VI85cRIWZZ60F-2DoSH1GsqViqdIjFW7bv_fj5yqtFha3eUIQaL5E_7Btcp6YKCUlUS7Xt8sgTPMe7fYwe12q4C4iDw2xH4LU91E6b8Sq1rU4lSk2S6ZMr-3aE38eWA\u0026h=GLtHgBLWc87Zn8FHER79W56qLzu5eKn42uGmJ1nKmtg" ], + "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/539827e0-a8c9-4c0c-86fb-835c332219f3?api-version=2021-05-01\u0026t=638975024821484941\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jjAVN-qk-O7taM4qgOnXQL7htakCnFldG_tEbaidR12rTBKHO1P1XHJpQhoil24oR9ImBNfTbQVZAKnoOp6rwn91L_z7W_xtxKwqw8_4UvGoOXpPfS3F8f98s7NKa_Mtyg-iyrmfL6oQNENTAPkIW8oUq3qL1QS0K0HzhhSbk3bzwlpFRiidoCVQRrxNooWOWfve-YmA_PyhVqnF9DMjRc8SBlZVUwGWN5X9Aeyi7Lwz2RFajDnFzbEU8cnVBHex0Acx94L2NqdYqilVHv2Kp3fEzQlOLXqDLRnhRLIMA7l5O4_IAppQN3HFTbMlMstwtc85c3c1zFue3SxIchjL-Q\u0026h=EWAvQ_zKHvRAmYmAH-cY6KC96f8YTAtmIc9bMRFbfaA" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b4136a4c-0b82-41fe-bd2a-6723cf41dbd5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "190497a8-3147-4b37-9026-4b131db2a3f4" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061851Z:190497a8-3147-4b37-9026-4b131db2a3f4" ], + "x-ms-request-id": [ "539827e0-a8c9-4c0c-86fb-835c332219f3" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/ff0f0627-fc1f-4720-a736-23e560324a23" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "d8f7fcfd-f085-42fc-a8df-6e4d3749b266" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101442Z:d8f7fcfd-f085-42fc-a8df-6e4d3749b266" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:50 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 166F636789094EC58051FEBF4F8035DC Ref B: JKT201051407036 Ref C: 2025-10-31T10:14:41Z" ], + "Date": [ "Fri, 31 Oct 2025 10:14:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "97" ], + "Content-Length": [ "88" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertMaintenanceWindowManagementOperation\",\"startTime\":\"2021-08-27T06:18:50.983Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:14:42.047Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b4136a4c-0b82-41fe-bd2a-6723cf41dbd5?api-version=2021-05-01+6": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/539827e0-a8c9-4c0c-86fb-835c332219f3?api-version=2021-05-01\u0026t=638975024821484941\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jjAVN-qk-O7taM4qgOnXQL7htakCnFldG_tEbaidR12rTBKHO1P1XHJpQhoil24oR9ImBNfTbQVZAKnoOp6rwn91L_z7W_xtxKwqw8_4UvGoOXpPfS3F8f98s7NKa_Mtyg-iyrmfL6oQNENTAPkIW8oUq3qL1QS0K0HzhhSbk3bzwlpFRiidoCVQRrxNooWOWfve-YmA_PyhVqnF9DMjRc8SBlZVUwGWN5X9Aeyi7Lwz2RFajDnFzbEU8cnVBHex0Acx94L2NqdYqilVHv2Kp3fEzQlOLXqDLRnhRLIMA7l5O4_IAppQN3HFTbMlMstwtc85c3c1zFue3SxIchjL-Q\u0026h=EWAvQ_zKHvRAmYmAH-cY6KC96f8YTAtmIc9bMRFbfaA+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b4136a4c-0b82-41fe-bd2a-6723cf41dbd5?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/539827e0-a8c9-4c0c-86fb-835c332219f3?api-version=2021-05-01\u0026t=638975024821484941\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jjAVN-qk-O7taM4qgOnXQL7htakCnFldG_tEbaidR12rTBKHO1P1XHJpQhoil24oR9ImBNfTbQVZAKnoOp6rwn91L_z7W_xtxKwqw8_4UvGoOXpPfS3F8f98s7NKa_Mtyg-iyrmfL6oQNENTAPkIW8oUq3qL1QS0K0HzhhSbk3bzwlpFRiidoCVQRrxNooWOWfve-YmA_PyhVqnF9DMjRc8SBlZVUwGWN5X9Aeyi7Lwz2RFajDnFzbEU8cnVBHex0Acx94L2NqdYqilVHv2Kp3fEzQlOLXqDLRnhRLIMA7l5O4_IAppQN3HFTbMlMstwtc85c3c1zFue3SxIchjL-Q\u0026h=EWAvQ_zKHvRAmYmAH-cY6KC96f8YTAtmIc9bMRFbfaA", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "0fa6534f-2771-4ecf-8196-fa191528ea15" ], + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "0b89ca2b-8f8b-4417-a1fd-62641c35bee7" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -291,37 +325,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "5" ], + "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "62701052-7027-438f-b159-8a47cf783502" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "c0735ba3-25ff-44df-87a2-9f89d7b202bc" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061856Z:c0735ba3-25ff-44df-87a2-9f89d7b202bc" ], + "x-ms-request-id": [ "db7d2ec0-77d7-4d66-9e5f-9647158ae2d6" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/291a00a5-6be6-4bcf-9e90-264fe786e683" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "f2518a87-c5ed-49c9-b4be-42999cd72a49" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101543Z:f2518a87-c5ed-49c9-b4be-42999cd72a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:55 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CE010691F1F34368A46CF67189F5A38C Ref B: JKT201051407036 Ref C: 2025-10-31T10:15:42Z" ], + "Date": [ "Fri, 31 Oct 2025 10:15:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"b4136a4c-0b82-41fe-bd2a-6723cf41dbd5\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:18:50.983Z\"}" + "Content": "{\"name\":\"539827e0-a8c9-4c0c-86fb-835c332219f3\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:14:42.047Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+7": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "0fa6534f-2771-4ecf-8196-fa191528ea15" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "0b89ca2b-8f8b-4417-a1fd-62641c35bee7" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -332,34 +371,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4b52de46-ab54-457a-aa9c-1f50a00cbb1f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "04b7e1b4-99f1-4db5-8d2e-3fadfae0720a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061856Z:04b7e1b4-99f1-4db5-8d2e-3fadfae0720a" ], + "x-ms-request-id": [ "af4752e5-0c82-4b5a-bdf4-236978c7ef6d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "57b66009-6a48-4c23-80b0-66049ad60049" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101544Z:57b66009-6a48-4c23-80b0-66049ad60049" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:55 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E09F5DD872F54825B9AF2EE2C11394F4 Ref B: JKT201051407036 Ref C: 2025-10-31T10:15:44Z" ], + "Date": [ "Fri, 31 Oct 2025 10:15:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1051" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01+8": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "13d475ce-17c0-4e47-b7b2-4a1773679d21" ], + "x-ms-unique-id": [ "24" ], + "x-ms-client-request-id": [ "1cbc8629-b351-47ed-ace8-92d2edcd3b88" ], "CommandName": [ "Stop-AzMySqlFlexibleServer" ], "FullCommandName": [ "Stop-AzMySqlFlexibleServer_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -370,39 +413,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025454075424\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=ZSfASN87v0FZBMPdeh43nlEdcSiU6hIbxeIT9ioHpeej-qB4spr7Edi0Nh0X7wGd4vQYDJkRdasSt--m7bTHz-MbhWGCgM7X_INbO9w2sNJB0ZBKlBotiy_QumRnvl974NmrzpQF0wrLZarufVfHrari1z5aOS7KuRCJ8eC4AziIDsAlslxkW3_Pm1Yz5wQj8HdTUtobbdY2gqVEYvbtFSFnyCGjGSEi96JdNMa0KKolEIe7awJeSmvcnOHI0gzYqlP_woO9siIoUqjhtNXX08sKt0TuN4zfE7P0ud32gACBqf3BgmmfVy2wC6y1l1-Ig5eonYNE-cbpXNRmHrBwBw\u0026h=vMuJtDgrwL1sxu3l81dFhG_8tSyLmNf1Gl9ZCzF_7gY" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025453919239\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=GfbshgeqPMI2Kkgxe63WgQephSYRtAp3sZLRvvaHNPkOhW-8UbVKxf-Yh5Isx3dXQMftDz6D8OIaEPmN6MQZfUwuPyZ6x2U-m6pJJFs6l8s1vWOpxnEcHgh_I3Q314osz-pckLYmW0BsbONVvIhku9ZKGhnEtAy47JN_4V7Pq6K93ghseiDAsKG5jMiKI2gkSafrU8vhgBDHOu1elyv8tIbCNDwgaOMQkgYVT1Tq0jgdmcQMfbPUnS6-zG-fka3kgB57UGifsKXPquc8TWnSkiCFoUB0keZvBcJHVOT2fP0qxHJstKgjUqtvzM6OsVwOChQ90OEjXeqz9j0dRm2bJw\u0026h=KGebyLNsIVHXiIA05p-ZIGWj1o0fa69q2LU21y3IbI0" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "99b1a459-7ef1-4122-81cf-fd8bf715a91f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "c06ba6cc-82c0-47ef-b71b-4a5c474de3a8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061856Z:c06ba6cc-82c0-47ef-b71b-4a5c474de3a8" ], + "x-ms-request-id": [ "0cffa80f-6780-475a-a3c6-1833be0db8c4" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/beccfb3d-28f3-482a-acfa-5eab1502eb78" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "94c84420-dd1d-4868-9fc9-b19d144c3488" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101545Z:94c84420-dd1d-4868-9fc9-b19d144c3488" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:18:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 56263A7076A044F58A87986182884E11 Ref B: JKT201051407036 Ref C: 2025-10-31T10:15:45Z" ], + "Date": [ "Fri, 31 Oct 2025 10:15:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "84" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"StopServerManagementOperation\",\"startTime\":\"2021-08-27T06:18:56.513Z\"}" + "Content": "{\"operation\":\"StopServerManagementOperation\",\"startTime\":\"2025-10-31T10:15:45.283Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01+9": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025453919239\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=GfbshgeqPMI2Kkgxe63WgQephSYRtAp3sZLRvvaHNPkOhW-8UbVKxf-Yh5Isx3dXQMftDz6D8OIaEPmN6MQZfUwuPyZ6x2U-m6pJJFs6l8s1vWOpxnEcHgh_I3Q314osz-pckLYmW0BsbONVvIhku9ZKGhnEtAy47JN_4V7Pq6K93ghseiDAsKG5jMiKI2gkSafrU8vhgBDHOu1elyv8tIbCNDwgaOMQkgYVT1Tq0jgdmcQMfbPUnS6-zG-fka3kgB57UGifsKXPquc8TWnSkiCFoUB0keZvBcJHVOT2fP0qxHJstKgjUqtvzM6OsVwOChQ90OEjXeqz9j0dRm2bJw\u0026h=KGebyLNsIVHXiIA05p-ZIGWj1o0fa69q2LU21y3IbI0+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025453919239\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=GfbshgeqPMI2Kkgxe63WgQephSYRtAp3sZLRvvaHNPkOhW-8UbVKxf-Yh5Isx3dXQMftDz6D8OIaEPmN6MQZfUwuPyZ6x2U-m6pJJFs6l8s1vWOpxnEcHgh_I3Q314osz-pckLYmW0BsbONVvIhku9ZKGhnEtAy47JN_4V7Pq6K93ghseiDAsKG5jMiKI2gkSafrU8vhgBDHOu1elyv8tIbCNDwgaOMQkgYVT1Tq0jgdmcQMfbPUnS6-zG-fka3kgB57UGifsKXPquc8TWnSkiCFoUB0keZvBcJHVOT2fP0qxHJstKgjUqtvzM6OsVwOChQ90OEjXeqz9j0dRm2bJw\u0026h=KGebyLNsIVHXiIA05p-ZIGWj1o0fa69q2LU21y3IbI0", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "13d475ce-17c0-4e47-b7b2-4a1773679d21" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "1cbc8629-b351-47ed-ace8-92d2edcd3b88" ], "CommandName": [ "Stop-AzMySqlFlexibleServer" ], "FullCommandName": [ "Stop-AzMySqlFlexibleServer_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -414,35 +462,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "40b55766-0957-46a4-84ab-9ade8b266b82" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "1b3d41cf-de55-41ae-b091-310be53c52c5" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T061956Z:1b3d41cf-de55-41ae-b091-310be53c52c5" ], + "x-ms-request-id": [ "2de872ef-8b13-46a5-853d-8bdd36ff78bb" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/b107c721-1688-4af7-816b-19e2f967da02" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "1982a59b-e4f1-4bfd-8d3b-08328343a63e" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101646Z:1982a59b-e4f1-4bfd-8d3b-08328343a63e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:19:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5A7781AE3528460499EEAD0343787302 Ref B: JKT201051407036 Ref C: 2025-10-31T10:16:45Z" ], + "Date": [ "Fri, 31 Oct 2025 10:16:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"99b1a459-7ef1-4122-81cf-fd8bf715a91f\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:18:56.513Z\"}" + "Content": "{\"name\":\"0cffa80f-6780-475a-a3c6-1833be0db8c4\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:15:45.283Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01+10": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025454075424\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=ZSfASN87v0FZBMPdeh43nlEdcSiU6hIbxeIT9ioHpeej-qB4spr7Edi0Nh0X7wGd4vQYDJkRdasSt--m7bTHz-MbhWGCgM7X_INbO9w2sNJB0ZBKlBotiy_QumRnvl974NmrzpQF0wrLZarufVfHrari1z5aOS7KuRCJ8eC4AziIDsAlslxkW3_Pm1Yz5wQj8HdTUtobbdY2gqVEYvbtFSFnyCGjGSEi96JdNMa0KKolEIe7awJeSmvcnOHI0gzYqlP_woO9siIoUqjhtNXX08sKt0TuN4zfE7P0ud32gACBqf3BgmmfVy2wC6y1l1-Ig5eonYNE-cbpXNRmHrBwBw\u0026h=vMuJtDgrwL1sxu3l81dFhG_8tSyLmNf1Gl9ZCzF_7gY+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/0cffa80f-6780-475a-a3c6-1833be0db8c4?api-version=2021-05-01\u0026t=638975025454075424\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=ZSfASN87v0FZBMPdeh43nlEdcSiU6hIbxeIT9ioHpeej-qB4spr7Edi0Nh0X7wGd4vQYDJkRdasSt--m7bTHz-MbhWGCgM7X_INbO9w2sNJB0ZBKlBotiy_QumRnvl974NmrzpQF0wrLZarufVfHrari1z5aOS7KuRCJ8eC4AziIDsAlslxkW3_Pm1Yz5wQj8HdTUtobbdY2gqVEYvbtFSFnyCGjGSEi96JdNMa0KKolEIe7awJeSmvcnOHI0gzYqlP_woO9siIoUqjhtNXX08sKt0TuN4zfE7P0ud32gACBqf3BgmmfVy2wC6y1l1-Ig5eonYNE-cbpXNRmHrBwBw\u0026h=vMuJtDgrwL1sxu3l81dFhG_8tSyLmNf1Gl9ZCzF_7gY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "13d475ce-17c0-4e47-b7b2-4a1773679d21" ], + "x-ms-unique-id": [ "26" ], + "x-ms-client-request-id": [ "1cbc8629-b351-47ed-ace8-92d2edcd3b88" ], "CommandName": [ "Stop-AzMySqlFlexibleServer" ], "FullCommandName": [ "Stop-AzMySqlFlexibleServer_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -452,77 +505,88 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b08d5f89-fe3c-4302-b3d9-9e09f25bd926" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "76e177d8-2f8b-434f-b5cd-5b14f2891e5a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062056Z:76e177d8-2f8b-434f-b5cd-5b14f2891e5a" ], + "x-ms-request-id": [ "cfeb4f55-e79c-44f1-b90c-363c38e019a8" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/b93cd20c-20db-4c1e-8336-57c9ea14b665" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "6cfd82f9-3109-4bf7-a251-e291f7c82579" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101646Z:6cfd82f9-3109-4bf7-a251-e291f7c82579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:20:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 424FFED6E4C54AF1AA76F99540A0D69D Ref B: JKT201051407036 Ref C: 2025-10-31T10:16:46Z" ], + "Date": [ "Fri, 31 Oct 2025 10:16:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "49" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"99b1a459-7ef1-4122-81cf-fd8bf715a91f\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:18:56.513Z\"}" + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01+11": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01+11": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01", + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "13d475ce-17c0-4e47-b7b2-4a1773679d21" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_Stop" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "65265be4-abaa-4d36-b3b7-7589fd5b3930" ], + "CommandName": [ "Start-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080306168\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=WvMD2aeqMXGWUkd9h5ew2fDnvja5QaTffaN1iEugGIuBABuvMj-13lmwYlPfVBoYG9kGWJOW9Vr8k1KbW9xLNAcANasDQyF4EswzND7Z9_eUgMflODxix9TNtsPisPXUH0j4Rhrql5YWuqMvhNwu0YIrS4jfnBE_9N-AX3evSFBWQgKr3FiU-gpCMDQDe8s_iFwSOZJHhnbJy6SwdVamoo7iQWpFW0WVxkBhfXeWIfQsB0FzNN22_vSN67xahK9is3AIKX5GiVXqoAUI6u0iOlBrghh7Ht7kbC7fEuHSJh9gShLCtKfLOqgUmloqHV_wp7EpltViwMYLrwJoW0vVKQ\u0026h=6PooPZ9f1b9Y9dmw4PksZ3Gt-yEVPjy6BGwgPJF5WbQ" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080149892\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=U0J1uX9ooLXERahmazs3fHf1tYw6N3OKmBlU5bRAF-Fh0KgjsIFU8Rw5Gq2s3ARaXo92q27H_ZmGHvCKVcKvw8P2M2Zyl7WifaWQUQSM0qdMvzepwyhoUHOR-ygktMzfx6IZKNOfu_oSYUbej9UHZl3c_bBRcXFU5MVcb4URZZU4mAplwOx_RkQetOCil71tQoYW58av9qp2CRuloDP9kcanGAvEPIHX3sZwVqL2jatXE2vXgpIHEmsCstp5NNp-ei403c4MMs5nug8q5mhIXSFyymZ6MBWD0sVybzhFsikilzSnSRdAWGPTIlzq5dih9dUWW0AFExi1SMzX2YkEhg\u0026h=m4p4vVtgkMYBtnF8lkHfjCCxgf_RuWFwdcE16S1iOdk" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9bf3850c-f9ec-4167-99fe-8b33bcd85244" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "27c8c71a-a5e6-4c29-b24d-36a4f357e567" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062157Z:27c8c71a-a5e6-4c29-b24d-36a4f357e567" ], + "x-ms-request-id": [ "2a862a65-e252-4c65-861c-7132ea26e4e2" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/c78ec985-9d55-46c3-9ee4-620926b8b8ea" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "ef0a540c-cd0a-48a3-b516-9e0f14c76bbe" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101648Z:ef0a540c-cd0a-48a3-b516-9e0f14c76bbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:21:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4F0C169719F64393B414960E3B049B16 Ref B: JKT201051407036 Ref C: 2025-10-31T10:16:47Z" ], + "Date": [ "Fri, 31 Oct 2025 10:16:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "85" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"99b1a459-7ef1-4122-81cf-fd8bf715a91f\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:18:56.513Z\"}" + "Content": "{\"operation\":\"StartServerManagementOperation\",\"startTime\":\"2025-10-31T10:16:47.863Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01+12": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080149892\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=U0J1uX9ooLXERahmazs3fHf1tYw6N3OKmBlU5bRAF-Fh0KgjsIFU8Rw5Gq2s3ARaXo92q27H_ZmGHvCKVcKvw8P2M2Zyl7WifaWQUQSM0qdMvzepwyhoUHOR-ygktMzfx6IZKNOfu_oSYUbej9UHZl3c_bBRcXFU5MVcb4URZZU4mAplwOx_RkQetOCil71tQoYW58av9qp2CRuloDP9kcanGAvEPIHX3sZwVqL2jatXE2vXgpIHEmsCstp5NNp-ei403c4MMs5nug8q5mhIXSFyymZ6MBWD0sVybzhFsikilzSnSRdAWGPTIlzq5dih9dUWW0AFExi1SMzX2YkEhg\u0026h=m4p4vVtgkMYBtnF8lkHfjCCxgf_RuWFwdcE16S1iOdk+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/99b1a459-7ef1-4122-81cf-fd8bf715a91f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080149892\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=U0J1uX9ooLXERahmazs3fHf1tYw6N3OKmBlU5bRAF-Fh0KgjsIFU8Rw5Gq2s3ARaXo92q27H_ZmGHvCKVcKvw8P2M2Zyl7WifaWQUQSM0qdMvzepwyhoUHOR-ygktMzfx6IZKNOfu_oSYUbej9UHZl3c_bBRcXFU5MVcb4URZZU4mAplwOx_RkQetOCil71tQoYW58av9qp2CRuloDP9kcanGAvEPIHX3sZwVqL2jatXE2vXgpIHEmsCstp5NNp-ei403c4MMs5nug8q5mhIXSFyymZ6MBWD0sVybzhFsikilzSnSRdAWGPTIlzq5dih9dUWW0AFExi1SMzX2YkEhg\u0026h=m4p4vVtgkMYBtnF8lkHfjCCxgf_RuWFwdcE16S1iOdk", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "13d475ce-17c0-4e47-b7b2-4a1773679d21" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_Stop" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "65265be4-abaa-4d36-b3b7-7589fd5b3930" ], + "CommandName": [ "Start-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -532,78 +596,87 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7065555d-ba38-4204-b237-076651211660" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "deb2f079-3af1-4c9b-a753-622660547455" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062157Z:deb2f079-3af1-4c9b-a753-622660547455" ], + "x-ms-request-id": [ "c8a08424-7df9-40db-a7d6-5be115334ce3" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/5c250c34-68dd-4d21-b96c-5ed756e952eb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "19f26ce4-6d70-4c8f-8952-835d32daa4d8" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101749Z:19f26ce4-6d70-4c8f-8952-835d32daa4d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:21:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 0AA6D98612CA40669DA0ECEA33BDB982 Ref B: JKT201051407036 Ref C: 2025-10-31T10:17:48Z" ], + "Date": [ "Fri, 31 Oct 2025 10:17:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "49" ], + "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" + "Content": "{\"name\":\"2a862a65-e252-4c65-861c-7132ea26e4e2\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:16:47.863Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01+13": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080149892\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=U0J1uX9ooLXERahmazs3fHf1tYw6N3OKmBlU5bRAF-Fh0KgjsIFU8Rw5Gq2s3ARaXo92q27H_ZmGHvCKVcKvw8P2M2Zyl7WifaWQUQSM0qdMvzepwyhoUHOR-ygktMzfx6IZKNOfu_oSYUbej9UHZl3c_bBRcXFU5MVcb4URZZU4mAplwOx_RkQetOCil71tQoYW58av9qp2CRuloDP9kcanGAvEPIHX3sZwVqL2jatXE2vXgpIHEmsCstp5NNp-ei403c4MMs5nug8q5mhIXSFyymZ6MBWD0sVybzhFsikilzSnSRdAWGPTIlzq5dih9dUWW0AFExi1SMzX2YkEhg\u0026h=m4p4vVtgkMYBtnF8lkHfjCCxgf_RuWFwdcE16S1iOdk+13": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080149892\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=U0J1uX9ooLXERahmazs3fHf1tYw6N3OKmBlU5bRAF-Fh0KgjsIFU8Rw5Gq2s3ARaXo92q27H_ZmGHvCKVcKvw8P2M2Zyl7WifaWQUQSM0qdMvzepwyhoUHOR-ygktMzfx6IZKNOfu_oSYUbej9UHZl3c_bBRcXFU5MVcb4URZZU4mAplwOx_RkQetOCil71tQoYW58av9qp2CRuloDP9kcanGAvEPIHX3sZwVqL2jatXE2vXgpIHEmsCstp5NNp-ei403c4MMs5nug8q5mhIXSFyymZ6MBWD0sVybzhFsikilzSnSRdAWGPTIlzq5dih9dUWW0AFExi1SMzX2YkEhg\u0026h=m4p4vVtgkMYBtnF8lkHfjCCxgf_RuWFwdcE16S1iOdk", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "632985e6-dd3e-40d1-8e77-bc4a0f4f7e3f" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "65265be4-abaa-4d36-b3b7-7589fd5b3930" ], "CommandName": [ "Start-AzMySqlFlexibleServer" ], "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "72348d8d-8083-4301-b1af-b4a081b45411" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "95d8e387-3f48-4411-83ec-96d3e76d067a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062157Z:95d8e387-3f48-4411-83ec-96d3e76d067a" ], + "x-ms-request-id": [ "10439ef7-090c-421b-9d11-8b7cae1d685c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/caa3cb5a-bfc6-4308-9572-7a3b5f1b067e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "8465588d-53c5-455a-92b1-cb4b3d746dd4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101850Z:8465588d-53c5-455a-92b1-cb4b3d746dd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:21:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 65FC0B9CF02746E4BA84C766C429B661 Ref B: JKT201051407036 Ref C: 2025-10-31T10:18:49Z" ], + "Date": [ "Fri, 31 Oct 2025 10:18:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "84" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"StartServerManagementOperation\",\"startTime\":\"2021-08-27T06:21:57.37Z\"}" + "Content": "{\"name\":\"2a862a65-e252-4c65-861c-7132ea26e4e2\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:16:47.863Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01+14": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080306168\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=WvMD2aeqMXGWUkd9h5ew2fDnvja5QaTffaN1iEugGIuBABuvMj-13lmwYlPfVBoYG9kGWJOW9Vr8k1KbW9xLNAcANasDQyF4EswzND7Z9_eUgMflODxix9TNtsPisPXUH0j4Rhrql5YWuqMvhNwu0YIrS4jfnBE_9N-AX3evSFBWQgKr3FiU-gpCMDQDe8s_iFwSOZJHhnbJy6SwdVamoo7iQWpFW0WVxkBhfXeWIfQsB0FzNN22_vSN67xahK9is3AIKX5GiVXqoAUI6u0iOlBrghh7Ht7kbC7fEuHSJh9gShLCtKfLOqgUmloqHV_wp7EpltViwMYLrwJoW0vVKQ\u0026h=6PooPZ9f1b9Y9dmw4PksZ3Gt-yEVPjy6BGwgPJF5WbQ+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2a862a65-e252-4c65-861c-7132ea26e4e2?api-version=2021-05-01\u0026t=638975026080306168\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=WvMD2aeqMXGWUkd9h5ew2fDnvja5QaTffaN1iEugGIuBABuvMj-13lmwYlPfVBoYG9kGWJOW9Vr8k1KbW9xLNAcANasDQyF4EswzND7Z9_eUgMflODxix9TNtsPisPXUH0j4Rhrql5YWuqMvhNwu0YIrS4jfnBE_9N-AX3evSFBWQgKr3FiU-gpCMDQDe8s_iFwSOZJHhnbJy6SwdVamoo7iQWpFW0WVxkBhfXeWIfQsB0FzNN22_vSN67xahK9is3AIKX5GiVXqoAUI6u0iOlBrghh7Ht7kbC7fEuHSJh9gShLCtKfLOqgUmloqHV_wp7EpltViwMYLrwJoW0vVKQ\u0026h=6PooPZ9f1b9Y9dmw4PksZ3Gt-yEVPjy6BGwgPJF5WbQ", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "632985e6-dd3e-40d1-8e77-bc4a0f4f7e3f" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "65265be4-abaa-4d36-b3b7-7589fd5b3930" ], "CommandName": [ "Start-AzMySqlFlexibleServer" ], "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -613,37 +686,83 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "e14bef36-f1f9-4d49-8e6e-c830bfaa2e66" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/malaysiasouth/d1a41096-b1f6-4f45-a3b9-1e2ca40e8ef0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "608074d1-b7c5-487a-a679-968ed556cba9" ], + "x-ms-routing-request-id": [ "MALAYSIASOUTH:20251031T101851Z:608074d1-b7c5-487a-a679-968ed556cba9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C3054068F4544A68A67BA54B548D3F4E Ref B: JKT201051407036 Ref C: 2025-10-31T10:18:50Z" ], + "Date": [ "Fri, 31 Oct 2025 10:18:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "49" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false + } + }, + "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01+15": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01", + "Content": "{\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327846053\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=vOl0QOtTRDgiPpLos2A2SzAq8vOWgWYTBbbrqVSiwG_e-JuEekEifL1j0IAuK-V-Cx9q2rUG22e7ALFGPnJn8IgIhYM7KKORlR0l6EsAupi8fQda0VjovCxWDw43gVgWVYQwDzTr-1AvcN2hs5hSNNWPIio9Na9hAhlueeOrrjKbyJKfMvEC9P0EREV5I5l_80nMfxqbW-bjpaV9LCQ7r1l6_Ne6nnDWyfEGB7qTD7gG2WBek2yrb2lMB4YdtSbqYbkyESY9JIA8rSfttq6IGCyNZJPERmQZ0aXFuy59d4FapuNH7eUAAJ56n0V49n2lvIzSl1nOesqB8a6sUpsQlA\u0026h=pRAUE4OY7xEX0jfz2Bcz3f2eZmL8fgpdKSSUx7PH8wU" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327689780\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=D5s-DkJrQKE43ueCcPV-Q9udUmjACHvtg-UPixnmVeKzk9aaewpLYd_Bm2jQRT6N4uUwbT18px8u0xfKntYF6LjwEh-yVfqC7du1Z3oMQIf7UYnkeRpj7ZQaLCyZ7tfXyIF-k8-zLqc2gfEraRbNp9o1FrUkGmbOVJ4tKwT3CyVOu7JmCuMrKpQeETlgYyYF_-zrRhD5dW5BOavLsIpA3_udQHaXZ4YAMx5x7sinV1G6tvfqTBBj0dRf1IxwYRXdgdagRO8tAgFF6pttSsQKVPOLvJVRsk7AcNFBKiFzYVCSeNp1I7oyLfHrtq2ek0XrsjfizIzBw9lPHZZfg7h-qQ\u0026h=ONC-vf5nChwBBXhoPdbl_aIDOjpEkNA3pZwcUFJOZY0" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "05ffc77a-4f73-4d8b-a2c0-30266b8e4feb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "3abb6596-4a79-4190-81e3-0de9d48a2102" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062257Z:3abb6596-4a79-4190-81e3-0de9d48a2102" ], + "x-ms-request-id": [ "2ba8781c-c2b7-487c-9e94-f51101d1e57c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/06fc79ee-aeba-4fd0-b571-ed06578ec15e" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "6d71c37e-1f67-40d2-9de3-78d72086e6c1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101852Z:6d71c37e-1f67-40d2-9de3-78d72086e6c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:22:56 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C97B3060EC9247449C7EC44EDF92B684 Ref B: JKT201051407036 Ref C: 2025-10-31T10:18:51Z" ], + "Date": [ "Fri, 31 Oct 2025 10:18:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "87" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"72348d8d-8083-4301-b1af-b4a081b45411\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:21:57.37Z\"}" + "Content": "{\"operation\":\"RestartServerManagementOperation\",\"startTime\":\"2025-10-31T10:18:52.633Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01+15": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327689780\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=D5s-DkJrQKE43ueCcPV-Q9udUmjACHvtg-UPixnmVeKzk9aaewpLYd_Bm2jQRT6N4uUwbT18px8u0xfKntYF6LjwEh-yVfqC7du1Z3oMQIf7UYnkeRpj7ZQaLCyZ7tfXyIF-k8-zLqc2gfEraRbNp9o1FrUkGmbOVJ4tKwT3CyVOu7JmCuMrKpQeETlgYyYF_-zrRhD5dW5BOavLsIpA3_udQHaXZ4YAMx5x7sinV1G6tvfqTBBj0dRf1IxwYRXdgdagRO8tAgFF6pttSsQKVPOLvJVRsk7AcNFBKiFzYVCSeNp1I7oyLfHrtq2ek0XrsjfizIzBw9lPHZZfg7h-qQ\u0026h=ONC-vf5nChwBBXhoPdbl_aIDOjpEkNA3pZwcUFJOZY0+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327689780\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=D5s-DkJrQKE43ueCcPV-Q9udUmjACHvtg-UPixnmVeKzk9aaewpLYd_Bm2jQRT6N4uUwbT18px8u0xfKntYF6LjwEh-yVfqC7du1Z3oMQIf7UYnkeRpj7ZQaLCyZ7tfXyIF-k8-zLqc2gfEraRbNp9o1FrUkGmbOVJ4tKwT3CyVOu7JmCuMrKpQeETlgYyYF_-zrRhD5dW5BOavLsIpA3_udQHaXZ4YAMx5x7sinV1G6tvfqTBBj0dRf1IxwYRXdgdagRO8tAgFF6pttSsQKVPOLvJVRsk7AcNFBKiFzYVCSeNp1I7oyLfHrtq2ek0XrsjfizIzBw9lPHZZfg7h-qQ\u0026h=ONC-vf5nChwBBXhoPdbl_aIDOjpEkNA3pZwcUFJOZY0", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "632985e6-dd3e-40d1-8e77-bc4a0f4f7e3f" ], - "CommandName": [ "Start-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "21384d5f-b5d9-44a5-95c9-b0b134a7586f" ], + "CommandName": [ "Restart-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -655,35 +774,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "d0838223-5b13-4573-8e69-f4a319cbe59f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "bc56e35b-f4f6-4db4-9e72-afb47b0b94b6" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062357Z:bc56e35b-f4f6-4db4-9e72-afb47b0b94b6" ], + "x-ms-request-id": [ "854d4dd6-e702-4bf6-96ff-56077b0c68f4" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/c207b8bc-185b-4a90-af5b-3a206d356964" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4228b599-b3bc-41a8-b3e5-8deaa42ca861" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101953Z:4228b599-b3bc-41a8-b3e5-8deaa42ca861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:23:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A2442BA36D32481F80BDF705DC6FBA58 Ref B: JKT201051407036 Ref C: 2025-10-31T10:19:53Z" ], + "Date": [ "Fri, 31 Oct 2025 10:19:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"72348d8d-8083-4301-b1af-b4a081b45411\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:21:57.37Z\"}" + "Content": "{\"name\":\"2ba8781c-c2b7-487c-9e94-f51101d1e57c\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:18:52.633Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01+16": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327846053\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=vOl0QOtTRDgiPpLos2A2SzAq8vOWgWYTBbbrqVSiwG_e-JuEekEifL1j0IAuK-V-Cx9q2rUG22e7ALFGPnJn8IgIhYM7KKORlR0l6EsAupi8fQda0VjovCxWDw43gVgWVYQwDzTr-1AvcN2hs5hSNNWPIio9Na9hAhlueeOrrjKbyJKfMvEC9P0EREV5I5l_80nMfxqbW-bjpaV9LCQ7r1l6_Ne6nnDWyfEGB7qTD7gG2WBek2yrb2lMB4YdtSbqYbkyESY9JIA8rSfttq6IGCyNZJPERmQZ0aXFuy59d4FapuNH7eUAAJ56n0V49n2lvIzSl1nOesqB8a6sUpsQlA\u0026h=pRAUE4OY7xEX0jfz2Bcz3f2eZmL8fgpdKSSUx7PH8wU+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/72348d8d-8083-4301-b1af-b4a081b45411?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2ba8781c-c2b7-487c-9e94-f51101d1e57c?api-version=2021-05-01\u0026t=638975027327846053\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=vOl0QOtTRDgiPpLos2A2SzAq8vOWgWYTBbbrqVSiwG_e-JuEekEifL1j0IAuK-V-Cx9q2rUG22e7ALFGPnJn8IgIhYM7KKORlR0l6EsAupi8fQda0VjovCxWDw43gVgWVYQwDzTr-1AvcN2hs5hSNNWPIio9Na9hAhlueeOrrjKbyJKfMvEC9P0EREV5I5l_80nMfxqbW-bjpaV9LCQ7r1l6_Ne6nnDWyfEGB7qTD7gG2WBek2yrb2lMB4YdtSbqYbkyESY9JIA8rSfttq6IGCyNZJPERmQZ0aXFuy59d4FapuNH7eUAAJ56n0V49n2lvIzSl1nOesqB8a6sUpsQlA\u0026h=pRAUE4OY7xEX0jfz2Bcz3f2eZmL8fgpdKSSUx7PH8wU", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "632985e6-dd3e-40d1-8e77-bc4a0f4f7e3f" ], - "CommandName": [ "Start-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Start-AzMySqlFlexibleServer_Start" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "21384d5f-b5d9-44a5-95c9-b0b134a7586f" ], + "CommandName": [ "Restart-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -694,112 +818,125 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "771916a5-4ac2-4d61-bffe-398e0c08ce06" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "dfb9386c-f99d-4f41-949f-bc81298e9e1a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062357Z:dfb9386c-f99d-4f41-949f-bc81298e9e1a" ], + "x-ms-request-id": [ "c8d30f30-f319-48e3-a83b-16fc7bab98e7" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/4656da87-182c-4b47-946b-ca28bb4ee7b4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b36eff89-6423-44de-b902-1c0bc2c4e42c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101954Z:b36eff89-6423-44de-b902-1c0bc2c4e42c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:23:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: EDE2345EE0BA4E9EAC7006F18292ED9A Ref B: JKT201051407036 Ref C: 2025-10-31T10:19:53Z" ], + "Date": [ "Fri, 31 Oct 2025 10:19:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "49" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01+17": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+18": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01", - "Content": "{\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "Content": null, + "isContentBase64": false, "Headers": { + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "53f2ab31-5205-4685-836b-ec8007a08de4" ], + "CommandName": [ "Get-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "974e254b-cb53-4259-b1f3-8e6b80310790" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "e7db2c9f-0f5e-4aeb-82a3-1e690314e650" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062358Z:e7db2c9f-0f5e-4aeb-82a3-1e690314e650" ], + "x-ms-request-id": [ "cf87e661-9b8e-4b40-b0c3-c60c3dae1ff1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "a45c2171-ae12-428c-a702-3e8d9341d3c1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T101955Z:a45c2171-ae12-428c-a702-3e8d9341d3c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:23:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C53F8F2094A849A2A9D50B38EA2F47FE Ref B: JKT201051407036 Ref C: 2025-10-31T10:19:54Z" ], + "Date": [ "Fri, 31 Oct 2025 10:19:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "86" ], + "Content-Length": [ "1051" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"RestartServerManagementOperation\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+18": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+19": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", + "Content": "{\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"availabilityZone\": \"\",\r\n \"createMode\": \"Replica\",\r\n \"sourceServerResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "301" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962530232\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=gsyQ8jRKxATWhkKqxAr-MgdEzmSGPbwe_h-OdkFR6ckbqG1_Sv7ZSIfgRJLQH9gOk45jpyDxDIzfPKOx8Z9M3bZpMyHSAQK97wOJPZq8HMMpKF921tYooyI4gnbiiImhXCGvqTCCTUy7grbeI3TaHNQKtFYDKJSzXtD3n2x37TIjtcxOOKLrY2Ha2zxVH33cc85C47d5VYAhvjbXzBYOfwT606wzvhrw-OccgNTjVOOww3KdJGFbDnHFYqXiR1Zagwe0jyWH5RwvlD_EM-fgdMMdP0tPxv7hYxtZev3OiSDZVf1JnA6gys4dcuZDGnBm9rM3t5IpF-cWB6NWsf_Jrw\u0026h=h5dG_5HkGYAbS2zCIPpVwPCmBsB9OJxvAFwafXdlj8Q" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b0ef63c7-803a-4c72-b99f-8308435a56a7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "ecfb5a91-399a-4fef-824c-3ad07b73e530" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062458Z:ecfb5a91-399a-4fef-824c-3ad07b73e530" ], + "x-ms-request-id": [ "fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/89b88112-e660-4339-97a5-9b4a523acfb0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "f222ca0e-1d5b-43b0-9d1e-f01e22babd6d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T101956Z:f222ca0e-1d5b-43b0-9d1e-f01e22babd6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:24:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A44D33FDBBD142F5A23817372C691B75 Ref B: JKT201051407036 Ref C: 2025-10-31T10:19:55Z" ], + "Date": [ "Fri, 31 Oct 2025 10:19:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "90" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"operation\":\"CreateReadReplicaManagementOperation\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+19": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -811,35 +948,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4939fd46-dd6f-4678-a160-b885da4f6a5c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "5b8118b3-73cc-4a5d-886f-2291c4df395b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062558Z:5b8118b3-73cc-4a5d-886f-2291c4df395b" ], + "x-ms-request-id": [ "9d95d4f7-f7e9-4bb5-94f9-e5bface2e494" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/dfde3f27-166f-46d6-830b-107068ce6fc7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "f9a80711-edfd-4b56-b0cc-2ac194180c1d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102056Z:f9a80711-edfd-4b56-b0cc-2ac194180c1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:25:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 2E4F28780130413B919F7435B51AF273 Ref B: JKT201051407036 Ref C: 2025-10-31T10:20:56Z" ], + "Date": [ "Fri, 31 Oct 2025 10:20:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+20": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -851,35 +993,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "df2cb173-046b-43ca-b0c8-8b45bc5788b0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "a2928186-934d-4423-9564-b4cbbe91dfa8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062658Z:a2928186-934d-4423-9564-b4cbbe91dfa8" ], + "x-ms-request-id": [ "db67814f-6547-4492-b421-bce092c517af" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/7bbb9adb-db25-44fc-8cc7-771056dc31fe" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "ef725de6-86b7-4919-9880-40967c95d583" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102158Z:ef725de6-86b7-4919-9880-40967c95d583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:26:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: DF1F5C5C30CB44EEA8B800DDF4A213B2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:21:57Z" ], + "Date": [ "Fri, 31 Oct 2025 10:21:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+21": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -891,35 +1038,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c1deeb40-b2eb-466a-96ee-9724c1ab13fd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "f599f964-9a4c-4ff9-bc3c-e3c52674cb37" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062758Z:f599f964-9a4c-4ff9-bc3c-e3c52674cb37" ], + "x-ms-request-id": [ "ef31a8f1-fe38-47b7-9a66-32b87377d8bd" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/9a153898-d750-416a-bdcf-55309f666666" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "9355694b-3aad-4002-bad0-f90e57a6ae65" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102259Z:9355694b-3aad-4002-bad0-f90e57a6ae65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:27:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 91BFEB7C5BE44379B286660BEC046BED Ref B: JKT201051407036 Ref C: 2025-10-31T10:22:58Z" ], + "Date": [ "Fri, 31 Oct 2025 10:22:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+22": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -931,35 +1083,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "524e49b8-ff91-4217-850d-f8ed5ebd35f3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "f453f89f-4250-4f2c-a25d-a82e244128a1" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062858Z:f453f89f-4250-4f2c-a25d-a82e244128a1" ], + "x-ms-request-id": [ "647d01aa-5efa-4748-a2a4-b29328847e72" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/c496873c-d3b1-469b-b527-1e603309ae58" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "df1f5249-63f7-41b3-8d3a-9762b034960a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102400Z:df1f5249-63f7-41b3-8d3a-9762b034960a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:28:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4A2AE51B31BE45DF9F9F8D427C10A791 Ref B: JKT201051407036 Ref C: 2025-10-31T10:23:59Z" ], + "Date": [ "Fri, 31 Oct 2025 10:23:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+23": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -971,35 +1128,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "0705fc0e-f1bd-4829-b4f4-c53c65a98865" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "f74ee8c6-99e5-4955-ae0c-1b441221a198" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T062958Z:f74ee8c6-99e5-4955-ae0c-1b441221a198" ], + "x-ms-request-id": [ "f5128ba6-c2ea-45b3-8b7f-49c567c94322" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/7f66f8e5-5b3d-4918-a41f-27dc2a353ce5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "589f4e9a-c6d5-4e1c-8d4b-ec9aad852633" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102501Z:589f4e9a-c6d5-4e1c-8d4b-ec9aad852633" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:29:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5FF2D402BF384A3FB4CB745BE800743F Ref B: JKT201051407036 Ref C: 2025-10-31T10:25:00Z" ], + "Date": [ "Fri, 31 Oct 2025 10:25:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+24": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64?api-version=2021-05-01\u0026t=638975027962373589\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=CRJSTxmROpVg_NwbQoWffRg7g2pN8yBJWGoXzQTkkV9x9GRlMmz-fabh3-51oALgPzrS_jq2OtXdCTA0NlWJ8kX04-USl70MdJ1MOIbaTjRY0RavoQGbwg198qVHc-MWoCOVk0tg-AfRLdHFR65F7LwZVBmOVCWAyAP-dtDTAflAdelrNYCRT4ZVfWTGsnrSgXASPUP1LN3qFvUyS5exLiEYzniEe8TseGaRWL8UOnjcLVpQv2hPge0qD8enia-5cNd2fgPfl2fprHjUPNK737Vd3wLnqoTuysobSJJy__SSQ2VGRJzV5DQaaqbEQtaoSDJc73rflQz_gEVSO_h8eA\u0026h=RA1aiFYuWZuPo7VkpDd6wBY6LvSgHnLNc1kYCI3GyYc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1011,35 +1173,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8a3081ab-0ce9-466a-bd32-288d285e06b3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "74d56554-a098-4adb-9a28-6bbdc36947ff" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063059Z:74d56554-a098-4adb-9a28-6bbdc36947ff" ], + "x-ms-request-id": [ "ab489794-d65d-4eed-9788-c45bee04232e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f837a651-ef6b-4754-afc6-aa2263fe0f96" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b47915cd-a809-4910-9e1d-9863de8aefda" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102602Z:b47915cd-a809-4910-9e1d-9863de8aefda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:30:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 2991D8B1BBB547D59E83CFE64B54C8F6 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:01Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"974e254b-cb53-4259-b1f3-8e6b80310790\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:23:57.93Z\"}" + "Content": "{\"name\":\"fc5de1ba-cc3b-4fb7-af9a-0ed63f9c9c64\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:19:56.19Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01+25": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/974e254b-cb53-4259-b1f3-8e6b80310790?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "ad504dd5-9763-4050-9504-3e8f907bf9ac" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartExpanded" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "daca03eb-a3c2-42c5-94b4-4225d5835fef" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1050,34 +1217,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "0f6a087f-b2d0-4a6e-940f-4fddbd35bd07" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "45380476-dbb9-4ca8-8709-7f780b8112cb" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063059Z:45380476-dbb9-4ca8-8709-7f780b8112cb" ], + "x-ms-request-id": [ "281dc70e-7991-470d-aa58-a1dee79dc7fc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b9e4b921-5aa2-4321-8ba7-08e4534ceeb8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102603Z:b9e4b921-5aa2-4321-8ba7-08e4534ceeb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:30:58 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 259542A8734740FBA30128F354102A49 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "49" ], + "Content-Length": [ "1230" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:20:23.9099232Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"sourceServerResourceId\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"Replica\",\"replicaCapacity\":0,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:23:17.9150684+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+26": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/replicas?api-version=2021-05-01+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/replicas?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "04077647-c453-4532-a5fd-3b881a625fb4" ], - "CommandName": [ "Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "cb29eda1-1346-4ac4-add8-f890af30125f" ], + "CommandName": [ "Get-AzMySqlFlexibleServerReplica" ], + "FullCommandName": [ "Get-AzMySqlFlexibleServerReplica_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1089,32 +1260,42 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "32514231-2ca6-4470-b83a-af2f64331da8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "bcf05b9b-43f0-4615-a6f1-c155f96c4754" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063059Z:bcf05b9b-43f0-4615-a6f1-c155f96c4754" ], + "x-ms-request-id": [ "fc7ea86e-0934-4f49-bacb-fdcae63d6ecf" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/15cda056-a0f3-4c32-9a83-495f33cc14b4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4d68191c-c5b6-4444-802e-51f50a242e35" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102603Z:4d68191c-c5b6-4444-802e-51f50a242e35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:30:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3052165438EB473A8CB78CA96CE53AB1 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:03Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1150" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:20:23.9099232Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"sourceServerResourceId\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"availabilityZone\":\"\",\"replicationRole\":\"Replica\",\"replicaCapacity\":0,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:23:17.9150684+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+27": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+28": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"availabilityZone\": \"2\",\r\n \"createMode\": \"Replica\",\r\n \"sourceServerResourceId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\"\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", + "Content": null, + "isContentBase64": false, "Headers": { + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "b14e1994-28ed-42ad-ad79-ec560d26042a" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "302" ] } }, "Response": { @@ -1122,39 +1303,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=c56iEz0ZzhxslqC1KxDwhvtkYWuFulGvrqhWexQVixPqpJ9k9WMupmGPE-pwXXepdwnByyMRYM-6okuZwMEh-kAchgSpKt7ALHpsOM_CuILj6czU95ygIj3Wv6xRQ1VkESPNh72C7RGC0kqOG4tYLbII4yt7xspRPHqa4SR39vDhOw3VB3tOyWpSHM_owF5TAYmzht0ZgECQf1xTzHq1fLfulPXVpH_vYUG_XO7JJpyglp67gWw1EkIqS_iEuDEICTn9ML2GI08uZOv9DLFYuWv7wKbqahd77cKMXjmeXUAS1cv4lyVaDV8zTV_WVPx8hU47DgMSc6qEeUSD6rD88g\u0026h=NAwnwzlcZyuVv_4lKt8IUCZFhoN2C5Q_HjNxtIlmPEg" ], + "Retry-After": [ "15" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=JLJDGLS8hzjzzO1dUD9XeUaX6xv45Kn7smsXPFrbz_zR6l_hm74RL578u2uKLAi5BL8xorq4VZOVOo5vjYD47Wu34-yjZKvwTa-wClGS8D1Pw8BUmiBXRAbPadSDkcFKiJV_EtjQOYeSUmU-c_1C4tm0PmUOkKpHPMX-Hnw5ggsDh3TEdiPT-wlPEzYVOQ4fZco9u8WmcOtowHZ1GUVa_4jpKtIWKlaDciX7k9lePCTkRlNClgDGNSYZoftD5LZl8ae9SUuUDFa5T3098ymjY_tVW8ShGj_aBAe2MLvUN8nEZfTGdQAebBAzzwP9Z-b6eF1lDxD1ZmTkIG_OU_qS7A\u0026h=icrzULwN80AVssjv5Xyoq7ssoWz6TjkXjU1HdK_B90E" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ec454635-5325-4e1b-a007-3190f607e696" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "0e366545-feae-4ebf-9d3e-01072c21f358" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063059Z:0e366545-feae-4ebf-9d3e-01072c21f358" ], + "x-ms-request-id": [ "e5ed0a78-2567-4d5d-92ce-407cbdf160e2" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/20b40cf5-a334-4e59-955e-cb85e9d9983f" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "e5654ab7-6503-4af2-98fb-66fa00b7a31d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102603Z:e5654ab7-6503-4af2-98fb-66fa00b7a31d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:30:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 8CBC0C76DB0E4AD59A780599EB73C60C Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:03Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "91" ], + "Content-Length": [ "84" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"CreateReadReplicaManagementOperation\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2025-10-31T10:26:03.903Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+28": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=JLJDGLS8hzjzzO1dUD9XeUaX6xv45Kn7smsXPFrbz_zR6l_hm74RL578u2uKLAi5BL8xorq4VZOVOo5vjYD47Wu34-yjZKvwTa-wClGS8D1Pw8BUmiBXRAbPadSDkcFKiJV_EtjQOYeSUmU-c_1C4tm0PmUOkKpHPMX-Hnw5ggsDh3TEdiPT-wlPEzYVOQ4fZco9u8WmcOtowHZ1GUVa_4jpKtIWKlaDciX7k9lePCTkRlNClgDGNSYZoftD5LZl8ae9SUuUDFa5T3098ymjY_tVW8ShGj_aBAe2MLvUN8nEZfTGdQAebBAzzwP9Z-b6eF1lDxD1ZmTkIG_OU_qS7A\u0026h=icrzULwN80AVssjv5Xyoq7ssoWz6TjkXjU1HdK_B90E+29": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=JLJDGLS8hzjzzO1dUD9XeUaX6xv45Kn7smsXPFrbz_zR6l_hm74RL578u2uKLAi5BL8xorq4VZOVOo5vjYD47Wu34-yjZKvwTa-wClGS8D1Pw8BUmiBXRAbPadSDkcFKiJV_EtjQOYeSUmU-c_1C4tm0PmUOkKpHPMX-Hnw5ggsDh3TEdiPT-wlPEzYVOQ4fZco9u8WmcOtowHZ1GUVa_4jpKtIWKlaDciX7k9lePCTkRlNClgDGNSYZoftD5LZl8ae9SUuUDFa5T3098ymjY_tVW8ShGj_aBAe2MLvUN8nEZfTGdQAebBAzzwP9Z-b6eF1lDxD1ZmTkIG_OU_qS7A\u0026h=icrzULwN80AVssjv5Xyoq7ssoWz6TjkXjU1HdK_B90E", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "b14e1994-28ed-42ad-ad79-ec560d26042a" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1164,37 +1350,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], + "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a923572e-8b9f-4f89-907a-75b7c52d6310" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "914b2c83-5b46-4a7f-a06e-4e314ce0e7f2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063159Z:914b2c83-5b46-4a7f-a06e-4e314ce0e7f2" ], + "x-ms-request-id": [ "3a2970fa-9480-4ec9-9c0d-f85cf32612ab" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/60289398-a41b-4986-ae3d-a39fd098fca1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "6457bcbe-88ff-4bf5-aae3-80ff34382e80" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102619Z:6457bcbe-88ff-4bf5-aae3-80ff34382e80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:31:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 7C0DB8CF4D1F426FBC46297B2F407798 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:19Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"name\":\"e5ed0a78-2567-4d5d-92ce-407cbdf160e2\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:26:03.903Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+29": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=JLJDGLS8hzjzzO1dUD9XeUaX6xv45Kn7smsXPFrbz_zR6l_hm74RL578u2uKLAi5BL8xorq4VZOVOo5vjYD47Wu34-yjZKvwTa-wClGS8D1Pw8BUmiBXRAbPadSDkcFKiJV_EtjQOYeSUmU-c_1C4tm0PmUOkKpHPMX-Hnw5ggsDh3TEdiPT-wlPEzYVOQ4fZco9u8WmcOtowHZ1GUVa_4jpKtIWKlaDciX7k9lePCTkRlNClgDGNSYZoftD5LZl8ae9SUuUDFa5T3098ymjY_tVW8ShGj_aBAe2MLvUN8nEZfTGdQAebBAzzwP9Z-b6eF1lDxD1ZmTkIG_OU_qS7A\u0026h=icrzULwN80AVssjv5Xyoq7ssoWz6TjkXjU1HdK_B90E+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=JLJDGLS8hzjzzO1dUD9XeUaX6xv45Kn7smsXPFrbz_zR6l_hm74RL578u2uKLAi5BL8xorq4VZOVOo5vjYD47Wu34-yjZKvwTa-wClGS8D1Pw8BUmiBXRAbPadSDkcFKiJV_EtjQOYeSUmU-c_1C4tm0PmUOkKpHPMX-Hnw5ggsDh3TEdiPT-wlPEzYVOQ4fZco9u8WmcOtowHZ1GUVa_4jpKtIWKlaDciX7k9lePCTkRlNClgDGNSYZoftD5LZl8ae9SUuUDFa5T3098ymjY_tVW8ShGj_aBAe2MLvUN8nEZfTGdQAebBAzzwP9Z-b6eF1lDxD1ZmTkIG_OU_qS7A\u0026h=icrzULwN80AVssjv5Xyoq7ssoWz6TjkXjU1HdK_B90E", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "b14e1994-28ed-42ad-ad79-ec560d26042a" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1204,37 +1395,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], + "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "fe1602ba-3686-4533-abdc-338034c461cb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "61d33f3c-7b35-4906-a19f-ef31880990c9" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063300Z:61d33f3c-7b35-4906-a19f-ef31880990c9" ], + "x-ms-request-id": [ "a4b19d68-b468-476a-a367-0c8630616a70" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f62fe4a6-6b5c-4cc7-b873-755c555d032d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "d35c4a0b-9604-402f-ae18-84b5ac12612c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102635Z:d35c4a0b-9604-402f-ae18-84b5ac12612c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:32:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 0F5520C12922429D9527A44C9FF8A459 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:34Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"name\":\"e5ed0a78-2567-4d5d-92ce-407cbdf160e2\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:26:03.903Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+30": { + "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=c56iEz0ZzhxslqC1KxDwhvtkYWuFulGvrqhWexQVixPqpJ9k9WMupmGPE-pwXXepdwnByyMRYM-6okuZwMEh-kAchgSpKt7ALHpsOM_CuILj6czU95ygIj3Wv6xRQ1VkESPNh72C7RGC0kqOG4tYLbII4yt7xspRPHqa4SR39vDhOw3VB3tOyWpSHM_owF5TAYmzht0ZgECQf1xTzHq1fLfulPXVpH_vYUG_XO7JJpyglp67gWw1EkIqS_iEuDEICTn9ML2GI08uZOv9DLFYuWv7wKbqahd77cKMXjmeXUAS1cv4lyVaDV8zTV_WVPx8hU47DgMSc6qEeUSD6rD88g\u0026h=NAwnwzlcZyuVv_4lKt8IUCZFhoN2C5Q_HjNxtIlmPEg+31": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/e5ed0a78-2567-4d5d-92ce-407cbdf160e2?api-version=2021-05-01\u0026t=638975031639698690\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=c56iEz0ZzhxslqC1KxDwhvtkYWuFulGvrqhWexQVixPqpJ9k9WMupmGPE-pwXXepdwnByyMRYM-6okuZwMEh-kAchgSpKt7ALHpsOM_CuILj6czU95ygIj3Wv6xRQ1VkESPNh72C7RGC0kqOG4tYLbII4yt7xspRPHqa4SR39vDhOw3VB3tOyWpSHM_owF5TAYmzht0ZgECQf1xTzHq1fLfulPXVpH_vYUG_XO7JJpyglp67gWw1EkIqS_iEuDEICTn9ML2GI08uZOv9DLFYuWv7wKbqahd77cKMXjmeXUAS1cv4lyVaDV8zTV_WVPx8hU47DgMSc6qEeUSD6rD88g\u0026h=NAwnwzlcZyuVv_4lKt8IUCZFhoN2C5Q_HjNxtIlmPEg", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "b14e1994-28ed-42ad-ad79-ec560d26042a" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1244,37 +1440,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a2bfb9e3-4f19-4afe-9ca1-00643f84e6bd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "0008da83-56c2-426b-b4de-2bb536e9c1e3" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063400Z:0008da83-56c2-426b-b4de-2bb536e9c1e3" ], + "x-ms-request-id": [ "18da0fc4-46ff-40a3-bce2-2daaa1288656" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/ced3fd6c-d306-4613-9096-f9f3da755b89" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "803290f4-e858-4bc2-b3b6-783d20de7207" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102636Z:803290f4-e858-4bc2-b3b6-783d20de7207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:33:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 84C171D7CD6D4348B14FE1233BE1CB1E Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:35Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": null, + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+31": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "8eb37027-cb40-4480-b18b-51f5449dd297" ], + "CommandName": [ "Get-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Get-AzMySqlFlexibleServer_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1284,77 +1483,82 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "83746a5a-0012-4718-9f6a-9ba7f2a8c142" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "edc8a283-eb52-42ea-bc02-b6dfbaecefd4" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063500Z:edc8a283-eb52-42ea-bc02-b6dfbaecefd4" ], + "x-ms-request-id": [ "5fbb5d08-4877-4756-807e-5aa5dd6ecef2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "35d000c3-839a-4072-ba1a-6f45dc8f0039" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102636Z:35d000c3-839a-4072-ba1a-6f45dc8f0039" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:34:59 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B762E21C4CE645659DA81D68300E1AF2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:36Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "1051" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D2ads_v5\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+32": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, + "Method": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "Content": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"GeneralPurpose\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "84" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=NSHixRziWkGuXrxas5GJ-pjN23SJkd3Qhf0OZTIgaeTIfOKfolsQfW0CnqfwHK7KlNd6Xydb9XbCaOv1r4pCRdOIhbKSV_Lb3aHFqQkM0R960DbiTe0kiISZr3Yx4pRR_7ck0u2ZcPdmhYj7uneen3Am9YrMVrN2neuKxdjTPCBCgenLxvEqA_I-ESAKPenAnKFFuKibSNtWJBncTA05Ivctnq2DM9EWoPX9ApEMJkJL4mfnPZTfJyWcSLR2f50yKK5pKTL6yyPZL9Itj33egd2-We0z5_9df0IVEnLOxxInkQfIXtYmL3nFmFOLoR0rloaZkNt2sUaZd6bBQSMg5Q\u0026h=S4u--4yDVy3w9GcUriA0QEewhtf4S6x6jeh46Glddic" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1fdd39eb-50f3-49d8-83cd-2055185116cd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "42eb22a8-cad9-4722-9cff-61c473e1c7b7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063600Z:42eb22a8-cad9-4722-9cff-61c473e1c7b7" ], + "x-ms-request-id": [ "7cb7f88e-8631-42e9-bac1-db6785bc864d" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/c7887993-ac24-4b64-8adb-16ec0be55563" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "4c4ee364-f414-46d2-9d93-9986d23f29d6" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102638Z:4c4ee364-f414-46d2-9d93-9986d23f29d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:36:00 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 57A7BCAD3B184E618C219D5692C3FF9A Ref B: JKT201051407036 Ref C: 2025-10-31T10:26:37Z" ], + "Date": [ "Fri, 31 Oct 2025 10:26:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "88" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:26:38.277Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+33": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "4c4b3cc9-1fc9-4619-8537-3e57b4f3f5ce" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1366,35 +1570,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8cbf76d2-7c6a-45cf-b5bf-bbf879bbd6bb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "0f755795-363e-4e44-90eb-a5540b894e49" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063700Z:0f755795-363e-4e44-90eb-a5540b894e49" ], + "x-ms-request-id": [ "42f23fbc-6760-4ad4-9a88-e4009dbda9fb" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/bcf5a95a-13c1-4442-9531-89ad123401b3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c73d37ea-1f59-4ac9-be20-fca227603e20" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102739Z:c73d37ea-1f59-4ac9-be20-fca227603e20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:37:00 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1E4DBDF0D89A4D87A24F8824CB3E8189 Ref B: JKT201051407036 Ref C: 2025-10-31T10:27:38Z" ], + "Date": [ "Fri, 31 Oct 2025 10:27:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"name\":\"7cb7f88e-8631-42e9-bac1-db6785bc864d\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:26:38.277Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+34": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "4c4b3cc9-1fc9-4619-8537-3e57b4f3f5ce" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1406,945 +1615,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "31ae06b4-c178-490e-a5c2-7a5541eea205" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "bf4e9161-9ca6-4496-b782-f684aadd966a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063800Z:bf4e9161-9ca6-4496-b782-f684aadd966a" ], + "x-ms-request-id": [ "40a3a579-d423-4cf4-8a7c-3f55e34691a5" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/e4dbfcbc-6698-4e14-ac6e-7ab80e6a5314" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c373d06a-323e-4462-9fe7-90ff97abb772" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102840Z:c373d06a-323e-4462-9fe7-90ff97abb772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:38:00 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 844B1A00AC534E74A791B74E5A949899 Ref B: JKT201051407036 Ref C: 2025-10-31T10:28:40Z" ], + "Date": [ "Fri, 31 Oct 2025 10:28:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" + "Content": "{\"name\":\"7cb7f88e-8631-42e9-bac1-db6785bc864d\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:26:38.277Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+35": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/7cb7f88e-8631-42e9-bac1-db6785bc864d?api-version=2021-05-01\u0026t=638975031984010160\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=mD13T1pcxGtXPDC1txRXNcgpRAD_bz-6EGlUNsP80lKf_ObN5Bm4xB4aTnqaym_2F5eGke3pt0tUb1af631MCQ_3GGk8ElpinTLUxf3G1wDUUpV02fAG4fakPstD2amb4x7kE9xR5NHr_DLGdGARRpo_No5DW_xWz_CqL0eC354twsO5oYTUsuBRbVEmgPhATEKG84jbaM0F2hZA9_hIuCX4U75jFXLmj22tDnizJbAmogJCP6oMCF7mhn4kvmhk-2xOWBPgP2frTSr20HcqNnMqqew3EfMnCXAR5ya1izFK6mAD83NUD0aEFCwehY_5rHM_lz-Jt-_zIwxY0A5Xcw\u0026h=Cy0Wag_0b96mufQ8eLjVX6emzJ8UZwSaCzq3hxf3Cn8", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1236df35-d79c-4b53-a02a-396c9e2fa8bd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "a6002ce5-9f45-4e84-bf6a-60a7f9572eb4" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T063900Z:a6002ce5-9f45-4e84-bf6a-60a7f9572eb4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:39:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+36": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7a451087-c99b-46c1-adf6-4f69d854b8f5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "16f3b864-df88-4bd3-bac3-c37d3ada5477" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064001Z:16f3b864-df88-4bd3-bac3-c37d3ada5477" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:40:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+37": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8ecb3e24-a98d-4e4f-9ba4-9663c6410bb7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "bcbf60d9-4656-45c0-b3c4-3ee494141516" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064101Z:bcbf60d9-4656-45c0-b3c4-3ee494141516" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:41:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+38": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "2a1ccc2f-5970-4ef2-b638-9b8a57d4b3b9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "ed38fb78-0525-458d-9ebc-15e1e428761a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064201Z:ed38fb78-0525-458d-9ebc-15e1e428761a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:42:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+39": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "472acdf2-772f-481f-b309-d0ded73ca709" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "x-ms-correlation-request-id": [ "39c39064-5a87-413f-b3f4-476f93d62c76" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064301Z:39c39064-5a87-413f-b3f4-476f93d62c76" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:43:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01+40": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ec454635-5325-4e1b-a007-3190f607e696?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "866f15cd-f0b4-438c-95f1-c48f48a83535" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-correlation-request-id": [ "33482e40-d87d-4112-8af4-049cd3884180" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064401Z:33482e40-d87d-4112-8af4-049cd3884180" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec454635-5325-4e1b-a007-3190f607e696\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:30:59.737Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+41": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "812f03ec-ddf9-41da-bd2c-98b55badc6d7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3d55bb6f-5fb8-4ba2-945b-3417af3bfa2b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "afa30248-fdad-463f-b2cd-ae03213c7253" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064402Z:afa30248-fdad-463f-b2cd-ae03213c7253" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1132" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"sourceServerResourceId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"availabilityZone\":\"1\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"Replica\",\"replicaCapacity\":0,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:41:15.6752875+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/replicas?api-version=2021-05-01+42": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/replicas?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "dd19356b-c8f9-415b-b415-31d3aea6b951" ], - "CommandName": [ "Get-AzMySqlFlexibleServerReplica" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServerReplica_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3082b85f-face-4ea2-aaab-d19e92f19b41" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "5446b125-fc68-4173-b381-08fa46922a7a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064402Z:5446b125-fc68-4173-b381-08fa46922a7a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1052" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"sourceServerResourceId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"availabilityZone\":\"1\",\"replicationRole\":\"Replica\",\"replicaCapacity\":0,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:41:15.6752875+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}]}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01+43": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-replica?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "fda02020-11c8-4fac-a128-494b5ec6bc17" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "638ed15a-a074-4783-838f-84b5685f163a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "77527ddf-a69d-49ee-aaf3-c8511405b354" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064402Z:77527ddf-a69d-49ee-aaf3-c8511405b354" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2021-08-27T06:44:02.777Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01+44": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "fda02020-11c8-4fac-a128-494b5ec6bc17" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4496c508-6fb6-4f37-a40c-f2dcc088ec19" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-correlation-request-id": [ "5f34582f-51fd-4610-8ec4-51f428708f2b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064417Z:5f34582f-51fd-4610-8ec4-51f428708f2b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"638ed15a-a074-4783-838f-84b5685f163a\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:44:02.777Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01+45": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "fda02020-11c8-4fac-a128-494b5ec6bc17" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "06579bc3-a279-4df1-9793-b2e49223e742" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "1c9fd99f-087f-443a-8055-443826d1a1ee" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064433Z:1c9fd99f-087f-443a-8055-443826d1a1ee" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"638ed15a-a074-4783-838f-84b5685f163a\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T06:44:02.777Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01+46": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "fda02020-11c8-4fac-a128-494b5ec6bc17" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a673b2ad-0b41-4cc1-bc96-c7c0ad27eed0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-correlation-request-id": [ "ca21ad4f-61bd-4f33-b873-9f477a49967a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064448Z:ca21ad4f-61bd-4f33-b873-9f477a49967a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"638ed15a-a074-4783-838f-84b5685f163a\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:44:02.777Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01+47": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/638ed15a-a074-4783-838f-84b5685f163a?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "fda02020-11c8-4fac-a128-494b5ec6bc17" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a8082a43-8d82-4720-85bd-3f894309ff57" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], - "x-ms-correlation-request-id": [ "90ac7d3e-fb8e-44c0-b7a6-e61f40490685" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064448Z:90ac7d3e-fb8e-44c0-b7a6-e61f40490685" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:44:48 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "9f8b17b2-d79e-4c9b-92b0-ec0cf91e6c8c" ], - "CommandName": [ "Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "218428a0-51e6-4c2e-ab19-58cee9d2e012" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "fa36920b-54c7-4343-ac7e-814796b0da4a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175513Z:fa36920b-54c7-4343-ac7e-814796b0da4a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:55:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "952" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", - "Content": "{\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 20\r\n }\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "80" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/6a5df636-167e-426d-a292-825d357e4bb9?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/6a5df636-167e-426d-a292-825d357e4bb9?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "6a5df636-167e-426d-a292-825d357e4bb9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "38205ca3-1913-44c8-9426-668776c4b2e7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175514Z:38205ca3-1913-44c8-9426-668776c4b2e7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:55:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T17:55:14.033Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/6a5df636-167e-426d-a292-825d357e4bb9?api-version=2021-05-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/6a5df636-167e-426d-a292-825d357e4bb9?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "7d00f76f-5329-4f64-834e-ea50bb9977f0" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "64de016f-518b-41e7-a043-456cc1644195" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "f25e1485-7932-463e-af9d-fa0c75caa04f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175614Z:f25e1485-7932-463e-af9d-fa0c75caa04f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:56:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"6a5df636-167e-426d-a292-825d357e4bb9\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T17:55:14.033Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "7d00f76f-5329-4f64-834e-ea50bb9977f0" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c8cbd48f-bc08-4a56-9b06-25d54f908dcc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "817123a5-bb0f-4698-bcda-e25be709ee37" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175614Z:817123a5-bb0f-4698-bcda-e25be709ee37" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:56:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "952" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+5": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", - "Content": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"tier\": \"GeneralPurpose\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "84" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ef9a50f2-5610-4d97-925c-4d0b2bfb7a71" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "f50ea9c7-5f11-431a-9b66-92dddb619ec5" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175614Z:f50ea9c7-5f11-431a-9b66-92dddb619ec5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:56:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "5e61b14f-be8c-4a9e-83b7-9e95dbc48781" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "7c7c6194-7818-4e4f-bd80-0f79e9c59422" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175715Z:7c7c6194-7818-4e4f-bd80-0f79e9c59422" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:57:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9a50f2-5610-4d97-925c-4d0b2bfb7a71\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "42ecf6ab-9901-4235-b7db-b96166643939" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "02f4d495-60c1-4c1b-9653-c62771a33bd1" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175815Z:02f4d495-60c1-4c1b-9653-c62771a33bd1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:58:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9a50f2-5610-4d97-925c-4d0b2bfb7a71\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ec88ebe0-1156-4534-8fd1-6c19788c0187" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "de1e8224-f4b1-4075-994a-d58af82d6924" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T175915Z:de1e8224-f4b1-4075-994a-d58af82d6924" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 17:59:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9a50f2-5610-4d97-925c-4d0b2bfb7a71\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "d058c23e-8d31-476e-827f-b3bab0880b0d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "4f35361f-dad7-425b-b4ad-0e27c0cd4320" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180015Z:4f35361f-dad7-425b-b4ad-0e27c0cd4320" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:00:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9a50f2-5610-4d97-925c-4d0b2bfb7a71\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ef9a50f2-5610-4d97-925c-4d0b2bfb7a71?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7a9c8c5a-32fd-472d-ba7b-d8bf649eae33" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "d96f1923-809d-413f-90b6-09cf51b2bf8f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180115Z:d96f1923-809d-413f-90b6-09cf51b2bf8f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:01:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9a50f2-5610-4d97-925c-4d0b2bfb7a71\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T17:56:14.693Z\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "6cb99b68-1aaa-4f84-a18e-71b656f73393" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "4c4b3cc9-1fc9-4619-8537-3e57b4f3f5ce" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2354,78 +1658,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "2361d49a-8875-4704-bad8-102f755169fe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "e99f8fdb-a25b-4821-b04c-5b0dde908881" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180115Z:e99f8fdb-a25b-4821-b04c-5b0dde908881" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:01:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "960" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01+12": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "206b0c2a-512d-46da-a0bc-d17139584a7d" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4b9c93fe-378a-47cd-b86b-d5d96bf2df3f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "d61ff8e6-b5f6-453e-a57c-102cd741bc10" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180116Z:d61ff8e6-b5f6-453e-a57c-102cd741bc10" ], + "x-ms-request-id": [ "a5aa86de-6c21-4fac-811a-1076fdef446b" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f282ca25-dafc-4e1a-80ad-4120a71744d8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "3317eabe-c122-4d82-88e8-6fdcca6df0f6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102941Z:3317eabe-c122-4d82-88e8-6fdcca6df0f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:01:15 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B45725040A5E4A2CAEEA5DD5F9B479FB Ref B: JKT201051407036 Ref C: 2025-10-31T10:29:41Z" ], + "Date": [ "Fri, 31 Oct 2025 10:29:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "83" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"StopServerManagementOperation\",\"startTime\":\"2021-08-27T18:01:16.06Z\"}" + "Content": "{\"name\":\"7cb7f88e-8631-42e9-bac1-db6785bc864d\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:26:38.277Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01+13": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "206b0c2a-512d-46da-a0bc-d17139584a7d" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "4c4b3cc9-1fc9-4619-8537-3e57b4f3f5ce" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2435,77 +1703,82 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cd41dcb9-da2e-47ee-ab2a-3af0fb0ae2ab" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "24982978-d450-4613-a1bd-471aa25ac160" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180216Z:24982978-d450-4613-a1bd-471aa25ac160" ], + "x-ms-request-id": [ "89ffcb6c-40b8-4ca9-a68a-3c31304bdbd4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "51562832-e6d5-45d0-90ea-5288b30e72a5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T102942Z:51562832-e6d5-45d0-90ea-5288b30e72a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:02:15 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C2DB4E5D82AB456F87C29385E5CE7823 Ref B: JKT201051407036 Ref C: 2025-10-31T10:29:41Z" ], + "Date": [ "Fri, 31 Oct 2025 10:29:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"4b9c93fe-378a-47cd-b86b-d5d96bf2df3f\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:01:16.06Z\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01+14": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+7": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01", - "Content": null, + "Method": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "Content": "{\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 40\r\n }\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "206b0c2a-512d-46da-a0bc-d17139584a7d" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "80" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/866263da-ebba-421a-b10e-ee48cd9a339e?api-version=2021-05-01\u0026t=638975033833287323\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AeKHX3TFLhth6lMEAZfrA6rVHTFxGulvo08vO65xAmhc-sbCCKoRgzoCosed4wDO5tqXtO3Smr4daILvAEDt5TI6kRtVLuMEEllRyCdRDHVS1UgZ6HmcrmfAybG5EHR4PXpUrtmcp4CHpY5bdEJG9EiAaOIXki9SQoiTIpo8tQKNOPlXGVwxxGur5mOwjq3FeBkRnxruG3MmrtdFDZ8uX8aWC6h389ORZfAP5PGTP1DdxA3p6U5ArPhWPDVXObnLvFUK7MKInU5KWsfbYBgyKz09KbcBmuHpalnDXrxv2Q-VS_qqHf-npot1K7i--2qmLshL7n8u_ofVTc2Lx1T0Cg\u0026h=ACk1q8I-NVs7tcp4pEy8XQ3m0u7zhLFWYxMNA8r8Ch4" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/866263da-ebba-421a-b10e-ee48cd9a339e?api-version=2021-05-01\u0026t=638975033832818115\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=YBpO49S5a45Fgcjyv9XjedQi-NDTiqSpl-B5wNZNdAJ9dpDGgOI8ENargAJpU2S9gSj7ZwDbwW1v4BhKcrzghm_x7z3XjVuQlVH48YQxI_lRPPNSRKFdzTV07R9qp2UUxYE-c2APDTtG3dNSSnr5IWG3k5UEUIZRDFUjBUVYgeE29v2TXTg7TGO0U89ECuca2dphYrLSS7q1nYs-inl9PbHaj5Tf4CPqQ7vGzoxGSWpmMBdEc3EeRewmU2dB8JFNwbiHWy8sArbG9bckBxTed3XMYqWw1gxoHfEEvshrK9LIoj40Tt8IU-oGxb3S_uNHqEEVTfl-szLf0DZEW8zeYg\u0026h=R5SGRm5_RMTBcGVoJaUp8s-rfLIHL2jmQLbH3w8EiuM" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "df7d780b-e3e5-4e19-8e54-fa807a7618b5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "2c88e518-1460-41d9-afd2-cfd1c96b06c8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180316Z:2c88e518-1460-41d9-afd2-cfd1c96b06c8" ], + "x-ms-request-id": [ "866263da-ebba-421a-b10e-ee48cd9a339e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/d8d78b2a-404d-4697-ab4d-e7dd5c4bc31d" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "f869d31a-0b0a-4482-8c11-6b8b29fbfff1" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T102943Z:f869d31a-0b0a-4482-8c11-6b8b29fbfff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:03:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D6D75D677BE24D5794D849A917D1BABD Ref B: JKT201051407036 Ref C: 2025-10-31T10:29:42Z" ], + "Date": [ "Fri, 31 Oct 2025 10:29:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "88" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"4b9c93fe-378a-47cd-b86b-d5d96bf2df3f\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:01:16.06Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:29:43.207Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01+15": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/866263da-ebba-421a-b10e-ee48cd9a339e?api-version=2021-05-01\u0026t=638975033832818115\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=YBpO49S5a45Fgcjyv9XjedQi-NDTiqSpl-B5wNZNdAJ9dpDGgOI8ENargAJpU2S9gSj7ZwDbwW1v4BhKcrzghm_x7z3XjVuQlVH48YQxI_lRPPNSRKFdzTV07R9qp2UUxYE-c2APDTtG3dNSSnr5IWG3k5UEUIZRDFUjBUVYgeE29v2TXTg7TGO0U89ECuca2dphYrLSS7q1nYs-inl9PbHaj5Tf4CPqQ7vGzoxGSWpmMBdEc3EeRewmU2dB8JFNwbiHWy8sArbG9bckBxTed3XMYqWw1gxoHfEEvshrK9LIoj40Tt8IU-oGxb3S_uNHqEEVTfl-szLf0DZEW8zeYg\u0026h=R5SGRm5_RMTBcGVoJaUp8s-rfLIHL2jmQLbH3w8EiuM+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/866263da-ebba-421a-b10e-ee48cd9a339e?api-version=2021-05-01\u0026t=638975033832818115\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=YBpO49S5a45Fgcjyv9XjedQi-NDTiqSpl-B5wNZNdAJ9dpDGgOI8ENargAJpU2S9gSj7ZwDbwW1v4BhKcrzghm_x7z3XjVuQlVH48YQxI_lRPPNSRKFdzTV07R9qp2UUxYE-c2APDTtG3dNSSnr5IWG3k5UEUIZRDFUjBUVYgeE29v2TXTg7TGO0U89ECuca2dphYrLSS7q1nYs-inl9PbHaj5Tf4CPqQ7vGzoxGSWpmMBdEc3EeRewmU2dB8JFNwbiHWy8sArbG9bckBxTed3XMYqWw1gxoHfEEvshrK9LIoj40Tt8IU-oGxb3S_uNHqEEVTfl-szLf0DZEW8zeYg\u0026h=R5SGRm5_RMTBcGVoJaUp8s-rfLIHL2jmQLbH3w8EiuM", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "206b0c2a-512d-46da-a0bc-d17139584a7d" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "feb23b2d-3aff-4b80-8841-c6708e74be52" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2517,35 +1790,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b23b21ee-cbd6-4409-b512-16757bd24392" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "21415b51-caa2-4e9a-809f-1215925cad44" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180416Z:21415b51-caa2-4e9a-809f-1215925cad44" ], + "x-ms-request-id": [ "b24c3b45-875b-4cbc-a429-d55ac410d221" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/c56c05d6-3871-4f33-8886-1b765bcca67a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "5f54287f-e77d-4c4a-83ea-1d8eae0e3d04" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103044Z:5f54287f-e77d-4c4a-83ea-1d8eae0e3d04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:04:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3C721B6A06C6418EB8CB104DB5D5A29E Ref B: JKT201051407036 Ref C: 2025-10-31T10:30:43Z" ], + "Date": [ "Fri, 31 Oct 2025 10:30:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"4b9c93fe-378a-47cd-b86b-d5d96bf2df3f\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T18:01:16.06Z\"}" + "Content": "{\"name\":\"866263da-ebba-421a-b10e-ee48cd9a339e\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:29:43.207Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01+16": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/4b9c93fe-378a-47cd-b86b-d5d96bf2df3f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "206b0c2a-512d-46da-a0bc-d17139584a7d" ], - "CommandName": [ "Stop-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "feb23b2d-3aff-4b80-8841-c6708e74be52" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServer_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2556,34 +1834,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7d88d7e4-4fec-4f82-814c-8c923ba42016" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "3f2a164e-90a3-43ae-b987-122f73c3e616" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180416Z:3f2a164e-90a3-43ae-b987-122f73c3e616" ], + "x-ms-request-id": [ "f0d1a8ed-5083-4755-9fe8-15a761c43e88" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "ab7f5b01-b0fa-424e-a627-5939438e6742" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103045Z:ab7f5b01-b0fa-424e-a627-5939438e6742" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:04:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 38935CD826C34CCB831FBE6BAEFE2158 Ref B: JKT201051407036 Ref C: 2025-10-31T10:30:44Z" ], + "Date": [ "Fri, 31 Oct 2025 10:30:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "49" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01+17": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01+10": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/stop?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "49cdd457-8e0f-4608-af5b-50dfa0e8e4d0" ], - "CommandName": [ "Start-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "bcc91520-ca44-4437-8109-8675ab41b420" ], + "CommandName": [ "Stop-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2594,39 +1876,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456546080\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=meVF3TKS0fAjKKS1JWYRqAciem2HeYKzdv4THV5WmuI74BOauOWXqxjWGwmtlEtaC9sartseep5lurG3QQ0Af_kB8BdeYB_kerol7oXdT9dB1bWQrSRfOu5aXJlTCHs4ijRMCHYeR4FLnsNu4k9KsYCoK33RnxkWHaMj-jcRRpRFC5mjqyGgHlK7nxB8SDJKaruG52Iv2G7w2pL0kNwNpuENoS-oQMBNfejnf8SvwFHwcoRx5Vdb77JnJFteD7iQtXl9Q3Y5ZwiN_LOmP3l_GfdhkBY9joxiG2wUncItT3VV72vw03aBQSZf89cmo1p5ijvzC3DbXPptQX7bP6oaCw\u0026h=MSNYvgAHETx01VupJ_fcLQ-sUcqnjKKhnIVVB3d4BnY" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456389816\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Nwa8ydyu1aDtFKde9YWFuZvBALRYjW7xFMStm2vlp-BWU3x-TTktIrcF7AAtcwK-sLcRH-J6GCUvz6Y-Ada58tTHLZDyZdzRhh1jb4IxENmMHQN4k8crn4nqx5UnCBR3Z3C_aA5LeIaYRz45akIELcvQ0ARIBSoyCwIVxXT0Rs-dP8xZ-V_amrhIQfGdMM1wl9mR4ClZN3jwJs2RlYjkM2UavEI7g2cAvmgQ8bdOBuSfCTIy6Kjj8_VZinuhToNTeBd2xTzgEur9LItWwIbg_MpB1kuTGhVv6Ot1eOrdJ7XYQb_YU4FSC4zLiSBqwo55u_6Shcb6RdRjJm6VIHkK7A\u0026h=uk1JltuYSJHIOlhJ3srn5l2_s38ekq8MZ2T6E0rTI64" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "88879608-1703-4e0e-9de4-c319fcba73be" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "e1cd0861-abb4-4597-ad5e-2faf2edfdc92" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180416Z:e1cd0861-abb4-4597-ad5e-2faf2edfdc92" ], + "x-ms-request-id": [ "9e2dec64-5ddb-4879-af72-a2f16c6ff778" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/fad9d081-465a-486d-8b71-c7058c1ce1ba" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "d40dceb0-e89e-45a5-9d65-12f056fd343c" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103045Z:d40dceb0-e89e-45a5-9d65-12f056fd343c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:04:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 78B4DD3B7F36441F9833AECFCC888EFE Ref B: JKT201051407036 Ref C: 2025-10-31T10:30:45Z" ], + "Date": [ "Fri, 31 Oct 2025 10:30:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "85" ], + "Content-Length": [ "83" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"StartServerManagementOperation\",\"startTime\":\"2021-08-27T18:04:16.913Z\"}" + "Content": "{\"operation\":\"StopServerManagementOperation\",\"startTime\":\"2025-10-31T10:30:45.47Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01+18": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456389816\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Nwa8ydyu1aDtFKde9YWFuZvBALRYjW7xFMStm2vlp-BWU3x-TTktIrcF7AAtcwK-sLcRH-J6GCUvz6Y-Ada58tTHLZDyZdzRhh1jb4IxENmMHQN4k8crn4nqx5UnCBR3Z3C_aA5LeIaYRz45akIELcvQ0ARIBSoyCwIVxXT0Rs-dP8xZ-V_amrhIQfGdMM1wl9mR4ClZN3jwJs2RlYjkM2UavEI7g2cAvmgQ8bdOBuSfCTIy6Kjj8_VZinuhToNTeBd2xTzgEur9LItWwIbg_MpB1kuTGhVv6Ot1eOrdJ7XYQb_YU4FSC4zLiSBqwo55u_6Shcb6RdRjJm6VIHkK7A\u0026h=uk1JltuYSJHIOlhJ3srn5l2_s38ekq8MZ2T6E0rTI64+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456389816\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Nwa8ydyu1aDtFKde9YWFuZvBALRYjW7xFMStm2vlp-BWU3x-TTktIrcF7AAtcwK-sLcRH-J6GCUvz6Y-Ada58tTHLZDyZdzRhh1jb4IxENmMHQN4k8crn4nqx5UnCBR3Z3C_aA5LeIaYRz45akIELcvQ0ARIBSoyCwIVxXT0Rs-dP8xZ-V_amrhIQfGdMM1wl9mR4ClZN3jwJs2RlYjkM2UavEI7g2cAvmgQ8bdOBuSfCTIy6Kjj8_VZinuhToNTeBd2xTzgEur9LItWwIbg_MpB1kuTGhVv6Ot1eOrdJ7XYQb_YU4FSC4zLiSBqwo55u_6Shcb6RdRjJm6VIHkK7A\u0026h=uk1JltuYSJHIOlhJ3srn5l2_s38ekq8MZ2T6E0rTI64", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "49cdd457-8e0f-4608-af5b-50dfa0e8e4d0" ], - "CommandName": [ "Start-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "bcc91520-ca44-4437-8109-8675ab41b420" ], + "CommandName": [ "Stop-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2638,35 +1925,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a1bf345c-7b57-47d3-99e2-b2c7b9c50ffe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "e9c84d4e-ae76-4aee-a4ec-b162649df927" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180517Z:e9c84d4e-ae76-4aee-a4ec-b162649df927" ], + "x-ms-request-id": [ "6a0b8145-bee0-4415-9467-125b2132ddbd" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/395f16cc-44d6-4a81-af78-ea2750ea8a3a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "df799688-64ca-49a8-b10d-74faf3bbb362" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103146Z:df799688-64ca-49a8-b10d-74faf3bbb362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:05:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: FF46BA6B226E474F9016919EF2E62609 Ref B: JKT201051407036 Ref C: 2025-10-31T10:31:46Z" ], + "Date": [ "Fri, 31 Oct 2025 10:31:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"88879608-1703-4e0e-9de4-c319fcba73be\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:04:16.913Z\"}" + "Content": "{\"name\":\"9e2dec64-5ddb-4879-af72-a2f16c6ff778\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:30:45.47Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01+19": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456546080\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=meVF3TKS0fAjKKS1JWYRqAciem2HeYKzdv4THV5WmuI74BOauOWXqxjWGwmtlEtaC9sartseep5lurG3QQ0Af_kB8BdeYB_kerol7oXdT9dB1bWQrSRfOu5aXJlTCHs4ijRMCHYeR4FLnsNu4k9KsYCoK33RnxkWHaMj-jcRRpRFC5mjqyGgHlK7nxB8SDJKaruG52Iv2G7w2pL0kNwNpuENoS-oQMBNfejnf8SvwFHwcoRx5Vdb77JnJFteD7iQtXl9Q3Y5ZwiN_LOmP3l_GfdhkBY9joxiG2wUncItT3VV72vw03aBQSZf89cmo1p5ijvzC3DbXPptQX7bP6oaCw\u0026h=MSNYvgAHETx01VupJ_fcLQ-sUcqnjKKhnIVVB3d4BnY+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9e2dec64-5ddb-4879-af72-a2f16c6ff778?api-version=2021-05-01\u0026t=638975034456546080\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=meVF3TKS0fAjKKS1JWYRqAciem2HeYKzdv4THV5WmuI74BOauOWXqxjWGwmtlEtaC9sartseep5lurG3QQ0Af_kB8BdeYB_kerol7oXdT9dB1bWQrSRfOu5aXJlTCHs4ijRMCHYeR4FLnsNu4k9KsYCoK33RnxkWHaMj-jcRRpRFC5mjqyGgHlK7nxB8SDJKaruG52Iv2G7w2pL0kNwNpuENoS-oQMBNfejnf8SvwFHwcoRx5Vdb77JnJFteD7iQtXl9Q3Y5ZwiN_LOmP3l_GfdhkBY9joxiG2wUncItT3VV72vw03aBQSZf89cmo1p5ijvzC3DbXPptQX7bP6oaCw\u0026h=MSNYvgAHETx01VupJ_fcLQ-sUcqnjKKhnIVVB3d4BnY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "49cdd457-8e0f-4608-af5b-50dfa0e8e4d0" ], - "CommandName": [ "Start-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "bcc91520-ca44-4437-8109-8675ab41b420" ], + "CommandName": [ "Stop-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Stop-AzMySqlFlexibleServer_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2676,73 +1968,43 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cb15ff67-9227-4bc4-95ea-99a29911678a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "8803ed11-9782-4897-9203-5b79b816d786" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180617Z:8803ed11-9782-4897-9203-5b79b816d786" ], + "x-ms-request-id": [ "020e2a3f-c022-4d34-82e3-625a0e821450" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/65ca25db-54f0-43da-8674-c1b28cf07c9a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "11c8335b-d8e8-4a64-b56c-bacb22ebb31d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103147Z:11c8335b-d8e8-4a64-b56c-bacb22ebb31d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:06:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 57B4CDAABDD04D31B40BB835AA084DC8 Ref B: JKT201051407036 Ref C: 2025-10-31T10:31:46Z" ], + "Date": [ "Fri, 31 Oct 2025 10:31:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "49" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"88879608-1703-4e0e-9de4-c319fcba73be\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T18:04:16.913Z\"}" + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01+20": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01+13": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/88879608-1703-4e0e-9de4-c319fcba73be?api-version=2021-05-01", + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/start?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "49cdd457-8e0f-4608-af5b-50dfa0e8e4d0" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "57a7dcc4-6416-444f-92ee-a90204f4e1e2" ], "CommandName": [ "Start-AzMySqlFlexibleServer" ], "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "6165804a-6d16-4eba-bf31-7f2f2cee17a0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "e614423d-3c72-46ff-9167-0046dc69762f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180617Z:e614423d-3c72-46ff-9167-0046dc69762f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:06:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "49" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01+21": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01", - "Content": "{\r\n}", - "Headers": { + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "4" ] } }, "Response": { @@ -2750,39 +2012,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082605236\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=Y4MwDFUzXkirNDgcfCsNzkiH1CZ--GhIHp6MJ_b7HBXxIZO-yUw7p09gO2LSQV6JDOyrK_Mj0g5zpAOqnnZBx9ZnY1b4PGkY_D_uT53pYxExSzLLTamRlj_uHMvwwB7c24aB9y4bLNW81u1igTfgcqpWH_1cFUpe8iL0JvbvBAUqsAeit8gJsQi8NozctJPBA5jAOYBVOzbPW6qhEJLSFK0RnYcowYzX1r2DUUNKlEzf1Vj2z92YpGepbbDEkBJbxLOwRU-ECTtWfro8C7TpPez-poAQa-ArYYUkNaq8I51pzT8-HjJmcaBSacR7EwW8kyiGHF8FE9yyh62M8KkzYg\u0026h=xYmCobDK4PF70LqTxhhM-KLQofJGF4Cs3IOb9quxfmQ" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082448991\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=eaQJWl-5GQTnoiTFNrBn5Rpavq738Gw2dNsi4TAo1kB7o7AwrL7yuVlP3aBMbL9ZPyRgPzWuzllN6b7qGWeR92VxIFEKuYAshWTNquDolEjiDN5qHjFKYENn2haHWEmSCqw68zC_1mqMkFdLDNoP8SGOjEgzbHM63eHEQ12R8C3m6Ps1AYqoTx26OKgIzYmcuvFj8MG83OKJbJWbILL4BuLMgfIcl5zsM4H9Nx3xAUR3KiS8gi348XmkvAF9UByTda_11cyHD4mL55tLtkeRyv9fGERJ-yyNM4xRDd_U9i2V7VaYc_elCnon2P9FHVshGVVFfCXCMk1ZveflF87Bjg\u0026h=bvPjhJtn4hSUR24v-_PcrdXo2foxBTqCJ-dUi709hAg" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8d40813e-8b1f-44b7-b2ae-fd71ff41863e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "65a28075-d8dd-43e7-a830-76a00f96584d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180617Z:65a28075-d8dd-43e7-a830-76a00f96584d" ], + "x-ms-request-id": [ "ada427c7-f513-486f-ac9d-384a6c6f49c1" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/565a38d8-d38c-46bd-ab05-a3ae4c0433df" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "1be836dd-6363-4591-98b9-d5959e89409e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103148Z:1be836dd-6363-4591-98b9-d5959e89409e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:06:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C17A0152A6734177B99E42C6FA7C0E52 Ref B: JKT201051407036 Ref C: 2025-10-31T10:31:47Z" ], + "Date": [ "Fri, 31 Oct 2025 10:31:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "87" ], + "Content-Length": [ "83" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"RestartServerManagementOperation\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"operation\":\"StartServerManagementOperation\",\"startTime\":\"2025-10-31T10:31:47.9Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+22": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082448991\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=eaQJWl-5GQTnoiTFNrBn5Rpavq738Gw2dNsi4TAo1kB7o7AwrL7yuVlP3aBMbL9ZPyRgPzWuzllN6b7qGWeR92VxIFEKuYAshWTNquDolEjiDN5qHjFKYENn2haHWEmSCqw68zC_1mqMkFdLDNoP8SGOjEgzbHM63eHEQ12R8C3m6Ps1AYqoTx26OKgIzYmcuvFj8MG83OKJbJWbILL4BuLMgfIcl5zsM4H9Nx3xAUR3KiS8gi348XmkvAF9UByTda_11cyHD4mL55tLtkeRyv9fGERJ-yyNM4xRDd_U9i2V7VaYc_elCnon2P9FHVshGVVFfCXCMk1ZveflF87Bjg\u0026h=bvPjhJtn4hSUR24v-_PcrdXo2foxBTqCJ-dUi709hAg+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082448991\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=eaQJWl-5GQTnoiTFNrBn5Rpavq738Gw2dNsi4TAo1kB7o7AwrL7yuVlP3aBMbL9ZPyRgPzWuzllN6b7qGWeR92VxIFEKuYAshWTNquDolEjiDN5qHjFKYENn2haHWEmSCqw68zC_1mqMkFdLDNoP8SGOjEgzbHM63eHEQ12R8C3m6Ps1AYqoTx26OKgIzYmcuvFj8MG83OKJbJWbILL4BuLMgfIcl5zsM4H9Nx3xAUR3KiS8gi348XmkvAF9UByTda_11cyHD4mL55tLtkeRyv9fGERJ-yyNM4xRDd_U9i2V7VaYc_elCnon2P9FHVshGVVFfCXCMk1ZveflF87Bjg\u0026h=bvPjhJtn4hSUR24v-_PcrdXo2foxBTqCJ-dUi709hAg", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "57a7dcc4-6416-444f-92ee-a90204f4e1e2" ], + "CommandName": [ "Start-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2794,35 +2061,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f79e239d-5ee1-45da-88a2-79290448d5ff" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "37eabfbf-9462-42f2-ac73-ffb8adb573c9" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180717Z:37eabfbf-9462-42f2-ac73-ffb8adb573c9" ], + "x-ms-request-id": [ "e5278216-cebe-4488-93df-0b2d8ae030ce" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/0caf7522-fec1-43bf-af8d-97e4fcfdec2d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "502ee10a-d6f5-4720-8a55-99d41d2fdccf" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103248Z:502ee10a-d6f5-4720-8a55-99d41d2fdccf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:07:16 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1E2C173F10B94BD1B59BF0DC13984317 Ref B: JKT201051407036 Ref C: 2025-10-31T10:32:48Z" ], + "Date": [ "Fri, 31 Oct 2025 10:32:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"name\":\"ada427c7-f513-486f-ac9d-384a6c6f49c1\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:31:47.9Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+23": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082448991\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=eaQJWl-5GQTnoiTFNrBn5Rpavq738Gw2dNsi4TAo1kB7o7AwrL7yuVlP3aBMbL9ZPyRgPzWuzllN6b7qGWeR92VxIFEKuYAshWTNquDolEjiDN5qHjFKYENn2haHWEmSCqw68zC_1mqMkFdLDNoP8SGOjEgzbHM63eHEQ12R8C3m6Ps1AYqoTx26OKgIzYmcuvFj8MG83OKJbJWbILL4BuLMgfIcl5zsM4H9Nx3xAUR3KiS8gi348XmkvAF9UByTda_11cyHD4mL55tLtkeRyv9fGERJ-yyNM4xRDd_U9i2V7VaYc_elCnon2P9FHVshGVVFfCXCMk1ZveflF87Bjg\u0026h=bvPjhJtn4hSUR24v-_PcrdXo2foxBTqCJ-dUi709hAg+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082448991\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=eaQJWl-5GQTnoiTFNrBn5Rpavq738Gw2dNsi4TAo1kB7o7AwrL7yuVlP3aBMbL9ZPyRgPzWuzllN6b7qGWeR92VxIFEKuYAshWTNquDolEjiDN5qHjFKYENn2haHWEmSCqw68zC_1mqMkFdLDNoP8SGOjEgzbHM63eHEQ12R8C3m6Ps1AYqoTx26OKgIzYmcuvFj8MG83OKJbJWbILL4BuLMgfIcl5zsM4H9Nx3xAUR3KiS8gi348XmkvAF9UByTda_11cyHD4mL55tLtkeRyv9fGERJ-yyNM4xRDd_U9i2V7VaYc_elCnon2P9FHVshGVVFfCXCMk1ZveflF87Bjg\u0026h=bvPjhJtn4hSUR24v-_PcrdXo2foxBTqCJ-dUi709hAg", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "57a7dcc4-6416-444f-92ee-a90204f4e1e2" ], + "CommandName": [ "Start-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2834,35 +2106,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "71de3f52-0e6f-4d96-9e0e-145c743a6ff4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "c8849d4b-6433-4894-936f-7f82761772d8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180818Z:c8849d4b-6433-4894-936f-7f82761772d8" ], + "x-ms-request-id": [ "24df3cf6-0cd6-4934-acc1-16c9f1fcc945" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/15d522e7-4872-4372-a837-478d87665d79" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "872fb11d-a2a5-48b1-b3d2-69186bfcb623" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103349Z:872fb11d-a2a5-48b1-b3d2-69186bfcb623" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:08:17 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 8C1D0D9A81554CA1A17C92AEDBC68399 Ref B: JKT201051407036 Ref C: 2025-10-31T10:33:49Z" ], + "Date": [ "Fri, 31 Oct 2025 10:33:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "105" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"name\":\"ada427c7-f513-486f-ac9d-384a6c6f49c1\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:31:47.9Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+24": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082605236\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=Y4MwDFUzXkirNDgcfCsNzkiH1CZ--GhIHp6MJ_b7HBXxIZO-yUw7p09gO2LSQV6JDOyrK_Mj0g5zpAOqnnZBx9ZnY1b4PGkY_D_uT53pYxExSzLLTamRlj_uHMvwwB7c24aB9y4bLNW81u1igTfgcqpWH_1cFUpe8iL0JvbvBAUqsAeit8gJsQi8NozctJPBA5jAOYBVOzbPW6qhEJLSFK0RnYcowYzX1r2DUUNKlEzf1Vj2z92YpGepbbDEkBJbxLOwRU-ECTtWfro8C7TpPez-poAQa-ArYYUkNaq8I51pzT8-HjJmcaBSacR7EwW8kyiGHF8FE9yyh62M8KkzYg\u0026h=xYmCobDK4PF70LqTxhhM-KLQofJGF4Cs3IOb9quxfmQ+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/ada427c7-f513-486f-ac9d-384a6c6f49c1?api-version=2021-05-01\u0026t=638975035082605236\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=Y4MwDFUzXkirNDgcfCsNzkiH1CZ--GhIHp6MJ_b7HBXxIZO-yUw7p09gO2LSQV6JDOyrK_Mj0g5zpAOqnnZBx9ZnY1b4PGkY_D_uT53pYxExSzLLTamRlj_uHMvwwB7c24aB9y4bLNW81u1igTfgcqpWH_1cFUpe8iL0JvbvBAUqsAeit8gJsQi8NozctJPBA5jAOYBVOzbPW6qhEJLSFK0RnYcowYzX1r2DUUNKlEzf1Vj2z92YpGepbbDEkBJbxLOwRU-ECTtWfro8C7TpPez-poAQa-ArYYUkNaq8I51pzT8-HjJmcaBSacR7EwW8kyiGHF8FE9yyh62M8KkzYg\u0026h=xYmCobDK4PF70LqTxhhM-KLQofJGF4Cs3IOb9quxfmQ", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], + "x-ms-unique-id": [ "63" ], + "x-ms-client-request-id": [ "57a7dcc4-6416-444f-92ee-a90204f4e1e2" ], + "CommandName": [ "Start-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Start-AzMySqlFlexibleServer_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2872,77 +2149,83 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9e88f1dc-131a-4259-8ce3-83670cbe078c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "16f64d36-00b5-4034-b4d9-1081eef777b3" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T180918Z:16f64d36-00b5-4034-b4d9-1081eef777b3" ], + "x-ms-request-id": [ "60505fc4-a3fc-4eff-b4fc-da37fc628764" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/c267559b-40f5-4b13-8f44-2af0d71ba7ab" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "cd7b3694-e533-4925-a732-2bceb891a626" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103350Z:cd7b3694-e533-4925-a732-2bceb891a626" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:09:17 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 343164ABF00845648F697319B84F5A16 Ref B: JKT201051407036 Ref C: 2025-10-31T10:33:49Z" ], + "Date": [ "Fri, 31 Oct 2025 10:33:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "49" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+25": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$POST+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01+17": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", - "Content": null, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/restart?api-version=2021-05-01", + "Content": "{\r\n}", + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "4" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315899342\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=OoU7oPLC745cgmbD78wlKedzMcnLDuplJiws8Wi3Xftk41yAmTZXc-MWOwVtZyMJGpdKYTSknuhXc3mOQg8NprICtWKl07EaZv_Oa-yiuK-bx6Nt9_60bygzgjMcdCHE60423YYnRq2X6MI1-pnV1HqlJfHX3rFfYEle4WTpuHqlD00DC778L3c7R18YCFs0M_BV0IOmSvK5bxd-YYeh_MV9Ta3Egx7vx1wqThX2uRGNAgo-XZnF5gL-PRskP5LT-bstsh2SKnSrLmsfch7ZrkbqQ2avn2JwcvGb1j44wKWb5pEiI_8BEbzy1PcpRUuGAf3jLLI-0onFzE02QBDEzw\u0026h=zD0fWZP-A3hFnjPhBaJnjtj_d1O86AIK77TvUV-sAh8" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315742358\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=JeQHuPHWkDFslF9iwHrFlaiBliNnMVdV1LFMV9N9dC3RGqnXOegCstTzEo-kT_LOfn3o4YdrRYckiopfV_2OXmVjFMiIn1sfSpOTN2iDN0z1fRDaZv6KY0rxBfCjI2_yZ3i8e7nh5fnA55sXjQJhQ3-1iTQ83EUxx0O_3gPoeFyPGjYL-hOCEvJqy_auc__-lby-ch13rOFcheV1IjGn-qxGDXaZd6jrJTyZPbQuIX3C5exf04pFeYYuEdS84jkqJ0FJfv2xQXjAQKoAQaGEdujugcamx7l1MfwpDmegNQZQ0GDOCO637lGH5ZA5HCC2MfGrN6oeedn_mOBZdAb4WQ\u0026h=aI-3mGY3NgTMZB2bLbZZ5AGPT_SIKP_IMSyMVc8F1pQ" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a2544a8a-8ce2-4821-a0e5-69dcc1ee201a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "d8972614-2210-44c0-a1ca-9bb0d94571c2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181018Z:d8972614-2210-44c0-a1ca-9bb0d94571c2" ], + "x-ms-request-id": [ "f0b29a4c-1197-4917-a752-0b4ed70703f0" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/2de77c67-c196-4422-abaa-9d79ae55036f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "175f29df-488d-4075-8baf-056ff61a1822" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103351Z:175f29df-488d-4075-8baf-056ff61a1822" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:10:17 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3B2C21FAA226421B9AF9CC1FC100DB99 Ref B: JKT201051407036 Ref C: 2025-10-31T10:33:50Z" ], + "Date": [ "Fri, 31 Oct 2025 10:33:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "87" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"operation\":\"RestartServerManagementOperation\",\"startTime\":\"2025-10-31T10:33:51.363Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+26": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315742358\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=JeQHuPHWkDFslF9iwHrFlaiBliNnMVdV1LFMV9N9dC3RGqnXOegCstTzEo-kT_LOfn3o4YdrRYckiopfV_2OXmVjFMiIn1sfSpOTN2iDN0z1fRDaZv6KY0rxBfCjI2_yZ3i8e7nh5fnA55sXjQJhQ3-1iTQ83EUxx0O_3gPoeFyPGjYL-hOCEvJqy_auc__-lby-ch13rOFcheV1IjGn-qxGDXaZd6jrJTyZPbQuIX3C5exf04pFeYYuEdS84jkqJ0FJfv2xQXjAQKoAQaGEdujugcamx7l1MfwpDmegNQZQ0GDOCO637lGH5ZA5HCC2MfGrN6oeedn_mOBZdAb4WQ\u0026h=aI-3mGY3NgTMZB2bLbZZ5AGPT_SIKP_IMSyMVc8F1pQ+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315742358\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=JeQHuPHWkDFslF9iwHrFlaiBliNnMVdV1LFMV9N9dC3RGqnXOegCstTzEo-kT_LOfn3o4YdrRYckiopfV_2OXmVjFMiIn1sfSpOTN2iDN0z1fRDaZv6KY0rxBfCjI2_yZ3i8e7nh5fnA55sXjQJhQ3-1iTQ83EUxx0O_3gPoeFyPGjYL-hOCEvJqy_auc__-lby-ch13rOFcheV1IjGn-qxGDXaZd6jrJTyZPbQuIX3C5exf04pFeYYuEdS84jkqJ0FJfv2xQXjAQKoAQaGEdujugcamx7l1MfwpDmegNQZQ0GDOCO637lGH5ZA5HCC2MfGrN6oeedn_mOBZdAb4WQ\u0026h=aI-3mGY3NgTMZB2bLbZZ5AGPT_SIKP_IMSyMVc8F1pQ", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "34ec9e98-d14b-4aee-8a27-7b41dfb0f312" ], "CommandName": [ "Restart-AzMySqlFlexibleServer" ], "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2954,35 +2237,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "97cb4ced-8ac7-4a24-8dbc-dca2d8bd674a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "f09de5f6-938b-4998-8d99-5212350cc205" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181118Z:f09de5f6-938b-4998-8d99-5212350cc205" ], + "x-ms-request-id": [ "5fe10dbc-e146-4219-8677-a6b11564881e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/6e73418e-c4d0-4eda-846a-b0401357249d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "990c0e7f-6dda-4563-8efe-3859d99a906c" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103452Z:990c0e7f-6dda-4563-8efe-3859d99a906c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:11:17 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 95EAE94F41BE4D00A5EFACA040B1FFCB Ref B: JKT201051407036 Ref C: 2025-10-31T10:34:52Z" ], + "Date": [ "Fri, 31 Oct 2025 10:34:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"name\":\"f0b29a4c-1197-4917-a752-0b4ed70703f0\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:33:51.363Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+27": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315899342\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=OoU7oPLC745cgmbD78wlKedzMcnLDuplJiws8Wi3Xftk41yAmTZXc-MWOwVtZyMJGpdKYTSknuhXc3mOQg8NprICtWKl07EaZv_Oa-yiuK-bx6Nt9_60bygzgjMcdCHE60423YYnRq2X6MI1-pnV1HqlJfHX3rFfYEle4WTpuHqlD00DC778L3c7R18YCFs0M_BV0IOmSvK5bxd-YYeh_MV9Ta3Egx7vx1wqThX2uRGNAgo-XZnF5gL-PRskP5LT-bstsh2SKnSrLmsfch7ZrkbqQ2avn2JwcvGb1j44wKWb5pEiI_8BEbzy1PcpRUuGAf3jLLI-0onFzE02QBDEzw\u0026h=zD0fWZP-A3hFnjPhBaJnjtj_d1O86AIK77TvUV-sAh8+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0b29a4c-1197-4917-a752-0b4ed70703f0?api-version=2021-05-01\u0026t=638975036315899342\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=OoU7oPLC745cgmbD78wlKedzMcnLDuplJiws8Wi3Xftk41yAmTZXc-MWOwVtZyMJGpdKYTSknuhXc3mOQg8NprICtWKl07EaZv_Oa-yiuK-bx6Nt9_60bygzgjMcdCHE60423YYnRq2X6MI1-pnV1HqlJfHX3rFfYEle4WTpuHqlD00DC778L3c7R18YCFs0M_BV0IOmSvK5bxd-YYeh_MV9Ta3Egx7vx1wqThX2uRGNAgo-XZnF5gL-PRskP5LT-bstsh2SKnSrLmsfch7ZrkbqQ2avn2JwcvGb1j44wKWb5pEiI_8BEbzy1PcpRUuGAf3jLLI-0onFzE02QBDEzw\u0026h=zD0fWZP-A3hFnjPhBaJnjtj_d1O86AIK77TvUV-sAh8", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "34ec9e98-d14b-4aee-8a27-7b41dfb0f312" ], "CommandName": [ "Restart-AzMySqlFlexibleServer" ], "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -2992,77 +2280,83 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4c1ded19-28d5-4adf-a338-9a10d50a0a6b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "66c360ba-c451-4fcd-b654-886f0e000d9a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181218Z:66c360ba-c451-4fcd-b654-886f0e000d9a" ], + "x-ms-request-id": [ "3fd016f3-4374-47ad-bf83-bc65ffcca4ed" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/de9c6027-15b8-4801-bb2c-29d9027732dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c4fe8f3c-4d34-45c0-a0de-facbbe88a77b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103453Z:c4fe8f3c-4d34-45c0-a0de-facbbe88a77b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:12:18 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F1050030B7CF4951A79C0E79C50AD576 Ref B: JKT201051407036 Ref C: 2025-10-31T10:34:52Z" ], + "Date": [ "Fri, 31 Oct 2025 10:34:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "49" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+28": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+20": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", + "Content": "{\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"createMode\": \"PointInTimeRestore\",\r\n \"sourceServerResourceId\": \"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\r\n \"restorePointInTime\": \"2025-10-31T18:24:52.7289467+08:00\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "347" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966886601\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=HB6z9Rl6mWRqTW3guQWTmqc6yV1CfVHcSR1sTJ0AwB2V8Ict-gWgQZgBTpob7WicliIyHVBePA9I-ztSa5ElsmwCngDIn6IsoVB9qccKyfV6Wyw5c7i0GcwqsuGBhAoI3Yk8itnq_u0_22e58Heat9xtMoE0EOArSQylkAB65HQphxbXetCSYxFL-rMDrA1JsTjD8CAliYG2iSu_RYfxyW3ZfSW5BjmdRya90g_rsJOSRFdkfsVqHTIIvnFEZWMpZnO4vkJNWBQNHtbLVfSJ7EreIhuLvP6ANofADLNifAzhYOUXaUqG3Q1gVGKBm_zA5sHadtZXucrj3dJhcXPNoQ\u0026h=VPUgaWrMSdVzrtHWMu8KiVIihyyhJhO5SDXVjm5PYw8" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c6a85219-4df9-4a41-bead-c9f5129de600" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "67bff0da-284b-4485-b316-9541d2ecd4c8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181318Z:67bff0da-284b-4485-b316-9541d2ecd4c8" ], + "x-ms-request-id": [ "d5bc88c0-a228-4fc6-8e6f-27a7f3d14233" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/db884fcf-2b8b-47ab-bff4-de50ab6000ed" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "f077bd71-b045-4f86-bb28-9aa924b797ce" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103456Z:f077bd71-b045-4f86-bb28-9aa924b797ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:13:18 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 0165039FE4E94710A2C1854D1F7B9CF4 Ref B: JKT201051407036 Ref C: 2025-10-31T10:34:53Z" ], + "Date": [ "Fri, 31 Oct 2025 10:34:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "89" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d40813e-8b1f-44b7-b2ae-fd71ff41863e\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T18:06:17.677Z\"}" + "Content": "{\"operation\":\"RestoreSnapshotManagementOperation\",\"startTime\":\"2025-10-31T10:34:56.537Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01+29": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8d40813e-8b1f-44b7-b2ae-fd71ff41863e?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "3ea8f85b-7c42-457d-801a-c7f1b3f73075" ], - "CommandName": [ "Restart-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Restart-AzMySqlFlexibleServer_RestartViaIdentityExpanded" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "ae986e09-f99c-4d19-b173-22fc23a927b5" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3072,73 +2366,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c664b301-d780-455b-9c6f-858bca755cde" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "c3a26653-e453-48a6-a518-7f5840822a78" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181318Z:c3a26653-e453-48a6-a518-7f5840822a78" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:13:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "49" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"mysql-flexible-test-100\",\"type\":\"MySQL\"}" - } - }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+30": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"createMode\": \"PointInTimeRestore\",\r\n \"sourceServerResourceId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\r\n \"restorePointInTime\": \"2021-08-27T11:03:18.8410899-07:00\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "347" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "aa332809-12a3-43a1-b8d5-76bdd56e37b6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "7c5b7b33-6b1a-4944-8ec8-0f73892b1a59" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181319Z:7c5b7b33-6b1a-4944-8ec8-0f73892b1a59" ], + "x-ms-request-id": [ "76ac74a0-d9b3-44ca-8633-a5dc78c418d4" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/667cdeac-aced-4481-8160-1fa4acf44cf6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "ee165ad2-a732-46bb-9a8d-b80d299dd0d7" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103557Z:ee165ad2-a732-46bb-9a8d-b80d299dd0d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:13:19 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 21E8273FB9FD4AF08F67EBB92F3FB5C2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:35:57Z" ], + "Date": [ "Fri, 31 Oct 2025 10:35:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "89" ], + "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"RestoreSnapshotManagementOperation\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"name\":\"d5bc88c0-a228-4fc6-8e6f-27a7f3d14233\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:34:56.537Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01+31": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "ae986e09-f99c-4d19-b173-22fc23a927b5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3150,35 +2413,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3bed8144-7484-4d03-ac66-cd2ce08bab50" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "05113e06-c87c-43f9-8a2d-ec48885a34f2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181419Z:05113e06-c87c-43f9-8a2d-ec48885a34f2" ], + "x-ms-request-id": [ "0cb62151-0a63-4984-bf67-03c88ec017fd" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/4856150f-7897-4fcc-9773-99700ff499c0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "39cfe8df-54a1-4dd7-8847-92129e084f2e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103658Z:39cfe8df-54a1-4dd7-8847-92129e084f2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:14:19 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: AA0C7A589E6B4D80B2E33D67AF2A209F Ref B: JKT201051407036 Ref C: 2025-10-31T10:36:57Z" ], + "Date": [ "Fri, 31 Oct 2025 10:36:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"aa332809-12a3-43a1-b8d5-76bdd56e37b6\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"name\":\"d5bc88c0-a228-4fc6-8e6f-27a7f3d14233\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:34:56.537Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01+32": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "ae986e09-f99c-4d19-b173-22fc23a927b5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3190,35 +2458,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "21b3e8f0-9e04-4abf-96f8-6c84b1c5cc8f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "38ad157a-5c0b-4424-8c1e-d0e8c6298d71" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181519Z:38ad157a-5c0b-4424-8c1e-d0e8c6298d71" ], + "x-ms-request-id": [ "4e520b83-23fa-49be-8589-99336ebbe3bd" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/83fe8534-8285-41f9-9d79-bd63739b0fc7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "27372903-9142-4673-9864-71aa90206bab" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103759Z:27372903-9142-4673-9864-71aa90206bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:15:19 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1EF7BAC2F52C4E36A1AF5C9742720C3A Ref B: JKT201051407036 Ref C: 2025-10-31T10:37:58Z" ], + "Date": [ "Fri, 31 Oct 2025 10:37:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"aa332809-12a3-43a1-b8d5-76bdd56e37b6\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"name\":\"d5bc88c0-a228-4fc6-8e6f-27a7f3d14233\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:34:56.537Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01+33": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/d5bc88c0-a228-4fc6-8e6f-27a7f3d14233?api-version=2021-05-01\u0026t=638975036966740992\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TTWpRzWJN24H5lXdWqmV2UGoGinQENzLNG197mNZcG4OqLqdMzeISgYgouuD-qK-niDI4CCwVpiPS87JGMo1aRQOuCJq4uHLpEMoqDavt2hUOw8aua46zQ25WDowUx2urbdMLrp4Wklps9VHsdEp6eOYcf04gHyLkw5YOrUaGJZQmPoV45Eb5yuVvgXpKOA3ZuJFpKsY4RuUWinoGJN2xlkZIDnXCWiFjnNm2XuDRtPQp7RdK-R8R_RQXPOPhs2La1i5a6RWIFWvx1DWBCewcuBlTlAZts09pY2jO-iUbKGufUhVjGhSk5eqG_DqBp15FhJ97sTBl6B-Ng2qOmySBA\u0026h=y1MDZnlQeAT2OD9Jw405pTmVBzIlRJUw2HwBoV3_Pw4", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], + "x-ms-unique-id": [ "71" ], + "x-ms-client-request-id": [ "ae986e09-f99c-4d19-b173-22fc23a927b5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3230,35 +2503,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "747397d1-0d05-4022-ab2a-35f449f9e2e1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "da290f93-f5d1-438a-96ac-ffa3fba561db" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181620Z:da290f93-f5d1-438a-96ac-ffa3fba561db" ], + "x-ms-request-id": [ "17be2450-8118-4e53-9e24-b5f709f22df6" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f79cb470-4f1f-47dd-9a31-45afca7d7f9f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "161cdacd-f09c-475c-9a78-3cca70360dfb" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103900Z:161cdacd-f09c-475c-9a78-3cca70360dfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:16:19 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A69A1F272A6040E98D8525396F421BE8 Ref B: JKT201051407036 Ref C: 2025-10-31T10:38:59Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"aa332809-12a3-43a1-b8d5-76bdd56e37b6\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"name\":\"d5bc88c0-a228-4fc6-8e6f-27a7f3d14233\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:34:56.537Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01+34": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "ae986e09-f99c-4d19-b173-22fc23a927b5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3268,77 +2546,87 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9140783c-9f3a-43de-aeba-cdf039842529" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "102583a0-f233-49f5-9e52-0dba4a6fcc7d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181721Z:102583a0-f233-49f5-9e52-0dba4a6fcc7d" ], + "x-ms-request-id": [ "7f084ee3-dd5d-47dc-bf57-d3dbe0d64045" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "a437d091-01af-4ea1-a365-1ad0e89fba32" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103902Z:a437d091-01af-4ea1-a365-1ad0e89fba32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:17:21 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1317246845D040A2AA20344AD71BBDE2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:00Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "1047" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"aa332809-12a3-43a1-b8d5-76bdd56e37b6\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:35:18.7731631Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-restore.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:38:19.2168305+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore\",\"name\":\"mysql-test-100-restore\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01+35": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+26": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/aa332809-12a3-43a1-b8d5-76bdd56e37b6?api-version=2021-05-01", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "fc847414-a59f-431a-8931-656abb68e2c1" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426802563\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=R96pVWJt1PXlr77MYJb5N5OAtAo33okL-vjlPeoNaSgcOtb1bdHyEj-CAeXXiUjjm7c8xsrhvsd2ImyM1FhEw-BS2a4Q1i-4fUSADj3f5PcBibui-Pq9EOH54VUzy5Z6U6lOHbGckmsqshHkg-B_PIoCg9Pp7Ulst6pAqdhc_bTBryVdinwlSKNjGjW3VY7ST-IftQMLNbQdHKOpfGNL5IYCeMF4j61_4k3TDJLxj-Mjx--U8FI-sVF6rL7vzmmHv-aAmUmg_TAjQoXx2u1TvB0Q4FQ4x1D7ntzTnMdktjM5PF4svOAF5wb01eoDC1ZoJ_b3z04Iswvx5wWfhHAZ-w\u0026h=CioRIYwAcTfhhL9Xhyjr5UF1tpDtGFYR5xAjMwZyoSo" ], + "Retry-After": [ "15" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426646238\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=EXg5UWCjM57RWkDApY5wxCwWa563VXo32EtggzlaPYaa_TS16nd7H_CF4x6CUcETrE4FRnptavQYTppRldPDonrXyoyOA1m0T3fVXemIjBUWYlx76dcTx_3rF_gI6pGcYJAJxRuK364sTjdXoEU_Hde_rQDtKYyyr4KLt9TQjA2cOIqcJzcYWdPjln-XCgCkyVl6ti6ygT2rLpA3nSN9U1IQi15c7FoTXBCazURiviSQx1QC1zwpUk0Ubg5JTI7DHKPmctnkmfCyT1E_7Ti8FFC1Busgc50Rfq3C673wfptdQB8vZFGu6JtDwk25XVhOZbosZWD-n1m0vTgI1_vQaw\u0026h=JwSNIWb4T_NgV5aauwlCv-_cBW9_YI4OwI4c7EUyFc0" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "e6339444-ee3d-4366-9db0-b72e6941c8d1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "03c656e3-78fa-4031-8d8d-d135ec94ea28" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181822Z:03c656e3-78fa-4031-8d8d-d135ec94ea28" ], + "x-ms-request-id": [ "be9316e0-d573-4292-9658-fd3a9a56ddd5" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/1bbdb893-32ca-42e8-8b8a-6b6b05dd0e17" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "9be0255b-77a7-424c-bbd6-d012d3cadcdc" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103902Z:9be0255b-77a7-424c-bbd6-d012d3cadcdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:18:21 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B8C21EC0A8A04B269F1896807445BD77 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "83" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"aa332809-12a3-43a1-b8d5-76bdd56e37b6\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T18:13:19.347Z\"}" + "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2025-10-31T10:39:02.59Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+36": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426646238\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=EXg5UWCjM57RWkDApY5wxCwWa563VXo32EtggzlaPYaa_TS16nd7H_CF4x6CUcETrE4FRnptavQYTppRldPDonrXyoyOA1m0T3fVXemIjBUWYlx76dcTx_3rF_gI6pGcYJAJxRuK364sTjdXoEU_Hde_rQDtKYyyr4KLt9TQjA2cOIqcJzcYWdPjln-XCgCkyVl6ti6ygT2rLpA3nSN9U1IQi15c7FoTXBCazURiviSQx1QC1zwpUk0Ubg5JTI7DHKPmctnkmfCyT1E_7Ti8FFC1Busgc50Rfq3C673wfptdQB8vZFGu6JtDwk25XVhOZbosZWD-n1m0vTgI1_vQaw\u0026h=JwSNIWb4T_NgV5aauwlCv-_cBW9_YI4OwI4c7EUyFc0+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426646238\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=EXg5UWCjM57RWkDApY5wxCwWa563VXo32EtggzlaPYaa_TS16nd7H_CF4x6CUcETrE4FRnptavQYTppRldPDonrXyoyOA1m0T3fVXemIjBUWYlx76dcTx_3rF_gI6pGcYJAJxRuK364sTjdXoEU_Hde_rQDtKYyyr4KLt9TQjA2cOIqcJzcYWdPjln-XCgCkyVl6ti6ygT2rLpA3nSN9U1IQi15c7FoTXBCazURiviSQx1QC1zwpUk0Ubg5JTI7DHKPmctnkmfCyT1E_7Ti8FFC1Busgc50Rfq3C673wfptdQB8vZFGu6JtDwk25XVhOZbosZWD-n1m0vTgI1_vQaw\u0026h=JwSNIWb4T_NgV5aauwlCv-_cBW9_YI4OwI4c7EUyFc0", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "54dda3fb-8434-4686-bf34-d1ef9817339d" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "fc847414-a59f-431a-8931-656abb68e2c1" ], + "CommandName": [ "Remove-AzMySqlFlexibleServer" ], + "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -3348,57 +2636,69 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "0a621bd1-83f5-4875-9bb8-43aeb4e6919e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "60f3d300-dda7-43d5-bf81-0d008b63b53b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181822Z:60f3d300-dda7-43d5-bf81-0d008b63b53b" ], + "x-ms-request-id": [ "788517d5-5b27-4f48-9cf2-21b10fd86d95" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/5bf93c0f-7ea3-4f82-b25a-bfc443675c20" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c6807098-9133-447e-88e2-1377827e260a" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103918Z:c6807098-9133-447e-88e2-1377827e260a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 18:18:21 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E581D668C54341F0B9D7BAB825A29EA9 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:17Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "957" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-restore.mysql.database.azure.com\",\"availabilityZone\":\"3\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T18:23:22.9700983+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore\",\"name\":\"mysql-test-100-restore\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"name\":\"be9316e0-d573-4292-9658-fd3a9a56ddd5\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:39:02.59Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01+37": { + "AzMySqlFlexibleServer+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426802563\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=R96pVWJt1PXlr77MYJb5N5OAtAo33okL-vjlPeoNaSgcOtb1bdHyEj-CAeXXiUjjm7c8xsrhvsd2ImyM1FhEw-BS2a4Q1i-4fUSADj3f5PcBibui-Pq9EOH54VUzy5Z6U6lOHbGckmsqshHkg-B_PIoCg9Pp7Ulst6pAqdhc_bTBryVdinwlSKNjGjW3VY7ST-IftQMLNbQdHKOpfGNL5IYCeMF4j61_4k3TDJLxj-Mjx--U8FI-sVF6rL7vzmmHv-aAmUmg_TAjQoXx2u1TvB0Q4FQ4x1D7ntzTnMdktjM5PF4svOAF5wb01eoDC1ZoJ_b3z04Iswvx5wWfhHAZ-w\u0026h=CioRIYwAcTfhhL9Xhyjr5UF1tpDtGFYR5xAjMwZyoSo+28": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-test-100-restore?api-version=2021-05-01", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/be9316e0-d573-4292-9658-fd3a9a56ddd5?api-version=2021-05-01\u0026t=638975039426802563\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=R96pVWJt1PXlr77MYJb5N5OAtAo33okL-vjlPeoNaSgcOtb1bdHyEj-CAeXXiUjjm7c8xsrhvsd2ImyM1FhEw-BS2a4Q1i-4fUSADj3f5PcBibui-Pq9EOH54VUzy5Z6U6lOHbGckmsqshHkg-B_PIoCg9Pp7Ulst6pAqdhc_bTBryVdinwlSKNjGjW3VY7ST-IftQMLNbQdHKOpfGNL5IYCeMF4j61_4k3TDJLxj-Mjx--U8FI-sVF6rL7vzmmHv-aAmUmg_TAjQoXx2u1TvB0Q4FQ4x1D7ntzTnMdktjM5PF4svOAF5wb01eoDC1ZoJ_b3z04Iswvx5wWfhHAZ-w\u0026h=CioRIYwAcTfhhL9Xhyjr5UF1tpDtGFYR5xAjMwZyoSo", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "9ac8ac56-2f0d-42b7-bd7e-3b3834ec1b14" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "fc847414-a59f-431a-8931-656abb68e2c1" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 204, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "1621434e-f04e-4a5f-9559-0ccca7125238" ], - "x-ms-correlation-request-id": [ "1621434e-f04e-4a5f-9559-0ccca7125238" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T181822Z:1621434e-f04e-4a5f-9559-0ccca7125238" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 27 Aug 2021 18:18:22 GMT" ] + "x-ms-request-id": [ "7c403465-7f6d-4877-89a0-539bd3ef9e41" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/aa6866ef-d00a-4067-8aaa-89ea81a2cba3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "ee5c0169-093c-46cc-a565-741789077d1c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103918Z:ee5c0169-093c-46cc-a565-741789077d1c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B1411BC789AA4BBE885DE893787530AD Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:18Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:18 GMT" ] }, "ContentHeaders": { - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Tests.ps1 index d8c69fdc0606..eef7351ccad0 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServer.Tests.ps1 @@ -44,7 +44,7 @@ Describe 'AzMySqlFlexibleServer' { $flxServer = Get-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName $replica = New-AzMySqlFlexibleServerReplica -InputObject $flxServer -Replica $env.replicaName -ResourceGroupName $env.resourceGroup $replica.Name | Should -Be $env.replicaName - $replica.SkuName | Should -Be $env.flexibleSku + $replica.SkuName | Should -Be $env.GeneralPurposeSku $replica = Get-AzMySqlFlexibleServerReplica -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName $replica.Count | Should -Be 1 @@ -60,20 +60,18 @@ Describe 'AzMySqlFlexibleServer' { $server = Get-AzMySqlFlexibleServer -InputObject $ID $server.Name | Should -Be $env.flexibleServerName - $server = Update-AzMySqlFlexibleServer -InputObject $server -StorageInMb 20480 - $server.StorageSizeGb | Should -Be 20 - $server = Update-AzMySqlFlexibleServer -InputObject $server -SkuTier GeneralPurpose -Sku Standard_D4ds_v4 $server.SkuTier | Should -Be 'GeneralPurpose' $server.SkuName | Should -Be 'Standard_D4ds_v4' - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)/stop" + $server = Update-AzMySqlFlexibleServer -InputObject $server -StorageInMb 40960 + $server.StorageSizeGb | Should -Be 40 + + $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)" Stop-AzMySqlFlexibleServer -InputObject $ID - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)/start" Start-AzMySqlFlexibleServer -InputObject $ID - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)/restart" Restart-AzMySqlFlexibleServer -InputObject $ID $restorePointInTime = (Get-Date).AddMinutes(-10) diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerConfiguration.Recording.json b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerConfiguration.Recording.json index 1f211ca3c0e2..9ac162a0b38f 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerConfiguration.Recording.json +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerConfiguration.Recording.json @@ -1,16 +1,17 @@ { - "AzMySqlFlexibleServerConfiguration+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "d0ffadd8-59ce-4498-8027-d7518e73acc8" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "73e1d76f-b577-43c4-8184-f877c0d134b5" ], "CommandName": [ "Get-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerConfiguration_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,34 +23,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "722b1bc5-c395-4411-9528-faf3b1e67206" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "500c7c0e-a109-4e16-bf98-b684c45502cd" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064558Z:500c7c0e-a109-4e16-bf98-b684c45502cd" ], + "x-ms-request-id": [ "969aa0aa-c8e5-406a-8260-6c830ddafe5e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/986cb41e-8152-4941-8d82-0c515999ec98" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "68ff8a1f-0bcc-4cfe-b2e3-f3aab7ec6b77" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103923Z:68ff8a1f-0bcc-4cfe-b2e3-f3aab7ec6b77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:45:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: BEF73E03DB594DA9880B403B56214661 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:21Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "236049" ], + "Content-Length": [ "296844" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"value\":\"OFF\",\"description\":\"Tell the server to enable or disable archive engine.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/archive\",\"name\":\"archive\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Allow to audit the log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_enabled\",\"name\":\"audit_log_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"CONNECTION\",\"description\":\"Select the events to audit logs.\",\"defaultValue\":\"CONNECTION\",\"dataType\":\"Set\",\"allowedValues\":\"DDL,DML_SELECT,DML_NONSELECT,DCL,ADMIN,DML,GENERAL,CONNECTION,TABLE_ACCESS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_events\",\"name\":\"audit_log_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"azure_superuser\",\"description\":\"The comma-separated user list whose commands will not be in the audit logs.\",\"defaultValue\":\"azure_superuser\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_exclude_users\",\"name\":\"audit_log_exclude_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The comma-separated user list whose commands will be in the audit logs. It takes higher priority if the same user name is found in audit_log_exclude_users.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_include_users\",\"name\":\"audit_log_include_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Allow to audit the slow log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_slow_log_enabled\",\"name\":\"audit_slow_log_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_generate_certs\",\"name\":\"auto_generate_certs\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The auto_increment_increment is intended for use with source-to-source replication, and can be used to control the operation of AUTO_INCREMENT columns.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_increment_increment\",\"name\":\"auto_increment_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The auto_increment_offset is intended for use with source-to-source replication, and can be used to control the operation of AUTO_INCREMENT columns.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_increment_offset\",\"name\":\"auto_increment_offset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The autocommit mode. If set to ON, all changes to a table take effect immediately. If set to OFF, you must use COMMIT to accept a transaction or ROLLBACK to cancel it.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/autocommit\",\"name\":\"autocommit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable controls whether ALTER TABLE implicitly upgrades temporal columns found to be in pre-5.6.4 format.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/avoid_temporal_upgrade\",\"name\":\"avoid_temporal_upgrade\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Add hidden primary key automatically when create innodb table without PK/UK\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/azure_innodb_hpk_auto_add\",\"name\":\"azure_innodb_hpk_auto_add\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether show hidden PK of a table\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/azure_innodb_hpk_show\",\"name\":\"azure_innodb_hpk_show\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Control whether bypass the table structure modification introduced by HPK. Default is ON, and no effect to hidden PK, when OFF, ignore auto add/drop/reorder column logic. Used only for maintanence.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/azure_innodb_hpk_support\",\"name\":\"azure_innodb_hpk_support\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The replica repair time in minutes after the replication is broken.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1440\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/azure_replication_repair_time\",\"name\":\"azure_replication_repair_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"271\",\"description\":\"The number of outstanding connection requests MySQL can have\",\"defaultValue\":\"271\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/back_log\",\"name\":\"back_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"The size of the cache to hold changes to the binary log during a transaction.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967296\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_cache_size\",\"name\":\"binlog_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"CRC32\",\"description\":\"When enabled, this variable causes the master to write a checksum for each event in the binary log.\",\"defaultValue\":\"CRC32\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NONE,CRC32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_checksum\",\"name\":\"binlog_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ABORT_SERVER\",\"description\":\"Controls what happens when the server cannot write to the binary log, which can cause the master\u0027s log to become inconsistent and replication slaves to lose synchronization.\",\"defaultValue\":\"ABORT_SERVER\",\"dataType\":\"Enumeration\",\"allowedValues\":\"IGNORE_ERROR,ABORT_SERVER\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_error_action\",\"name\":\"binlog_error_action\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of seconds for automatic binary log file removal. The default is 0, which means no automatic removal. Possible removals happen at startup and when the binary log is flushed.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_expire_logs_seconds\",\"name\":\"binlog_expire_logs_seconds\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ROW\",\"description\":\"This variable sets the binary logging format, and can be any one of STATEMENT, ROW, or MIXED.\",\"defaultValue\":\"ROW\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ROW,STATEMENT,MIXED\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_format\",\"name\":\"binlog_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,11-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_group_commit_sync_delay\",\"name\":\"binlog_group_commit_sync_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_group_commit_sync_no_delay_count\",\"name\":\"binlog_group_commit_sync_no_delay_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable controls how binary log files are iterated during the search for GTIDs when MySQL starts or restarts.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_gtid_simple_recovery\",\"name\":\"binlog_gtid_simple_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If this variable is enabled (the default), transactions are committed in the same order they are written to the binary log. If disabled, transactions may be committed in parallel.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_order_commits\",\"name\":\"binlog_order_commits\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Specify the maximum size of a row-based binary log event in bytes.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"256-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog-row-event-max-size\",\"name\":\"binlog-row-event-max-size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"minimal\",\"description\":\"For MySQL row-based replication, this variable determines how row images are written to the binary log.\",\"defaultValue\":\"minimal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"full,minimal,noblob\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_row_image\",\"name\":\"binlog_row_image\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"The binlog_rows_query_log_events system variable affects row-based logging only. When enabled, it causes the MySQL Server to write informational log events such as row query log events into its binary log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_rows_query_log_events\",\"name\":\"binlog_rows_query_log_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"This variable determines the size of the cache for the binary log to hold nontransactional statements issued during a transaction.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_stmt_cache_size\",\"name\":\"binlog_stmt_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Tell the server to enable or disable blackhole engine.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/blackhole\",\"name\":\"blackhole\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"aes-128-ecb\",\"description\":\"This variable controls the block encryption mode for block-based algorithms such as AES. It affects encryption for AES_ENCRYPT() and AES_DECRYPT().\",\"defaultValue\":\"aes-128-ecb\",\"dataType\":\"Enumeration\",\"allowedValues\":\"aes-128-ecb,aes-192-ecb,aes-256-ecb,aes-128-cbc,aes-192-cbc,aes-256-cbc,aes-128-cfb1,aes-192-cfb1,aes-256-cfb1,aes-128-cfb8,aes-192-cfb8,aes-256-cfb8,aes-128-cfb128,aes-192-cfb128,aes-256-cfb128,aes-128-ofb,aes-192-ofb,aes-256-ofb\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/block_encryption_mode\",\"name\":\"block_encryption_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"Limits the size of the MyISAM cache tree in bytes per thread.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/bulk_insert_buffer_size\",\"name\":\"bulk_insert_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"latin1\",\"description\":\"Use charset_name as the default server character set.\",\"defaultValue\":\"latin1\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8,ASCII,BIG5,BINARY,CP1250,CP1251,CP1256,CP1257,CP850,CP852,CP866,CP932,DEC8,EUCJPMS,EUCKR,GB18030,GB2312,GBK,GEOSTD8,GREEK,HEBREW,HP8,KEYBCS2,KOI8R,KOI8U,LATIN1,LATIN2,LATIN5,LATIN7,MACCE,MACROMAN,SJIS,SWE7,TIS620,UCS2,UJIS,UTF16,UTF16LE,UTF32,UTF8,UTF8MB4\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/character_set_server\",\"name\":\"character_set_server\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"latin1_swedish_ci\",\"description\":\"The server\u0027s default collation.\",\"defaultValue\":\"latin1_swedish_ci\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8_BIN,ARMSCII8_GENERAL_CI,ASCII_BIN,ASCII_GENERAL_CI,BIG5_BIN,BIG5_CHINESE_CI,BINARY,CP1250_BIN,CP1250_CROATIAN_CI,CP1250_CZECH_CS,CP1250_GENERAL_CI,CP1250_POLISH_CI,CP1251_BIN,CP1251_BULGARIAN_CI,CP1251_GENERAL_CI,CP1251_GENERAL_CS,CP1251_UKRAINIAN_CI,CP1256_BIN,CP1256_GENERAL_CI,CP1257_BIN,CP1257_GENERAL_CI,CP1257_LITHUANIAN_CI,CP850_BIN,CP850_GENERAL_CI,CP852_BIN,CP852_GENERAL_CI,CP866_BIN,CP866_GENERAL_CI,CP932_BIN,CP932_JAPANESE_CI,DEC8_BIN,DEC8_SWEDISH_CI,EUCJPMS_BIN,EUCJPMS_JAPANESE_CI,EUCKR_BIN,EUCKR_KOREAN_CI,GB18030_BIN,GB18030_CHINESE_CI,GB18030_UNICODE_520_CI,GB2312_BIN,GB2312_CHINESE_CI,GBK_BIN,GBK_CHINESE_CI,GEOSTD8_BIN,GEOSTD8_GENERAL_CI,GREEK_BIN,GREEK_GENERAL_CI,HEBREW_BIN,HEBREW_GENERAL_CI,HP8_BIN,HP8_ENGLISH_CI,KEYBCS2_BIN,KEYBCS2_GENERAL_CI,KOI8R_BIN,KOI8R_GENERAL_CI,KOI8U_BIN,KOI8U_GENERAL_CI,LATIN1_BIN,LATIN1_DANISH_CI,LATIN1_GENERAL_CI,LATIN1_GENERAL_CS,LATIN1_GERMAN1_CI,LATIN1_GERMAN2_CI,LATIN1_SPANISH_CI,LATIN1_SWEDISH_CI,LATIN2_BIN,LATIN2_CROATIAN_CI,LATIN2_CZECH_CS,LATIN2_GENERAL_CI,LATIN2_HUNGARIAN_CI,LATIN5_BIN,LATIN5_TURKISH_CI,LATIN7_BIN,LATIN7_ESTONIAN_CS,LATIN7_GENERAL_CI,LATIN7_GENERAL_CS,MACCE_BIN,MACCE_GENERAL_CI,MACROMAN_BIN,MACROMAN_GENERAL_CI,SJIS_BIN,SJIS_JAPANESE_CI,SWE7_BIN,SWE7_SWEDISH_CI,TIS620_BIN,TIS620_THAI_CI,UCS2_BIN,UCS2_CROATIAN_CI,UCS2_CZECH_CI,UCS2_DANISH_CI,UCS2_ESPERANTO_CI,UCS2_ESTONIAN_CI,UCS2_GENERAL_CI,UCS2_GENERAL_MYSQL500_CI,UCS2_GERMAN2_CI,UCS2_HUNGARIAN_CI,UCS2_ICELANDIC_CI,UCS2_LATVIAN_CI,UCS2_LITHUANIAN_CI,UCS2_PERSIAN_CI,UCS2_POLISH_CI,UCS2_ROMAN_CI,UCS2_ROMANIAN_CI,UCS2_SINHALA_CI,UCS2_SLOVAK_CI,UCS2_SLOVENIAN_CI,UCS2_SPANISH_CI,UCS2_SPANISH2_CI,UCS2_SWEDISH_CI,UCS2_TURKISH_CI,UCS2_UNICODE_520_CI,UCS2_UNICODE_CI,UCS2_VIETNAMESE_CI,UJIS_BIN,UJIS_JAPANESE_CI,UTF16_BIN,UTF16_CROATIAN_CI,UTF16_CZECH_CI,UTF16_DANISH_CI,UTF16_ESPERANTO_CI,UTF16_ESTONIAN_CI,UTF16_GENERAL_CI,UTF16_GERMAN2_CI,UTF16_HUNGARIAN_CI,UTF16_ICELANDIC_CI,UTF16_LATVIAN_CI,UTF16_LITHUANIAN_CI,UTF16_PERSIAN_CI,UTF16_POLISH_CI,UTF16_ROMAN_CI,UTF16_ROMANIAN_CI,UTF16_SINHALA_CI,UTF16_SLOVAK_CI,UTF16_SLOVENIAN_CI,UTF16_SPANISH_CI,UTF16_SPANISH2_CI,UTF16_SWEDISH_CI,UTF16_TURKISH_CI,UTF16_UNICODE_520_CI,UTF16_UNICODE_CI,UTF16_VIETNAMESE_CI,UTF16LE_BIN,UTF16LE_GENERAL_CI,UTF32_BIN,UTF32_CROATIAN_CI,UTF32_CZECH_CI,UTF32_DANISH_CI,UTF32_ESPERANTO_CI,UTF32_ESTONIAN_CI,UTF32_GENERAL_CI,UTF32_GERMAN2_CI,UTF32_HUNGARIAN_CI,UTF32_ICELANDIC_CI,UTF32_LATVIAN_CI,UTF32_LITHUANIAN_CI,UTF32_PERSIAN_CI,UTF32_POLISH_CI,UTF32_ROMAN_CI,UTF32_ROMANIAN_CI,UTF32_SINHALA_CI,UTF32_SLOVAK_CI,UTF32_SLOVENIAN_CI,UTF32_SPANISH_CI,UTF32_SPANISH2_CI,UTF32_SWEDISH_CI,UTF32_TURKISH_CI,UTF32_UNICODE_520_CI,UTF32_UNICODE_CI,UTF32_VIETNAMESE_CI,UTF8_BIN,UTF8_CROATIAN_CI,UTF8_CZECH_CI,UTF8_DANISH_CI,UTF8_ESPERANTO_CI,UTF8_ESTONIAN_CI,UTF8_GENERAL_CI,UTF8_GENERAL_MYSQL500_CI,UTF8_GERMAN2_CI,UTF8_HUNGARIAN_CI,UTF8_ICELANDIC_CI,UTF8_LATVIAN_CI,UTF8_LITHUANIAN_CI,UTF8_PERSIAN_CI,UTF8_POLISH_CI,UTF8_ROMAN_CI,UTF8_ROMANIAN_CI,UTF8_SINHALA_CI,UTF8_SLOVAK_CI,UTF8_SLOVENIAN_CI,UTF8_SPANISH_CI,UTF8_SPANISH2_CI,UTF8_SWEDISH_CI,UTF8_TURKISH_CI,UTF8_UNICODE_520_CI,UTF8_UNICODE_CI,UTF8_VIETNAMESE_CI,UTF8MB4_BIN,UTF8MB4_CROATIAN_CI,UTF8MB4_CZECH_CI,UTF8MB4_DANISH_CI,UTF8MB4_ESPERANTO_CI,UTF8MB4_ESTONIAN_CI,UTF8MB4_GENERAL_CI,UTF8MB4_GERMAN2_CI,UTF8MB4_HUNGARIAN_CI,UTF8MB4_ICELANDIC_CI,UTF8MB4_LATVIAN_CI,UTF8MB4_LITHUANIAN_CI,UTF8MB4_PERSIAN_CI,UTF8MB4_POLISH_CI,UTF8MB4_ROMAN_CI,UTF8MB4_ROMANIAN_CI,UTF8MB4_SINHALA_CI,UTF8MB4_SLOVAK_CI,UTF8MB4_SLOVENIAN_CI,UTF8MB4_SPANISH_CI,UTF8MB4_SPANISH2_CI,UTF8MB4_SWEDISH_CI,UTF8MB4_TURKISH_CI,UTF8MB4_UNICODE_520_CI,UTF8MB4_UNICODE_CI,UTF8MB4_VIETNAMESE_CI\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/collation_server\",\"name\":\"collation_server\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"NO_CHAIN\",\"description\":\"The transaction completion type.\",\"defaultValue\":\"NO_CHAIN\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NO_CHAIN,CHAIN,RELEASE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/completion_type\",\"name\":\"completion_type\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"AUTO\",\"description\":\"Allows INSERT and SELECT statements to run concurrently for MyISAM tables that have no free blocks in the middle of the data file.\",\"defaultValue\":\"AUTO\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NEVER,AUTO,ALWAYS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/concurrent_insert\",\"name\":\"concurrent_insert\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The number of seconds that the mysqld server waits for a connect packet before responding with Bad handshake.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"2-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/connect_timeout\",\"name\":\"connect_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"mysql_native_password\",\"description\":\"The default authentication plugin.\",\"defaultValue\":\"mysql_native_password\",\"dataType\":\"Enumeration\",\"allowedValues\":\"mysql_native_password,sha256_password\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_authentication_plugin\",\"name\":\"default_authentication_plugin\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"This variable defines the global automatic password expiration policy.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_password_lifetime\",\"name\":\"default_password_lifetime\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"InnoDB\",\"description\":\"The default storage engine (table type).\",\"defaultValue\":\"InnoDB\",\"dataType\":\"Enumeration\",\"allowedValues\":\"InnoDB,CSV,MEMORY\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_storage_engine\",\"name\":\"default_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"InnoDB\",\"description\":\"The default storage engine for TEMPORARY tables.\",\"defaultValue\":\"InnoDB\",\"dataType\":\"Enumeration\",\"allowedValues\":\"InnoDB,MyISAM,CSV,PERFORMANCE_SCHEMA,MEMORY,MRG_MYISAM\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_tmp_storage_engine\",\"name\":\"default_tmp_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The default mode value to use for the WEEK() function.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-7\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_week_format\",\"name\":\"default_week_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"It specifies how to use delayed key writes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,ALL\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delay_key_write\",\"name\":\"delay_key_write\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"After inserting delayed_insert_limit delayed rows, the INSERT DELAYED handler thread checks whether there are any SELECT statements pending. If so, it allows them to execute before continuing to insert delayed rows.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_insert_limit\",\"name\":\"delayed_insert_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"How many seconds an INSERT DELAYED handler thread should wait for INSERT statements before terminating.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_insert_timeout\",\"name\":\"delayed_insert_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"If the queue becomes full, any client that issues an INSERT DELAYED statement waits until there is room in the queue again.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_queue_size\",\"name\":\"delayed_queue_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If this variable is enabled, MySQL will change the cache according to the SQL. If a DATABASE/TABLE added/droped, the cache related with it will be updated, others remain the same.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/dir_cache_fine_grained_enabled\",\"name\":\"dir_cache_fine_grained_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If this variable is enabled, MySQL will cache the name of files in the directories when mysql server launches.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/dir_cache_init_load_enabled\",\"name\":\"dir_cache_init_load_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to disable the startup check for tables with nonnative partitioning.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/disable-partition-engine-check\",\"name\":\"disable-partition-engine-check\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"MyISAM,MRG_MyISAM,BLACKHOLE,FEDEATED,ARCHIVE\",\"description\":\"This variable indicates which storage engines cannot be used to create tables or tablespaces.\",\"defaultValue\":\"MyISAM,MRG_MyISAM,BLACKHOLE,FEDEATED,ARCHIVE\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/disabled_storage_engines\",\"name\":\"disabled_storage_engines\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls how the server handles clients with expired passwords:\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/disconnect_on_expired_password\",\"name\":\"disconnect_on_expired_password\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Number of digits by which to increase the scale of the result of division operations.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"0-30\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/div_precision_increment\",\"name\":\"div_precision_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether optimizer JSON output should add end markers.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/end_markers_in_json\",\"name\":\"end_markers_in_json\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enable, this option enforces GTID consistency by allowing execution of only those statements that can be logged in a transactionally safe manner.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,WARN\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/enforce_gtid_consistency\",\"name\":\"enforce_gtid_consistency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/eq_range_index_dive_limit\",\"name\":\"eq_range_index_dive_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicates the status of the Event Scheduler. It is always OFF for a replica server to keep the replication consistency.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/event_scheduler\",\"name\":\"event_scheduler\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of days for automatic binary log file removal. The default is 0, which means no automatic removal. Possible removals happen at startup and when the binary log is flushed.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/expire_logs_days\",\"name\":\"expire_logs_days\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"[Deprecated] This system variable determines whether the server enables certain nonstandard behaviors for default values and NULL-value handling in TIMESTAMP columns.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/explicit_defaults_for_timestamp\",\"name\":\"explicit_defaults_for_timestamp\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If ON, the server flushes (synchronizes) all changes to disk after each SQL statement. Normally, MySQL does a write of all changes to disk only after each SQL statement and lets the operating system handle the synchronizing to disk.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/flush\",\"name\":\"flush\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"If this is set to a nonzero value, all tables are closed every flush_time seconds to free up resources and synchronize unflushed data to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-8640000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/flush_time\",\"name\":\"flush_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"+ -\u003e\u003c()~*:\\\"\\\"\u0026|\",\"description\":\"The list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE.\",\"defaultValue\":\"+ -\u003e\u003c()~*:\\\"\\\"\u0026|\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ft_boolean_syntax\",\"name\":\"ft_boolean_syntax\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of top matches to use for full-text searches performed using WITH QUERY EXPANSION.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ft_query_expansion_limit\",\"name\":\"ft_query_expansion_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether the general query log is enabled.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/general_log\",\"name\":\"general_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/serverlogs/mysql-general-mysql-flexible-test-100-2021082706.log\",\"description\":\"The name of the general query log file. \",\"defaultValue\":\"mysql-general.log\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/general_log_file\",\"name\":\"general_log_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"Maximum allowed result length in bytes for the GROUP_CONCAT().\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/group_concat_max_len\",\"name\":\"group_concat_max_len\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"Compress the mysql.gtid_executed table each time this many transactions have taken place.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/gtid_executed_compression_period\",\"name\":\"gtid_executed_compression_period\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicates if global transaction identifiers (GTIDs) are used to identify transactions. You can only update it one step at a time in ascending order of modes. To keep replication consistent, you cannot update it for a master/replica server.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/gtid_mode\",\"name\":\"gtid_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"279\",\"description\":\"The size of the internal host cache.\",\"defaultValue\":\"279\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65536\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/host_cache_size\",\"name\":\"host_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"A string to be executed by the server for each client that connects.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/init_connect\",\"name\":\"init_connect\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether to dynamically adjust the rate of flushing dirty pages in the InnoDB buffer pool based on the workload. Adjusting the flush rate dynamically is intended to avoid bursts of I/O activity.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_flushing\",\"name\":\"innodb_adaptive_flushing\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"Defines the low water mark representing percentage of redo log capacity at which adaptive flushing is enabled.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-70\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_flushing_lwm\",\"name\":\"innodb_adaptive_flushing_lwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether innodb adaptive hash indexes are enabled or disabled.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_hash_index\",\"name\":\"innodb_adaptive_hash_index\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"Partitions the adaptive hash index search system. Each index is bound to a specific partition, with each partition protected by a separate latch. \",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-512\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_hash_index_parts\",\"name\":\"innodb_adaptive_hash_index_parts\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"150000\",\"description\":\"Permits InnoDB to automatically adjust the value of innodb_thread_sleep_delay up or down according to the current workload.\",\"defaultValue\":\"150000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_max_sleep_delay\",\"name\":\"innodb_adaptive_max_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"64\",\"description\":\"The increment size (in megabytes) for extending the size of an auto-extending InnoDB system tablespace file when it becomes full.\",\"defaultValue\":\"64\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_autoextend_increment\",\"name\":\"innodb_autoextend_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The lock mode to use for generating auto-increment values.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_autoinc_lock_mode\",\"name\":\"innodb_autoinc_lock_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"Defines the chunk size for online InnoDB buffer pool resizing operations.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"1048576-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_chunk_size\",\"name\":\"innodb_buffer_pool_chunk_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Dump the buffer pool into a file named @@innodb_buffer_pool_filename\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_at_shutdown\",\"name\":\"innodb_buffer_pool_dump_at_shutdown\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Immediately records the pages cached in the InnoDB buffer pool.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_now\",\"name\":\"innodb_buffer_pool_dump_now\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"25\",\"description\":\"Specifies the percentage of the most recently used pages for each buffer pool to read out and dump.\",\"defaultValue\":\"25\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_pct\",\"name\":\"innodb_buffer_pool_dump_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ib_buffer_pool\",\"description\":\"Specifies the file that holds the list of page numbers produced by innodb_buffer_pool_dump_at_shutdown or innodb_buffer_pool_dump_now.\",\"defaultValue\":\"ib_buffer_pool\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_filename\",\"name\":\"innodb_buffer_pool_filename\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The number of regions that the InnoDB buffer pool is divided into\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_instances\",\"name\":\"innodb_buffer_pool_instances\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Interrupts the process of restoring InnoDB buffer pool contents triggered by innodb_buffer_pool_load_at_startup or innodb_buffer_pool_load_now.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_abort\",\"name\":\"innodb_buffer_pool_load_abort\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Load the buffer pool from a file named @@innodb_buffer_pool_filename\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_at_startup\",\"name\":\"innodb_buffer_pool_load_at_startup\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Immediately warms up the InnoDB buffer pool by loading a set of data pages, without waiting for a server restart.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_now\",\"name\":\"innodb_buffer_pool_load_now\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"The size in bytes of the buffer pool, the memory area where InnoDB caches table and index data.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"134217728-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_size\",\"name\":\"innodb_buffer_pool_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"25\",\"description\":\"Maximum size for the InnoDB change buffer, as a percentage of the total size of the buffer pool. You might increase this value for a MySQL server with heavy insert, update, and delete activity, or decrease it for a MySQL server with unchanging data used for reporting.\",\"defaultValue\":\"25\",\"dataType\":\"Integer\",\"allowedValues\":\"0-50\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_change_buffer_max_size\",\"name\":\"innodb_change_buffer_max_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"all\",\"description\":\"Whether InnoDB performs change buffering, an optimization that delays write operations to secondary indexes so that the I/O operations can be performed sequentially.\",\"defaultValue\":\"all\",\"dataType\":\"Enumeration\",\"allowedValues\":\"none,inserts,deletes,changes,purges,all\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_change_buffering\",\"name\":\"innodb_change_buffering\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"crc32\",\"description\":\"Specifies how to generate and verify the checksum stored in the disk blocks of InnoDB tablespaces.\",\"defaultValue\":\"crc32\",\"dataType\":\"Enumeration\",\"allowedValues\":\"innodb,crc32,none,strict_innodb,strict_crc32,strict_none\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_checksum_algorithm\",\"name\":\"innodb_checksum_algorithm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables per-index compression-related statistics in the INFORMATION_SCHEMA.INNODB_CMP_PER_INDEX table. Because these statistics can be expensive to gather, only enable this option on development, test, or slave instances during performance tuning related to InnoDB compressed tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_cmp_per_index_enabled\",\"name\":\"innodb_cmp_per_index_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of threads that can commit at the same time. A value of 0 (the default) permits any number of transactions to commit simultaneously. The value of innodb_commit_concurrency cannot be changed at runtime from zero to nonzero or vice versa. The value can be changed from one nonzero value to another.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_commit_concurrency\",\"name\":\"innodb_commit_concurrency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5\",\"description\":\"Defines the compression failure rate threshold for a table, as a percentage, at which point MySQL begins adding padding within compressed pages to avoid expensive compression failures.\",\"defaultValue\":\"5\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_failure_threshold_pct\",\"name\":\"innodb_compression_failure_threshold_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"6\",\"description\":\"Specifies the level of zlib compression to use for InnoDB compressed tables and indexes. A higher value lets you fit more data onto a storage device, at the expense of more CPU overhead during compression. A lower value lets you reduce CPU overhead when storage space is not critical, or you expect the data is not especially compressible.\",\"defaultValue\":\"6\",\"dataType\":\"Integer\",\"allowedValues\":\"0-9\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_level\",\"name\":\"innodb_compression_level\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"Specifies the maximum percentage that can be reserved as free space within each compressed page, allowing room to reorganize the data and modification log within the page when a compressed table or index is updated and the data might be recompressed. Only applies when innodb_compression_failure_threshold_pct is set to a nonzero value, and the rate of compression failures passes the cutoff point.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"0-75\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_pad_pct_max\",\"name\":\"innodb_compression_pad_pct_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"Determines the number of threads that can enter InnoDB concurrently.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_concurrency_tickets\",\"name\":\"innodb_concurrency_tickets\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This option is used to disable deadlock detection. On high concurrency systems, deadlock detection can cause a slowdown when numerous threads wait for the same lock.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_deadlock_detect\",\"name\":\"innodb_deadlock_detect\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"DYNAMIC\",\"description\":\"The innodb_default_row_format option defines the default row format for InnoDB tables and user-created temporary tables.\",\"defaultValue\":\"DYNAMIC\",\"dataType\":\"Enumeration\",\"allowedValues\":\"DYNAMIC,COMPACT,REDUNDANT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_default_row_format\",\"name\":\"innodb_default_row_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Disables the operating system file system cache for merge-sort temporary files. The effect is to open such files with the equivalent of O_DIRECT.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_disable_sort_file_cache\",\"name\":\"innodb_disable_sort_file_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/diskcache.data\",\"description\":\"File name of MySQL BPE file\",\"defaultValue\":\"/app/work/diskcache.data\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_disk_buffer_pool_filename\",\"name\":\"innodb_disk_buffer_pool_filename\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Size of MySQL BPE in byte\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-515396075520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_disk_buffer_pool_size\",\"name\":\"innodb_disk_buffer_pool_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enabled, InnoDB stores all data twice, first to the doublewrite buffer, then to the actual data files.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite\",\"name\":\"innodb_doublewrite\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The InnoDB shutdown mode. If the value is 0, InnoDB does a slow shutdown, a full purge and a change buffer merge before shutting down. If the value is 1 (the default), InnoDB skips these operations at shutdown, a process known as a fast shutdown. If the value is 2, InnoDB flushes its logs and shuts down cold, as if MySQL had crashed; no committed transactions are lost, but the crash recovery operation makes the next startup take longer.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fast_shutdown\",\"name\":\"innodb_fast_shutdown\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"7201\",\"description\":\"The seconds of mysql engine waiting for I/O, this threshold timeout will result in mysql engine crash.\",\"defaultValue\":\"7201\",\"dataType\":\"Integer\",\"allowedValues\":\"1-864000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fatal_semaphore_wait_threshold\",\"name\":\"innodb_fatal_semaphore_wait_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"Barracuda\",\"description\":\"Indicates the InnoDB file format for file-per-table tablespaces.\",\"defaultValue\":\"Barracuda\",\"dataType\":\"Enumeration\",\"allowedValues\":\"Antelope,Barracuda\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_file_format\",\"name\":\"innodb_file_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"InnoDB stores the data and indexes for each newly created table in a separate .ibd file instead of the system tablespace. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_file_per_table\",\"name\":\"innodb_file_per_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"InnoDB performs a bulk load when creating or rebuilding indexes.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"10-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fill_factor\",\"name\":\"innodb_fill_factor\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Write and flush the logs every N seconds. This setting has an effect only when innodb_flush_log_at_trx_commit has a value of 2.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2700\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_log_at_timeout\",\"name\":\"innodb_flush_log_at_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the balance between strict ACID compliance for commit operations and higher performance that is possible when commit-related I/O operations are rearranged and done in batches.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_log_at_trx_commit\",\"name\":\"innodb_flush_log_at_trx_commit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"fsync\",\"description\":\"Defines the method used to flush data to InnoDB data files and log files, which can affect I/O throughput.\",\"defaultValue\":\"fsync\",\"dataType\":\"Enumeration\",\"allowedValues\":\"fsync,O_DSYNC,littlesync,nosync,O_DIRECT,O_DIRECT_NO_FSYNC\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_method\",\"name\":\"innodb_flush_method\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Specifies whether flushing a page from the InnoDB buffer pool also flushes other dirty pages in the same extent.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_neighbors\",\"name\":\"innodb_flush_neighbors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Causes the innodb_io_capacity setting to be ignored for bursts of I/O activity that occur at checkpoints.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_sync\",\"name\":\"innodb_flush_sync\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"Number of iterations for which InnoDB keeps the previously calculated snapshot of the flushing state, controlling how quickly adaptive flushing responds to changing workloads.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flushing_avg_loops\",\"name\":\"innodb_flushing_avg_loops\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Permits InnoDB to load tables at startup that are marked as corrupted. Use only during troubleshooting, to recover data that is otherwise inaccessible.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_force_load_corrupted\",\"name\":\"innodb_force_load_corrupted\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The crash recovery mode, typically only changed in serious troubleshooting situations.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-6\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_force_recovery\",\"name\":\"innodb_force_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8000000\",\"description\":\"The memory allocated, in bytes, for the InnoDB FULLTEXT search index cache, which holds a parsed document in memory while creating an InnoDB FULLTEXT index.\",\"defaultValue\":\"8000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1600000-80000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_cache_size\",\"name\":\"innodb_ft_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to enable additional full-text search (FTS) diagnostic output. This option is primarily intended for advanced FTS debugging and will not be of interest to most users. Output is printed to the error log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_enable_diag_print\",\"name\":\"innodb_ft_enable_diag_print\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies that a set of stopwords is associated with an InnoDB FULLTEXT index at the time the index is created.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_enable_stopword\",\"name\":\"innodb_ft_enable_stopword\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"84\",\"description\":\"Maximum character length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"84\",\"dataType\":\"Integer\",\"allowedValues\":\"10-84\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_max_token_size\",\"name\":\"innodb_ft_max_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"3\",\"description\":\"Minimum length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"3\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_min_token_size\",\"name\":\"innodb_ft_min_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"Number of words to process during each OPTIMIZE TABLE operation on an InnoDB FULLTEXT index.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-10000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_num_word_optimize\",\"name\":\"innodb_ft_num_word_optimize\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000000000\",\"description\":\"The InnoDB full-text search query result cache limit (defined in bytes) per full-text search query or per thread.\",\"defaultValue\":\"2000000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000000-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_result_cache_limit\",\"name\":\"innodb_ft_result_cache_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"This option is used to specify your own InnoDB FULLTEXT index stopword list for all InnoDB tables.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_server_stopword_table\",\"name\":\"innodb_ft_server_stopword_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Number of threads used in parallel to index and tokenize text in an InnoDB FULLTEXT index when building a search index.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_sort_pll_degree\",\"name\":\"innodb_ft_sort_pll_degree\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"640000000\",\"description\":\"The total memory allocated, in bytes, for the InnoDB full-text search index cache for all tables.\",\"defaultValue\":\"640000000\",\"dataType\":\"Integer\",\"allowedValues\":\"32000000-1600000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_total_cache_size\",\"name\":\"innodb_ft_total_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"This option is used to specify your own InnoDB FULLTEXT index stopword list on a specific table.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_user_stopword_table\",\"name\":\"innodb_ft_user_stopword_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_io_capacity\",\"name\":\"innodb_io_capacity\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"If flushing activity falls behind, InnoDB can flush more aggressively than the limit imposed by innodb_io_capacity. innodb_io_capacity_max defines an upper limit the number of I/O operations performed per second by InnoDB background tasks in such situations.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_io_capacity_max\",\"name\":\"innodb_io_capacity_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When this option is enabled, index key prefixes longer than 767 bytes (up to 3072 bytes) are allowed for InnoDB tables that use DYNAMIC or COMPRESSED row format.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_large_prefix\",\"name\":\"innodb_large_prefix\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"The length of time in seconds an InnoDB transaction waits for a row lock before giving up.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_lock_wait_timeout\",\"name\":\"innodb_lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"The size in bytes of the buffer that InnoDB uses to write to the log files on disk.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1048576-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_buffer_size\",\"name\":\"innodb_log_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Enables or disables checksums for redo log pages.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_checksums\",\"name\":\"innodb_log_checksums\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether images of re-compressed pages are written to the redo log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_compressed_pages\",\"name\":\"innodb_log_compressed_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"268435456\",\"description\":\"The size in bytes of each log file in a log group. The combined size of log files (innodb_log_file_size * innodb_log_files_in_group) cannot exceed a maximum value that is slightly less than 512GB.\",\"defaultValue\":\"268435456\",\"dataType\":\"Integer\",\"allowedValues\":\"268435456-137438953472\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_file_size\",\"name\":\"innodb_log_file_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The write-ahead block size for the redo log, in bytes.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"512-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_write_ahead_size\",\"name\":\"innodb_log_write_ahead_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"A parameter that influences the algorithms and heuristics for the flush operation for the InnoDB buffer pool.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_lru_scan_depth\",\"name\":\"innodb_lru_scan_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"75\",\"description\":\"InnoDB tries to flush data from the buffer pool so that the percentage of dirty pages does not exceed this value.\",\"defaultValue\":\"75\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_dirty_pages_pct\",\"name\":\"innodb_max_dirty_pages_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines a low water mark representing the percentage of dirty pages at which preflushing is enabled to control the dirty page ratio.\",\"defaultValue\":\"0\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_dirty_pages_pct_lwm\",\"name\":\"innodb_max_dirty_pages_pct_lwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the maximum length of the purge queue. The default value of 0 indicates no limit (no delays).\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_purge_lag\",\"name\":\"innodb_max_purge_lag\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Specifies the maximum delay in microseconds for the delay imposed by the innodb_max_purge_lag configuration option.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-10000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_purge_lag_delay\",\"name\":\"innodb_max_purge_lag_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"Defines a threshold size for undo tablespaces.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"10485760-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_undo_log_size\",\"name\":\"innodb_max_undo_log_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Disables InnoDB metrics counters. Counter data may be queried using the INFORMATION_SCHEMA.INNODB_METRICS table.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_disable\",\"name\":\"innodb_monitor_disable\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Enables InnoDB metrics counters.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_enable\",\"name\":\"innodb_monitor_enable\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Resets the count value for InnoDB metrics counters to zero.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_reset\",\"name\":\"innodb_monitor_reset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Resets all values (minimum, maximum, and so on) for InnoDB metrics counters.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_reset_all\",\"name\":\"innodb_monitor_reset_all\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"37\",\"description\":\"Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.\",\"defaultValue\":\"37\",\"dataType\":\"Integer\",\"allowedValues\":\"5-95\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_old_blocks_pct\",\"name\":\"innodb_old_blocks_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_old_blocks_time\",\"name\":\"innodb_old_blocks_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_online_alter_log_max_size\",\"name\":\"innodb_online_alter_log_max_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"This configuration option is only relevant if you use multiple InnoDB tablespaces. It specifies the maximum number of .ibd files that MySQL can keep open at one time.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-1,10-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_open_files\",\"name\":\"innodb_open_files\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Changes the way OPTIMIZE TABLE operates on InnoDB tables. Intended to be enabled temporarily, during maintenance operations for InnoDB tables with FULLTEXT indexes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_optimize_fulltext_only\",\"name\":\"innodb_optimize_fulltext_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of page cleaner threads that flush dirty pages from buffer pool instances.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_page_cleaners\",\"name\":\"innodb_page_cleaners\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Specifies the page size for all InnoDB tablespaces in a MySQL instance.\",\"defaultValue\":\"16384\",\"dataType\":\"Enumeration\",\"allowedValues\":\"4096,8192,16384,32768,65536\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_page_size\",\"name\":\"innodb_page_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When this option is enabled, information about all deadlocks in InnoDB user transactions is recorded in the mysqld error log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_print_all_deadlocks\",\"name\":\"innodb_print_all_deadlocks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Defines the number of undo log pages that purge parses and processes in one batch from the history list.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-5000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_batch_size\",\"name\":\"innodb_purge_batch_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the frequency with which the purge system frees rollback segments in terms of the number of times that purge is invoked. Reducing this value increases the frequency with which the purge thread frees rollback segments.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_rseg_truncate_frequency\",\"name\":\"innodb_purge_rseg_truncate_frequency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The number of background threads devoted to the InnoDB purge operation.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_threads\",\"name\":\"innodb_purge_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables the random read-ahead technique for optimizing InnoDB I/O.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_random_read_ahead\",\"name\":\"innodb_random_read_ahead\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"56\",\"description\":\"Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.\",\"defaultValue\":\"56\",\"dataType\":\"Integer\",\"allowedValues\":\"0-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_ahead_threshold\",\"name\":\"innodb_read_ahead_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for read operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_io_threads\",\"name\":\"innodb_read_io_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Starts InnoDB in read-only mode. \",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_only\",\"name\":\"innodb_read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The replication thread delay in milliseconds on a slave server if innodb_thread_concurrency is reached.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_replication_delay\",\"name\":\"innodb_replication_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"InnoDB rolls back only the last statement on a transaction timeout by default. If --innodb_rollback_on_timeout is specified, a transaction timeout causes InnoDB to abort and roll back the entire transaction.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_rollback_on_timeout\",\"name\":\"innodb_rollback_on_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the number of rollback segments used by InnoDB.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_rollback_segments\",\"name\":\"innodb_rollback_segments\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Specifies the sizes of several buffers used for sorting data during creation of an InnoDB index.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-67108864\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sort_buffer_size\",\"name\":\"innodb_sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"6\",\"description\":\"The maximum delay between polls for a spin lock. \",\"defaultValue\":\"6\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_spin_wait_delay\",\"name\":\"innodb_spin_wait_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Causes InnoDB to automatically recalculate persistent statistics after the data in a table is changed substantially.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_auto_recalc\",\"name\":\"innodb_stats_auto_recalc\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\" Enabled to ensure that InnoDB includes delete-marked records when calculating persistent optimizer statistics.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_include_delete_marked\",\"name\":\"innodb_stats_include_delete_marked\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"nulls_equal\",\"description\":\"How the server treats NULL values when collecting statistics about the distribution of index values for InnoDB tables.\",\"defaultValue\":\"nulls_equal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"nulls_equal,nulls_unequal,nulls_ignored\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_method\",\"name\":\"innodb_stats_method\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This option only applies when optimizer statistics are configured to be non-persistent. When innodb_stats_on_metadata is enabled, InnoDB updates non-persistent statistics when metadata statements such as SHOW TABLE STATUS or when accessing the INFORMATION_SCHEMA.TABLES or INFORMATION_SCHEMA.STATISTICS tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_on_metadata\",\"name\":\"innodb_stats_on_metadata\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether InnoDB index statistics are persisted to disk. Otherwise, statistics may be recalculated frequently which can lead to variations in query execution plans.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_persistent\",\"name\":\"innodb_stats_persistent\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_persistent_sample_pages\",\"name\":\"innodb_stats_persistent_sample_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_transient_sample_pages\",\"name\":\"innodb_stats_transient_sample_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables or disables periodic output for the standard InnoDB Monitor.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_status_output\",\"name\":\"innodb_status_output\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables or disables the InnoDB Lock Monitor.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_status_output_locks\",\"name\":\"innodb_status_output_locks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When innodb_strict_mode is enabled, InnoDB raises error conditions in certain cases (CREATE TABLE/INDEX)and performs row size check during inserts/updates. When disabled, InnoDB issues a warning and processes the specified statement. Disabling innodb_strict_mode is not recommended and can lead to truncated records in the table or table/index created with unintended characteristics.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_strict_mode\",\"name\":\"innodb_strict_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Enables two phase commit in XA transactions\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_support_xa\",\"name\":\"innodb_support_xa\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Defines the size of the mutex/lock wait array. Increasing the value splits the internal data structure used to coordinate threads, for higher concurrency in workloads with large numbers of waiting threads. \",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sync_array_size\",\"name\":\"innodb_sync_array_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"The number of times a thread waits for an InnoDB mutex to be freed before the thread is suspended.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sync_spin_loops\",\"name\":\"innodb_sync_spin_loops\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The default value of innodb_table_locks is 1, which means that LOCK TABLES causes InnoDB to lock a table internally if autocommit = 0.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_table_locks\",\"name\":\"innodb_table_locks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ibtmp1:12M:autoextend\",\"description\":\"Specifies the path, file name, and file size for InnoDB temporary tablespace data files.\",\"defaultValue\":\"ibtmp1:12M:autoextend\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_temp_data_file_path\",\"name\":\"innodb_temp_data_file_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_thread_concurrency\",\"name\":\"innodb_thread_concurrency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10000\",\"description\":\"Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.\",\"defaultValue\":\"10000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_thread_sleep_delay\",\"name\":\"innodb_thread_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/temp\",\"description\":\"Used to define an alternate directory for temporary sort files created during online ALTER TABLE operations that rebuild the table.\",\"defaultValue\":\"/app/work/temp\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_tmpdir\",\"name\":\"innodb_tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enabled, undo tablespaces that exceed the threshold value defined by innodb_max_undo_log_size are marked for truncation.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_log_truncate\",\"name\":\"innodb_undo_log_truncate\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines how many of the rollback segments in the system tablespace that InnoDB uses within a transaction.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_logs\",\"name\":\"innodb_undo_logs\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of tablespace files that the undo logs are divided between, when you use a non-zero innodb_undo_logs setting.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-95\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_tablespaces\",\"name\":\"innodb_undo_tablespaces\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether or not MySQL uses Linux native asynchronous IO.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_use_native_aio\",\"name\":\"innodb_use_native_aio\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for write operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_write_io_threads\",\"name\":\"innodb_write_io_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"28800\",\"description\":\"Number of seconds the server waits for activity on an interactive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/interactive_timeout\",\"name\":\"interactive_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"INNODB\",\"description\":\"The storage engine for on-disk internal temporary tables \",\"defaultValue\":\"INNODB\",\"dataType\":\"Enumeration\",\"allowedValues\":\"INNODB,MYISAM\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/internal_tmp_disk_storage_engine\",\"name\":\"internal_tmp_disk_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"128-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/join_buffer_size\",\"name\":\"join_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Suppress behavior to overwrite MyISAM file created in DATA DIRECTORY or INDEX DIRECTORY.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/keep_files_on_create\",\"name\":\"keep_files_on_create\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"Increase the buffer size to get better index handling used for index blocks (for all reads and multiple writes).\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"8-9223372036854771712\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_buffer_size\",\"name\":\"key_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Controls the demotion of buffers from the hot sub-chain of a key cache to the warm sub-chain. Lower values cause demotion to happen more quickly.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_age_threshold\",\"name\":\"key_cache_age_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"Size in bytes of blocks in the key cache.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"512-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_block_size\",\"name\":\"key_cache_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"The division point between the hot and warm sub-chains of the key cache buffer chain. The value is the percentage of the buffer chain to use for the warm sub-chain.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_division_limit\",\"name\":\"key_cache_division_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"en_US\",\"description\":\"This variable specifies the locale that controls the language used to display day and month names and abbreviations.\",\"defaultValue\":\"en_US\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ar_AE,ar_BH,ar_DZ,ar_EG,ar_IN,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be_BY,bg_BG,ca_ES,cs_CZ,da_DK,de_AT,de_BE,de_CH,de_DE,de_LU,el_GR,en_AU,en_CA,en_GB,en_IN,en_NZ,en_PH,en_US,en_ZA,en_ZW,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et_EE,eu_ES,fi_FI,fo_FO,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,gl_ES,gu_IN,he_IL,hi_IN,hr_HR,hu_HU,id_ID,is_IS,it_CH,it_IT,ja_JP,ko_KR,lt_LT,lv_LV,mk_MK,mn_MN,ms_MY,nb_NO,nl_BE,nl_NL,no_NO,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,ru_UA,sk_SK,sl_SI,sq_AL,sr_RS,sv_FI,sv_SE,ta_IN,te_IN,th_TH,tr_TR,uk_UA,ur_PK,vi_VN,zh_CN,zh_HK,zh_TW\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lc_time_names\",\"name\":\"lc_time_names\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable controls server-side LOCAL capability for LOAD DATA statements.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/local_infile\",\"name\":\"local_infile\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"31536000\",\"description\":\"This variable specifies the timeout in seconds for attempts to acquire metadata locks.\",\"defaultValue\":\"31536000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lock_wait_timeout\",\"name\":\"lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether binlog is enabled or not. When set to ON, it will be replaced with binlog folder /app/work/binlogs. Otherwise, it will not be introduced in my.ini.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin\",\"name\":\"log_bin\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin_trust_function_creators\",\"name\":\"log_bin_trust_function_creators\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether MySQL writes binary log events using a Version 1 or Version 2 logging events\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin_use_v1_row_events\",\"name\":\"log_bin_use_v1_row_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to log CREATE/ALTER USER, GRANT in backward-compatible fashion\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_builtin_as_identified_by_password\",\"name\":\"log_builtin_as_identified_by_password\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"3\",\"description\":\"The verbosity for handling events intended for the error log. 1: Error messages, 2: Error and warning messages, 3: Error, warning, and note messages\",\"defaultValue\":\"3\",\"dataType\":\"Integer\",\"allowedValues\":\"1-3\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_error_verbosity\",\"name\":\"log_error_verbosity\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"NONE\",\"description\":\"The destination for general query log and slow query log output.\",\"defaultValue\":\"NONE\",\"dataType\":\"Set\",\"allowedValues\":\"FILE,NONE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_output\",\"name\":\"log_output\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Logs queries that are expected to retrieve all rows to slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_queries_not_using_indexes\",\"name\":\"log_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Normally, a slave does not write to its own binary log any updates that are received from a master server. This option causes the slave to write the updates performed by its SQL thread to its own binary log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slave_updates\",\"name\":\"log_slave_updates\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Include slow administrative statements in the statements written to the slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slow_admin_statements\",\"name\":\"log_slow_admin_statements\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slow_slave_statements\",\"name\":\"log_slow_slave_statements\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If error 1592 is encountered, controls whether the generated warnings are added to the error log or not.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_statements_unsafe_for_binlog\",\"name\":\"log_statements_unsafe_for_binlog\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to write error log output to syslog.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_syslog\",\"name\":\"log_syslog\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"daemon\",\"description\":\"The facility for error log output written to syslog (what type of program is sending the message).\",\"defaultValue\":\"daemon\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_syslog_facility\",\"name\":\"log_syslog_facility\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to include the server process ID in each line of error log output written to syslog.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_syslog_include_pid\",\"name\":\"log_syslog_include_pid\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The tag to be added to the server identifier in error log output written to syslog.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_syslog_tag\",\"name\":\"log_syslog_tag\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Limits the number of such queries per minute that can be written to the slow query log.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_throttle_queries_not_using_indexes\",\"name\":\"log_throttle_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"UTC\",\"description\":\"This variable controls the timestamp time zone of error log messages, and of general query log and slow query log messages written to files.\",\"defaultValue\":\"UTC\",\"dataType\":\"Enumeration\",\"allowedValues\":\"UTC,SYSTEM\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_timestamps\",\"name\":\"log_timestamps\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a query takes longer than this many seconds, the server increments the Slow_queries status variable.\",\"defaultValue\":\"10\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/long_query_time\",\"name\":\"long_query_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"INSERT, UPDATE, DELETE, and LOCK TABLE WRITE wait until no pending SELECT. Affects only storage engines that use only table-level locking (MyISAM, MEMORY, MERGE).\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/low_priority_updates\",\"name\":\"low_priority_updates\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"If set to 0, table names are stored as specified and comparisons are case-sensitive. If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive.\",\"defaultValue\":\"1\",\"dataType\":\"Enumeration\",\"allowedValues\":\"1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lower_case_table_names\",\"name\":\"lower_case_table_names\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE\",\"description\":\"The setting of this variable determines whether the slave logs master status and connection information to a FILE (master.info), or to a TABLE (mysql.slave_master_info).\",\"defaultValue\":\"TABLE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"FILE,TABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/master_info_repository\",\"name\":\"master_info_repository\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enabling this variable causes the master to examine checksums when reading from the binary log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/master_verify_checksum\",\"name\":\"master_verify_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"536870912\",\"description\":\"The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function.\",\"defaultValue\":\"536870912\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_allowed_packet\",\"name\":\"max_allowed_packet\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"If a transaction requires more than this many bytes of memory, the server generates a Multi-statement transaction required more than \u0027max_binlog_cache_size\u0027 bytes of storage error.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_cache_size\",\"name\":\"max_binlog_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"104857600\",\"description\":\"If a write to the binary log causes the current log file size to exceed the value of this variable, the server rotates the binary logs (closes the current file and opens the next one).\",\"defaultValue\":\"104857600\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_size\",\"name\":\"max_binlog_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709547520\",\"description\":\"If nontransactional statements within a transaction require more than this many bytes of memory, the server generates an error.\",\"defaultValue\":\"18446744073709547520\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_stmt_cache_size\",\"name\":\"max_binlog_stmt_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_connect_errors\",\"name\":\"max_connect_errors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"171\",\"description\":\"The maximum permitted number of simultaneous client connections.\",\"defaultValue\":\"171\",\"dataType\":\"Integer\",\"allowedValues\":\"10-341\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_connections\",\"name\":\"max_connections\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"Do not start more than this number of threads to handle INSERT DELAYED statements.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_delayed_threads\",\"name\":\"max_delayed_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes available for computing normalized statement digests.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_digest_length\",\"name\":\"max_digest_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"64\",\"description\":\"The maximum number of error, warning, and note messages to be stored for display by the SHOW ERRORS and SHOW WARNINGS statements.\",\"defaultValue\":\"64\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_error_count\",\"name\":\"max_error_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_execution_time\",\"name\":\"max_execution_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"This variable sets the maximum size to which user-created MEMORY tables are permitted to grow.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"16384-1844674407370954752\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_heap_table_size\",\"name\":\"max_heap_table_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"Do not permit statements that probably need to examine more than max_join_size rows\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_join_size\",\"name\":\"max_join_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The cutoff on the size of index values that determines which filesort algorithm to use.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_length_for_sort_data\",\"name\":\"max_length_for_sort_data\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"65536\",\"description\":\"The maximum value of the points_per_circle argument to the ST_Buffer_Strategy() function.\",\"defaultValue\":\"65536\",\"dataType\":\"Integer\",\"allowedValues\":\"3-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_points_in_geometry\",\"name\":\"max_points_in_geometry\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16382\",\"description\":\"This variable limits the total number of prepared statements in the server.\",\"defaultValue\":\"16382\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_prepared_stmt_count\",\"name\":\"max_prepared_stmt_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"104857600\",\"description\":\"The size at which the server rotates relay log files automatically. If this value is nonzero, the relay log is rotated automatically when its size exceeds this value. If this value is zero (the default), the size at which relay log rotation occurs is determined by the value of max_binlog_size.\",\"defaultValue\":\"104857600\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_relay_log_size\",\"name\":\"max_relay_log_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4294967295\",\"description\":\"Limit the assumed maximum number of seeks when looking up rows based on a key.\",\"defaultValue\":\"4294967295\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_seeks_for_key\",\"name\":\"max_seeks_for_key\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The number of bytes to use when sorting data values.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_sort_length\",\"name\":\"max_sort_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of times that any given stored procedure may be called recursively. The default value for this option is 0, which completely disables recursion in stored procedures.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-255\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_sp_recursion_depth\",\"name\":\"max_sp_recursion_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32\",\"description\":\"The maximum number of temporary tables a client can keep open at the same time.\",\"defaultValue\":\"32\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_tmp_tables\",\"name\":\"max_tmp_tables\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of simultaneous connections permitted to any given MySQL user account. A value of 0 (the default) means \u0027no limit.\u0027\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_user_connections\",\"name\":\"max_user_connections\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4294967295\",\"description\":\"After this many write locks, permit some pending read lock requests to be processed in between.\",\"defaultValue\":\"4294967295\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_write_lock_count\",\"name\":\"max_write_lock_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The size of the metadata locks cache\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/metadata_locks_cache_size\",\"name\":\"metadata_locks_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Can be used to cause queries which examine fewer than the stated number of rows not to be logged.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/min_examined_row_limit\",\"name\":\"min_examined_row_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable controls whether the mysql_native_password built-in authentication plugin supports proxy users.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/mysql_native_password_proxy_users\",\"name\":\"mysql_native_password_proxy_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Each client thread is associated with a connection buffer and result buffer. Both begin with a size given by net_buffer_length but are dynamically enlarged up to max_allowed_packet bytes as needed.\",\"defaultValue\":\"16384\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_buffer_length\",\"name\":\"net_buffer_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"120\",\"description\":\"The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"120\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_read_timeout\",\"name\":\"net_read_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"240\",\"description\":\"The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"240\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_write_timeout\",\"name\":\"net_write_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Defines the n-gram token size for the n-gram full-text parser. \",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-10\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ngram_token_size\",\"name\":\"ngram_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"In offline mode, clients that are refused access receive an ER_SERVER_OFFLINE_MODE error.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/offline_mode\",\"name\":\"offline_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Force the server to generate short (pre-4.1) password hashes for new passwords. This is useful for compatibility when the server must support older client programs.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/old_passwords\",\"name\":\"old_passwords\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of files that the operating system permits mysqld to open.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/open_files_limit\",\"name\":\"open_files_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the heuristics applied during query optimization to prune less-promising partial plans from the optimizer search space.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_prune_level\",\"name\":\"optimizer_prune_level\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"62\",\"description\":\"The maximum depth of search performed by the query optimizer.\",\"defaultValue\":\"62\",\"dataType\":\"Integer\",\"allowedValues\":\"0-62\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_search_depth\",\"name\":\"optimizer_search_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"default\",\"description\":\"The value of this variable is a set of flags, each of which has a value of on or off to indicate whether the corresponding optimizer behavior is enabled or disabled.\",\"defaultValue\":\"default\",\"dataType\":\"Set\",\"allowedValues\":\"default,batched_key_access=on,batched_key_access=off,block_nested_loop=on,block_nested_loop=off,condition_fanout_filter=on,condition_fanout_filter=off,derived_merge=on,derived_merge=off,duplicateweedout=on,duplicateweedout=off,engine_condition_pushdown=on,engine_condition_pushdown=off,firstmatch=on,firstmatch=off,index_condition_pushdown=on,index_condition_pushdown=off,index_merge=on,index_merge=off,index_merge_intersection=on,index_merge_intersection=off,index_merge_sort_union=on,index_merge_sort_union=off,index_merge_union=on,index_merge_union=off,loosescan=on,loosescan=off,materialization=on,materialization=off,mrr=on,mrr=off,mrr_cost_based=on,mrr_cost_based=off,semijoin=on,semijoin=off,subquery_materialization_cost_based=on,subquery_materialization_cost_based=off,use_index_extensions=on,use_index_extensions=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_switch\",\"name\":\"optimizer_switch\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"enabled=off,one_line=off\",\"description\":\"Controls how statements are traced.\",\"defaultValue\":\"enabled=off,one_line=off\",\"dataType\":\"Set\",\"allowedValues\":\"default,enabled=on,enabled=off,one_line=on,one_line=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace\",\"name\":\"optimizer_trace\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\",\"description\":\"Controls optimizations during statement tracing.\",\"defaultValue\":\"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\",\"dataType\":\"Set\",\"allowedValues\":\"default,greedy_search=on,greedy_search=off,range_optimizer=on,range_optimizer=off,dynamic_range=on,dynamic_range=off,repeated_subselect=on,repeated_subselect=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_features\",\"name\":\"optimizer_trace_features\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the limit on trace retention.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_limit\",\"name\":\"optimizer_trace_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Maximum allowed cumulated size of stored optimizer traces\",\"defaultValue\":\"16384\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_max_mem_size\",\"name\":\"optimizer_trace_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"Controls the offset on trace retention.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-9223372036854770000-9223372036854770000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_offset\",\"name\":\"optimizer_trace_offset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"The maximum amount of memory available to the parser.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"10000000-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/parser_max_mem_size\",\"name\":\"parser_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The value of this variable is ON or OFF to indicate whether the Performance Schema is enabled.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema\",\"name\":\"performance_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"80\",\"description\":\"The maximum number of condition instruments. \",\"defaultValue\":\"80\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_cond_classes\",\"name\":\"performance_schema_max_cond_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"80\",\"description\":\"The maximum number of file instruments. \",\"defaultValue\":\"80\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_file_classes\",\"name\":\"performance_schema_max_file_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"The maximum number of opened file objects. \",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_file_handles\",\"name\":\"performance_schema_max_file_handles\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"320\",\"description\":\"The maximum number of memory instruments.\",\"defaultValue\":\"320\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_memory_classes\",\"name\":\"performance_schema_max_memory_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"The maximum number of mutex instruments. \",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_mutex_classes\",\"name\":\"performance_schema_max_mutex_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"40\",\"description\":\"The maximum number of rwlock instruments. \",\"defaultValue\":\"40\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_rwlock_classes\",\"name\":\"performance_schema_max_rwlock_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The maximum number of socket instruments. \",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_socket_classes\",\"name\":\"performance_schema_max_socket_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes used to store SQL statements in the SQL_TEXT column\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_sql_text_length\",\"name\":\"performance_schema_max_sql_text_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"150\",\"description\":\"The maximum number of stage instruments. \",\"defaultValue\":\"150\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_stage_classes\",\"name\":\"performance_schema_max_stage_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The maximum depth of nested stored program calls for which the Performance Schema maintains statistics.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_statement_stack\",\"name\":\"performance_schema_max_statement_stack\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"The maximum number of thread instruments. \",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_thread_classes\",\"name\":\"performance_schema_max_thread_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Tells the server to load the named plugins at startup.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/plugin-load\",\"name\":\"plugin-load\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"The size of the buffer that is allocated when preloading indexes.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/preload_buffer_size\",\"name\":\"preload_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"15\",\"description\":\"The number of statements for which to maintain profiling if profiling is enabled.\",\"defaultValue\":\"15\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/profiling_history_size\",\"name\":\"profiling_history_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The allocation size of memory blocks that are allocated for objects created during statement parsing and execution.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_alloc_block_size\",\"name\":\"query_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Do not cache results that are larger than this number of bytes.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"0-134217728\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_cache_limit\",\"name\":\"query_cache_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The minimum size (in bytes) for blocks allocated by the query cache.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"512-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_cache_min_res_unit\",\"name\":\"query_cache_min_res_unit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The amount of memory allocated for caching query results.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,102400-134217728\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_cache_size\",\"name\":\"query_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Set the query cache type.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,DEMAND\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_cache_type\",\"name\":\"query_cache_type\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Setting this variable to 1 causes acquisition of a WRITE lock for a table to invalidate any queries in the query cache that refer to the table.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_cache_wlock_invalidate\",\"name\":\"query_cache_wlock_invalidate\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The size of the persistent buffer used for statement parsing and execution. This buffer is not freed between statements. If you are running complex queries, a larger value might be helpful in improving performance, because it can reduce the need for the server to perform memory allocation during query execution operations.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"8192-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_prealloc_size\",\"name\":\"query_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The size of blocks that are allocated when doing range optimization.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/range_alloc_block_size\",\"name\":\"range_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"The limit on memory consumption for the range optimizer. A value of 0 means \u0027no limit.\u0027\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-134217728\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/range_optimizer_max_mem_size\",\"name\":\"range_optimizer_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"131072\",\"description\":\"Each thread that does a sequential scan allocates this buffer. Increased value may help perf if performing many sequential scans.\",\"defaultValue\":\"131072\",\"dataType\":\"Integer\",\"allowedValues\":\"8200-2147479552\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_buffer_size\",\"name\":\"read_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This parameter controls whetherthe server permits no client updates. When the server is read replica or server storage is full, this parameter will not take effect.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_only\",\"name\":\"read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"Avoids disk reads when reading rows in sorted order following a key-sort operation. Large values can improve ORDER BY perf.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"8200-2147479552\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_rnd_buffer_size\",\"name\":\"read_rnd_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/relaylogs/relay_bin\",\"description\":\"Relay log path.\",\"defaultValue\":\"/app/work/relaylogs/relay_bin\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log\",\"name\":\"relay_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/relaylogs/relay_bin.index\",\"description\":\"Relay log index path.\",\"defaultValue\":\"/app/work/relaylogs/relay_bin.index\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_index\",\"name\":\"relay_log_index\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE\",\"description\":\"This variable determines whether the slave\u0027s position in the relay logs is written to a FILE (relay-log.info) or to a TABLE (mysql.slave_relay_log_info).\",\"defaultValue\":\"TABLE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"FILE,TABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_info_repository\",\"name\":\"relay_log_info_repository\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Disable or enable automatic purging of relay logs as soon as they are no longer needed.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_purge\",\"name\":\"relay_log_purge\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Enables automatic relay log recovery immediately following server startup.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_recovery\",\"name\":\"relay_log_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"This option places an upper limit on the total size in bytes of all relay logs on the slave.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"1073741824-3221225472\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_space_limit\",\"name\":\"relay_log_space_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"mysql.%,information_schema.%,performance_schema.%,sys.%\",\"description\":\"Creates a replication filter which keeps the slave thread from replicating a statement in which any table matches the given wildcard pattern. To specify more than one table to ignore, use comma-separated list.\",\"defaultValue\":\"mysql.%,information_schema.%,performance_schema.%,sys.%\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/replicate_wild_ignore_table\",\"name\":\"replicate_wild_ignore_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether client connections to the server are required to use some form of secure transport. When this variable is enabled, the server permits only TCP/IP connections that use SSL, or connections that use a socket file (on Unix) or shared memory (on Windows). \",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/require_secure_transport\",\"name\":\"require_secure_transport\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"31536000\",\"description\":\"In MySQL 5.6.13 and later, you can control the length of time (in seconds) that STOP SLAVE waits before timing out by setting this variable.\",\"defaultValue\":\"31536000\",\"dataType\":\"Integer\",\"allowedValues\":\"2-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/rpl_stop_slave_timeout\",\"name\":\"rpl_stop_slave_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Blocks connections from all accounts that have passwords stored in the old (pre-4.1) format.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/secure_auth\",\"name\":\"secure_auth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"This variable is used to limit the effect of data import and export operations, such as those performed by the LOAD DATA and SELECT ... INTO OUTFILE statements and the LOAD_FILE() function.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/secure_file_priv\",\"name\":\"secure_file_priv\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1602311976\",\"description\":\"The server ID, used in replication to give each master and slave a unique identity.\",\"defaultValue\":\"1602311976\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/server_id\",\"name\":\"server_id\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether the server tracks changes to the default schema (database) name within the current session and makes this information available to the client when changes occur.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_schema\",\"name\":\"session_track_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server tracks changes to the state of the current session and notifies the client when state changes occur.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_state_change\",\"name\":\"session_track_state_change\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"time_zone, autocommit, character_set_client, character_set_results, character_set_connection\",\"description\":\"Controls whether the server tracks changes to the session system variables and makes this information available to the client when changes occur.\",\"defaultValue\":\"time_zone, autocommit, character_set_client, character_set_results, character_set_connection\",\"dataType\":\"Set\",\"allowedValues\":\"time_zone,autocommit,character_set_client,character_set_results,character_set_connection\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_system_variables\",\"name\":\"session_track_system_variables\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Track changes to the transaction attributes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,STATE,CHARACTERISTICS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_transaction_info\",\"name\":\"session_track_transaction_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server autogenerates RSA private/public key-pair files in the data directory.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_auto_generate_rsa_keys\",\"name\":\"sha256_password_auto_generate_rsa_keys\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"private_key.pem\",\"description\":\"The value of this variable is the path name of the RSA private key file for the sha256_password authentication plugin.\",\"defaultValue\":\"private_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_private_key_path\",\"name\":\"sha256_password_private_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the sha256_password built-in authentication plugin supports proxy users.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_proxy_users\",\"name\":\"sha256_password_proxy_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"public_key.pem\",\"description\":\"The value of this variable is the path name of the RSA public key file for the sha256_password authentication plugin.\",\"defaultValue\":\"public_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_public_key_path\",\"name\":\"sha256_password_public_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Affects whether MySQL 5.6 compatibility is enabled with respect to how system and status variable information is provided by the INFORMATION_SCHEMA and Performance Schema tables, and also by the SHOW VARIABLES and SHOW STATUS statements.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/show_compatibility_56\",\"name\":\"show_compatibility_56\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether SHOW CREATE TABLE output includes comments to flag temporal columns found to be in pre-5.6.4 format.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/show_old_temporals\",\"name\":\"show_old_temporals\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Uses OS locking instead of internal\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_external_locking\",\"name\":\"skip_external_locking\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Host names are not resolved. All Host column values in the grant tables must be IP numbers or localhost.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_name_resolve\",\"name\":\"skip_name_resolve\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This prevents people from using the SHOW DATABASES statement if they do not have the SHOW DATABASES privilege. \",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_show_database\",\"name\":\"skip_show_database\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"FALSE\",\"description\":\"Tells the slave server not to start the slave threads when the server starts.\",\"defaultValue\":\"FALSE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"TRUE,FALSE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip-slave-start\",\"name\":\"skip-slave-start\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether or not batched updates are enabled on replication slaves.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_allow_batching\",\"name\":\"slave_allow_batching\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"512\",\"description\":\"Sets the maximum number of transactions that can be processed by a multi-threaded slave before a checkpoint operation is called to update its status as shown by SHOW SLAVE STATUS.\",\"defaultValue\":\"512\",\"dataType\":\"Integer\",\"allowedValues\":\"32-524280\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_checkpoint_group\",\"name\":\"slave_checkpoint_group\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Sets the maximum time (in milliseconds) that is allowed to pass before a checkpoint operation is called to update the status of a multi-threaded slave as shown by SHOW SLAVE STATUS.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_checkpoint_period\",\"name\":\"slave_checkpoint_period\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to use compression of the slave/master protocol if both the slave and the master support it.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_compressed_protocol\",\"name\":\"slave_compressed_protocol\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"STRICT\",\"description\":\"Controls how a slave thread resolves conflicts and errors during replication.\",\"defaultValue\":\"STRICT\",\"dataType\":\"Enumeration\",\"allowedValues\":\"IDEMPOTENT,STRICT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_exec_mode\",\"name\":\"slave_exec_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/temp\",\"description\":\"The name of the directory where the slave creates temporary files.\",\"defaultValue\":\"/app/work/temp\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_load_tmpdir\",\"name\":\"slave_load_tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"In MySQL 5.6.6 and later, this option sets the maximum packet size in bytes for the slave SQL and I/O threads.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_max_allowed_packet\",\"name\":\"slave_max_allowed_packet\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"30-3600\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_net_timeout\",\"name\":\"slave_net_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"LOGICAL_CLOCK\",\"description\":\"The policy used to decide which transactions are allowed to execute in parallel on the slave.\",\"defaultValue\":\"LOGICAL_CLOCK\",\"dataType\":\"Enumeration\",\"allowedValues\":\"DATABASE,LOGICAL_CLOCK\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_parallel_type\",\"name\":\"slave_parallel_type\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Sets the number of slave worker threads for executing replication events (transactions) in parallel.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-512\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_parallel_workers\",\"name\":\"slave_parallel_workers\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"For multithreaded slaves, this variable sets the maximum amount of memory (in bytes) available to slave worker queues holding events not yet applied.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_pending_jobs_size_max\",\"name\":\"slave_pending_jobs_size_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"For multi-threaded slaves, enabling this variable ensures that transactions are externalized on the slave in the same order as they appear in the slave\u0027s relay log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_preserve_commit_order\",\"name\":\"slave_preserve_commit_order\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE_SCAN,INDEX_SCAN\",\"description\":\"When preparing batches of rows for row-based logging and replication, this variable controls how the rows are searched for matches???that is, whether or not hashing is used for searches using a primary or unique key, using some other key, or using no key at all.\",\"defaultValue\":\"TABLE_SCAN,INDEX_SCAN\",\"dataType\":\"Set\",\"allowedValues\":\"TABLE_SCAN,INDEX_SCAN,HASH_SCAN\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_rows_search_algorithms\",\"name\":\"slave_rows_search_algorithms\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Normally, replication stops when an error occurs on the slave. This gives you the opportunity to resolve the inconsistency in the data manually.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,all,ddl_exist_errors\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_skip_errors\",\"name\":\"slave_skip_errors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When this option is enabled, the slave examines checksums read from the relay log, in the event of a mismatch, the slave stops with an error.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_sql_verify_checksum\",\"name\":\"slave_sql_verify_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a replication slave SQL thread fails to execute a transaction because of an InnoDB deadlock or because the transaction\u0027s execution time exceeded InnoDB\u0027s innodb_lock_wait_timeout or NDB\u0027s TransactionDeadlockDetectionTimeout or TransactionInactiveTimeout, it automatically retries slave_transaction_retries times before stopping with an error.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_transaction_retries\",\"name\":\"slave_transaction_retries\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Controls the type conversion mode in effect on the slave when using row-based replication.\",\"defaultValue\":\"\",\"dataType\":\"Set\",\"allowedValues\":\",ALL_LOSSY,ALL_NON_LOSSY,ALL_SIGNED,ALL_UNSIGNED\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_type_conversions\",\"name\":\"slave_type_conversions\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Increments Slow_launch_threads if creating thread takes longer than this many seconds.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_launch_time\",\"name\":\"slow_launch_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enable or disable the slow query log\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_query_log\",\"name\":\"slow_query_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/serverlogs/mysql-slow-mysql-flexible-test-100-2021082706.log\",\"description\":\"The name of the slow query log file.\",\"defaultValue\":\"mysql-slow.log\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_query_log_file\",\"name\":\"slow_query_log_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"524288\",\"description\":\"Each session that must perform a sort allocates a buffer of this size.\",\"defaultValue\":\"524288\",\"dataType\":\"Integer\",\"allowedValues\":\"32768-33554432\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sort_buffer_size\",\"name\":\"sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER\",\"description\":\"The current server SQL mode.\",\"defaultValue\":\"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER\",\"dataType\":\"Set\",\"allowedValues\":\",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sql_mode\",\"name\":\"sql_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When set, tables must be created with a primary key, and an existing primary key cannot be removed with \u0027ALTER TABLE\u0027. Attempts to do so will result in an error\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sql_require_primary_key\",\"name\":\"sql_require_primary_key\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-CCM:DHE-RSA-AES256-CCM:DHE-RSA-AES128-CCM8:DHE-RSA-AES256-CCM8\",\"description\":\"The list of permissible ciphers for connection encryption. By default, the FIPS cipher suites for TLS 1.2 are enforced.\",\"defaultValue\":\"ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-CCM:DHE-RSA-AES256-CCM:DHE-RSA-AES128-CCM8:DHE-RSA-AES256-CCM8\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ssl_cipher\",\"name\":\"ssl_cipher\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Sets a soft upper limit for the number of cached stored routines per connection.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"16-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/stored_program_cache\",\"name\":\"stored_program_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This parameter controls the server prohibits client updates even from users who have SUPER.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/super_read_only\",\"name\":\"super_read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The size in bytes of the buffer that InnoDB uses to write to the log files on disk.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_binlog\",\"name\":\"sync_binlog\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If this variable is set to 1, when any nontemporary table is created its .frm file is synchronized to disk\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_frm\",\"name\":\"sync_frm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The effects of this variable on a replication slave depend on whether the slave\u0027s master_info_repository is set to FILE or TABLE\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_master_info\",\"name\":\"sync_master_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"If the value of this variable is greater than 0, the MySQL server synchronizes its relay log to disk (using fdatasync()) after every sync_relay_log events are written to the relay log.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_relay_log\",\"name\":\"sync_relay_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The effects of this variable on the slave depend on the server\u0027s relay_log_info_repository setting (FILE or TABLE), and if this is TABLE, additionally on whether the storage engine used by the relay log info table is transactional (such as InnoDB) or not (MyISAM). \",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_relay_log_info\",\"name\":\"sync_relay_log_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"600\",\"description\":\"The number of table definitions (from .frm files) that can be stored in the definition cache.\",\"defaultValue\":\"600\",\"dataType\":\"Integer\",\"allowedValues\":\"400-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_definition_cache\",\"name\":\"table_definition_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"600\",\"description\":\"The number of open tables for all threads.\",\"defaultValue\":\"600\",\"dataType\":\"Integer\",\"allowedValues\":\"1-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_open_cache\",\"name\":\"table_open_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16\",\"description\":\"The number of open tables cache instances.\",\"defaultValue\":\"16\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_open_cache_instances\",\"name\":\"table_open_cache_instances\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"9\",\"description\":\"How many threads the server should cache for reuse. The default value is 8 + (max_connections / 100), capped to a limit of 100.\",\"defaultValue\":\"9\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_cache_size\",\"name\":\"thread_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"one-thread-per-connection\",\"description\":\"The thread-handling model used by the server for connection threads.\",\"defaultValue\":\"one-thread-per-connection\",\"dataType\":\"Enumeration\",\"allowedValues\":\"one-thread-per-connection,no-threads,pool-of-threads,loaded-dynamically\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_handling\",\"name\":\"thread_handling\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"The stack size for each thread.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"131072-2147483136\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_stack\",\"name\":\"thread_stack\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"+00:00\",\"description\":\"The server time zone\",\"defaultValue\":\"+00:00\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TLSv1.2\",\"description\":\"Which protocols the server permits for encrypted connections. By default, TLS 1.2 is enforced\",\"defaultValue\":\"TLSv1.2\",\"dataType\":\"Set\",\"allowedValues\":\"TLSv1,TLSv1.1,TLSv1.2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tls_version\",\"name\":\"tls_version\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"The maximum size of internal in-memory temporary tables. This variable does not apply to user-created MEMORY tables.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tmp_table_size\",\"name\":\"tmp_table_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work/temp\",\"description\":\"The path of the directory to use for creating temporary files.\",\"defaultValue\":\"/app/work/temp\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tmpdir\",\"name\":\"tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The amount in bytes by which to increase a per-transaction memory pool which needs memory.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_alloc_block_size\",\"name\":\"transaction_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"There is a per-transaction memory pool from which various transaction-related allocations take memory. The initial size of the pool in bytes is transaction_prealloc_size.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_prealloc_size\",\"name\":\"transaction_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Reserved for future use.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,MURMUR32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_write_set_extraction\",\"name\":\"transaction_write_set_extraction\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"REPEATABLE-READ\",\"description\":\"The default transaction isolation level.\",\"defaultValue\":\"REPEATABLE-READ\",\"dataType\":\"Enumeration\",\"allowedValues\":\"READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tx_isolation\",\"name\":\"tx_isolation\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"YES\",\"description\":\"This variable controls whether updates to a view can be made when the view does not contain all columns of the primary key defined in the underlying table, if the update statement contains a LIMIT clause.\",\"defaultValue\":\"YES\",\"dataType\":\"Enumeration\",\"allowedValues\":\"YES,NO\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/updatable_views_with_limit\",\"name\":\"updatable_views_with_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"28800\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}]}" + "Content": "{\"value\":[{\"properties\":{\"value\":\"OFF\",\"description\":\"Setting this to ON sets the authentication to Azure AD authentication only and disable MySQL Authentication. Configure this parameter only when Azure AD authentication is configured.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/aad_auth_only\",\"name\":\"aad_auth_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to enable automatic activation of all granted roles when users log in to the server.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/activate_all_roles_on_login\",\"name\":\"activate_all_roles_on_login\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Tell the server to enable or disable archive engine.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/archive\",\"name\":\"archive\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Allow to audit the log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_enabled\",\"name\":\"audit_log_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"CONNECTION\",\"description\":\"Select the events to audit logs.\",\"defaultValue\":\"CONNECTION\",\"dataType\":\"Set\",\"allowedValues\":\"DDL,DML_SELECT,DML_NONSELECT,DCL,ADMIN,DML,GENERAL,CONNECTION,CONNECTION_V2,TABLE_ACCESS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_events\",\"name\":\"audit_log_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"azure_superuser\",\"description\":\"The comma-separated user list whose commands will not be in the audit logs.\",\"defaultValue\":\"azure_superuser\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_exclude_users\",\"name\":\"audit_log_exclude_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The comma-separated user list whose commands will be in the audit logs. It takes higher priority if the same user name is found in audit_log_exclude_users.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_log_include_users\",\"name\":\"audit_log_include_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Allow to audit the slow log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/audit_slow_log_enabled\",\"name\":\"audit_slow_log_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_generate_certs\",\"name\":\"auto_generate_certs\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The auto_increment_increment is intended for use with source-to-source replication, and can be used to control the operation of AUTO_INCREMENT columns.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_increment_increment\",\"name\":\"auto_increment_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The auto_increment_offset is intended for use with source-to-source replication, and can be used to control the operation of AUTO_INCREMENT columns.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/auto_increment_offset\",\"name\":\"auto_increment_offset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The autocommit mode. If set to ON, all changes to a table take effect immediately. If set to OFF, you must use COMMIT to accept a transaction or ROLLBACK to cancel it.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/autocommit\",\"name\":\"autocommit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When this variable has a value of 1 (the default), the server automatically grants the EXECUTE and ALTER ROUTINE privileges to the creator of a stored routine, if the user cannot already execute and alter or drop the routine.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/automatic_sp_privileges\",\"name\":\"automatic_sp_privileges\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable controls whether ALTER TABLE implicitly upgrades temporal columns found to be in pre-5.6.4 format.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/avoid_temporal_upgrade\",\"name\":\"avoid_temporal_upgrade\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The replica repair time in minutes after the replication is broken.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1440\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/azure_replication_repair_time\",\"name\":\"azure_replication_repair_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1465\",\"description\":\"The number of outstanding connection requests MySQL can have\",\"defaultValue\":\"1465\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/back_log\",\"name\":\"back_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If enabled, the server stores all temporary tables on disk rather than in memory. This prevents most The table tbl_name is full errors for SELECT operations that require a large temporary table, but also slows down queries for which in-memory tables would suffice.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/big_tables\",\"name\":\"big_tables\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"131072\",\"description\":\"The size of the cache to hold changes to the binary log during a transaction.\",\"defaultValue\":\"131072\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_cache_size\",\"name\":\"binlog_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"CRC32\",\"description\":\"When enabled, this variable causes the master to write a checksum for each event in the binary log.\",\"defaultValue\":\"CRC32\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NONE,CRC32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_checksum\",\"name\":\"binlog_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Causes updates to non-transactional engines using statement format to be written directly to binary log. This variable has no effect when the binary log format is ROW or MIXED.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_direct_non_transactional_updates\",\"name\":\"binlog_direct_non_transactional_updates\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables encryption for binary log files and relay log files on this server.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_encryption\",\"name\":\"binlog_encryption\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ABORT_SERVER\",\"description\":\"Controls what happens when the server cannot write to the binary log, which can cause the master\u0027s log to become inconsistent and replication slaves to lose synchronization.\",\"defaultValue\":\"ABORT_SERVER\",\"dataType\":\"Enumeration\",\"allowedValues\":\"IGNORE_ERROR,ABORT_SERVER\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_error_action\",\"name\":\"binlog_error_action\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Number of seconds to service waits before the binary log file gets purged. See: https://docs.microsoft.com/en-us/azure/mysql/flexible-server/concepts-server-parameters#binlog_expire_logs_seconds\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_expire_logs_seconds\",\"name\":\"binlog_expire_logs_seconds\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ROW\",\"description\":\"This variable sets the binary logging format, and can be any one of STATEMENT, ROW, or MIXED.\",\"defaultValue\":\"ROW\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ROW,STATEMENT,MIXED\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_format\",\"name\":\"binlog_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,11-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_group_commit_sync_delay\",\"name\":\"binlog_group_commit_sync_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_group_commit_sync_no_delay_count\",\"name\":\"binlog_group_commit_sync_no_delay_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable controls how binary log files are iterated during the search for GTIDs when MySQL starts or restarts.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_gtid_simple_recovery\",\"name\":\"binlog_gtid_simple_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If this variable is enabled (the default), transactions are committed in the same order they are written to the binary log. If disabled, transactions may be committed in parallel.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_order_commits\",\"name\":\"binlog_order_commits\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Specifies whether or not the binary log master key is rotated at server startup.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_rotate_encryption_master_key_at_startup\",\"name\":\"binlog_rotate_encryption_master_key_at_startup\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"When row-based binary logging is used, this setting is a soft limit on the maximum size of a row-based binary log event, in bytes. Where possible, rows stored in the binary log are grouped into events with a size not exceeding the value of this setting. If an event cannot be split, the maximum size can be exceeded. The value must be (or else gets rounded down to) a multiple of 256.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"256-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_row_event_max_size\",\"name\":\"binlog_row_event_max_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"minimal\",\"description\":\"For MySQL row-based replication, this variable determines how row images are written to the binary log.\",\"defaultValue\":\"minimal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"full,minimal,noblob\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_row_image\",\"name\":\"binlog_row_image\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"MINIMAL\",\"description\":\"Configures the amount of table metadata added to the binary log when using row-based logging. When set to MINIMAL, the default, only metadata related to SIGNED flags, column character set and geometry types are logged. When set to FULL complete metadata for tables is logged, such as column name, ENUM or SET string values, PRIMARY KEY information, and so on.\",\"defaultValue\":\"MINIMAL\",\"dataType\":\"Enumeration\",\"allowedValues\":\"FULL,MINIMAL\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_row_metadata\",\"name\":\"binlog_row_metadata\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"When set to PARTIAL_JSON, this enables use of a space-efficient binary log format for updates that modify only a small portion of a JSON document, which causes row-based replication to write only the modified parts of the JSON document to the after-image for the update in the binary log (rather than writing the full document).\",\"defaultValue\":\"\",\"dataType\":\"Set\",\"allowedValues\":\",PARTIAL_JSON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_row_value_options\",\"name\":\"binlog_row_value_options\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"The binlog_rows_query_log_events system variable affects row-based logging only. When enabled, it causes the MySQL Server to write informational log events such as row query log events into its binary log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_rows_query_log_events\",\"name\":\"binlog_rows_query_log_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"This variable determines the size of the cache for the binary log to hold nontransactional statements issued during a transaction.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_stmt_cache_size\",\"name\":\"binlog_stmt_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16000\",\"description\":\"Sets an upper limit on the number of row hashes which are used for looking up the transaction that last modified a given row\",\"defaultValue\":\"16000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_transaction_dependency_history_size\",\"name\":\"binlog_transaction_dependency_history_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"WRITESET\",\"description\":\"The source uses to determine which transactions can be executed in parallel by the replica\u0027s multithreaded applier.\",\"defaultValue\":\"WRITESET\",\"dataType\":\"Enumeration\",\"allowedValues\":\"COMMIT_ORDER,WRITESET,WRITESET_SESSION\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/binlog_transaction_dependency_tracking\",\"name\":\"binlog_transaction_dependency_tracking\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Tell the server to enable or disable blackhole engine.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/blackhole\",\"name\":\"blackhole\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"aes-128-ecb\",\"description\":\"This variable controls the block encryption mode for block-based algorithms such as AES. It affects encryption for AES_ENCRYPT() and AES_DECRYPT().\",\"defaultValue\":\"aes-128-ecb\",\"dataType\":\"Enumeration\",\"allowedValues\":\"aes-128-ecb,aes-192-ecb,aes-256-ecb,aes-128-cbc,aes-192-cbc,aes-256-cbc,aes-128-cfb1,aes-192-cfb1,aes-256-cfb1,aes-128-cfb8,aes-192-cfb8,aes-256-cfb8,aes-128-cfb128,aes-192-cfb128,aes-256-cfb128,aes-128-ofb,aes-192-ofb,aes-256-ofb\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/block_encryption_mode\",\"name\":\"block_encryption_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"Limits the size of the MyISAM cache tree in bytes per thread.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/bulk_insert_buffer_size\",\"name\":\"bulk_insert_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The server uses this variable to determine whether to autogenerate RSA private/public key-pair files in the data directory if they do not already exist.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/caching_sha2_password_auto_generate_rsa_keys\",\"name\":\"caching_sha2_password_auto_generate_rsa_keys\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"private_key.pem\",\"description\":\"This variable specifies the path name of the RSA private key file for the caching_sha2_password authentication plugin.\",\"defaultValue\":\"private_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/caching_sha2_password_private_key_path\",\"name\":\"caching_sha2_password_private_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"public_key.pem\",\"description\":\"This variable specifies the path name of the RSA public key file for the caching_sha2_password authentication plugin.\",\"defaultValue\":\"public_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/caching_sha2_password_public_key_path\",\"name\":\"caching_sha2_password_public_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"binary\",\"description\":\"The file system character set.\",\"defaultValue\":\"binary\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/character_set_filesystem\",\"name\":\"character_set_filesystem\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"UTF8MB4\",\"description\":\"Use charset_name as the default server character set.\",\"defaultValue\":\"UTF8MB4\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8,ASCII,BIG5,BINARY,CP1250,CP1251,CP1256,CP1257,CP850,CP852,CP866,CP932,DEC8,EUCJPMS,EUCKR,GB18030,GB2312,GBK,GEOSTD8,GREEK,HEBREW,HP8,KEYBCS2,KOI8R,KOI8U,LATIN1,LATIN2,LATIN5,LATIN7,MACCE,MACROMAN,SJIS,SWE7,TIS620,UCS2,UJIS,UTF16,UTF16LE,UTF32,UTF8,UTF8MB4\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/character_set_server\",\"name\":\"character_set_server\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If set to OFF (the default), then proxy user identity will not be mapped for authentication plugins which support mapping from grant tables. When set to ON, users associated with authentication plugins which signal proxy user mapping should be done according to GRANT PROXY privilege definition.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/check_proxy_users\",\"name\":\"check_proxy_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"UTF8MB4_0900_AI_CI\",\"description\":\"The server\u0027s default collation.\",\"defaultValue\":\"UTF8MB4_0900_AI_CI\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8_GENERAL_CI,ARMSCII8_BIN,ASCII_GENERAL_CI,ASCII_BIN,BIG5_CHINESE_CI,BIG5_BIN,BINARY,CP1250_GENERAL_CI,CP1250_CZECH_CS,CP1250_CROATIAN_CI,CP1250_BIN,CP1250_POLISH_CI,CP1251_BULGARIAN_CI,CP1251_UKRAINIAN_CI,CP1251_BIN,CP1251_GENERAL_CI,CP1251_GENERAL_CS,CP1256_GENERAL_CI,CP1256_BIN,CP1257_LITHUANIAN_CI,CP1257_BIN,CP1257_GENERAL_CI,CP850_GENERAL_CI,CP850_BIN,CP852_GENERAL_CI,CP852_BIN,CP866_GENERAL_CI,CP866_BIN,CP932_JAPANESE_CI,CP932_BIN,DEC8_SWEDISH_CI,DEC8_BIN,EUCJPMS_JAPANESE_CI,EUCJPMS_BIN,EUCKR_KOREAN_CI,EUCKR_BIN,GB18030_CHINESE_CI,GB18030_BIN,GB18030_UNICODE_520_CI,GB2312_CHINESE_CI,GB2312_BIN,GBK_CHINESE_CI,GBK_BIN,GEOSTD8_GENERAL_CI,GEOSTD8_BIN,GREEK_GENERAL_CI,GREEK_BIN,HEBREW_GENERAL_CI,HEBREW_BIN,HP8_ENGLISH_CI,HP8_BIN,KEYBCS2_GENERAL_CI,KEYBCS2_BIN,KOI8R_GENERAL_CI,KOI8R_BIN,KOI8U_GENERAL_CI,KOI8U_BIN,LATIN1_GERMAN1_CI,LATIN1_SWEDISH_CI,LATIN1_DANISH_CI,LATIN1_GERMAN2_CI,LATIN1_BIN,LATIN1_GENERAL_CI,LATIN1_GENERAL_CS,LATIN1_SPANISH_CI,LATIN2_CZECH_CS,LATIN2_GENERAL_CI,LATIN2_HUNGARIAN_CI,LATIN2_CROATIAN_CI,LATIN2_BIN,LATIN5_TURKISH_CI,LATIN5_BIN,LATIN7_ESTONIAN_CS,LATIN7_GENERAL_CI,LATIN7_GENERAL_CS,LATIN7_BIN,MACCE_GENERAL_CI,MACCE_BIN,MACROMAN_GENERAL_CI,MACROMAN_BIN,SJIS_JAPANESE_CI,SJIS_BIN,SWE7_SWEDISH_CI,SWE7_BIN,TIS620_THAI_CI,TIS620_BIN,UCS2_GENERAL_CI,UCS2_BIN,UCS2_UNICODE_CI,UCS2_ICELANDIC_CI,UCS2_LATVIAN_CI,UCS2_ROMANIAN_CI,UCS2_SLOVENIAN_CI,UCS2_POLISH_CI,UCS2_ESTONIAN_CI,UCS2_SPANISH_CI,UCS2_SWEDISH_CI,UCS2_TURKISH_CI,UCS2_CZECH_CI,UCS2_DANISH_CI,UCS2_LITHUANIAN_CI,UCS2_SLOVAK_CI,UCS2_SPANISH2_CI,UCS2_ROMAN_CI,UCS2_PERSIAN_CI,UCS2_ESPERANTO_CI,UCS2_HUNGARIAN_CI,UCS2_SINHALA_CI,UCS2_GERMAN2_CI,UCS2_CROATIAN_CI,UCS2_UNICODE_520_CI,UCS2_VIETNAMESE_CI,UCS2_GENERAL_MYSQL500_CI,UJIS_JAPANESE_CI,UJIS_BIN,UTF16_GENERAL_CI,UTF16_BIN,UTF16_UNICODE_CI,UTF16_ICELANDIC_CI,UTF16_LATVIAN_CI,UTF16_ROMANIAN_CI,UTF16_SLOVENIAN_CI,UTF16_POLISH_CI,UTF16_ESTONIAN_CI,UTF16_SPANISH_CI,UTF16_SWEDISH_CI,UTF16_TURKISH_CI,UTF16_CZECH_CI,UTF16_DANISH_CI,UTF16_LITHUANIAN_CI,UTF16_SLOVAK_CI,UTF16_SPANISH2_CI,UTF16_ROMAN_CI,UTF16_PERSIAN_CI,UTF16_ESPERANTO_CI,UTF16_HUNGARIAN_CI,UTF16_SINHALA_CI,UTF16_GERMAN2_CI,UTF16_CROATIAN_CI,UTF16_UNICODE_520_CI,UTF16_VIETNAMESE_CI,UTF16LE_GENERAL_CI,UTF16LE_BIN,UTF32_GENERAL_CI,UTF32_BIN,UTF32_UNICODE_CI,UTF32_ICELANDIC_CI,UTF32_LATVIAN_CI,UTF32_ROMANIAN_CI,UTF32_SLOVENIAN_CI,UTF32_POLISH_CI,UTF32_ESTONIAN_CI,UTF32_SPANISH_CI,UTF32_SWEDISH_CI,UTF32_TURKISH_CI,UTF32_CZECH_CI,UTF32_DANISH_CI,UTF32_LITHUANIAN_CI,UTF32_SLOVAK_CI,UTF32_SPANISH2_CI,UTF32_ROMAN_CI,UTF32_PERSIAN_CI,UTF32_ESPERANTO_CI,UTF32_HUNGARIAN_CI,UTF32_SINHALA_CI,UTF32_GERMAN2_CI,UTF32_CROATIAN_CI,UTF32_UNICODE_520_CI,UTF32_VIETNAMESE_CI,UTF8_GENERAL_CI,UTF8_TOLOWER_CI,UTF8_BIN,UTF8_UNICODE_CI,UTF8_ICELANDIC_CI,UTF8_LATVIAN_CI,UTF8_ROMANIAN_CI,UTF8_SLOVENIAN_CI,UTF8_POLISH_CI,UTF8_ESTONIAN_CI,UTF8_SPANISH_CI,UTF8_SWEDISH_CI,UTF8_TURKISH_CI,UTF8_CZECH_CI,UTF8_DANISH_CI,UTF8_LITHUANIAN_CI,UTF8_SLOVAK_CI,UTF8_SPANISH2_CI,UTF8_ROMAN_CI,UTF8_PERSIAN_CI,UTF8_ESPERANTO_CI,UTF8_HUNGARIAN_CI,UTF8_SINHALA_CI,UTF8_GERMAN2_CI,UTF8_CROATIAN_CI,UTF8_UNICODE_520_CI,UTF8_VIETNAMESE_CI,UTF8_GENERAL_MYSQL500_CI,UTF8MB4_GENERAL_CI,UTF8MB4_BIN,UTF8MB4_UNICODE_CI,UTF8MB4_ICELANDIC_CI,UTF8MB4_LATVIAN_CI,UTF8MB4_ROMANIAN_CI,UTF8MB4_SLOVENIAN_CI,UTF8MB4_POLISH_CI,UTF8MB4_ESTONIAN_CI,UTF8MB4_SPANISH_CI,UTF8MB4_SWEDISH_CI,UTF8MB4_TURKISH_CI,UTF8MB4_CZECH_CI,UTF8MB4_DANISH_CI,UTF8MB4_LITHUANIAN_CI,UTF8MB4_SLOVAK_CI,UTF8MB4_SPANISH2_CI,UTF8MB4_ROMAN_CI,UTF8MB4_PERSIAN_CI,UTF8MB4_ESPERANTO_CI,UTF8MB4_HUNGARIAN_CI,UTF8MB4_SINHALA_CI,UTF8MB4_GERMAN2_CI,UTF8MB4_CROATIAN_CI,UTF8MB4_UNICODE_520_CI,UTF8MB4_VIETNAMESE_CI,UTF8MB4_0900_AI_CI,UTF8MB4_DE_PB_0900_AI_CI,UTF8MB4_IS_0900_AI_CI,UTF8MB4_LV_0900_AI_CI,UTF8MB4_RO_0900_AI_CI,UTF8MB4_SL_0900_AI_CI,UTF8MB4_PL_0900_AI_CI,UTF8MB4_ET_0900_AI_CI,UTF8MB4_ES_0900_AI_CI,UTF8MB4_SV_0900_AI_CI,UTF8MB4_TR_0900_AI_CI,UTF8MB4_CS_0900_AI_CI,UTF8MB4_DA_0900_AI_CI,UTF8MB4_LT_0900_AI_CI,UTF8MB4_SK_0900_AI_CI,UTF8MB4_ES_TRAD_0900_AI_CI,UTF8MB4_LA_0900_AI_CI,UTF8MB4_EO_0900_AI_CI,UTF8MB4_HU_0900_AI_CI,UTF8MB4_HR_0900_AI_CI,UTF8MB4_VI_0900_AI_CI,UTF8MB4_0900_AS_CS,UTF8MB4_DE_PB_0900_AS_CS,UTF8MB4_IS_0900_AS_CS,UTF8MB4_LV_0900_AS_CS,UTF8MB4_RO_0900_AS_CS,UTF8MB4_SL_0900_AS_CS,UTF8MB4_PL_0900_AS_CS,UTF8MB4_ET_0900_AS_CS,UTF8MB4_ES_0900_AS_CS,UTF8MB4_SV_0900_AS_CS,UTF8MB4_TR_0900_AS_CS,UTF8MB4_CS_0900_AS_CS,UTF8MB4_DA_0900_AS_CS,UTF8MB4_LT_0900_AS_CS,UTF8MB4_SK_0900_AS_CS,UTF8MB4_ES_TRAD_0900_AS_CS,UTF8MB4_LA_0900_AS_CS,UTF8MB4_EO_0900_AS_CS,UTF8MB4_HU_0900_AS_CS,UTF8MB4_HR_0900_AS_CS,UTF8MB4_VI_0900_AS_CS,UTF8MB4_JA_0900_AS_CS,UTF8MB4_JA_0900_AS_CS_KS,UTF8MB4_0900_AS_CI,UTF8MB4_RU_0900_AI_CI,UTF8MB4_RU_0900_AS_CS,UTF8MB4_ZH_0900_AS_CS,UTF8MB4_0900_BIN\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/collation_server\",\"name\":\"collation_server\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"NO_CHAIN\",\"description\":\"The transaction completion type.\",\"defaultValue\":\"NO_CHAIN\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NO_CHAIN,CHAIN,RELEASE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/completion_type\",\"name\":\"completion_type\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"AUTO\",\"description\":\"Allows INSERT and SELECT statements to run concurrently for MyISAM tables that have no free blocks in the middle of the data file.\",\"defaultValue\":\"AUTO\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NEVER,AUTO,ALWAYS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/concurrent_insert\",\"name\":\"concurrent_insert\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The number of seconds that the mysqld server waits for a connect packet before responding with Bad handshake.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"2-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/connect_timeout\",\"name\":\"connect_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to use a dedicated listening thread for client connections on the administrative network interface.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/create_admin_listener_thread\",\"name\":\"create_admin_listener_thread\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"The common table expression (CTE) maximum recursion depth.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/cte_max_recursion_depth\",\"name\":\"cte_max_recursion_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"mysql_native_password\",\"description\":\"The default authentication plugin.\",\"defaultValue\":\"mysql_native_password\",\"dataType\":\"Enumeration\",\"allowedValues\":\"mysql_native_password,sha256_password,caching_sha2_password\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_authentication_plugin\",\"name\":\"default_authentication_plugin\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"This variable defines the global automatic password expiration policy.\",\"defaultValue\":\"0\",\"dataType\":\"Enumeration\",\"allowedValues\":\"0\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_password_lifetime\",\"name\":\"default_password_lifetime\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"InnoDB\",\"description\":\"The default storage engine (table type).\",\"defaultValue\":\"InnoDB\",\"dataType\":\"Enumeration\",\"allowedValues\":\"InnoDB,CSV,MEMORY\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_storage_engine\",\"name\":\"default_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Defines the default encryption setting applied to schemas and general tablespaces when they are created without specifying an ENCRYPTION clause.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_table_encryption\",\"name\":\"default_table_encryption\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"InnoDB\",\"description\":\"The default storage engine for TEMPORARY tables.\",\"defaultValue\":\"InnoDB\",\"dataType\":\"Enumeration\",\"allowedValues\":\"InnoDB,MyISAM,CSV,PERFORMANCE_SCHEMA,MEMORY,MRG_MYISAM\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_tmp_storage_engine\",\"name\":\"default_tmp_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The default mode value to use for the WEEK() function.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-7\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/default_week_format\",\"name\":\"default_week_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"It specifies how to use delayed key writes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,ALL\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delay_key_write\",\"name\":\"delay_key_write\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"After inserting delayed_insert_limit delayed rows, the INSERT DELAYED handler thread checks whether there are any SELECT statements pending. If so, it allows them to execute before continuing to insert delayed rows.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_insert_limit\",\"name\":\"delayed_insert_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"How many seconds an INSERT DELAYED handler thread should wait for INSERT statements before terminating.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_insert_timeout\",\"name\":\"delayed_insert_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"If the queue becomes full, any client that issues an INSERT DELAYED statement waits until there is room in the queue again.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/delayed_queue_size\",\"name\":\"delayed_queue_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"MyISAM,MRG_MyISAM,BLACKHOLE,FEDEATED,ARCHIVE\",\"description\":\"This variable indicates which storage engines cannot be used to create tables or tablespaces.\",\"defaultValue\":\"MyISAM,MRG_MyISAM,BLACKHOLE,FEDEATED,ARCHIVE\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/disabled_storage_engines\",\"name\":\"disabled_storage_engines\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls how the server handles clients with expired passwords:\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/disconnect_on_expired_password\",\"name\":\"disconnect_on_expired_password\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Number of digits by which to increase the scale of the result of division operations.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"0-30\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/div_precision_increment\",\"name\":\"div_precision_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether optimizer JSON output should add end markers.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/end_markers_in_json\",\"name\":\"end_markers_in_json\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enable, this option enforces GTID consistency by allowing execution of only those statements that can be logged in a transactionally safe manner.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,WARN\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/enforce_gtid_consistency\",\"name\":\"enforce_gtid_consistency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/eq_range_index_dive_limit\",\"name\":\"eq_range_index_dive_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enable the exposure of MySQL error log in log analytics.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/error_log_enabled\",\"name\":\"error_log_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enable the exposure of MySQL error log in portal.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/error_server_log_file\",\"name\":\"error_server_log_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicates the status of the Event Scheduler. It is always OFF for a replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/event_scheduler\",\"name\":\"event_scheduler\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of days for automatic binary log file removal. The default is 0, which means no automatic removal. Possible removals happen at startup and when the binary log is flushed.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/expire_logs_days\",\"name\":\"expire_logs_days\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"[Deprecated] This system variable determines whether the server enables certain nonstandard behaviors for default values and NULL-value handling in TIMESTAMP columns.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/explicit_defaults_for_timestamp\",\"name\":\"explicit_defaults_for_timestamp\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If ON, the server flushes (synchronizes) all changes to disk after each SQL statement. Normally, MySQL does a write of all changes to disk only after each SQL statement and lets the operating system handle the synchronizing to disk.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/flush\",\"name\":\"flush\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"If this is set to a nonzero value, all tables are closed every flush_time seconds to free up resources and synchronize unflushed data to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-8640000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/flush_time\",\"name\":\"flush_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"+ -\u003e\u003c()~*:\\\"\\\"\u0026|\",\"description\":\"The list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE.\",\"defaultValue\":\"+ -\u003e\u003c()~*:\\\"\\\"\u0026|\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ft_boolean_syntax\",\"name\":\"ft_boolean_syntax\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of top matches to use for full-text searches performed using WITH QUERY EXPANSION.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ft_query_expansion_limit\",\"name\":\"ft_query_expansion_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether the general query log is enabled.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/general_log\",\"name\":\"general_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/work2/serverlogs/mysql-general-mysql-flexible-test-100-2025103110.log\",\"description\":\"The name of the general query log file. \",\"defaultValue\":\"mysql-general.log\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/general_log_file\",\"name\":\"general_log_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The maximum number of characters permitted in random passwords generated for CREATE USER, ALTER USER, and SET PASSWORD statements.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"5-255\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/generated_random_password_length\",\"name\":\"generated_random_password_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"Maximum allowed result length in bytes for the GROUP_CONCAT().\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/group_concat_max_len\",\"name\":\"group_concat_max_len\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"EVENTUAL\",\"description\":\"Controls the transaction consistency guarantee which a group provides.\",\"defaultValue\":\"EVENTUAL\",\"dataType\":\"Enumeration\",\"allowedValues\":\"EVENTUAL,BEFORE_ON_PRIMARY_FAILOVER,BEFORE,AFTER,BEFORE_AND_AFTER\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/group_replication_consistency\",\"name\":\"group_replication_consistency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"Compress the mysql.gtid_executed table each time this many transactions have taken place.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/gtid_executed_compression_period\",\"name\":\"gtid_executed_compression_period\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicates if global transaction identifiers (GTIDs) are used to identify transactions. You can only update it one step at a time in ascending order of modes. To keep replication consistent, you cannot update it for a master/replica server.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,OFF_PERMISSIVE,ON_PERMISSIVE,ON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/gtid_mode\",\"name\":\"gtid_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20000000\",\"description\":\"The maximum amount of memory available for generating histogram statistics.\",\"defaultValue\":\"20000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000000-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/histogram_generation_max_mem_size\",\"name\":\"histogram_generation_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"279\",\"description\":\"The size of the internal host cache.\",\"defaultValue\":\"279\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65536\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/host_cache_size\",\"name\":\"host_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"86400\",\"description\":\"Defines the period of time before cached statistics expire.\",\"defaultValue\":\"86400\",\"dataType\":\"Integer\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/information_schema_stats_expiry\",\"name\":\"information_schema_stats_expiry\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"A string to be executed by the server for each client that connects.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/init_connect\",\"name\":\"init_connect\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether to dynamically adjust the rate of flushing dirty pages in the InnoDB buffer pool based on the workload. Adjusting the flush rate dynamically is intended to avoid bursts of I/O activity.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_flushing\",\"name\":\"innodb_adaptive_flushing\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"Defines the low water mark representing percentage of redo log capacity at which adaptive flushing is enabled.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-70\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_flushing_lwm\",\"name\":\"innodb_adaptive_flushing_lwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether innodb adaptive hash indexes are enabled or disabled.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_hash_index\",\"name\":\"innodb_adaptive_hash_index\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"Partitions the adaptive hash index search system. Each index is bound to a specific partition, with each partition protected by a separate latch. \",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-512\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_hash_index_parts\",\"name\":\"innodb_adaptive_hash_index_parts\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"150000\",\"description\":\"Permits InnoDB to automatically adjust the value of innodb_thread_sleep_delay up or down according to the current workload.\",\"defaultValue\":\"150000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_adaptive_max_sleep_delay\",\"name\":\"innodb_adaptive_max_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"64\",\"description\":\"The increment size (in megabytes) for extending the size of an auto-extending InnoDB system tablespace file when it becomes full.\",\"defaultValue\":\"64\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_autoextend_increment\",\"name\":\"innodb_autoextend_increment\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"The lock mode to use for generating auto-increment values.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_autoinc_lock_mode\",\"name\":\"innodb_autoinc_lock_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"Defines the chunk size for online InnoDB buffer pool resizing operations.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"1048576-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_chunk_size\",\"name\":\"innodb_buffer_pool_chunk_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Dump the buffer pool into a file named @@innodb_buffer_pool_filename\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_at_shutdown\",\"name\":\"innodb_buffer_pool_dump_at_shutdown\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Immediately records the pages cached in the InnoDB buffer pool.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_now\",\"name\":\"innodb_buffer_pool_dump_now\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"Specifies the percentage of the most recently used pages for each buffer pool to read out and dump.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_dump_pct\",\"name\":\"innodb_buffer_pool_dump_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ib_buffer_pool\",\"description\":\"Specifies the file that holds the list of page numbers produced by innodb_buffer_pool_dump_at_shutdown or innodb_buffer_pool_dump_now.\",\"defaultValue\":\"ib_buffer_pool\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_filename\",\"name\":\"innodb_buffer_pool_filename\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Disabling the innodb_buffer_pool_in_core_file variable reduces the size of core files by excluding InnoDB buffer pool pages.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_in_core_file\",\"name\":\"innodb_buffer_pool_in_core_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The number of regions that the InnoDB buffer pool is divided into\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_instances\",\"name\":\"innodb_buffer_pool_instances\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Interrupts the process of restoring InnoDB buffer pool contents triggered by innodb_buffer_pool_load_at_startup or innodb_buffer_pool_load_now.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_abort\",\"name\":\"innodb_buffer_pool_load_abort\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Load the buffer pool from a file named @@innodb_buffer_pool_filename\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_at_startup\",\"name\":\"innodb_buffer_pool_load_at_startup\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Immediately warms up the InnoDB buffer pool by loading a set of data pages, without waiting for a server restart.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_load_now\",\"name\":\"innodb_buffer_pool_load_now\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"12884901888\",\"description\":\"The size in bytes of the buffer pool, the memory area where InnoDB caches table and index data.\",\"defaultValue\":\"12884901888\",\"dataType\":\"Integer\",\"allowedValues\":\"134217728-12884901888\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_buffer_pool_size\",\"name\":\"innodb_buffer_pool_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"25\",\"description\":\"Maximum size for the InnoDB change buffer, as a percentage of the total size of the buffer pool. You might increase this value for a MySQL server with heavy insert, update, and delete activity, or decrease it for a MySQL server with unchanging data used for reporting.\",\"defaultValue\":\"25\",\"dataType\":\"Integer\",\"allowedValues\":\"0-50\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_change_buffer_max_size\",\"name\":\"innodb_change_buffer_max_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"all\",\"description\":\"Whether InnoDB performs change buffering, an optimization that delays write operations to secondary indexes so that the I/O operations can be performed sequentially.\",\"defaultValue\":\"all\",\"dataType\":\"Enumeration\",\"allowedValues\":\"none,inserts,deletes,changes,purges,all\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_change_buffering\",\"name\":\"innodb_change_buffering\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"crc32\",\"description\":\"Specifies how to generate and verify the checksum stored in the disk blocks of InnoDB tablespaces.\",\"defaultValue\":\"crc32\",\"dataType\":\"Enumeration\",\"allowedValues\":\"innodb,crc32,none,strict_innodb,strict_crc32,strict_none\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_checksum_algorithm\",\"name\":\"innodb_checksum_algorithm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables per-index compression-related statistics in the INFORMATION_SCHEMA.INNODB_CMP_PER_INDEX table. Because these statistics can be expensive to gather, only enable this option on development, test, or slave instances during performance tuning related to InnoDB compressed tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_cmp_per_index_enabled\",\"name\":\"innodb_cmp_per_index_enabled\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of threads that can commit at the same time. A value of 0 (the default) permits any number of transactions to commit simultaneously. The value of innodb_commit_concurrency cannot be changed at runtime from zero to nonzero or vice versa. The value can be changed from one nonzero value to another.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_commit_concurrency\",\"name\":\"innodb_commit_concurrency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5\",\"description\":\"Defines the compression failure rate threshold for a table, as a percentage, at which point MySQL begins adding padding within compressed pages to avoid expensive compression failures.\",\"defaultValue\":\"5\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_failure_threshold_pct\",\"name\":\"innodb_compression_failure_threshold_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"6\",\"description\":\"Specifies the level of zlib compression to use for InnoDB compressed tables and indexes. A higher value lets you fit more data onto a storage device, at the expense of more CPU overhead during compression. A lower value lets you reduce CPU overhead when storage space is not critical, or you expect the data is not especially compressible.\",\"defaultValue\":\"6\",\"dataType\":\"Integer\",\"allowedValues\":\"0-9\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_level\",\"name\":\"innodb_compression_level\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"Specifies the maximum percentage that can be reserved as free space within each compressed page, allowing room to reorganize the data and modification log within the page when a compressed table or index is updated and the data might be recompressed. Only applies when innodb_compression_failure_threshold_pct is set to a nonzero value, and the rate of compression failures passes the cutoff point.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"0-75\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_compression_pad_pct_max\",\"name\":\"innodb_compression_pad_pct_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"Determines the number of threads that can enter InnoDB concurrently.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_concurrency_tickets\",\"name\":\"innodb_concurrency_tickets\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ibdata1:12M:autoextend\",\"description\":\"Defines the name, size, and attributes of InnoDB system tablespace data files.\",\"defaultValue\":\"ibdata1:12M:autoextend\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_data_file_path\",\"name\":\"innodb_data_file_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The common part of the directory path for InnoDB system tablespace data files. The default value is the MySQL data directory.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_data_home_dir\",\"name\":\"innodb_data_home_dir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Maximum size of memory to use (in bytes) for DDL.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ddl_buffer_size\",\"name\":\"innodb_ddl_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Maximum number of threads to use for DDL.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ddl_threads\",\"name\":\"innodb_ddl_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This option is used to disable deadlock detection. On high concurrency systems, deadlock detection can cause a slowdown when numerous threads wait for the same lock.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_deadlock_detect\",\"name\":\"innodb_deadlock_detect\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When this is enabled, InnoDB automatically configures the following variables: innodb_buffer_pool_size, innodb_log_file_size, innodb_log_files_in_group, innodb_flush_method.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_dedicated_server\",\"name\":\"innodb_dedicated_server\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"DYNAMIC\",\"description\":\"The innodb_default_row_format option defines the default row format for InnoDB tables and user-created temporary tables.\",\"defaultValue\":\"DYNAMIC\",\"dataType\":\"Enumeration\",\"allowedValues\":\"DYNAMIC,COMPACT,REDUNDANT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_default_row_format\",\"name\":\"innodb_default_row_format\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Defines directories to scan at startup for tablespace files.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_directories\",\"name\":\"innodb_directories\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Disables the operating system file system cache for merge-sort temporary files. The effect is to open such files with the equivalent of O_DIRECT.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_disable_sort_file_cache\",\"name\":\"innodb_disable_sort_file_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enabled, InnoDB stores all data twice, first to the doublewrite buffer, then to the actual data files.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,DETECT_AND_RECOVER,DETECT_ONLY\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite\",\"name\":\"innodb_doublewrite\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the number of doublewrite pages to write in a batch.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite_batch_size\",\"name\":\"innodb_doublewrite_batch_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Defines the directory for doublewrite files.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite_dir\",\"name\":\"innodb_doublewrite_dir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the number of doublewrite pages to write in a batch.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,2-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite_files\",\"name\":\"innodb_doublewrite_files\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the maximum number of doublewrite pages per thread for a batch write.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-512\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_doublewrite_pages\",\"name\":\"innodb_doublewrite_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The InnoDB shutdown mode. If the value is 0, InnoDB does a slow shutdown, a full purge and a change buffer merge before shutting down. If the value is 1 (the default), InnoDB skips these operations at shutdown, a process known as a fast shutdown. If the value is 2, InnoDB flushes its logs and shuts down cold, as if MySQL had crashed; no committed transactions are lost, but the crash recovery operation makes the next startup take longer.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fast_shutdown\",\"name\":\"innodb_fast_shutdown\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"600\",\"description\":\"The seconds of mysql engine waiting for I/O, this threshold timeout will result in mysql engine crash.\",\"defaultValue\":\"600\",\"dataType\":\"Integer\",\"allowedValues\":\"1-864000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fatal_semaphore_wait_threshold\",\"name\":\"innodb_fatal_semaphore_wait_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"InnoDB stores the data and indexes for each newly created table in a separate .ibd file instead of the system tablespace. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_file_per_table\",\"name\":\"innodb_file_per_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"InnoDB performs a bulk load when creating or rebuilding indexes.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"10-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fill_factor\",\"name\":\"innodb_fill_factor\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Write and flush the logs every N seconds. This setting has an effect only when innodb_flush_log_at_trx_commit has a value of 2.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2700\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_log_at_timeout\",\"name\":\"innodb_flush_log_at_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the balance between strict ACID compliance for commit operations and higher performance that is possible when commit-related I/O operations are rearranged and done in batches.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_log_at_trx_commit\",\"name\":\"innodb_flush_log_at_trx_commit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"fsync\",\"description\":\"Defines the method used to flush data to InnoDB data files and log files, which can affect I/O throughput.\",\"defaultValue\":\"fsync\",\"dataType\":\"Enumeration\",\"allowedValues\":\"fsync,O_DSYNC,littlesync,nosync,O_DIRECT,O_DIRECT_NO_FSYNC\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_method\",\"name\":\"innodb_flush_method\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Specifies whether flushing a page from the InnoDB buffer pool also flushes other dirty pages in the same extent.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_neighbors\",\"name\":\"innodb_flush_neighbors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Causes the innodb_io_capacity setting to be ignored for bursts of I/O activity that occur at checkpoints.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flush_sync\",\"name\":\"innodb_flush_sync\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"Number of iterations for which InnoDB keeps the previously calculated snapshot of the flushing state, controlling how quickly adaptive flushing responds to changing workloads.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_flushing_avg_loops\",\"name\":\"innodb_flushing_avg_loops\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Permits InnoDB to load tables at startup that are marked as corrupted. Use only during troubleshooting, to recover data that is otherwise inaccessible.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_force_load_corrupted\",\"name\":\"innodb_force_load_corrupted\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The crash recovery mode, typically only changed in serious troubleshooting situations.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-6\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_force_recovery\",\"name\":\"innodb_force_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The value of this variable determines how often InnoDB calls fsync when creating a new file. Default is zero which would make InnoDB flush the entire file at once before closing it.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_fsync_threshold\",\"name\":\"innodb_fsync_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8000000\",\"description\":\"The memory allocated, in bytes, for the InnoDB FULLTEXT search index cache, which holds a parsed document in memory while creating an InnoDB FULLTEXT index.\",\"defaultValue\":\"8000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1600000-80000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_cache_size\",\"name\":\"innodb_ft_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to enable additional full-text search (FTS) diagnostic output. This option is primarily intended for advanced FTS debugging and will not be of interest to most users. Output is printed to the error log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_enable_diag_print\",\"name\":\"innodb_ft_enable_diag_print\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies that a set of stopwords is associated with an InnoDB FULLTEXT index at the time the index is created.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_enable_stopword\",\"name\":\"innodb_ft_enable_stopword\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"84\",\"description\":\"Maximum character length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"84\",\"dataType\":\"Integer\",\"allowedValues\":\"10-84\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_max_token_size\",\"name\":\"innodb_ft_max_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"3\",\"description\":\"Minimum length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"3\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_min_token_size\",\"name\":\"innodb_ft_min_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"Number of words to process during each OPTIMIZE TABLE operation on an InnoDB FULLTEXT index.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-10000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_num_word_optimize\",\"name\":\"innodb_ft_num_word_optimize\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000000000\",\"description\":\"The InnoDB full-text search query result cache limit (defined in bytes) per full-text search query or per thread.\",\"defaultValue\":\"2000000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000000-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_result_cache_limit\",\"name\":\"innodb_ft_result_cache_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"This option is used to specify your own InnoDB FULLTEXT index stopword list for all InnoDB tables.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_server_stopword_table\",\"name\":\"innodb_ft_server_stopword_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Number of threads used in parallel to index and tokenize text in an InnoDB FULLTEXT index when building a search index.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_sort_pll_degree\",\"name\":\"innodb_ft_sort_pll_degree\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"640000000\",\"description\":\"The total memory allocated, in bytes, for the InnoDB full-text search index cache for all tables.\",\"defaultValue\":\"640000000\",\"dataType\":\"Integer\",\"allowedValues\":\"32000000-1600000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_total_cache_size\",\"name\":\"innodb_ft_total_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"This option is used to specify your own InnoDB FULLTEXT index stopword list on a specific table.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_ft_user_stopword_table\",\"name\":\"innodb_ft_user_stopword_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"Limits page flushing when InnoDB is idle. The innodb_idle_flush_pct value is a percentage of the innodb_io_capacity setting, which defines the number of I/O operations per second available to InnoDB.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_idle_flush_pct\",\"name\":\"innodb_idle_flush_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_io_capacity\",\"name\":\"innodb_io_capacity\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"If flushing activity falls behind, InnoDB can flush more aggressively than the limit imposed by innodb_io_capacity. innodb_io_capacity_max defines an upper limit the number of I/O operations performed per second by InnoDB background tasks in such situations.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_io_capacity_max\",\"name\":\"innodb_io_capacity_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"The length of time in seconds an InnoDB transaction waits for a row lock before giving up.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_lock_wait_timeout\",\"name\":\"innodb_lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"The size in bytes of the buffer that InnoDB uses to write to the log files on disk.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1048576-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_buffer_size\",\"name\":\"innodb_log_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Enables or disables checksums for redo log pages.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_checksums\",\"name\":\"innodb_log_checksums\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether images of re-compressed pages are written to the redo log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_compressed_pages\",\"name\":\"innodb_log_compressed_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"80\",\"description\":\"Defines the minimum amount of CPU usage below which user threads no longer spin while waiting for flushed redo.\",\"defaultValue\":\"80\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_spin_cpu_abs_lwm\",\"name\":\"innodb_log_spin_cpu_abs_lwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"Defines the maximum amount of CPU usage above which user threads no longer spin while waiting for flushed redo.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_spin_cpu_pct_hwm\",\"name\":\"innodb_log_spin_cpu_pct_hwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"400\",\"description\":\"Defines the maximum average log flush time beyond which user threads no longer spin while waiting for flushed redo.\",\"defaultValue\":\"400\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_wait_for_flush_spin_hwm\",\"name\":\"innodb_log_wait_for_flush_spin_hwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"The write-ahead block size for the redo log, in bytes.\",\"defaultValue\":\"16384\",\"dataType\":\"Integer\",\"allowedValues\":\"512-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_log_write_ahead_size\",\"name\":\"innodb_log_write_ahead_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"A parameter that influences the algorithms and heuristics for the flush operation for the InnoDB buffer pool.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_lru_scan_depth\",\"name\":\"innodb_lru_scan_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"90\",\"description\":\"InnoDB tries to flush data from the buffer pool so that the percentage of dirty pages does not exceed this value.\",\"defaultValue\":\"90\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_dirty_pages_pct\",\"name\":\"innodb_max_dirty_pages_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"Defines a low water mark representing the percentage of dirty pages at which preflushing is enabled to control the dirty page ratio.\",\"defaultValue\":\"10\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_dirty_pages_pct_lwm\",\"name\":\"innodb_max_dirty_pages_pct_lwm\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the maximum length of the purge queue. The default value of 0 indicates no limit (no delays).\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_purge_lag\",\"name\":\"innodb_max_purge_lag\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Specifies the maximum delay in microseconds for the delay imposed by the innodb_max_purge_lag configuration option.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-10000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_purge_lag_delay\",\"name\":\"innodb_max_purge_lag_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"Defines a threshold size for undo tablespaces.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"10485760-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_max_undo_log_size\",\"name\":\"innodb_max_undo_log_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Disables InnoDB metrics counters. Counter data may be queried using the INFORMATION_SCHEMA.INNODB_METRICS table.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_disable\",\"name\":\"innodb_monitor_disable\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Enables InnoDB metrics counters.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_enable\",\"name\":\"innodb_monitor_enable\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Resets the count value for InnoDB metrics counters to zero.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_reset\",\"name\":\"innodb_monitor_reset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Resets all values (minimum, maximum, and so on) for InnoDB metrics counters.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_monitor_reset_all\",\"name\":\"innodb_monitor_reset_all\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables the NUMA interleave memory policy for allocation of the InnoDB buffer pool. When innodb_numa_interleave is enabled, the NUMA memory policy is set to MPOL_INTERLEAVE for the mysqld process. After the InnoDB buffer pool is allocated, the NUMA memory policy is set back to MPOL_DEFAULT.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_numa_interleave\",\"name\":\"innodb_numa_interleave\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"37\",\"description\":\"Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.\",\"defaultValue\":\"37\",\"dataType\":\"Integer\",\"allowedValues\":\"5-95\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_old_blocks_pct\",\"name\":\"innodb_old_blocks_pct\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_old_blocks_time\",\"name\":\"innodb_old_blocks_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_online_alter_log_max_size\",\"name\":\"innodb_online_alter_log_max_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"This configuration option is only relevant if you use multiple InnoDB tablespaces. It specifies the maximum number of .ibd files that MySQL can keep open at one time.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-1,10-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_open_files\",\"name\":\"innodb_open_files\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Changes the way OPTIMIZE TABLE operates on InnoDB tables. Intended to be enabled temporarily, during maintenance operations for InnoDB tables with FULLTEXT indexes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_optimize_fulltext_only\",\"name\":\"innodb_optimize_fulltext_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of page cleaner threads that flush dirty pages from buffer pool instances.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_page_cleaners\",\"name\":\"innodb_page_cleaners\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Specifies the page size for all InnoDB tablespaces in a MySQL instance.\",\"defaultValue\":\"16384\",\"dataType\":\"Enumeration\",\"allowedValues\":\"16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_page_size\",\"name\":\"innodb_page_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Defines the number of threads that can be used for parallel clustered index reads.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_parallel_read_threads\",\"name\":\"innodb_parallel_read_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When this option is enabled, information about all deadlocks in InnoDB user transactions is recorded in the mysqld error log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_print_all_deadlocks\",\"name\":\"innodb_print_all_deadlocks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enabling this option causes MySQL to write DDL logs to stderr.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_print_ddl_logs\",\"name\":\"innodb_print_ddl_logs\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Defines the number of undo log pages that purge parses and processes in one batch from the history list.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-5000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_batch_size\",\"name\":\"innodb_purge_batch_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the frequency with which the purge system frees rollback segments in terms of the number of times that purge is invoked. Reducing this value increases the frequency with which the purge thread frees rollback segments.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_rseg_truncate_frequency\",\"name\":\"innodb_purge_rseg_truncate_frequency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The number of background threads devoted to the InnoDB purge operation.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_purge_threads\",\"name\":\"innodb_purge_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables the random read-ahead technique for optimizing InnoDB I/O.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_random_read_ahead\",\"name\":\"innodb_random_read_ahead\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"56\",\"description\":\"Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.\",\"defaultValue\":\"56\",\"dataType\":\"Integer\",\"allowedValues\":\"0-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_ahead_threshold\",\"name\":\"innodb_read_ahead_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for read operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_io_threads\",\"name\":\"innodb_read_io_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Starts InnoDB in read-only mode. \",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_read_only\",\"name\":\"innodb_read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Defines labeled directories where redo log archive files can be created. You can define multiple labeled directories in a semicolon-separated list.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_redo_log_archive_dirs\",\"name\":\"innodb_redo_log_archive_dirs\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"536870912\",\"description\":\"Defines the amount of disk space occupied by redo log files.\",\"defaultValue\":\"536870912\",\"dataType\":\"Enumeration\",\"allowedValues\":\"536870912,1073741824,2147483648,4294967296\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_redo_log_capacity\",\"name\":\"innodb_redo_log_capacity\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls encryption of redo log data for tables encrypted using the InnoDB data-at-rest encryption feature. Encryption of redo log data is disabled by default.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_redo_log_encrypt\",\"name\":\"innodb_redo_log_encrypt\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The replication thread delay in milliseconds on a slave server if innodb_thread_concurrency is reached.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_replication_delay\",\"name\":\"innodb_replication_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"InnoDB rolls back only the last statement on a transaction timeout by default. If --innodb_rollback_on_timeout is specified, a transaction timeout causes InnoDB to abort and roll back the entire transaction.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_rollback_on_timeout\",\"name\":\"innodb_rollback_on_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the number of rollback segments used by InnoDB.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_rollback_segments\",\"name\":\"innodb_rollback_segments\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Specifies the sizes of several buffers used for sorting data during creation of an InnoDB index.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-67108864\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sort_buffer_size\",\"name\":\"innodb_sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"6\",\"description\":\"The maximum delay between polls for a spin lock.\",\"defaultValue\":\"6\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_spin_wait_delay\",\"name\":\"innodb_spin_wait_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"Defines a multiplier value used to determine the number of PAUSE instructions in spin-wait loops that occur when a thread waits to acquire a mutex or rw-lock.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_spin_wait_pause_multiplier\",\"name\":\"innodb_spin_wait_pause_multiplier\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Causes InnoDB to automatically recalculate persistent statistics after the data in a table is changed substantially.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_auto_recalc\",\"name\":\"innodb_stats_auto_recalc\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\" Enabled to ensure that InnoDB includes delete-marked records when calculating persistent optimizer statistics.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_include_delete_marked\",\"name\":\"innodb_stats_include_delete_marked\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"nulls_equal\",\"description\":\"How the server treats NULL values when collecting statistics about the distribution of index values for InnoDB tables.\",\"defaultValue\":\"nulls_equal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"nulls_equal,nulls_unequal,nulls_ignored\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_method\",\"name\":\"innodb_stats_method\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This option only applies when optimizer statistics are configured to be non-persistent. When innodb_stats_on_metadata is enabled, InnoDB updates non-persistent statistics when metadata statements such as SHOW TABLE STATUS or when accessing the INFORMATION_SCHEMA.TABLES or INFORMATION_SCHEMA.STATISTICS tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_on_metadata\",\"name\":\"innodb_stats_on_metadata\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether InnoDB index statistics are persisted to disk. Otherwise, statistics may be recalculated frequently which can lead to variations in query execution plans.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_persistent\",\"name\":\"innodb_stats_persistent\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_persistent_sample_pages\",\"name\":\"innodb_stats_persistent_sample_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_stats_transient_sample_pages\",\"name\":\"innodb_stats_transient_sample_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables or disables periodic output for the standard InnoDB Monitor.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_status_output\",\"name\":\"innodb_status_output\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables or disables the InnoDB Lock Monitor.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_status_output_locks\",\"name\":\"innodb_status_output_locks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When innodb_strict_mode is enabled, InnoDB raises error conditions in certain cases (CREATE TABLE/INDEX)and performs row size check during inserts/updates. When disabled, InnoDB issues a warning and processes the specified statement. Disabling innodb_strict_mode is not recommended and can lead to truncated records in the table or table/index created with unintended characteristics.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_strict_mode\",\"name\":\"innodb_strict_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Defines the size of the mutex/lock wait array. Increasing the value splits the internal data structure used to coordinate threads, for higher concurrency in workloads with large numbers of waiting threads. \",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sync_array_size\",\"name\":\"innodb_sync_array_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"The number of times a thread waits for an InnoDB mutex to be freed before the thread is suspended.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_sync_spin_loops\",\"name\":\"innodb_sync_spin_loops\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The default value of innodb_table_locks is 1, which means that LOCK TABLES causes InnoDB to lock a table internally if autocommit = 0.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_table_locks\",\"name\":\"innodb_table_locks\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ibtmp1:12M:autoextend\",\"description\":\"Specifies the path, file name, and file size for InnoDB temporary tablespace data files.\",\"defaultValue\":\"ibtmp1:12M:autoextend\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_temp_data_file_path\",\"name\":\"innodb_temp_data_file_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/temp\",\"description\":\"Defines the location where InnoDB creates a pool of session temporary tablespaces at startup. Choose /mnt/temp for better performance, or /app/work/temp for larger capacity.\",\"defaultValue\":\"/mnt/temp\",\"dataType\":\"Enumeration\",\"allowedValues\":\"/mnt/temp,/app/work/temp\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_temp_tablespaces_dir\",\"name\":\"innodb_temp_tablespaces_dir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_thread_concurrency\",\"name\":\"innodb_thread_concurrency\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10000\",\"description\":\"Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.\",\"defaultValue\":\"10000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_thread_sleep_delay\",\"name\":\"innodb_thread_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/temp\",\"description\":\"Used to define an alternate directory for temporary sort files created during online ALTER TABLE operations that rebuild the table. Choose /mnt/temp for better performance, or /app/work/temp for larger capacity.\",\"defaultValue\":\"/mnt/temp\",\"dataType\":\"Enumeration\",\"allowedValues\":\"/mnt/temp,/app/work/temp\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_tmpdir\",\"name\":\"innodb_tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The path where InnoDB creates undo tablespaces.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_directory\",\"name\":\"innodb_undo_directory\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls encryption of undo log data for tables encrypted using the InnoDB data-at-rest encryption feature. Only applies to undo logs that reside in separate undo tablespaces.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_log_encrypt\",\"name\":\"innodb_undo_log_encrypt\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When enabled, undo tablespaces that exceed the threshold value defined by innodb_max_undo_log_size are marked for truncation.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_undo_log_truncate\",\"name\":\"innodb_undo_log_truncate\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether or not MySQL uses Linux native asynchronous IO.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_use_native_aio\",\"name\":\"innodb_use_native_aio\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls tablespace file path validation. At startup, InnoDB validates the paths of known tablespace files against tablespace file paths stored in the data dictionary in case tablespace files have been moved to a different location. The innodb_validate_tablespace_paths variable permits disabling tablespace path validation. This feature is intended for environments where tablespaces files are not moved. Disabling path validation improves startup time on systems with a large number of tablespace files.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_validate_tablespace_paths\",\"name\":\"innodb_validate_tablespace_paths\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for write operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/innodb_write_io_threads\",\"name\":\"innodb_write_io_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"28800\",\"description\":\"Number of seconds the server waits for activity on an interactive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/interactive_timeout\",\"name\":\"interactive_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TempTable\",\"description\":\"The storage engine for in-memory internal temporary tables.\",\"defaultValue\":\"TempTable\",\"dataType\":\"Enumeration\",\"allowedValues\":\"TempTable,MEMORY\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/internal_tmp_mem_storage_engine\",\"name\":\"internal_tmp_mem_storage_engine\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"128-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/join_buffer_size\",\"name\":\"join_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Suppress behavior to overwrite MyISAM file created in DATA DIRECTORY or INDEX DIRECTORY.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/keep_files_on_create\",\"name\":\"keep_files_on_create\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"Increase the buffer size to get better index handling used for index blocks (for all reads and multiple writes).\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"8-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_buffer_size\",\"name\":\"key_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Controls the demotion of buffers from the hot sub-chain of a key cache to the warm sub-chain. Lower values cause demotion to happen more quickly.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"100-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_age_threshold\",\"name\":\"key_cache_age_threshold\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"Size in bytes of blocks in the key cache.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"512-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_block_size\",\"name\":\"key_cache_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"The division point between the hot and warm sub-chains of the key cache buffer chain. The value is the percentage of the buffer chain to use for the warm sub-chain.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/key_cache_division_limit\",\"name\":\"key_cache_division_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether large page support is enabled.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/large_pages\",\"name\":\"large_pages\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"en_US\",\"description\":\"This variable specifies the locale that controls the language used to display day and month names and abbreviations.\",\"defaultValue\":\"en_US\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ar_AE,ar_BH,ar_DZ,ar_EG,ar_IN,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be_BY,bg_BG,ca_ES,cs_CZ,da_DK,de_AT,de_BE,de_CH,de_DE,de_LU,el_GR,en_AU,en_CA,en_GB,en_IN,en_NZ,en_PH,en_US,en_ZA,en_ZW,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et_EE,eu_ES,fi_FI,fo_FO,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,gl_ES,gu_IN,he_IL,hi_IN,hr_HR,hu_HU,id_ID,is_IS,it_CH,it_IT,ja_JP,ko_KR,lt_LT,lv_LV,mk_MK,mn_MN,ms_MY,nb_NO,nl_BE,nl_NL,no_NO,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,ru_UA,sk_SK,sl_SI,sq_AL,sr_RS,sv_FI,sv_SE,ta_IN,te_IN,th_TH,tr_TR,uk_UA,ur_PK,vi_VN,zh_CN,zh_HK,zh_TW\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lc_time_names\",\"name\":\"lc_time_names\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable controls server-side LOCAL capability for LOAD DATA statements.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/local_infile\",\"name\":\"local_infile\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"31536000\",\"description\":\"This variable specifies the timeout in seconds for attempts to acquire metadata locks.\",\"defaultValue\":\"31536000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lock_wait_timeout\",\"name\":\"lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether binlog is enabled or not. When set to ON, it will be replaced with binlog folder /app/work/binlogs. Otherwise, it will not be introduced in my.ini.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin\",\"name\":\"log_bin\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin_trust_function_creators\",\"name\":\"log_bin_trust_function_creators\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether MySQL writes binary log events using a Version 1 or Version 2 logging events\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_bin_use_v1_row_events\",\"name\":\"log_bin_use_v1_row_events\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"log_filter_internal; log_sink_internal\",\"description\":\"The components to enable for error logging.\",\"defaultValue\":\"log_filter_internal; log_sink_internal\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_error_services\",\"name\":\"log_error_services\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Applies to events intended for the error log and specifies which events to suppress when they occur with a priority of WARNING or INFORMATION.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_error_suppression_list\",\"name\":\"log_error_suppression_list\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"3\",\"description\":\"The verbosity for handling events intended for the error log. 1: Error messages, 2: Error and warning messages, 3: Error, warning, and note messages\",\"defaultValue\":\"3\",\"dataType\":\"Integer\",\"allowedValues\":\"1-3\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_error_verbosity\",\"name\":\"log_error_verbosity\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"NONE\",\"description\":\"The destination for general query log and slow query log output.\",\"defaultValue\":\"NONE\",\"dataType\":\"Set\",\"allowedValues\":\"FILE,NONE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_output\",\"name\":\"log_output\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Logs queries that are expected to retrieve all rows to slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_queries_not_using_indexes\",\"name\":\"log_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Passwords in certain statements written to the general query log, slow query log, and binary log are rewritten by the server not to occur literally in plain text. Password rewriting can be suppressed for the general query log by starting the server with the --log-raw option. This option may be useful for diagnostic purposes, to see the exact text of statements as received by the server, but for security reasons is not recommended for production use.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_raw\",\"name\":\"log_raw\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Normally, a slave does not write to its own binary log any updates that are received from a master server. This option causes the slave to write the updates performed by its SQL thread to its own binary log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slave_updates\",\"name\":\"log_slave_updates\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Include slow administrative statements in the statements written to the slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slow_admin_statements\",\"name\":\"log_slow_admin_statements\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"If the slow query log is enabled and the output destination includes FILE, the server writes additional fields to log file lines that provide information about slow statements.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slow_extra\",\"name\":\"log_slow_extra\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_slow_slave_statements\",\"name\":\"log_slow_slave_statements\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"If error 1592 is encountered, controls whether the generated warnings are added to the error log or not.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_statements_unsafe_for_binlog\",\"name\":\"log_statements_unsafe_for_binlog\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Limits the number of such queries per minute that can be written to the slow query log.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_throttle_queries_not_using_indexes\",\"name\":\"log_throttle_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"UTC\",\"description\":\"This variable controls the timestamp time zone of error log messages, and of general query log and slow query log messages written to files.\",\"defaultValue\":\"UTC\",\"dataType\":\"Enumeration\",\"allowedValues\":\"UTC,SYSTEM\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/log_timestamps\",\"name\":\"log_timestamps\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a query takes longer than this many seconds, the server increments the Slow_queries status variable.\",\"defaultValue\":\"10\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/long_query_time\",\"name\":\"long_query_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"INSERT, UPDATE, DELETE, and LOCK TABLE WRITE wait until no pending SELECT. Affects only storage engines that use only table-level locking (MyISAM, MEMORY, MERGE).\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/low_priority_updates\",\"name\":\"low_priority_updates\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"If set to 0, table names are stored as specified and comparisons are case-sensitive. If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive.\",\"defaultValue\":\"1\",\"dataType\":\"Enumeration\",\"allowedValues\":\"1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/lower_case_table_names\",\"name\":\"lower_case_table_names\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Roles the server should treat as mandatory. In effect, these roles are automatically granted to every user, although setting mandatory_roles does not actually change any user accounts, and the granted roles are not visible in the mysql.role_edges system table.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/mandatory_roles\",\"name\":\"mandatory_roles\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE\",\"description\":\"The setting of this variable determines whether the slave logs master status and connection information to a FILE (master.info), or to a TABLE (mysql.slave_master_info).\",\"defaultValue\":\"TABLE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"FILE,TABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/master_info_repository\",\"name\":\"master_info_repository\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enabling this variable causes the master to examine checksums when reading from the binary log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/master_verify_checksum\",\"name\":\"master_verify_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"536870912\",\"description\":\"The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function.\",\"defaultValue\":\"536870912\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_allowed_packet\",\"name\":\"max_allowed_packet\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709547520\",\"description\":\"If a transaction requires more than this many bytes of memory, the server generates a Multi-statement transaction required more than \u0027max_binlog_cache_size\u0027 bytes of storage error.\",\"defaultValue\":\"18446744073709547520\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_cache_size\",\"name\":\"max_binlog_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"104857600\",\"description\":\"If a write to the binary log causes the current log file size to exceed the value of this variable, the server rotates the binary logs (closes the current file and opens the next one).\",\"defaultValue\":\"104857600\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_size\",\"name\":\"max_binlog_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709547520\",\"description\":\"If nontransactional statements within a transaction require more than this many bytes of memory, the server generates an error.\",\"defaultValue\":\"18446744073709547520\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709547520\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_binlog_stmt_cache_size\",\"name\":\"max_binlog_stmt_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_connect_errors\",\"name\":\"max_connect_errors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1365\",\"description\":\"The maximum permitted number of simultaneous client connections.\",\"defaultValue\":\"1365\",\"dataType\":\"Integer\",\"allowedValues\":\"10-2731\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_connections\",\"name\":\"max_connections\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"Do not start more than this number of threads to handle INSERT DELAYED statements.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_delayed_threads\",\"name\":\"max_delayed_threads\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes available for computing normalized statement digests.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_digest_length\",\"name\":\"max_digest_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of error, warning, and note messages to be stored for display by the SHOW ERRORS and SHOW WARNINGS statements.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_error_count\",\"name\":\"max_error_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_execution_time\",\"name\":\"max_execution_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"This variable sets the maximum size to which user-created MEMORY tables are permitted to grow.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"16384-1844674407370954752\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_heap_table_size\",\"name\":\"max_heap_table_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"Do not permit statements that probably need to examine more than max_join_size rows\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_join_size\",\"name\":\"max_join_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The cutoff on the size of index values that determines which filesort algorithm to use.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_length_for_sort_data\",\"name\":\"max_length_for_sort_data\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"65536\",\"description\":\"The maximum value of the points_per_circle argument to the ST_Buffer_Strategy() function.\",\"defaultValue\":\"65536\",\"dataType\":\"Integer\",\"allowedValues\":\"3-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_points_in_geometry\",\"name\":\"max_points_in_geometry\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16382\",\"description\":\"This variable limits the total number of prepared statements in the server.\",\"defaultValue\":\"16382\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4194304\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_prepared_stmt_count\",\"name\":\"max_prepared_stmt_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"104857600\",\"description\":\"The size at which the server rotates relay log files automatically. If this value is nonzero, the relay log is rotated automatically when its size exceeds this value. If this value is zero (the default), the size at which relay log rotation occurs is determined by the value of max_binlog_size.\",\"defaultValue\":\"104857600\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_relay_log_size\",\"name\":\"max_relay_log_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"Limit the assumed maximum number of seeks when looking up rows based on a key.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_seeks_for_key\",\"name\":\"max_seeks_for_key\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The number of bytes to use when sorting data values.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_sort_length\",\"name\":\"max_sort_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of times that any given stored procedure may be called recursively. The default value for this option is 0, which completely disables recursion in stored procedures.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-255\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_sp_recursion_depth\",\"name\":\"max_sp_recursion_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of simultaneous connections permitted to any given MySQL user account. A value of 0 (the default) means \u0027no limit.\u0027\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_user_connections\",\"name\":\"max_user_connections\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"After this many write locks, permit some pending read lock requests to be processed in between.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/max_write_lock_count\",\"name\":\"max_write_lock_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Can be used to cause queries which examine fewer than the stated number of rows not to be logged.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/min_examined_row_limit\",\"name\":\"min_examined_row_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"The size of the buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/myisam_sort_buffer_size\",\"name\":\"myisam_sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable controls whether the mysql_native_password built-in authentication plugin supports proxy users.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/mysql_native_password_proxy_users\",\"name\":\"mysql_native_password_proxy_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This option controls how the server loads X Plugin at startup.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,FORCE,FORCE_PLUS_PERMANENT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/mysqlx\",\"name\":\"mysqlx\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Each client thread is associated with a connection buffer and result buffer. Both begin with a size given by net_buffer_length but are dynamically enlarged up to max_allowed_packet bytes as needed.\",\"defaultValue\":\"16384\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_buffer_length\",\"name\":\"net_buffer_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"120\",\"description\":\"The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"120\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_read_timeout\",\"name\":\"net_read_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"240\",\"description\":\"The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"240\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_write_timeout\",\"name\":\"net_write_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Defines the n-gram token size for the n-gram full-text parser. \",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-10\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ngram_token_size\",\"name\":\"ngram_token_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"In offline mode, clients that are refused access receive an ER_SERVER_OFFLINE_MODE error.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/offline_mode\",\"name\":\"offline_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Use old, non-optimized alter table\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/old_alter_table\",\"name\":\"old_alter_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of files that the operating system permits mysqld to open.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/open_files_limit\",\"name\":\"open_files_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the heuristics applied during query optimization to prune less-promising partial plans from the optimizer search space.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_prune_level\",\"name\":\"optimizer_prune_level\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"62\",\"description\":\"The maximum depth of search performed by the query optimizer.\",\"defaultValue\":\"62\",\"dataType\":\"Integer\",\"allowedValues\":\"0-62\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_search_depth\",\"name\":\"optimizer_search_depth\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"default\",\"description\":\"The value of this variable is a set of flags, each of which has a value of on or off to indicate whether the corresponding optimizer behavior is enabled or disabled.\",\"defaultValue\":\"default\",\"dataType\":\"Set\",\"allowedValues\":\"default,batched_key_access=on,batched_key_access=off,block_nested_loop=on,block_nested_loop=off,condition_fanout_filter=on,condition_fanout_filter=off,derived_merge=on,derived_merge=off,duplicateweedout=on,duplicateweedout=off,engine_condition_pushdown=on,engine_condition_pushdown=off,firstmatch=on,firstmatch=off,index_condition_pushdown=on,index_condition_pushdown=off,index_merge=on,index_merge=off,index_merge_intersection=on,index_merge_intersection=off,index_merge_sort_union=on,index_merge_sort_union=off,index_merge_union=on,index_merge_union=off,loosescan=on,loosescan=off,materialization=on,materialization=off,mrr=on,mrr=off,mrr_cost_based=on,mrr_cost_based=off,semijoin=on,semijoin=off,skip_scan=on,skip_scan=off,subquery_materialization_cost_based=on,subquery_materialization_cost_based=off,use_index_extensions=on,use_index_extensions=off,use_invisible_indexes=on,use_invisible_indexes=off,use_invisible_indexes=on,use_invisible_indexes=off,skip_scan=on,skip_scan=off,hash_join=on,hash_join=off,subquery_to_derived=on,subquery_to_derived=off,prefer_ordering_index=on,prefer_ordering_index=off,hypergraph_optimizer=on,hypergraph_optimizer=off,derived_condition_pushdown=on,derived_condition_pushdown=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_switch\",\"name\":\"optimizer_switch\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"enabled=off,one_line=off\",\"description\":\"Controls how statements are traced.\",\"defaultValue\":\"enabled=off,one_line=off\",\"dataType\":\"Set\",\"allowedValues\":\"default,enabled=on,enabled=off,one_line=on,one_line=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace\",\"name\":\"optimizer_trace\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\",\"description\":\"Controls optimizations during statement tracing.\",\"defaultValue\":\"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\",\"dataType\":\"Set\",\"allowedValues\":\"default,greedy_search=on,greedy_search=off,range_optimizer=on,range_optimizer=off,dynamic_range=on,dynamic_range=off,repeated_subselect=on,repeated_subselect=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_features\",\"name\":\"optimizer_trace_features\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the limit on trace retention.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-9223372036854775807\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_limit\",\"name\":\"optimizer_trace_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Maximum allowed cumulated size of stored optimizer traces\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_max_mem_size\",\"name\":\"optimizer_trace_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"Controls the offset on trace retention.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-9223372036854770000-9223372036854770000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/optimizer_trace_offset\",\"name\":\"optimizer_trace_offset\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"The maximum amount of memory available to the parser.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"10000000-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/parser_max_mem_size\",\"name\":\"parser_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enabling this variable makes it possible to revoke privileges partially.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/partial_revokes\",\"name\":\"partial_revokes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"This variable defines the global policy for controlling reuse of previous passwords based on required minimum number of password changes.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/password_history\",\"name\":\"password_history\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable defines the global policy for controlling whether attempts to change an account password must specify the current password to be replaced.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/password_require_current\",\"name\":\"password_require_current\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"This variable defines the global policy for controlling reuse of previous passwords based on time elapsed. For an account password used previously, this variable indicates the number of days that must pass before the password can be reused. If the value is 0 (the default), there is no reuse restriction based on time elapsed.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/password_reuse_interval\",\"name\":\"password_reuse_interval\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The value of this variable is ON or OFF to indicate whether the Performance Schema is enabled.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema\",\"name\":\"performance_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_stages_current consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_stages_current\",\"name\":\"performance_schema_consumer_events_stages_current\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_stages_history consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_stages_history\",\"name\":\"performance_schema_consumer_events_stages_history\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_stages_history_long consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_stages_history_long\",\"name\":\"performance_schema_consumer_events_stages_history_long\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_statements_cpu consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_statements_cpu\",\"name\":\"performance_schema_consumer_events_statements_cpu\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the events_statements_current consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_statements_current\",\"name\":\"performance_schema_consumer_events_statements_current\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the events_statements_history consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_statements_history\",\"name\":\"performance_schema_consumer_events_statements_history\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_statements_history_long consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_statements_history_long\",\"name\":\"performance_schema_consumer_events_statements_history_long\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the events_transactions_current consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_transactions_current\",\"name\":\"performance_schema_consumer_events_transactions_current\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the events_transactions_history consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_transactions_history\",\"name\":\"performance_schema_consumer_events_transactions_history\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_transactions_history_long consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_transactions_history_long\",\"name\":\"performance_schema_consumer_events_transactions_history_long\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_waits_current consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_waits_current\",\"name\":\"performance_schema_consumer_events_waits_current\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_waits_history consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_waits_history\",\"name\":\"performance_schema_consumer_events_waits_history\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Default startup value for the events_waits_history_long consumer.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_events_waits_history_long\",\"name\":\"performance_schema_consumer_events_waits_history_long\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the global_instrumentation consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_global_instrumentation\",\"name\":\"performance_schema_consumer_global_instrumentation\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the statements_digest consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_statements_digest\",\"name\":\"performance_schema_consumer_statements_digest\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Default startup value for the thread_instrumentation consumer.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_consumer_thread_instrumentation\",\"name\":\"performance_schema_consumer_thread_instrumentation\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"Number of rows in EVENTS_STATEMENTS_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-1-65536\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_events_statements_history_long_size\",\"name\":\"performance_schema_events_statements_history_long_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"-1\",\"description\":\"Number of rows per thread in EVENTS_STATEMENTS_HISTORY. Use 0 to disable, -1 for automated sizing.\",\"defaultValue\":\"-1\",\"dataType\":\"Integer\",\"allowedValues\":\"-1-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_events_statements_history_size\",\"name\":\"performance_schema_events_statements_history_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Configure a Performance Schema instrument. The name may be given as a pattern to configure instruments that match the pattern.\",\"defaultValue\":\"\",\"dataType\":\"Enumeration\",\"allowedValues\":\",memory/%=COUNTED\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_instrument\",\"name\":\"performance_schema_instrument\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"The maximum number of condition instruments. \",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_cond_classes\",\"name\":\"performance_schema_max_cond_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes of memory reserved per statement for computation of normalized statement digest values in the Performance Schema. This variable is related to max_digest_length.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4096\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_digest_length\",\"name\":\"performance_schema_max_digest_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"80\",\"description\":\"The maximum number of file instruments. \",\"defaultValue\":\"80\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_file_classes\",\"name\":\"performance_schema_max_file_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"The maximum number of opened file objects.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_file_handles\",\"name\":\"performance_schema_max_file_handles\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"450\",\"description\":\"The maximum number of memory instruments.\",\"defaultValue\":\"450\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_memory_classes\",\"name\":\"performance_schema_max_memory_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"The maximum number of mutex instruments.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_mutex_classes\",\"name\":\"performance_schema_max_mutex_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The maximum number of rwlock instruments.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_rwlock_classes\",\"name\":\"performance_schema_max_rwlock_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The maximum number of socket instruments.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_socket_classes\",\"name\":\"performance_schema_max_socket_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes used to store SQL statements in the SQL_TEXT column\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4096\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_sql_text_length\",\"name\":\"performance_schema_max_sql_text_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"175\",\"description\":\"The maximum number of stage instruments.\",\"defaultValue\":\"175\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_stage_classes\",\"name\":\"performance_schema_max_stage_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"The maximum depth of nested stored program calls for which the Performance Schema maintains statistics.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-256\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_statement_stack\",\"name\":\"performance_schema_max_statement_stack\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"The maximum number of thread instruments.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/performance_schema_max_thread_classes\",\"name\":\"performance_schema_max_thread_classes\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Specifies the SSL certificate X.509 Subject value that users must have to be able to persist system variables that are persist-restricted.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/persist_only_admin_x509_subject\",\"name\":\"persist_only_admin_x509_subject\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to load persisted configuration settings from the mysqld-auto.cnf file in the data directory.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/persisted_globals_load\",\"name\":\"persisted_globals_load\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Tells the server to load the named plugins at startup.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/plugin_load\",\"name\":\"plugin_load\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"The size of the buffer that is allocated when preloading indexes.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/preload_buffer_size\",\"name\":\"preload_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to load persisted configuration settings from the mysqld-auto.cnf file in the data directory.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/print_identified_with_as_hex\",\"name\":\"print_identified_with_as_hex\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"15\",\"description\":\"The number of statements for which to maintain profiling if profiling is enabled.\",\"defaultValue\":\"15\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/profiling_history_size\",\"name\":\"profiling_history_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"zlib,zstd,uncompressed\",\"description\":\"The compression algorithms that the server permits for incoming connections.\",\"defaultValue\":\"zlib,zstd,uncompressed\",\"dataType\":\"Set\",\"allowedValues\":\"zlib,zstd,uncompressed\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/protocol_compression_algorithms\",\"name\":\"protocol_compression_algorithms\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The allocation size of memory blocks that are allocated for objects created during statement parsing and execution.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_alloc_block_size\",\"name\":\"query_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The size of the persistent buffer used for statement parsing and execution. This buffer is not freed between statements. If you are running complex queries, a larger value might be helpful in improving performance, because it can reduce the need for the server to perform memory allocation during query execution operations.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"8192-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/query_prealloc_size\",\"name\":\"query_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The size of blocks that are allocated when doing range optimization.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/range_alloc_block_size\",\"name\":\"range_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"The limit on memory consumption for the range optimizer.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-16777216\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/range_optimizer_max_mem_size\",\"name\":\"range_optimizer_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"131072\",\"description\":\"Each thread that does a sequential scan allocates this buffer. Increased value may help perf if performing many sequential scans.\",\"defaultValue\":\"131072\",\"dataType\":\"Integer\",\"allowedValues\":\"8200-2147479552\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_buffer_size\",\"name\":\"read_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This parameter controls whetherthe server permits no client updates. When the server is read replica or server storage is full, this parameter will not take effect.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_only\",\"name\":\"read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"Avoids disk reads when reading rows in sorted order following a key-sort operation. Large values can improve ORDER BY perf.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"1-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/read_rnd_buffer_size\",\"name\":\"read_rnd_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8000000\",\"description\":\"The maximum available memory in bytes for the internal stack used for regular expression matching operations performed by REGEXP_LIKE() and similar functions.\",\"defaultValue\":\"8000000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/regexp_stack_limit\",\"name\":\"regexp_stack_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"32\",\"description\":\"The time limit for regular expression matching operations performed by REGEXP_LIKE() and similar functions.\",\"defaultValue\":\"32\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/regexp_time_limit\",\"name\":\"regexp_time_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/relaylogs/relay_bin\",\"description\":\"Relay log path.\",\"defaultValue\":\"/mnt/relaylogs/relay_bin\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log\",\"name\":\"relay_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/relaylogs/relay_bin.index\",\"description\":\"Relay log index path.\",\"defaultValue\":\"/mnt/relaylogs/relay_bin.index\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_index\",\"name\":\"relay_log_index\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE\",\"description\":\"This variable determines whether the slave\u0027s position in the relay logs is written to a FILE (relay-log.info) or to a TABLE (mysql.slave_relay_log_info).\",\"defaultValue\":\"TABLE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"FILE,TABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_info_repository\",\"name\":\"relay_log_info_repository\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Disable or enable automatic purging of relay logs as soon as they are no longer needed.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_purge\",\"name\":\"relay_log_purge\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Enables automatic relay log recovery immediately following server startup.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_recovery\",\"name\":\"relay_log_recovery\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8589934592\",\"description\":\"This option places an upper limit on the total size in bytes of all relay logs on the slave.\",\"defaultValue\":\"8589934592\",\"dataType\":\"Integer\",\"allowedValues\":\"1073741824-1099511627776\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/relay_log_space_limit\",\"name\":\"relay_log_space_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"mysql.%,information_schema.%,performance_schema.%,sys.%\",\"description\":\"Creates a replication filter which keeps the slave thread from replicating a statement in which any table matches the given wildcard pattern. To specify more than one table to ignore, use comma-separated list.\",\"defaultValue\":\"mysql.%,information_schema.%,performance_schema.%,sys.%\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/replicate_wild_ignore_table\",\"name\":\"replicate_wild_ignore_table\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether client connections to the server are required to use some form of secure transport. When this variable is enabled, the server permits only TCP/IP connections that use SSL, or connections that use a socket file (on Unix) or shared memory (on Windows). \",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/require_secure_transport\",\"name\":\"require_secure_transport\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"Controls the minimum amount of data in bytes that is read from the binary log files and relay log files.\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"8192-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/rpl_read_size\",\"name\":\"rpl_read_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"31536000\",\"description\":\"In MySQL 5.6.13 and later, you can control the length of time (in seconds) that STOP SLAVE waits before timing out by setting this variable.\",\"defaultValue\":\"31536000\",\"dataType\":\"Integer\",\"allowedValues\":\"2-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/rpl_stop_slave_timeout\",\"name\":\"rpl_stop_slave_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Defines a limit for the number of schema definition objects, both used and unused, that can be kept in the dictionary object cache.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"256-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/schema_definition_cache\",\"name\":\"schema_definition_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"NULL\",\"description\":\"This variable is used to limit the effect of data import and export operations, such as those performed by the LOAD DATA and SELECT ... INTO OUTFILE statements and the LOAD_FILE() function.\",\"defaultValue\":\"NULL\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/secure_file_priv\",\"name\":\"secure_file_priv\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"3581602734\",\"description\":\"The server ID, used in replication to give each master and slave a unique identity.\",\"defaultValue\":\"3581602734\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/server_id\",\"name\":\"server_id\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server returns GTIDs to the client, enabling the client to use them to track the server state. Depending on the variable value, at the end of executing each transaction, the server\u0027s GTIDs are captured and returned to the client as part of the acknowledgement.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,OWN_GTID,ALL_GTIDS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_gtids\",\"name\":\"session_track_gtids\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether the server tracks changes to the default schema (database) name within the current session and makes this information available to the client when changes occur.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_schema\",\"name\":\"session_track_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server tracks changes to the state of the current session and notifies the client when state changes occur.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_state_change\",\"name\":\"session_track_state_change\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"time_zone, autocommit, character_set_client, character_set_results, character_set_connection\",\"description\":\"Controls whether the server tracks changes to the session system variables and makes this information available to the client when changes occur.\",\"defaultValue\":\"time_zone, autocommit, character_set_client, character_set_results, character_set_connection\",\"dataType\":\"Set\",\"allowedValues\":\"time_zone,autocommit,character_set_client,character_set_results,character_set_connection\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_system_variables\",\"name\":\"session_track_system_variables\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Track changes to the transaction attributes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,STATE,CHARACTERISTICS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/session_track_transaction_info\",\"name\":\"session_track_transaction_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether the server autogenerates RSA private/public key-pair files in the data directory.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_auto_generate_rsa_keys\",\"name\":\"sha256_password_auto_generate_rsa_keys\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"private_key.pem\",\"description\":\"The value of this variable is the path name of the RSA private key file for the sha256_password authentication plugin.\",\"defaultValue\":\"private_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_private_key_path\",\"name\":\"sha256_password_private_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the sha256_password built-in authentication plugin supports proxy users.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_proxy_users\",\"name\":\"sha256_password_proxy_users\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"public_key.pem\",\"description\":\"The value of this variable is the path name of the RSA public key file for the sha256_password authentication plugin.\",\"defaultValue\":\"public_key.pem\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sha256_password_public_key_path\",\"name\":\"sha256_password_public_key_path\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether SHOW CREATE TABLE output includes comments to flag temporal columns found to be in pre-5.6.4 format.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/show_old_temporals\",\"name\":\"show_old_temporals\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Uses OS locking instead of internal\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_external_locking\",\"name\":\"skip_external_locking\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Host names are not resolved. All Host column values in the grant tables must be IP numbers or localhost.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_name_resolve\",\"name\":\"skip_name_resolve\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This prevents people from using the SHOW DATABASES statement if they do not have the SHOW DATABASES privilege. \",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip_show_database\",\"name\":\"skip_show_database\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"FALSE\",\"description\":\"Tells the slave server not to start the slave threads when the server starts.\",\"defaultValue\":\"FALSE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"TRUE,FALSE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/skip-slave-start\",\"name\":\"skip-slave-start\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"512\",\"description\":\"Sets the maximum number of transactions that can be processed by a multi-threaded slave before a checkpoint operation is called to update its status as shown by SHOW SLAVE STATUS.\",\"defaultValue\":\"512\",\"dataType\":\"Integer\",\"allowedValues\":\"32-524280\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_checkpoint_group\",\"name\":\"slave_checkpoint_group\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Sets the maximum time (in milliseconds) that is allowed to pass before a checkpoint operation is called to update the status of a multi-threaded slave as shown by SHOW SLAVE STATUS.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_checkpoint_period\",\"name\":\"slave_checkpoint_period\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether to use compression of the slave/master protocol if both the slave and the master support it.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_compressed_protocol\",\"name\":\"slave_compressed_protocol\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"STRICT\",\"description\":\"Controls how a slave thread resolves conflicts and errors during replication.\",\"defaultValue\":\"STRICT\",\"dataType\":\"Enumeration\",\"allowedValues\":\"IDEMPOTENT,STRICT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_exec_mode\",\"name\":\"slave_exec_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/temp\",\"description\":\"The name of the directory where the slave creates temporary files. Choose /mnt/temp for better performance, or /app/work/temp for larger capacity.\",\"defaultValue\":\"/mnt/temp\",\"dataType\":\"Enumeration\",\"allowedValues\":\"/mnt/temp,/app/work/temp\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_load_tmpdir\",\"name\":\"slave_load_tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"In MySQL 5.6.6 and later, this option sets the maximum packet size in bytes for the slave SQL and I/O threads.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_max_allowed_packet\",\"name\":\"slave_max_allowed_packet\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"30-3600\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_net_timeout\",\"name\":\"slave_net_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"LOGICAL_CLOCK\",\"description\":\"The policy used to decide which transactions are allowed to execute in parallel on the slave.\",\"defaultValue\":\"LOGICAL_CLOCK\",\"dataType\":\"Enumeration\",\"allowedValues\":\"DATABASE,LOGICAL_CLOCK\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_parallel_type\",\"name\":\"slave_parallel_type\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16\",\"description\":\"Sets the number of slave worker threads for executing replication events (transactions) in parallel.\",\"defaultValue\":\"16\",\"dataType\":\"Integer\",\"allowedValues\":\"0-320\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_parallel_workers\",\"name\":\"slave_parallel_workers\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"For multithreaded slaves, this variable sets the maximum amount of memory (in bytes) available to slave worker queues holding events not yet applied.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_pending_jobs_size_max\",\"name\":\"slave_pending_jobs_size_max\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"For multi-threaded slaves, enabling this variable ensures that transactions are externalized on the slave in the same order as they appear in the slave\u0027s relay log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_preserve_commit_order\",\"name\":\"slave_preserve_commit_order\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TABLE_SCAN,INDEX_SCAN\",\"description\":\"When preparing batches of rows for row-based logging and replication, this variable controls how the rows are searched for matches???that is, whether or not hashing is used for searches using a primary or unique key, using some other key, or using no key at all.\",\"defaultValue\":\"TABLE_SCAN,INDEX_SCAN\",\"dataType\":\"Set\",\"allowedValues\":\"TABLE_SCAN,INDEX_SCAN,HASH_SCAN\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_rows_search_algorithms\",\"name\":\"slave_rows_search_algorithms\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Normally, replication stops when an error occurs on the slave. This gives you the opportunity to resolve the inconsistency in the data manually.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,all,ddl_exist_errors\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_skip_errors\",\"name\":\"slave_skip_errors\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When this option is enabled, the slave examines checksums read from the relay log, in the event of a mismatch, the slave stops with an error.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_sql_verify_checksum\",\"name\":\"slave_sql_verify_checksum\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a replication slave SQL thread fails to execute a transaction because of an InnoDB deadlock or because the transaction\u0027s execution time exceeded InnoDB\u0027s innodb_lock_wait_timeout or NDB\u0027s TransactionDeadlockDetectionTimeout or TransactionInactiveTimeout, it automatically retries slave_transaction_retries times before stopping with an error.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_transaction_retries\",\"name\":\"slave_transaction_retries\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"Controls the type conversion mode in effect on the slave when using row-based replication.\",\"defaultValue\":\"\",\"dataType\":\"Set\",\"allowedValues\":\",ALL_LOSSY,ALL_NON_LOSSY,ALL_SIGNED,ALL_UNSIGNED\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slave_type_conversions\",\"name\":\"slave_type_conversions\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Increments Slow_launch_threads if creating thread takes longer than this many seconds.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_launch_time\",\"name\":\"slow_launch_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enable or disable the slow query log\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_query_log\",\"name\":\"slow_query_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/app/serverlogs/slowlogs/mysql-slow-mysql-flexible-test-100-2025103110.log\",\"description\":\"The name of the slow query log file.\",\"defaultValue\":\"mysql-slow.log\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/slow_query_log_file\",\"name\":\"slow_query_log_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"524288\",\"description\":\"Each session that must perform a sort allocates a buffer of this size.\",\"defaultValue\":\"524288\",\"dataType\":\"Integer\",\"allowedValues\":\"32768-33554432\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sort_buffer_size\",\"name\":\"sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether this server adds a generated invisible primary key to any InnoDB table that is created without one.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sql_generate_invisible_primary_key\",\"name\":\"sql_generate_invisible_primary_key\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO\",\"description\":\"The current server SQL mode.\",\"defaultValue\":\"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO\",\"dataType\":\"Set\",\"allowedValues\":\",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES,TIME_TRUNCATE_FRACTIONAL\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sql_mode\",\"name\":\"sql_mode\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When set, tables must be created with a primary key, and an existing primary key cannot be removed with \u0027ALTER TABLE\u0027. Attempts to do so will result in an error\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sql_require_primary_key\",\"name\":\"sql_require_primary_key\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-CCM:ECDHE-ECDSA-AES128-CCM:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-CCM:DHE-RSA-AES128-CCM\",\"description\":\"The list of permissible ciphers for connection encryption. By default, the FIPS cipher suites for TLS 1.2 are enforced.\",\"defaultValue\":\"ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-CCM:ECDHE-ECDSA-AES128-CCM:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-CCM:DHE-RSA-AES128-CCM\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/ssl_cipher\",\"name\":\"ssl_cipher\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Sets a soft upper limit for the number of cached stored routines per connection.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"16-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/stored_program_cache\",\"name\":\"stored_program_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Defines a limit for the number of stored program definition objects, both used and unused, that can be kept in the dictionary object cache.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"256-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/stored_program_definition_cache\",\"name\":\"stored_program_definition_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This parameter controls the server prohibits client updates even from users who have SUPER.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/super_read_only\",\"name\":\"super_read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The size in bytes of the buffer that InnoDB uses to write to the log files on disk.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_binlog\",\"name\":\"sync_binlog\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The effects of this variable on a replication slave depend on whether the slave\u0027s master_info_repository is set to FILE or TABLE\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_master_info\",\"name\":\"sync_master_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"If the value of this variable is greater than 0, the MySQL server synchronizes its relay log to disk (using fdatasync()) after every sync_relay_log events are written to the relay log.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_relay_log\",\"name\":\"sync_relay_log\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The effects of this variable on the slave depend on the server\u0027s relay_log_info_repository setting (FILE or TABLE), and if this is TABLE, additionally on whether the storage engine used by the relay log info table is transactional (such as InnoDB) or not (MyISAM). \",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/sync_relay_log_info\",\"name\":\"sync_relay_log_info\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of table definitions that can be stored in the definition cache. If you use a large number of tables, you can create a large table definition cache to speed up opening of tables. The table definition cache takes less space and does not use file descriptors, unlike the normal table cache.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"400-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_definition_cache\",\"name\":\"table_definition_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls the TABLE_ENCRYPTION_ADMIN privilege check that occurs when creating or altering a schema or general tablespace with encryption that differs from the default_table_encryption setting, or when creating or altering a table with an encryption setting that differs from the default schema encryption.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_encryption_privilege_check\",\"name\":\"table_encryption_privilege_check\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of open tables for all threads.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_open_cache\",\"name\":\"table_open_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16\",\"description\":\"The number of open tables cache instances.\",\"defaultValue\":\"16\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/table_open_cache_instances\",\"name\":\"table_open_cache_instances\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Defines a limit for the number of tablespace definition objects, both used and unused, that can be kept in the dictionary object cache.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"256-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tablespace_definition_cache\",\"name\":\"tablespace_definition_cache\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"Defines the maximum amount of memory that can be occupied by the TempTable storage engine before it starts storing data on disk.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"2097152-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/temptable_max_ram\",\"name\":\"temptable_max_ram\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Defines whether the TempTable storage engine allocates space for internal in-memory temporary tables as memory-mapped temporary files when the amount of memory occupied by the TempTable storage engine exceeds the limit defined by the temptable_max_ram variable. When temptable_use_mmap is disabled, the TempTable storage engine uses InnoDB on-disk internal temporary tables instead.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/temptable_use_mmap\",\"name\":\"temptable_use_mmap\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"21\",\"description\":\"How many threads the server should cache for reuse. The default value is 8 + (max_connections / 100), capped to a limit of 100.\",\"defaultValue\":\"21\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_cache_size\",\"name\":\"thread_cache_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"one-thread-per-connection\",\"description\":\"The thread-handling model used by the server for connection threads.\",\"defaultValue\":\"one-thread-per-connection\",\"dataType\":\"Enumeration\",\"allowedValues\":\"one-thread-per-connection,pool-of-threads\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_handling\",\"name\":\"thread_handling\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"30000\",\"description\":\"Maximum time for a thread to run continously (unit: us).\",\"defaultValue\":\"30000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_batch_max_time\",\"name\":\"thread_pool_batch_max_time\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"10000\",\"description\":\"Maximum time for a thread to wait for socket ready (unit: us).\",\"defaultValue\":\"10000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_batch_wait_timeout\",\"name\":\"thread_pool_batch_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"Timeout in seconds for an idle thread in the thread pool. Worker thread will be shut down after timeout.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_idle_timeout\",\"name\":\"thread_pool_idle_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When true, new connections will be placed in the the high priority queue.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_new_conn_high_prio\",\"name\":\"thread_pool_new_conn_high_prio\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Number of thread groups in the pool. This parameter is roughly equivalent to maximum number of concurrently executing threads (threads in a waiting state do not count as executing).\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-8\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_size\",\"name\":\"thread_pool_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"500\",\"description\":\"Maximum query execution time in milliseconds, before an executing non-yielding thread is considered stalled. If a worker thread is stalled, additional worker thread may be created to handle remaining clients.\",\"defaultValue\":\"500\",\"dataType\":\"Integer\",\"allowedValues\":\"10-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_pool_stall_limit\",\"name\":\"thread_pool_stall_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"286720\",\"description\":\"The stack size for each thread.\",\"defaultValue\":\"286720\",\"dataType\":\"Integer\",\"allowedValues\":\"131072-2147483136\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/thread_stack\",\"name\":\"thread_stack\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"+00:00\",\"description\":\"The server time zone\",\"defaultValue\":\"+00:00\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256\",\"description\":\"Which ciphersuites the server permits for encrypted connections that use TLSv1.3.\",\"defaultValue\":\"TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tls_ciphersuites\",\"name\":\"tls_ciphersuites\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"TLSv1.2,TLSv1.3\",\"description\":\"Which protocols the server permits for encrypted connections.\",\"defaultValue\":\"TLSv1.2,TLSv1.3\",\"dataType\":\"Set\",\"allowedValues\":\"TLSv1.2,TLSv1.3\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tls_version\",\"name\":\"tls_version\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"The maximum size of internal in-memory temporary tables. This variable does not apply to user-created MEMORY tables.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tmp_table_size\",\"name\":\"tmp_table_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"/mnt/temp\",\"description\":\"The path of the directory to use for creating temporary files. Choose /mnt/temp for better performance, or /app/work/temp for larger capacity.\",\"defaultValue\":\"/mnt/temp\",\"dataType\":\"Enumeration\",\"allowedValues\":\"/mnt/temp,/app/work/temp\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/tmpdir\",\"name\":\"tmpdir\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The amount in bytes by which to increase a per-transaction memory pool which needs memory.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_alloc_block_size\",\"name\":\"transaction_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"REPEATABLE-READ\",\"description\":\"The default transaction isolation level.\",\"defaultValue\":\"REPEATABLE-READ\",\"dataType\":\"Enumeration\",\"allowedValues\":\"READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_isolation\",\"name\":\"transaction_isolation\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"There is a per-transaction memory pool from which various transaction-related allocations take memory. The initial size of the pool in bytes is transaction_prealloc_size.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_prealloc_size\",\"name\":\"transaction_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"The transaction access mode. The value can be OFF (read/write; the default) or ON (read only).\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,ON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_read_only\",\"name\":\"transaction_read_only\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"XXHASH64\",\"description\":\"Defines the algorithm used to generate a hash identifying the writes associated with a transaction.\",\"defaultValue\":\"XXHASH64\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,MURMUR32,XXHASH64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/transaction_write_set_extraction\",\"name\":\"transaction_write_set_extraction\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"YES\",\"description\":\"This variable controls whether updates to a view can be made when the view does not contain all columns of the primary key defined in the underlying table, if the update statement contains a LIMIT clause.\",\"defaultValue\":\"YES\",\"dataType\":\"Enumeration\",\"allowedValues\":\"YES,NO\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/updatable_views_with_limit\",\"name\":\"updatable_views_with_limit\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Whether validate_password compares passwords to the user name part of the effective user account for the current session and rejects them if they match.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_check_user_name\",\"name\":\"validate_password_check_user_name\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The path name of the dictionary file that validate_password uses for checking passwords.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"True\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_dictionary_file\",\"name\":\"validate_password_dictionary_file\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The minimum number of characters that validate_password requires passwords to have.\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_length\",\"name\":\"validate_password_length\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The minimum number of lowercase and uppercase characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_mixed_case_count\",\"name\":\"validate_password_mixed_case_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The minimum number of numeric (digit) characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_number_count\",\"name\":\"validate_password_number_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"MEDIUM\",\"description\":\"The password policy enforced by validate_password. Tests performed: LOW - Length. MEDIUM - Length; numeric, lowercase/uppercase, and special characters. STRONG - Length; numeric, lowercase/uppercase, and special characters; dictionary file.\",\"defaultValue\":\"MEDIUM\",\"dataType\":\"Enumeration\",\"allowedValues\":\"LOW,MEDIUM,STRONG\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_policy\",\"name\":\"validate_password_policy\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The minimum number of nonalphanumeric characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0-2147483647\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_password_special_char_count\",\"name\":\"validate_password_special_char_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Turns on additional validation of authentication plugins assigned to user accounts.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"OFF,ON\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/validate_user_plugins\",\"name\":\"validate_user_plugins\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"28800\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether to compute window operations without loss of precision.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/windowing_use_high_precision\",\"name\":\"windowing_use_high_precision\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "8065ffff-60c4-4e32-a19c-c8d95d584467" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "25bbf7e9-74ac-4dfe-945f-312e15057022" ], "CommandName": [ "Get-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,27 +67,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ab14c8a1-c253-4531-85bc-15b262edc3cf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-correlation-request-id": [ "61e7372a-24be-49c9-87d2-14e5ac029f1d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064558Z:61e7372a-24be-49c9-87d2-14e5ac029f1d" ], + "x-ms-request-id": [ "ab019900-0e03-4c89-94e1-547372f01500" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/429360d4-cb69-46bb-8c0b-8edf2f61eebb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4e65d750-1f6d-498b-ae21-f551063bb861" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103924Z:4e65d750-1f6d-498b-ae21-f551063bb861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:45:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 89CCCAA0EA144D3EB8DFBF5CCD718FCB Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:24Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:24 GMT" ] }, "ContentHeaders": { "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"value\":\"+00:00\",\"description\":\"The server time zone\",\"defaultValue\":\"+00:00\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}" + "Content": "{\"properties\":{\"value\":\"+00:00\",\"description\":\"The server time zone\",\"defaultValue\":\"+00:00\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"value\": \"15\",\r\n \"source\": \"user-override\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -94,39 +105,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/b264894d-d229-40d2-9751-72ce16769408?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a5fde705-2b93-459a-87f1-6691723af75f?api-version=2021-05-01\u0026t=638975039652418685\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=DZFd6xaH3cI_HV7EtBC8pPrtWl_7h-LOOUiym9wSqbBN_m9FXWhl8BGsKnuE-A8QRKosUGLqi9ZafysEfEJWxXXQ7xmpP1mWWX2OYh_urKWpIb2lG0Mu8l-WJk16VeNTJnOXH9CbFWmI79RaDVGaVOVVS7h_eFBzYpfl0ayDfUOH4r6a7kOMnHBQbXqea9WglS4Lz5yVSqCijpzgAraFrE4iJL81P0WrqNQbyojBMmyhAXqvYqFa9qfWjv5WiVlcOEVhAebaqSGN_qFOs8ilZEsJvkjaY_Q6mvJXe4Wnc8gNstTwfGAiANPItCz6Se9RaYvZ_Mz86qN3f7PFgIpVjA\u0026h=AQOErarRO54aBGsMeaRX-6QBtr1qbAenZ-ZOZcWarpM" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b264894d-d229-40d2-9751-72ce16769408?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a5fde705-2b93-459a-87f1-6691723af75f?api-version=2021-05-01\u0026t=638975039651793725\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Jj0Fm7VG7pr8VBdBviF2zfNiEQrBtL9wfhMMRoVaBhDpZZURsHZHFWeFJshkkvUGW8nF1wV5vUSrKGJgEjt3LZj3BOLvCTqxFmr3Ozpc1LVjgRLRRRUqr450W0xSlLWc2A6NGtdogo84_ll0M2bAoZjvx4TsqusM9vJgj0tEzmdbBxNdKkPa6Ens73YWpyAJhxEybBZIekDcql-03JcXsWDSo9kOkiu9D_9fWkij6JZ_GarfiRY_LFIOX_EcUt1Aw1iv3p5VvirnvIHvwPogTAoAulqSKB_4ngPXQLJvxja4P_kgvG-IJx5AUCozXUuUZ4QMeb_JuEzKVqOrRgg-NA\u0026h=smSoIjRzsiMn7gaqsjLnyncAe7ABujNrMCGiBz3L-AY" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b264894d-d229-40d2-9751-72ce16769408" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "3381b688-dbfc-47b7-a8c8-037c51fdf069" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064558Z:3381b688-dbfc-47b7-a8c8-037c51fdf069" ], + "x-ms-request-id": [ "a5fde705-2b93-459a-87f1-6691723af75f" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e8a984a1-f038-4641-8553-53eac9e37b62" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "86643126-b08a-4495-bf59-7a84ddbfdbd0" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103925Z:86643126-b08a-4495-bf59-7a84ddbfdbd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:45:57 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: DBC36FD19FFF484986B4484F3CB9133F Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:24Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "94" ], + "Content-Length": [ "97" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpdateServerParameterManagementOperation\",\"startTime\":\"2021-08-27T06:45:58.79Z\"}" + "Content": "{\"operation\":\"UpdateServerParameterManagementOperationV2\",\"startTime\":\"2025-10-31T10:39:25.123Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b264894d-d229-40d2-9751-72ce16769408?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a5fde705-2b93-459a-87f1-6691723af75f?api-version=2021-05-01\u0026t=638975039651793725\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Jj0Fm7VG7pr8VBdBviF2zfNiEQrBtL9wfhMMRoVaBhDpZZURsHZHFWeFJshkkvUGW8nF1wV5vUSrKGJgEjt3LZj3BOLvCTqxFmr3Ozpc1LVjgRLRRRUqr450W0xSlLWc2A6NGtdogo84_ll0M2bAoZjvx4TsqusM9vJgj0tEzmdbBxNdKkPa6Ens73YWpyAJhxEybBZIekDcql-03JcXsWDSo9kOkiu9D_9fWkij6JZ_GarfiRY_LFIOX_EcUt1Aw1iv3p5VvirnvIHvwPogTAoAulqSKB_4ngPXQLJvxja4P_kgvG-IJx5AUCozXUuUZ4QMeb_JuEzKVqOrRgg-NA\u0026h=smSoIjRzsiMn7gaqsjLnyncAe7ABujNrMCGiBz3L-AY+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/b264894d-d229-40d2-9751-72ce16769408?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a5fde705-2b93-459a-87f1-6691723af75f?api-version=2021-05-01\u0026t=638975039651793725\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Jj0Fm7VG7pr8VBdBviF2zfNiEQrBtL9wfhMMRoVaBhDpZZURsHZHFWeFJshkkvUGW8nF1wV5vUSrKGJgEjt3LZj3BOLvCTqxFmr3Ozpc1LVjgRLRRRUqr450W0xSlLWc2A6NGtdogo84_ll0M2bAoZjvx4TsqusM9vJgj0tEzmdbBxNdKkPa6Ens73YWpyAJhxEybBZIekDcql-03JcXsWDSo9kOkiu9D_9fWkij6JZ_GarfiRY_LFIOX_EcUt1Aw1iv3p5VvirnvIHvwPogTAoAulqSKB_4ngPXQLJvxja4P_kgvG-IJx5AUCozXUuUZ4QMeb_JuEzKVqOrRgg-NA\u0026h=smSoIjRzsiMn7gaqsjLnyncAe7ABujNrMCGiBz3L-AY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "6139cd22-1efe-4018-8e6a-d806e08dd0fc" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "970b5a71-3a29-4a42-b93a-12d2c71f40b4" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerConfiguration_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -138,35 +154,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "6e141050-ebdc-4d3c-9f5c-67d42b321384" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-correlation-request-id": [ "138e13dd-b28d-443e-9669-38c81f4f6f3a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064614Z:138e13dd-b28d-443e-9669-38c81f4f6f3a" ], + "x-ms-request-id": [ "82267e38-b01a-49b3-8550-7552a3698d1a" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/d2eb8482-72c3-4551-8f8c-34f597bc13a0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "5502f69b-3907-4de4-a59e-80f912dd6146" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103940Z:5502f69b-3907-4de4-a59e-80f912dd6146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:13 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5969505F3431455395107836C58C4143 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:40Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"b264894d-d229-40d2-9751-72ce16769408\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:45:58.79Z\"}" + "Content": "{\"name\":\"a5fde705-2b93-459a-87f1-6691723af75f\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:39:25.123Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "6139cd22-1efe-4018-8e6a-d806e08dd0fc" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "970b5a71-3a29-4a42-b93a-12d2c71f40b4" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerConfiguration_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -177,34 +198,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "28c57a1c-b616-4b5b-ada8-25dfb164bdfd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-correlation-request-id": [ "6f0b2137-2bfa-4044-9d98-accf3740a53a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064614Z:6f0b2137-2bfa-4044-9d98-accf3740a53a" ], + "x-ms-request-id": [ "5681ca1d-d467-4d10-b04f-e2f69db1100e" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/2d8600f2-1eb0-41fd-a435-d3bc0aab8482" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "77464820-d4b2-4350-b72a-df7c33f71340" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T103942Z:77464820-d4b2-4350-b72a-df7c33f71340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:14 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 39D263D98FFE4C53A07823DB649A69B2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:41Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "597" ], + "Content-Length": [ "607" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"value\":\"15\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}" + "Content": "{\"properties\":{\"value\":\"15\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "6dbb1487-dd50-4e58-811a-d7cdc5fe9958" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "f2fa3996-8397-4b43-a676-274e2376f163" ], "CommandName": [ "Get-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerConfiguration_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -216,27 +242,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "914a245d-83f3-4e27-9224-4027064e070f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-correlation-request-id": [ "2f16da1a-09ca-45b2-9b99-546eb9320f08" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064614Z:2f16da1a-09ca-45b2-9b99-546eb9320f08" ], + "x-ms-request-id": [ "73a95013-1a6b-4679-9d3c-f77dd7d95f2c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/d2ba6846-3277-4444-a040-4c327c69893d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "41a72363-4963-41b1-b7fb-e86e87e51080" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103942Z:41a72363-4963-41b1-b7fb-e86e87e51080" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:14 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D23066BA612E4A3BA10D2315414F1978 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:42Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "599" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"value\":\"28800\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}" + "Content": "{\"properties\":{\"value\":\"28800\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$PATCH+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"value\": \"10000\",\r\n \"source\": \"user-override\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -249,39 +280,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/af9429c9-5df0-4a0a-95ab-a96d4097b096?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7?api-version=2021-05-01\u0026t=638975039833553952\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=B_ZUilFkOzLLL-CMGK_TgX7nC466HlSMhLZh7XCvuneoeWKkLngcY3Z65ZS9NRjlHrA8dMXRdtJKtiqNYfcHbtWXUlbL0OhJXM3ilPLPAJuZvrj7rIar7Gc1QDN-EawFBkULUHk5FFYsrK6Z2y2ZldPDRznNKpfUSxoQVapRtNQ502SbzqPRblbKYQofz-cbYQ6ZYydZPG534fI-lL_GAPUbvD4MJxmdmFv37pbvdT0gAmD4dw4cSe2sjThw0JrQjfLa5wnEXuvtnIADYPyvzdlokotJIPI3rkzYFIJqQof3miWpviMxxY65T3dPN-gIuiw0g2HAn5BXm883qgss7w\u0026h=4XAZdMguHXlz6MaEZoql3IlO92FimBcTK3GcdJpbJ80" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/af9429c9-5df0-4a0a-95ab-a96d4097b096?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7?api-version=2021-05-01\u0026t=638975039833397682\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OFKaq3ugGxs_Ynju2JUVzbXGdOCj0GrmaGWnBFh45JBoaDPAOdqp-H_fFSlfs9BfA-zt7yQQJArk44iVqHqB4zzh7ecI8AeLIvgsmjdRnBCZii7uwZ7RVFBiEf5voUlXntcVEsPs0ZMdNEjRk3QV55o8_6tTw0qAzsxPPJLe32Eh4lzYh-bIWQxEqbYb8ejV4RHFEPkOdePkHSJ-ZtfHrKZXGbCTWRml7rK9Z9LORekGRETmzlLBBF-ZWqJ9SJh7FZR_Ioz-6k087EqTdtOU2PHbRIMleXjOEaBvRj1Zf-tA2YoTmVKskSy0a4X8qX-LnAqNLhbANzRqwAsDYb5D9g\u0026h=t6zg21lyh6yzs5mDR5qPH65iwdZ5apEczS9-Di9_cEs" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "af9429c9-5df0-4a0a-95ab-a96d4097b096" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "27de62e2-5672-4ee9-993a-1f285a864e95" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064614Z:27de62e2-5672-4ee9-993a-1f285a864e95" ], + "x-ms-request-id": [ "8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/43b24d51-197a-4249-a649-41e28f413ba7" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "89d382b4-5d83-4203-b06a-a5eeb4ed0d54" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103943Z:89d382b4-5d83-4203-b06a-a5eeb4ed0d54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:14 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F696AD6809034A64A2B57EE3488DF85C Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:42Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "94" ], + "Content-Length": [ "96" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpdateServerParameterManagementOperation\",\"startTime\":\"2021-08-27T06:46:14.68Z\"}" + "Content": "{\"operation\":\"UpdateServerParameterManagementOperationV2\",\"startTime\":\"2025-10-31T10:39:43.25Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/af9429c9-5df0-4a0a-95ab-a96d4097b096?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7?api-version=2021-05-01\u0026t=638975039833397682\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OFKaq3ugGxs_Ynju2JUVzbXGdOCj0GrmaGWnBFh45JBoaDPAOdqp-H_fFSlfs9BfA-zt7yQQJArk44iVqHqB4zzh7ecI8AeLIvgsmjdRnBCZii7uwZ7RVFBiEf5voUlXntcVEsPs0ZMdNEjRk3QV55o8_6tTw0qAzsxPPJLe32Eh4lzYh-bIWQxEqbYb8ejV4RHFEPkOdePkHSJ-ZtfHrKZXGbCTWRml7rK9Z9LORekGRETmzlLBBF-ZWqJ9SJh7FZR_Ioz-6k087EqTdtOU2PHbRIMleXjOEaBvRj1Zf-tA2YoTmVKskSy0a4X8qX-LnAqNLhbANzRqwAsDYb5D9g\u0026h=t6zg21lyh6yzs5mDR5qPH65iwdZ5apEczS9-Di9_cEs+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/af9429c9-5df0-4a0a-95ab-a96d4097b096?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7?api-version=2021-05-01\u0026t=638975039833397682\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OFKaq3ugGxs_Ynju2JUVzbXGdOCj0GrmaGWnBFh45JBoaDPAOdqp-H_fFSlfs9BfA-zt7yQQJArk44iVqHqB4zzh7ecI8AeLIvgsmjdRnBCZii7uwZ7RVFBiEf5voUlXntcVEsPs0ZMdNEjRk3QV55o8_6tTw0qAzsxPPJLe32Eh4lzYh-bIWQxEqbYb8ejV4RHFEPkOdePkHSJ-ZtfHrKZXGbCTWRml7rK9Z9LORekGRETmzlLBBF-ZWqJ9SJh7FZR_Ioz-6k087EqTdtOU2PHbRIMleXjOEaBvRj1Zf-tA2YoTmVKskSy0a4X8qX-LnAqNLhbANzRqwAsDYb5D9g\u0026h=t6zg21lyh6yzs5mDR5qPH65iwdZ5apEczS9-Di9_cEs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "e7563c11-0d1b-4981-9871-79a565585090" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "6d9ff8c9-74d6-4bcb-93c0-e035ba4f3f4f" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerConfiguration_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -293,35 +329,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "64be61f7-cf67-4de0-8b1c-eb49ff8ca0df" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-correlation-request-id": [ "0bf3954e-3e5e-4b76-b9c4-e976ca3c9eaf" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064629Z:0bf3954e-3e5e-4b76-b9c4-e976ca3c9eaf" ], + "x-ms-request-id": [ "c4105b2a-1c81-4a70-b483-ea7d4417a3d4" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/f96c8ce7-f4ee-4687-9ce9-6ed8e6ae6bd3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "bcaff025-42a5-48c9-a4e2-a1ea5a84a401" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T103959Z:bcaff025-42a5-48c9-a4e2-a1ea5a84a401" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:29 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F6DAA70F0DAE4E8AAA997C61FC8E6071 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:58Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"af9429c9-5df0-4a0a-95ab-a96d4097b096\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:46:14.68Z\"}" + "Content": "{\"name\":\"8e796816-25e5-4c1c-b6e8-0fdb6b5d81c7\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:39:43.25Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerConfiguration+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "e7563c11-0d1b-4981-9871-79a565585090" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "6d9ff8c9-74d6-4bcb-93c0-e035ba4f3f4f" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerConfiguration" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerConfiguration_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -332,20 +373,24 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "aef38327-ccec-43b7-917d-2420567827f4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "x-ms-correlation-request-id": [ "02a5c44b-a1bb-450a-931f-bd78ce526d1a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064630Z:02a5c44b-a1bb-450a-931f-bd78ce526d1a" ], + "x-ms-request-id": [ "88e2f340-8ac9-4e76-9983-031976801978" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/375ac997-2321-4199-8b22-ed0d7d5cfb04" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b34da196-f5ac-4f30-a627-f679f6e44eaa" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104000Z:b34da196-f5ac-4f30-a627-f679f6e44eaa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:29 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B18197A914B945938709499B82211679 Ref B: JKT201051407036 Ref C: 2025-10-31T10:39:59Z" ], + "Date": [ "Fri, 31 Oct 2025 10:39:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "598" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"value\":\"10000\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}" + "Content": "{\"properties\":{\"value\":\"10000\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\",\"isReadOnly\":\"False\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/configurations\"}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithFirewallRule.Recording.json index 0e1aac4f02bf..46d284fe579a 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithFirewallRule.Recording.json +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithFirewallRule.Recording.json @@ -1,14 +1,15 @@ { - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32,\r\n \"iops\": 96\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"hostilegrouse7\",\r\n \"administratorLoginPassword\": \"System.Security.SecureString\",\r\n \"version\": \"5.7\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"cockyhare4\",\r\n \"administratorLoginPassword\": \"REDACTED\",\r\n \"version\": \"8.0.21\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "420" ] + "Content-Length": [ "388" ] } }, "Response": { @@ -16,39 +17,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046178614\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Slrs4G9xGyqftbaUgBzcshtOIj9OMwDxaEqfOkgHApnquTyJ3MJDkcFeAQd_9OVc7ynCq450Zp37f8vJKwIeB0Dq6cSkMCM-ZHPkcmPg_a8BRLp0-9bUfUGElnve8qV7x9kM3_x76rqU3-BUoqYGFK2ViIkzVe6pIqha2ymaFuz6xtO_lEue61W11tFRcEygLZPi1j203NUlp51Z0Ksjtz0kKdyb2ZEEjUoYdYB8-10EZdZRVZrMztuKGE-QZDHuf2Uu45TuQOPDcFKsrprzixZfyxLF9POKQbZ5PkCChsUfgjoGxDVTtjYZdTxV_bTboAMod-tHAx2O87ffj5VgSw\u0026h=HAYHDKqd47co6K7XRavPwzRQJ0dpmuWijYBGqV7V9Kk" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8d08ef7a-8bbe-433d-b419-7c55c7d9e266" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "5852972f-3732-4f3d-a4cc-696b2a80d809" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T211805Z:5852972f-3732-4f3d-a4cc-696b2a80d809" ], + "x-ms-request-id": [ "5ab06852-ca77-4d61-8741-929c5b47c07a" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/26c00ccd-22be-4913-a0b6-68b1f7dfb14b" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "17331d29-584c-40a8-9b08-ab6201de2b83" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104004Z:17331d29-584c-40a8-9b08-ab6201de2b83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:18:04 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C680DF7D759D414A950FA7E44C799AA6 Ref B: JKT201051407036 Ref C: 2025-10-31T10:40:03Z" ], + "Date": [ "Fri, 31 Oct 2025 10:40:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "87" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T21:18:05.01Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:40:04.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "83a964b2-2b5a-4056-b463-220baf99a318" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "0aafe977-b993-49b6-9fd1-d39130e51421" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -60,35 +66,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ba7a1bd0-c14d-421b-9be5-8b6c6cbc4fd3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "ba796c35-0208-4717-b445-82ef3f0b464d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T211905Z:ba796c35-0208-4717-b445-82ef3f0b464d" ], + "x-ms-request-id": [ "86a1e9d9-daaf-40af-b20e-d687c11f6159" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/555ecfd7-256e-488e-81e9-e651d2f5c215" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c04bfc9c-91f6-4f63-b3b1-660f427c1f48" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104105Z:c04bfc9c-91f6-4f63-b3b1-660f427c1f48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:19:05 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E5DF7EEE8F964C5DB3659388D5CAB8C4 Ref B: JKT201051407036 Ref C: 2025-10-31T10:41:05Z" ], + "Date": [ "Fri, 31 Oct 2025 10:41:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d08ef7a-8bbe-433d-b419-7c55c7d9e266\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:18:05.01Z\"}" + "Content": "{\"name\":\"5ab06852-ca77-4d61-8741-929c5b47c07a\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:40:04.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "83a964b2-2b5a-4056-b463-220baf99a318" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "0aafe977-b993-49b6-9fd1-d39130e51421" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -100,35 +111,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "dadc036f-b912-4f24-b2a3-240d284c5865" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "d9c1f56e-459f-4b33-9a70-43947b64a820" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212005Z:d9c1f56e-459f-4b33-9a70-43947b64a820" ], + "x-ms-request-id": [ "c81839df-e539-46ab-b9ce-fab3716ea103" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/dc240e22-e955-41c8-a974-fec7f7a7cff7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "e3363e34-2b6c-4038-aeeb-608b2d441475" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104206Z:e3363e34-2b6c-4038-aeeb-608b2d441475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:20:04 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4C3DAB241D1845EC9426AF1FAD1ADF35 Ref B: JKT201051407036 Ref C: 2025-10-31T10:42:05Z" ], + "Date": [ "Fri, 31 Oct 2025 10:42:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"8d08ef7a-8bbe-433d-b419-7c55c7d9e266\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:18:05.01Z\"}" + "Content": "{\"name\":\"5ab06852-ca77-4d61-8741-929c5b47c07a\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:40:04.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8d08ef7a-8bbe-433d-b419-7c55c7d9e266?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "83a964b2-2b5a-4056-b463-220baf99a318" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "0aafe977-b993-49b6-9fd1-d39130e51421" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -140,905 +156,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "26b9aab5-64b2-43b5-b47d-6f383773de07" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "c1b2d109-d390-49eb-b9d7-9a79697518b0" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212105Z:c1b2d109-d390-49eb-b9d7-9a79697518b0" ], + "x-ms-request-id": [ "793ce72a-3361-43fc-b5f9-4ef67ac06e1c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/b56530d3-740a-4c44-bbe7-6b573481c342" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "15d28679-6832-44b1-a8f0-5220ed01d4ea" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104307Z:15d28679-6832-44b1-a8f0-5220ed01d4ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8d08ef7a-8bbe-433d-b419-7c55c7d9e266\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:18:05.01Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "83a964b2-2b5a-4056-b463-220baf99a318" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a83a5731-4a68-4a0d-8636-315df7a53dcf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "e0e23a01-c3b3-4d68-ae4f-db1e5731942d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212105Z:e0e23a01-c3b3-4d68-ae4f-db1e5731942d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "956" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"hostilegrouse7\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-200.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:28:08.6516718+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200\",\"name\":\"mysql-flexible-test-200\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "23e0bbd8-f6d9-40bd-a6cf-5ad34129ab64" ], - "CommandName": [ "Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f2a574d4-583f-4e1e-b531-562cb08f5892" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "bfa21f17-3a6f-4378-b201-5697724d08a7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212121Z:bfa21f17-3a6f-4378-b201-5697724d08a7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "956" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"hostilegrouse7\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-200.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:28:08.6516718+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200\",\"name\":\"mysql-flexible-test-200\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "cad33324-673d-4ed7-bd5e-897e9318b6bd" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a11f2a20-f1f6-49b8-8678-2c6f89199efa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "8550fc30-633f-4065-bfac-020d2cee063e" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212121Z:8550fc30-633f-4065-bfac-020d2cee063e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2021-08-27T21:21:21.813Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "cad33324-673d-4ed7-bd5e-897e9318b6bd" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "5de25046-ba4d-46e7-9554-758ec000ecce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "f7a3455a-7636-49d7-96a0-5ef23bde6f8b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212136Z:f7a3455a-7636-49d7-96a0-5ef23bde6f8b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:36 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a11f2a20-f1f6-49b8-8678-2c6f89199efa\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:21:21.813Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "cad33324-673d-4ed7-bd5e-897e9318b6bd" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4d38a029-ee88-497c-ba98-1f287b7516bf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "550d2b09-9e17-4f14-a271-5032c4836f81" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212152Z:550d2b09-9e17-4f14-a271-5032c4836f81" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:21:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a11f2a20-f1f6-49b8-8678-2c6f89199efa\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:21:21.813Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "cad33324-673d-4ed7-bd5e-897e9318b6bd" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "e8c5ec2f-8173-44cc-ab02-802e2a84cae1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "aa806fe2-76ce-43e9-806a-45fe5d0452ac" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212207Z:aa806fe2-76ce-43e9-806a-45fe5d0452ac" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:22:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a11f2a20-f1f6-49b8-8678-2c6f89199efa\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:21:21.813Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-NoInput+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/a11f2a20-f1f6-49b8-8678-2c6f89199efa?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "cad33324-673d-4ed7-bd5e-897e9318b6bd" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f72687fe-e5a6-430c-8633-78c76e2900bc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "20524439-32cb-427d-88b1-1da07ce7a062" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212207Z:20524439-32cb-427d-88b1-1da07ce7a062" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:22:06 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32,\r\n \"iops\": 96\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"puffyoil1\",\r\n \"administratorLoginPassword\": \"System.Security.SecureString\",\r\n \"version\": \"5.7\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "415" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "66f24e84-4cb6-4cc0-853a-828f186024f2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "53c77755-c53e-4842-a461-73a50992e477" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212208Z:53c77755-c53e-4842-a461-73a50992e477" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:22:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T21:22:08.473Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "184f0a8a-ff23-41ca-b8b5-873a86e66804" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "fe75af17-1964-4610-b895-4eb05c0d2474" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "755e8c54-90c1-4895-9778-c7433a9bf8a5" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212308Z:755e8c54-90c1-4895-9778-c7433a9bf8a5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:23:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"66f24e84-4cb6-4cc0-853a-828f186024f2\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:22:08.473Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "184f0a8a-ff23-41ca-b8b5-873a86e66804" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7c234966-d083-4f30-a760-a3b58856d232" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "4c4bd5f0-c699-4ca8-9e53-3146affb6658" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212408Z:4c4bd5f0-c699-4ca8-9e53-3146affb6658" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:24:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"66f24e84-4cb6-4cc0-853a-828f186024f2\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:22:08.473Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/66f24e84-4cb6-4cc0-853a-828f186024f2?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "184f0a8a-ff23-41ca-b8b5-873a86e66804" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f239ffda-7912-4585-9b72-b472e0156983" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "3b4584cc-b733-489c-8c6f-43022d0adff5" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212508Z:3b4584cc-b733-489c-8c6f-43022d0adff5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"66f24e84-4cb6-4cc0-853a-828f186024f2\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:22:08.473Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "184f0a8a-ff23-41ca-b8b5-873a86e66804" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "87f3cdcd-7b03-4921-804b-41de90c8429c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "c3e361c7-b204-4bca-a4dd-aa16a5ffef55" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212509Z:c3e361c7-b204-4bca-a4dd-aa16a5ffef55" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "951" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"puffyoil1\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-300.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:32:11.7399385+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300\",\"name\":\"mysql-flexible-test-300\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "a8b07bc8-d8cb-4bca-963e-5f485556dd7f" ], - "CommandName": [ "Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8842a9e1-5df5-444d-b1eb-49ed682a645a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "7d9ce486-d4d1-412d-b4d8-fac458a9418b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212524Z:7d9ce486-d4d1-412d-b4d8-fac458a9418b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "951" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"puffyoil1\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-300.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:32:11.7399385+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300\",\"name\":\"mysql-flexible-test-300\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "b957237d-52d7-46ed-914f-e731fa4dda42" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a07f035f-b086-4e6f-beca-71dcfff687fb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "6728d244-1735-4042-8307-06f9096046c2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212524Z:6728d244-1735-4042-8307-06f9096046c2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2021-08-27T21:25:24.823Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "b957237d-52d7-46ed-914f-e731fa4dda42" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f4bad3ec-5af6-43c7-af7e-e988c909c077" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "ff9b6d8a-96c2-4cf3-8e7b-9b812075eecf" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212539Z:ff9b6d8a-96c2-4cf3-8e7b-9b812075eecf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a07f035f-b086-4e6f-beca-71dcfff687fb\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:25:24.823Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "b957237d-52d7-46ed-914f-e731fa4dda42" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "73d8f9b6-ae8f-4169-b9f2-f889e40a99ea" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "10798228-8394-4f94-8baa-5736c8311781" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212555Z:10798228-8394-4f94-8baa-5736c8311781" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:25:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a07f035f-b086-4e6f-beca-71dcfff687fb\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:25:24.823Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "b957237d-52d7-46ed-914f-e731fa4dda42" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b1cf13cc-a58c-4464-b2a9-036b5358bed2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "3d31a933-0fc3-498a-a717-1c48f8022549" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212610Z:3d31a933-0fc3-498a-a717-1c48f8022549" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:26:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a07f035f-b086-4e6f-beca-71dcfff687fb\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:25:24.823Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-None+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/a07f035f-b086-4e6f-beca-71dcfff687fb?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "b957237d-52d7-46ed-914f-e731fa4dda42" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "60954c0b-4200-4710-ba35-e379106a5fb2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "448dcf78-205a-44b6-b882-23ba5c740e88" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T212610Z:448dcf78-205a-44b6-b882-23ba5c740e88" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:26:09 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32,\r\n \"iops\": 96\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"giddybuffalo0\",\r\n \"administratorLoginPassword\": \"System.Security.SecureString\",\r\n \"version\": \"5.7\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "419" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "85eae3e5-3bff-4848-832f-5a5751de8c98" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "5c6388f8-a430-4995-90b4-30e7a32f26f8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213008Z:5c6388f8-a430-4995-90b4-30e7a32f26f8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:30:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T21:30:08.84Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "d35e946c-c38b-447f-a629-831608b2c038" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3af535bf-4967-4291-ac43-3ef7fa53f13c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ "aca26040-0c21-4c7e-b328-bd390edf90b7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213109Z:aca26040-0c21-4c7e-b328-bd390edf90b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:31:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"85eae3e5-3bff-4848-832f-5a5751de8c98\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:30:08.84Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "d35e946c-c38b-447f-a629-831608b2c038" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "663b025a-3ead-4e23-917a-d5a3cb1bfcde" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "3ec4e592-4290-4112-a019-e0f78e0e7bbd" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213209Z:3ec4e592-4290-4112-a019-e0f78e0e7bbd" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:32:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"85eae3e5-3bff-4848-832f-5a5751de8c98\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:30:08.84Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "d35e946c-c38b-447f-a629-831608b2c038" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], - "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7d84e999-81ae-444e-bcb5-2da81a388dd8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "b8bd126e-192e-42ca-91b6-3c9f12c0348d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213309Z:b8bd126e-192e-42ca-91b6-3c9f12c0348d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:33:09 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9708CB1F4F384A8498DED7295C3DBE43 Ref B: JKT201051407036 Ref C: 2025-10-31T10:43:06Z" ], + "Date": [ "Fri, 31 Oct 2025 10:43:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"85eae3e5-3bff-4848-832f-5a5751de8c98\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:30:08.84Z\"}" + "Content": "{\"name\":\"5ab06852-ca77-4d61-8741-929c5b47c07a\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:40:04.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/85eae3e5-3bff-4848-832f-5a5751de8c98?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/5ab06852-ca77-4d61-8741-929c5b47c07a?api-version=2021-05-01\u0026t=638975040046022371\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=AUB3fnlYdiGzoV_m4OuD_A2ru3GhHbQjWbI97gxb96Uq6kFqeDa1-3AjWM3qetF0K_T8KN0f-Vo9nXANHB7ynNO_OfbKHAthwqL8quLHVtkHlwZE8b2PfC0JzXRa5rasIeqZ5jJaHpxPfVytGYEiFMRsDWxK0ES-ex6nQGWptkaxQx_TuyQcIQP_Nx_LziHgzuwoeTrhUIVcLoOh5yBWdM90aopJaB-Jf6rpo0fmYqN6XGdUbcJr7GEcsiYmDTeNklmEg6njRNZob1wP9ottju9VwMyGZboTpCJgGHrUozHTerqRyfvjF8Cwh_aMi-jBSg17S2M75wfL0LZd-jaFEw\u0026h=lGNPAGgm7tsVv50lVsld23DDmNwkee7Qyyfw-e2qDjs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "d35e946c-c38b-447f-a629-831608b2c038" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "0aafe977-b993-49b6-9fd1-d39130e51421" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1050,35 +201,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f31222a5-628f-4aa2-ad46-9642453b0c33" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "9b44786a-7bc1-4c34-9bd1-a7b77c75ab16" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213409Z:9b44786a-7bc1-4c34-9bd1-a7b77c75ab16" ], + "x-ms-request-id": [ "24edf9d3-251b-4324-8b6e-5b41dda589c8" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/6980f74c-d8f1-4ea0-bd21-03bdcadeb035" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "f96b9ee9-570d-4e90-b2e3-4430845f3b74" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104408Z:f96b9ee9-570d-4e90-b2e3-4430845f3b74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:34:09 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9513B21A42534AFC90ED9CA570C00205 Ref B: JKT201051407036 Ref C: 2025-10-31T10:44:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:44:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"85eae3e5-3bff-4848-832f-5a5751de8c98\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:30:08.84Z\"}" + "Content": "{\"name\":\"5ab06852-ca77-4d61-8741-929c5b47c07a\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:40:04.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "d35e946c-c38b-447f-a629-831608b2c038" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "0aafe977-b993-49b6-9fd1-d39130e51421" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1089,34 +245,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "133be9c9-15ea-4cbe-8ecb-947a48c2973c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "c069e327-2fd3-4ae9-8524-ccfb63b18792" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213409Z:c069e327-2fd3-4ae9-8524-ccfb63b18792" ], + "x-ms-request-id": [ "9b5810de-a339-4ec5-a6e1-ad355fc154b7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "54e504c6-da49-4085-a25a-add93a2e1ddc" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104409Z:54e504c6-da49-4085-a25a-add93a2e1ddc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:34:09 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: DC35E860EE30485C8ED96FA95BCC1D49 Ref B: JKT201051407036 Ref C: 2025-10-31T10:44:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:44:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "955" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"giddybuffalo0\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-200.mysql.database.azure.com\",\"availabilityZone\":\"1\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:40:12.6843516+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200\",\"name\":\"mysql-flexible-test-200\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:40:24.8845736Z\"},\"properties\":{\"administratorLogin\":\"cockyhare4\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-200.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:50:24.8845736+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200\",\"name\":\"mysql-flexible-test-200\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200/firewallRules?api-version=2021-05-01+7": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200/firewallRules?api-version=2021-05-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200/firewallRules?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200/firewallRules?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "c7d9abe1-b7c5-4a11-b14f-79e10a59bce8" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "fd647285-656a-4b2c-8092-eb5880f24a99" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1128,34 +288,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "754fa3ca-36b8-481e-841c-a08e636ef435" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "9739f7f8-6ebe-4658-9113-cb9b511328a0" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213526Z:9739f7f8-6ebe-4658-9113-cb9b511328a0" ], + "x-ms-request-id": [ "4da7b687-da27-4b04-bef3-68a953ace862" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/7e652a94-9843-4068-b5c2-e7848d93abf1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "eeb13a6b-9bd3-44a7-a235-4cc6070c0b7c" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104530Z:eeb13a6b-9bd3-44a7-a235-4cc6070c0b7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:35:26 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 503A2C8861734DFAB9F72DE6616DE02F Ref B: JKT201051407036 Ref C: 2025-10-31T10:45:30Z" ], + "Date": [ "Fri, 31 Oct 2025 10:45:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "186" ], + "Content-Length": [ "389" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"name\":\"AllowAll_2021-08-27_14-30-07\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}" + "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200/firewallRules/AllowAll_2025-10-31_18-40-02\",\"name\":\"AllowAll_2025-10-31_18-40-02\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+8": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01+8": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-200?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "1f208900-e155-49aa-b2f6-8b1a46d7fa59" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "552cb17d-e8af-4472-bcae-413f3a2e853a" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1166,39 +331,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314684024\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=f6C0T_27HnIlC9hbMgzgNYucHHokIbf5DM3UPZBMMX5iEM5Y6LZHBkZ56IVGRnAjBj4QEJ9p-9lE9OHXBOGfZlQsIC1FCbKrjKrY6kwIrUtk-GRAfJtcJSRgVu6NFGSrWirT3Uhd8y9mNmd7OUBHwnarmqJq1VcUjVkoREPjrYwe6DeR8eJQJR433oOfSDMMMfizMk9-Tm8LlwN_5-w5MnUqlkMrCA2PeMpVUT7ePWFw0RtfawbFzCwk6vUz0lud5hq2i_eb_Yic_UvUrd8evjNqK8wHcsYuRL2BtCfNVWkmzGxbEkVHSiqpKtCWn0r3ll_8la8cQLlvFLBjmvfI-g\u0026h=SyjTuWMkr54RpWd3tWdZrvtVxHXT7OJj5oC8zNGMiKs" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314527742\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OYRAJRBD3-2tKfqyUwPgVQvNl0_xCOaiOvLT6OMiD-iBIjrQLE9gBNaOR1YpqubOsF1QtQYICHACcHCwJklYx3O7c11taww0yW_2OZGbE8VhxEO2yxUAShEsVUzoPN2R21Sqhlo1tcK58KxecSYPfvG0-RAPUJRe3erne2YTyt-Bjl95S0i5SHJIw-YjVo6b2Ce92isKdkfWq9z3mXotZEJC6GhwU69sgoS1_XAeTQOv3ffFEFGLCGoQNbn85G2qDSL0kn4sbCHAIySqkkkx3mUR3ALbSVSKcBBW4Dgdh7lmFvENKklWoz2cemR7bm6bPwJ8kwwRQ9FueUm59z-ySQ\u0026h=Ex7JqG8u9izv19zcjDDFhXeRe3RpVhKuQ6p5MhSAsAs" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f8c3c0dc-2ab6-48a3-8274-f30c649cbf19" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "8f94bc04-d1ff-4b93-8647-88ff313ec57d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213526Z:8f94bc04-d1ff-4b93-8647-88ff313ec57d" ], + "x-ms-request-id": [ "744555e0-aaaf-44ef-8df2-454a0ce0af52" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/0a9b12e7-e24a-4772-9b17-5f72c0fd960e" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "98920fb6-c564-4a33-bc1d-57dd4d230392" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104531Z:98920fb6-c564-4a33-bc1d-57dd4d230392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:35:26 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 10BCA41282FF485D988D585C21EDD00B Ref B: JKT201051407036 Ref C: 2025-10-31T10:45:30Z" ], + "Date": [ "Fri, 31 Oct 2025 10:45:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "83" ], + "Content-Length": [ "84" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2021-08-27T21:35:26.36Z\"}" + "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2025-10-31T10:45:31.377Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01+9": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314527742\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OYRAJRBD3-2tKfqyUwPgVQvNl0_xCOaiOvLT6OMiD-iBIjrQLE9gBNaOR1YpqubOsF1QtQYICHACcHCwJklYx3O7c11taww0yW_2OZGbE8VhxEO2yxUAShEsVUzoPN2R21Sqhlo1tcK58KxecSYPfvG0-RAPUJRe3erne2YTyt-Bjl95S0i5SHJIw-YjVo6b2Ce92isKdkfWq9z3mXotZEJC6GhwU69sgoS1_XAeTQOv3ffFEFGLCGoQNbn85G2qDSL0kn4sbCHAIySqkkkx3mUR3ALbSVSKcBBW4Dgdh7lmFvENKklWoz2cemR7bm6bPwJ8kwwRQ9FueUm59z-ySQ\u0026h=Ex7JqG8u9izv19zcjDDFhXeRe3RpVhKuQ6p5MhSAsAs+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314527742\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OYRAJRBD3-2tKfqyUwPgVQvNl0_xCOaiOvLT6OMiD-iBIjrQLE9gBNaOR1YpqubOsF1QtQYICHACcHCwJklYx3O7c11taww0yW_2OZGbE8VhxEO2yxUAShEsVUzoPN2R21Sqhlo1tcK58KxecSYPfvG0-RAPUJRe3erne2YTyt-Bjl95S0i5SHJIw-YjVo6b2Ce92isKdkfWq9z3mXotZEJC6GhwU69sgoS1_XAeTQOv3ffFEFGLCGoQNbn85G2qDSL0kn4sbCHAIySqkkkx3mUR3ALbSVSKcBBW4Dgdh7lmFvENKklWoz2cemR7bm6bPwJ8kwwRQ9FueUm59z-ySQ\u0026h=Ex7JqG8u9izv19zcjDDFhXeRe3RpVhKuQ6p5MhSAsAs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "1f208900-e155-49aa-b2f6-8b1a46d7fa59" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "552cb17d-e8af-4472-bcae-413f3a2e853a" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1210,35 +380,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "bb959b1d-b6bc-4f4d-9f3e-1f1048ee2ea5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "d0da3b9c-41ec-447e-8a75-73a040a6f33f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213541Z:d0da3b9c-41ec-447e-8a75-73a040a6f33f" ], + "x-ms-request-id": [ "3f5bcf75-67d6-4979-b1cb-f17072a91f16" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/047a39a2-7fbc-4659-a4a8-ee65d822583d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "58fe79f1-dea9-4c44-b5fb-2aeca98da74d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104546Z:58fe79f1-dea9-4c44-b5fb-2aeca98da74d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:35:41 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9C1A9237B30D4B7B8696266BE19FFD32 Ref B: JKT201051407036 Ref C: 2025-10-31T10:45:46Z" ], + "Date": [ "Fri, 31 Oct 2025 10:45:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "108" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"f8c3c0dc-2ab6-48a3-8274-f30c649cbf19\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:35:26.36Z\"}" + "Content": "{\"name\":\"744555e0-aaaf-44ef-8df2-454a0ce0af52\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:45:31.377Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01+10": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314527742\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OYRAJRBD3-2tKfqyUwPgVQvNl0_xCOaiOvLT6OMiD-iBIjrQLE9gBNaOR1YpqubOsF1QtQYICHACcHCwJklYx3O7c11taww0yW_2OZGbE8VhxEO2yxUAShEsVUzoPN2R21Sqhlo1tcK58KxecSYPfvG0-RAPUJRe3erne2YTyt-Bjl95S0i5SHJIw-YjVo6b2Ce92isKdkfWq9z3mXotZEJC6GhwU69sgoS1_XAeTQOv3ffFEFGLCGoQNbn85G2qDSL0kn4sbCHAIySqkkkx3mUR3ALbSVSKcBBW4Dgdh7lmFvENKklWoz2cemR7bm6bPwJ8kwwRQ9FueUm59z-ySQ\u0026h=Ex7JqG8u9izv19zcjDDFhXeRe3RpVhKuQ6p5MhSAsAs+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314527742\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=OYRAJRBD3-2tKfqyUwPgVQvNl0_xCOaiOvLT6OMiD-iBIjrQLE9gBNaOR1YpqubOsF1QtQYICHACcHCwJklYx3O7c11taww0yW_2OZGbE8VhxEO2yxUAShEsVUzoPN2R21Sqhlo1tcK58KxecSYPfvG0-RAPUJRe3erne2YTyt-Bjl95S0i5SHJIw-YjVo6b2Ce92isKdkfWq9z3mXotZEJC6GhwU69sgoS1_XAeTQOv3ffFEFGLCGoQNbn85G2qDSL0kn4sbCHAIySqkkkx3mUR3ALbSVSKcBBW4Dgdh7lmFvENKklWoz2cemR7bm6bPwJ8kwwRQ9FueUm59z-ySQ\u0026h=Ex7JqG8u9izv19zcjDDFhXeRe3RpVhKuQ6p5MhSAsAs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "1f208900-e155-49aa-b2f6-8b1a46d7fa59" ], + "x-ms-unique-id": [ "101" ], + "x-ms-client-request-id": [ "552cb17d-e8af-4472-bcae-413f3a2e853a" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1250,75 +425,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "36fcaf37-befa-41b1-8d60-3786508b9613" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "c1474940-08e0-41e5-b090-cd098da98fe1" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213556Z:c1474940-08e0-41e5-b090-cd098da98fe1" ], + "x-ms-request-id": [ "72729402-03df-4c1c-90df-740466eb3ccf" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/ea0e2dd5-a89b-4188-84c4-e49f0b794e7c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "1b71489d-b516-4aca-8abf-1f851e4b219c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104602Z:1b71489d-b516-4aca-8abf-1f851e4b219c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:35:55 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B90C813776764613B7B8AF0FA5F612AF Ref B: JKT201051407036 Ref C: 2025-10-31T10:46:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:46:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"f8c3c0dc-2ab6-48a3-8274-f30c649cbf19\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:35:26.36Z\"}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01", - "Content": null, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "1f208900-e155-49aa-b2f6-8b1a46d7fa59" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "50da44a0-93de-4335-bd3e-5efc2bb2d6a6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "c28f0cf0-9c07-40a6-bab2-3a4437083429" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213611Z:c28f0cf0-9c07-40a6-bab2-3a4437083429" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:36:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"f8c3c0dc-2ab6-48a3-8274-f30c649cbf19\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:35:26.36Z\"}" + "Content": "{\"name\":\"744555e0-aaaf-44ef-8df2-454a0ce0af52\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:45:31.377Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01+12": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-AllowAll+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314684024\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=f6C0T_27HnIlC9hbMgzgNYucHHokIbf5DM3UPZBMMX5iEM5Y6LZHBkZ56IVGRnAjBj4QEJ9p-9lE9OHXBOGfZlQsIC1FCbKrjKrY6kwIrUtk-GRAfJtcJSRgVu6NFGSrWirT3Uhd8y9mNmd7OUBHwnarmqJq1VcUjVkoREPjrYwe6DeR8eJQJR433oOfSDMMMfizMk9-Tm8LlwN_5-w5MnUqlkMrCA2PeMpVUT7ePWFw0RtfawbFzCwk6vUz0lud5hq2i_eb_Yic_UvUrd8evjNqK8wHcsYuRL2BtCfNVWkmzGxbEkVHSiqpKtCWn0r3ll_8la8cQLlvFLBjmvfI-g\u0026h=SyjTuWMkr54RpWd3tWdZrvtVxHXT7OJj5oC8zNGMiKs+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/f8c3c0dc-2ab6-48a3-8274-f30c649cbf19?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/744555e0-aaaf-44ef-8df2-454a0ce0af52?api-version=2021-05-01\u0026t=638975043314684024\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=f6C0T_27HnIlC9hbMgzgNYucHHokIbf5DM3UPZBMMX5iEM5Y6LZHBkZ56IVGRnAjBj4QEJ9p-9lE9OHXBOGfZlQsIC1FCbKrjKrY6kwIrUtk-GRAfJtcJSRgVu6NFGSrWirT3Uhd8y9mNmd7OUBHwnarmqJq1VcUjVkoREPjrYwe6DeR8eJQJR433oOfSDMMMfizMk9-Tm8LlwN_5-w5MnUqlkMrCA2PeMpVUT7ePWFw0RtfawbFzCwk6vUz0lud5hq2i_eb_Yic_UvUrd8evjNqK8wHcsYuRL2BtCfNVWkmzGxbEkVHSiqpKtCWn0r3ll_8la8cQLlvFLBjmvfI-g\u0026h=SyjTuWMkr54RpWd3tWdZrvtVxHXT7OJj5oC8zNGMiKs", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "1f208900-e155-49aa-b2f6-8b1a46d7fa59" ], + "x-ms-unique-id": [ "102" ], + "x-ms-client-request-id": [ "552cb17d-e8af-4472-bcae-413f3a2e853a" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1329,31 +469,36 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "d40e1e3e-32a0-4137-85bc-b277d79c827d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "5e48c647-32df-427b-ace4-090b7f77deeb" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213611Z:5e48c647-32df-427b-ace4-090b7f77deeb" ], + "x-ms-request-id": [ "7f9a3b19-87a0-4319-af10-133cd7abeae0" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f3e2ffa5-818e-4ef7-ad13-2c1a4f55f42c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "dcdabb3c-491c-46f9-b92a-63dc232a4226" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104603Z:dcdabb3c-491c-46f9-b92a-63dc232a4226" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:36:11 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3D8B99A248E64C99A1EEE83A83A347AC Ref B: JKT201051407036 Ref C: 2025-10-31T10:46:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:46:02 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32,\r\n \"iops\": 96\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"curlyjerky9\",\r\n \"administratorLoginPassword\": \"System.Security.SecureString\",\r\n \"version\": \"5.7\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", + "Content": "{\r\n \"location\": \"westus2\",\r\n \"sku\": {\r\n \"name\": \"Standard_B1ms\",\r\n \"tier\": \"Burstable\"\r\n },\r\n \"properties\": {\r\n \"storage\": {\r\n \"storageSizeGB\": 32\r\n },\r\n \"backup\": {\r\n \"backupRetentionDays\": 7\r\n },\r\n \"administratorLogin\": \"fixedferret3\",\r\n \"administratorLoginPassword\": \"REDACTED\",\r\n \"version\": \"8.0.21\",\r\n \"createMode\": \"Default\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "417" ] + "Content-Length": [ "390" ] } }, "Response": { @@ -1361,39 +506,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=vm5_D5ivG1eHJQxQctZeSoQX5jszWM7XNxFKF3U0vSQ8cjuDwomac8ALKjd0zD20Niw69PlGAmgmWKxOdCMvq_BCEkaEfiOfhncChjQ1muRAzaTEwPr6aCczgb8OzKtNta1_8rX7kvwIx16k4WOgJoWwIba0Givi0km7bi7i6UcyywXet6alCjnzumkjlhEMD_BFEL_jlmZFNAvpu-sCs7Lr5V6_Eaja3287ruTZ7TvGJZsnpfshcunPm25457YHUfNv0wAYBm_HVOs2mUmnHzkRasLMdzNGWTB2WP8SyRmCkz3A8uKjqEjbdhFauFQ8QTGGUiwU79GHWv0bFXwLJw\u0026h=lOJBa_zqdUDBJUSJObkZgtu4dwfrjq0SiGUVMLSCWTQ" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "87aeb44b-b38e-4e57-b125-31a86bc743f8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "a06579ac-8d7b-40a3-8423-0c6c38dcea17" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213613Z:a06579ac-8d7b-40a3-8423-0c6c38dcea17" ], + "x-ms-request-id": [ "c512450c-fda6-4ce0-b24e-b94f163aaf2b" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/08127e67-27d6-4697-9cfd-c7552d389d0a" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "a2b85def-dc9f-4d86-b214-a3f48c85372b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104607Z:a2b85def-dc9f-4d86-b214-a3f48c85372b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:36:12 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: BB17457DC8984C92B1F37039FB15385B Ref B: JKT201051407036 Ref C: 2025-10-31T10:46:03Z" ], + "Date": [ "Fri, 31 Oct 2025 10:46:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "88" ], + "Content-Length": [ "87" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2021-08-27T21:36:13.157Z\"}" + "Content": "{\"operation\":\"UpsertServerManagementOperationV2\",\"startTime\":\"2025-10-31T10:46:07.18Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "c8501486-bc8d-45eb-ae9a-ec86fe2f3fd0" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "f38a78b1-5feb-4afa-a10e-4495624586de" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1405,35 +555,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "518d2f8a-31b3-44fb-b990-d1fd9ae9c59e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "525edecc-8477-4b53-8629-c31e3859ef52" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213713Z:525edecc-8477-4b53-8629-c31e3859ef52" ], + "x-ms-request-id": [ "ef7b9e22-29dd-41d0-bed3-dd621a2abd7c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/796be46c-47f1-42be-a440-84f78d427fff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "baf33991-78e8-43f1-abeb-4451a2cf331a" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T104708Z:baf33991-78e8-43f1-abeb-4451a2cf331a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:37:12 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 2F6D01B1ED7349E38355C7A62CA43047 Ref B: JKT201051407036 Ref C: 2025-10-31T10:47:07Z" ], + "Date": [ "Fri, 31 Oct 2025 10:47:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"87aeb44b-b38e-4e57-b125-31a86bc743f8\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:36:13.157Z\"}" + "Content": "{\"name\":\"c512450c-fda6-4ce0-b24e-b94f163aaf2b\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:46:07.18Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "c8501486-bc8d-45eb-ae9a-ec86fe2f3fd0" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "f38a78b1-5feb-4afa-a10e-4495624586de" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1445,35 +600,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "11876ec2-542e-4b51-aee8-b2f28d60c706" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "2c3d0525-0490-4cb1-b954-0f96acf8ed8b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213813Z:2c3d0525-0490-4cb1-b954-0f96acf8ed8b" ], + "x-ms-request-id": [ "2c336974-0522-434b-bc3a-d680f92c4f8c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/88d4edcc-d832-4d11-91be-123c5a30e070" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "5936fbc6-f514-45e8-beba-5e76357d43e2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104809Z:5936fbc6-f514-45e8-beba-5e76357d43e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:38:13 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: FA7C5507EF4B4B2A94AC4C1FD286A770 Ref B: JKT201051407036 Ref C: 2025-10-31T10:48:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:48:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"87aeb44b-b38e-4e57-b125-31a86bc743f8\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:36:13.157Z\"}" + "Content": "{\"name\":\"c512450c-fda6-4ce0-b24e-b94f163aaf2b\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:46:07.18Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/87aeb44b-b38e-4e57-b125-31a86bc743f8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "c8501486-bc8d-45eb-ae9a-ec86fe2f3fd0" ], + "x-ms-unique-id": [ "107" ], + "x-ms-client-request-id": [ "f38a78b1-5feb-4afa-a10e-4495624586de" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1485,35 +645,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "08906413-0908-44e5-82bb-4ce5ca4bfdc0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "03f811b8-305a-48a4-892b-6e11322b8eb2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213913Z:03f811b8-305a-48a4-892b-6e11322b8eb2" ], + "x-ms-request-id": [ "2e68f00a-08c6-45df-bc32-083f9d94af01" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/4cf243bf-6d2e-4ec5-9813-a0b14fd86cca" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b51a94a5-db78-4d4a-8f76-f26b743eb26f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T104911Z:b51a94a5-db78-4d4a-8f76-f26b743eb26f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:39:13 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5EB2E9EAE37243719E54F9BD2DF06C9C Ref B: JKT201051407036 Ref C: 2025-10-31T10:49:10Z" ], + "Date": [ "Fri, 31 Oct 2025 10:49:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"87aeb44b-b38e-4e57-b125-31a86bc743f8\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:36:13.157Z\"}" + "Content": "{\"name\":\"c512450c-fda6-4ce0-b24e-b94f163aaf2b\",\"status\":\"InProgress\",\"startTime\":\"2025-10-31T10:46:07.18Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c512450c-fda6-4ce0-b24e-b94f163aaf2b?api-version=2021-05-01\u0026t=638975043673564891\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xSfucLv1ug9kVWbDJZFAFvcgTmFqjpTny8lKiq8m7ESBbS7lyyk_OLZ9Mx8GIilNSZY_8RDxVhSJdwMeqk6jR0LhbL7J6sHjA2EWjk75PkWG8LXVocrRKcTYkjJ4gY8Ms5-q-G4vzqzBL2HnNPqwk7_ULcd52GB3r9W2Gk-X4n76qOS5RmwVtJkdswQcTmOQatGz4ziOR-Q_uKKT2vjRgTOrfyV_tgcL7umQ-uff6qruzu0XpsaKKK_ClzltjiM6VbItbUFTX-GpdbHgCdc1ipZcG_m1R8gP44CT7wyr1rNZf2kKHTZEO7792cSfNKERnrmbr5c-1In5VAT9X2opgw\u0026h=DP7wq21FO_hoNQUDxDuX4sRb8BC30Ui6Q7DFm0H4x7w", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "c8501486-bc8d-45eb-ae9a-ec86fe2f3fd0" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "f38a78b1-5feb-4afa-a10e-4495624586de" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1523,36 +688,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3bfccf60-e73f-4185-867c-56f5125718a1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "9deb9891-ede3-41c9-ad87-f4bff27bca8f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T213913Z:9deb9891-ede3-41c9-ad87-f4bff27bca8f" ], + "x-ms-request-id": [ "2a2606dd-0593-4dae-8f7c-0f9ac49e77f1" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/46c1913c-8811-44c2-b0c8-0a002aeca6a8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "3a868979-cf47-4d91-89f7-e9a12d8aee4a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105012Z:3a868979-cf47-4d91-89f7-e9a12d8aee4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:39:13 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E4F3A8B88D8B4F47BDBA90AA017353FC Ref B: JKT201051407036 Ref C: 2025-10-31T10:50:11Z" ], + "Date": [ "Fri, 31 Oct 2025 10:50:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"curlyjerky9\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-300.mysql.database.azure.com\",\"availabilityZone\":\"3\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T21:46:16.4535342+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300\",\"name\":\"mysql-flexible-test-300\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"name\":\"c512450c-fda6-4ce0-b24e-b94f163aaf2b\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:46:07.18Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300/firewallRules?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300/firewallRules?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "b909b752-5d70-4024-bad3-e8fa459eabf1" ], - "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_List" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "109" ], + "x-ms-client-request-id": [ "f38a78b1-5feb-4afa-a10e-4495624586de" ], + "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServer" ], + "FullCommandName": [ "New-AzMySqlFlexibleServer_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1563,77 +734,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "702f2283-235c-4293-a28e-7ebf62d6ec54" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "145195b3-5b62-4c8b-8f4a-b90f1ce22c45" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214030Z:145195b3-5b62-4c8b-8f4a-b90f1ce22c45" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:40:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "195" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"10.10.10.10\",\"endIpAddress\":\"10.10.10.10\"},\"name\":\"FirewallIPAddress_2021-08-27_14-36-12\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}" - } - }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "b34b5aa4-75d1-42c1-a2f9-c52c74db968e" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "bf3328bb-94df-4f20-9e31-c21fce7adde8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "61c9627d-da57-4b4f-a63a-09c9ae67cb87" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214030Z:61c9627d-da57-4b4f-a63a-09c9ae67cb87" ], + "x-ms-request-id": [ "6c6dc413-db14-40a0-b8ff-84f323decf5e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "46dba104-2688-4e0f-aa87-7088272e7bd1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105013Z:46dba104-2688-4e0f-aa87-7088272e7bd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:40:30 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 8E68A81E697C478E91853734171C36BC Ref B: JKT201051407036 Ref C: 2025-10-31T10:50:12Z" ], + "Date": [ "Fri, 31 Oct 2025 10:50:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "84" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2021-08-27T21:40:30.283Z\"}" + "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:46:24.8549184Z\"},\"properties\":{\"administratorLogin\":\"fixedferret3\",\"storage\":{\"storageSizeGB\":32,\"iops\":396,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-300.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:56:24.8549184+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300\",\"name\":\"mysql-flexible-test-300\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01+8": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300/firewallRules?api-version=2021-05-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300/firewallRules?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "b34b5aa4-75d1-42c1-a2f9-c52c74db968e" ], - "CommandName": [ "Remove-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], + "x-ms-unique-id": [ "116" ], + "x-ms-client-request-id": [ "e2afcb2c-93f5-4bea-8cf3-658065d355db" ], + "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], + "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1643,77 +776,88 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "319bd246-82ac-426f-8c46-3dc4ef7840f3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "bfb3ee31-3ac7-4ece-83f8-bb427b927e47" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214045Z:bfb3ee31-3ac7-4ece-83f8-bb427b927e47" ], + "x-ms-request-id": [ "a46ead3b-059b-408c-bfdf-3e4e4b37353d" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/a0922ee9-9543-405b-ab83-ff9191b31551" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "9ba473e8-f2fc-47c7-8caf-3f24d3630714" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105132Z:9ba473e8-f2fc-47c7-8caf-3f24d3630714" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:40:45 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E4924BE2A3E04FBAAC69D8AAB680FECB Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:32Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "407" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"bf3328bb-94df-4f20-9e31-c21fce7adde8\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:40:30.283Z\"}" + "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"10.10.10.10\",\"endIpAddress\":\"10.10.10.10\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300/firewallRules/FirewallIPAddress_2025-10-31_18-46-03\",\"name\":\"FirewallIPAddress_2025-10-31_18-46-03\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01+9": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01+8": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-300?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "b34b5aa4-75d1-42c1-a2f9-c52c74db968e" ], + "x-ms-unique-id": [ "117" ], + "x-ms-client-request-id": [ "8cb4b7e0-998d-44f1-b3c3-aed54ac86bb9" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046935022502\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=HNnvFeks5JBu_SPL663vhBGSA8Kxx88wT7eUlJ5kf_5z1NZuJ8_MWGIirEsgXKizr0qDYYFb8jle7flA3s6h6VRZ8IpracWXxskMSpJ1yz8IgwlzWUYBgm_St9fptJ-FA9HPdZ3eLaYBQHF1WBnZVwg1p1zKcYfvA6D-4Lu9gwc7RFBh7RXDt6UyzRCQeIPZUTA17Ys6Es1FcTB8Bcfb6bngXiG2ySfwxRosUGx-JosACx76hWKsFwwZq6IwX024up9x_FiPUaN1z41s-nwIckw7Y-AKLceqBWU_K2C_6-2oJa2P5rJxtDTgPu51A2vhpJne9_uFXIHZY_jsvLpHLA\u0026h=qNzgN44kXktG0Q_pIgzfDa0_tUzOhZ6PIVyGA00N69c" ], "Retry-After": [ "15" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046934866331\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fUcIcmT1toHZxKxTiyBs8Nbp9kGwQT3CsDJI_LDsLge_P84yg4m46jAIPikKspIlIM7oTUYEeCLR-h6LA_QqGyAtnAABm8sqRR8ByBXpyS5Ko3KCokLG1hC1CYiJKysLmPrz_woGFqhOwgwyicjHmd0NABs_AGvsg0xTYjOCEP6k2lALUc5ZSuVToqtBwYZRPxzeHjCPx98UXJxbSKk5CRkHEgB_7l7r-FKmAB8CKGwFmuzBcs70ReMrMjjmQdiwLfwaFTxFlufOTmkGaGNQtpZ8fEKX7JvpoiFpWpuA9fxkZeTcahqvqZ1xOcWYPmGLs257MlKiN0sR8dHfHvqkZw\u0026h=M5elc0SJdeho-SVVmnNpm2mwmrjTsfO0w0TboT8rfTc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "89a35ebc-eb4d-49f9-b97a-7d69848b1c5d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "9ace840c-f70b-4240-8921-657797953f0f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214100Z:9ace840c-f70b-4240-8921-657797953f0f" ], + "x-ms-request-id": [ "f76e391c-7a5b-4e07-8405-da32a443b628" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/9867fbed-8c2c-4051-bc94-813c48a28a55" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "e85ba646-1271-4316-b237-e31f14b14288" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105133Z:e85ba646-1271-4316-b237-e31f14b14288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:41:00 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 771894327E824C3FA6BFEDACF79436C1 Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:33Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "83" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"bf3328bb-94df-4f20-9e31-c21fce7adde8\",\"status\":\"InProgress\",\"startTime\":\"2021-08-27T21:40:30.283Z\"}" + "Content": "{\"operation\":\"DropServerManagementOperation\",\"startTime\":\"2025-10-31T10:51:33.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01+10": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/azureAsyncOperation/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046934866331\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fUcIcmT1toHZxKxTiyBs8Nbp9kGwQT3CsDJI_LDsLge_P84yg4m46jAIPikKspIlIM7oTUYEeCLR-h6LA_QqGyAtnAABm8sqRR8ByBXpyS5Ko3KCokLG1hC1CYiJKysLmPrz_woGFqhOwgwyicjHmd0NABs_AGvsg0xTYjOCEP6k2lALUc5ZSuVToqtBwYZRPxzeHjCPx98UXJxbSKk5CRkHEgB_7l7r-FKmAB8CKGwFmuzBcs70ReMrMjjmQdiwLfwaFTxFlufOTmkGaGNQtpZ8fEKX7JvpoiFpWpuA9fxkZeTcahqvqZ1xOcWYPmGLs257MlKiN0sR8dHfHvqkZw\u0026h=M5elc0SJdeho-SVVmnNpm2mwmrjTsfO0w0TboT8rfTc+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/azureAsyncOperation/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046934866331\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fUcIcmT1toHZxKxTiyBs8Nbp9kGwQT3CsDJI_LDsLge_P84yg4m46jAIPikKspIlIM7oTUYEeCLR-h6LA_QqGyAtnAABm8sqRR8ByBXpyS5Ko3KCokLG1hC1CYiJKysLmPrz_woGFqhOwgwyicjHmd0NABs_AGvsg0xTYjOCEP6k2lALUc5ZSuVToqtBwYZRPxzeHjCPx98UXJxbSKk5CRkHEgB_7l7r-FKmAB8CKGwFmuzBcs70ReMrMjjmQdiwLfwaFTxFlufOTmkGaGNQtpZ8fEKX7JvpoiFpWpuA9fxkZeTcahqvqZ1xOcWYPmGLs257MlKiN0sR8dHfHvqkZw\u0026h=M5elc0SJdeho-SVVmnNpm2mwmrjTsfO0w0TboT8rfTc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "b34b5aa4-75d1-42c1-a2f9-c52c74db968e" ], + "x-ms-unique-id": [ "118" ], + "x-ms-client-request-id": [ "8cb4b7e0-998d-44f1-b3c3-aed54ac86bb9" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1725,35 +869,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "4e07603b-f623-4fd4-b4a0-5e5c7ef90602" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "1ce0f54b-3619-4ced-8043-910d2432a6fa" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214115Z:1ce0f54b-3619-4ced-8043-910d2432a6fa" ], + "x-ms-request-id": [ "82e70127-0afd-425d-9a29-191f0c2df450" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/8a74c7bb-8d81-462c-92d8-08a674e4c8b0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "a180b0b7-be77-4c0e-8bbc-030f5f44a851" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105148Z:a180b0b7-be77-4c0e-8bbc-030f5f44a851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:41:14 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5C4D58E98FC4445AB94568D0559B0DFB Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:48Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"bf3328bb-94df-4f20-9e31-c21fce7adde8\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T21:40:30.283Z\"}" + "Content": "{\"name\":\"f76e391c-7a5b-4e07-8405-da32a443b628\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:51:33.44Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01+11": { + "AzMySqlFlexibleServerCreateWithFirewallRule+[NoContext]+PublicAccessScenario-FirewallRule+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West US 2/operationResults/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046935022502\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=HNnvFeks5JBu_SPL663vhBGSA8Kxx88wT7eUlJ5kf_5z1NZuJ8_MWGIirEsgXKizr0qDYYFb8jle7flA3s6h6VRZ8IpracWXxskMSpJ1yz8IgwlzWUYBgm_St9fptJ-FA9HPdZ3eLaYBQHF1WBnZVwg1p1zKcYfvA6D-4Lu9gwc7RFBh7RXDt6UyzRCQeIPZUTA17Ys6Es1FcTB8Bcfb6bngXiG2ySfwxRosUGx-JosACx76hWKsFwwZq6IwX024up9x_FiPUaN1z41s-nwIckw7Y-AKLceqBWU_K2C_6-2oJa2P5rJxtDTgPu51A2vhpJne9_uFXIHZY_jsvLpHLA\u0026h=qNzgN44kXktG0Q_pIgzfDa0_tUzOhZ6PIVyGA00N69c+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/bf3328bb-94df-4f20-9e31-c21fce7adde8?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/West%20US%202/operationResults/f76e391c-7a5b-4e07-8405-da32a443b628?api-version=2021-05-01\u0026t=638975046935022502\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=HNnvFeks5JBu_SPL663vhBGSA8Kxx88wT7eUlJ5kf_5z1NZuJ8_MWGIirEsgXKizr0qDYYFb8jle7flA3s6h6VRZ8IpracWXxskMSpJ1yz8IgwlzWUYBgm_St9fptJ-FA9HPdZ3eLaYBQHF1WBnZVwg1p1zKcYfvA6D-4Lu9gwc7RFBh7RXDt6UyzRCQeIPZUTA17Ys6Es1FcTB8Bcfb6bngXiG2ySfwxRosUGx-JosACx76hWKsFwwZq6IwX024up9x_FiPUaN1z41s-nwIckw7Y-AKLceqBWU_K2C_6-2oJa2P5rJxtDTgPu51A2vhpJne9_uFXIHZY_jsvLpHLA\u0026h=qNzgN44kXktG0Q_pIgzfDa0_tUzOhZ6PIVyGA00N69c", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "b34b5aa4-75d1-42c1-a2f9-c52c74db968e" ], + "x-ms-unique-id": [ "119" ], + "x-ms-client-request-id": [ "8cb4b7e0-998d-44f1-b3c3-aed54ac86bb9" ], "CommandName": [ "Remove-AzMySqlFlexibleServer" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServer_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1764,19 +913,23 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9e55e0b3-686b-4b99-874b-4e44d4ffcf28" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "75c799a1-e63d-4ae1-8ca1-135d52aea439" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T214115Z:75c799a1-e63d-4ae1-8ca1-135d52aea439" ], + "x-ms-request-id": [ "d83ae660-910c-4fa9-8abc-0aae8ce2c13a" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/a68efa05-603d-41d8-9e91-0144380cbdf2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "8b00d350-b05a-42ec-b815-8a5c60a3153e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105149Z:8b00d350-b05a-42ec-b815-8a5c60a3153e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 21:41:14 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CC813FAC036846B58D10716855542386 Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:49Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:49 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithVnet.Tests.ps1 b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithVnet.Tests.ps1 index dbe58d291a83..7e79dd53fbf3 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithVnet.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerCreateWithVnet.Tests.ps1 @@ -15,7 +15,7 @@ $DELEGATION_SERVICE_NAME = "Microsoft.DBforMySQL/flexibleServers" $DEFAULT_VNET_PREFIX = '10.0.0.0/16' $DEFAULT_SUBNET_PREFIX = '10.0.0.0/24' -Describe 'AzMySqlFlexibleServerCreateWithVnet' { +Describe 'AzMySqlFlexibleServerCreateWithVnet' -Tag 'LiveOnly' { function WaitServerDelete(){ Start-TestSleep -Seconds 450 } @@ -41,62 +41,56 @@ Describe 'AzMySqlFlexibleServerCreateWithVnet' { It 'NoArgumentsScenario' { { - if ($TestMode -eq 'live') { - $Server = New-AzMySqlFlexibleServer -Location $env.location - $Server | Get-Member - $Splits = $Server.Id -Split "/" - $ResourceGroupName = $Splits[4] - $SubnetName = 'Subnet' + $Server.Name - $VnetName = 'VNET' + $Server.Name - $Vnet = Get-AzVirtualNetwork -Name $VnetName -ResourceGroupName $ResourceGroupName - $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $SubnetName -VirtualNetwork $Vnet - - $Server.SkuName | Should -Be "Standard_B1ms" - $Server.SkuTier | Should -Be "Burstable" - $Server.StorageProfileStorageMb | Should -Be 10240 - $Server.StorageProfileBackupRetentionDay | Should -Be 7 - - $Vnet = Get-AzVirtualNetwork -Name $VNetName -ResourceGroupName $ResourceGroupName - $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $SubnetName -VirtualNetwork $Vnet - - $Server.DelegatedSubnetArgumentSubnetArmResourceId | Should -Be $Subnet.Id - $Delegation = Get-AzDelegation -Name Microsoft.DBforMySQL/flexibleServers -Subnet $Subnet - $Delegation.ServiceName | Should -Be $DELEGATION_SERVICE_NAME - - Remove-AzMySqlFlexibleServer -ResourceGroupName $ResourceGroupName -Name $Server.Name - WaitServerDelete - $Subnet = Remove-AzDelegation -Name $DELEGATION_SERVICE_NAME -Subnet $Subnet - Set-AzVirtualNetwork -VirtualNetwork $Vnet - Remove-AzVirtualNetwork -Name $Vnet.Name -ResourceGroupName $ResourceGroupName -Force - Remove-AzResourceGroup -Name $ResourceGroupName -Force - } + $Server = New-AzMySqlFlexibleServer -Location $env.location + $Server | Get-Member + $Splits = $Server.Id -Split "/" + $ResourceGroupName = $Splits[4] + $SubnetName = 'Subnet' + $Server.Name + $VnetName = 'VNET' + $Server.Name + $Vnet = Get-AzVirtualNetwork -Name $VnetName -ResourceGroupName $ResourceGroupName + $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $SubnetName -VirtualNetwork $Vnet + + $Server.SkuName | Should -Be "Standard_B1ms" + $Server.SkuTier | Should -Be "Burstable" + $Server.StorageProfileStorageMb | Should -Be 10240 + $Server.StorageProfileBackupRetentionDay | Should -Be 7 + + $Vnet = Get-AzVirtualNetwork -Name $VNetName -ResourceGroupName $ResourceGroupName + $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $SubnetName -VirtualNetwork $Vnet + + $Server.DelegatedSubnetArgumentSubnetArmResourceId | Should -Be $Subnet.Id + $Delegation = Get-AzDelegation -Name Microsoft.DBforMySQL/flexibleServers -Subnet $Subnet + $Delegation.ServiceName | Should -Be $DELEGATION_SERVICE_NAME + + Remove-AzMySqlFlexibleServer -ResourceGroupName $ResourceGroupName -Name $Server.Name + WaitServerDelete + $Subnet = Remove-AzDelegation -Name $DELEGATION_SERVICE_NAME -Subnet $Subnet + Set-AzVirtualNetwork -VirtualNetwork $Vnet + Remove-AzVirtualNetwork -Name $Vnet.Name -ResourceGroupName $ResourceGroupName -Force + Remove-AzResourceGroup -Name $ResourceGroupName -Force } | Should -Not -Throw } It 'VnetNameScenario-ValidVnet' { { - if ($TestMode -eq 'live') { - # valid vnet name and the vnet exists - $Vnet = New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName $env.resourceGroup -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Force - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Vnet $Vnet.Name - - $SubnetName = 'Subnet' + $Server.Name - ValidateSubnetVnet $Server $env.VNetName $SubnetName - RemoveServerVnet $env.flexibleServerName3 $env.VNetName $SubnetName - } + # valid vnet name and the vnet exists + $Vnet = New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName $env.resourceGroup -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Force + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Vnet $Vnet.Name + + $SubnetName = 'Subnet' + $Server.Name + ValidateSubnetVnet $Server $env.VNetName $SubnetName + RemoveServerVnet $env.flexibleServerName3 $env.VNetName $SubnetName } | Should -Not -Throw } It 'VnetNameScenario-ValidVnetNotExist' { { - if ($TestMode -eq 'live') { - # valid vnet name but the vnet doesn't exist - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName2 -ResourceGroupName $env.resourceGroup -Vnet nonexistingvnetforpowershelltest - - $SubnetName = 'Subnet' + $Server.Name - ValidateSubnetVnet $Server nonexistingvnetforpowershelltest $SubnetName - RemoveServerVnet $env.flexibleServerName2 nonexistingvnetforpowershelltest $SubnetName - } + # valid vnet name but the vnet doesn't exist + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName2 -ResourceGroupName $env.resourceGroup -Vnet nonexistingvnetforpowershelltest + + $SubnetName = 'Subnet' + $Server.Name + ValidateSubnetVnet $Server nonexistingvnetforpowershelltest $SubnetName + RemoveServerVnet $env.flexibleServerName2 nonexistingvnetforpowershelltest $SubnetName } | Should -Not -Throw } @@ -151,42 +145,38 @@ Describe 'AzMySqlFlexibleServerCreateWithVnet' { It 'SubnetIdScenario-ValidSubnet' { { - if ($TestMode -eq 'live') { - # valid subnet Id and the subnet exists without delegation - $Subnet = New-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -AddressPrefix $DEFAULT_SUBNET_PREFIX - New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName $env.resourceGroup -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Subnet $Subnet -Force - $SubnetId = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/$($env.VNetName)" + "/subnets/$($env.SubnetName)" - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Subnet $SubnetId - - ValidateSubnetVnet $Server $env.VNetName $env.SubnetName - RemoveServerVnet $env.flexibleServerName3 $env.VNetName $env.SubnetName - } + # valid subnet Id and the subnet exists without delegation + $Subnet = New-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -AddressPrefix $DEFAULT_SUBNET_PREFIX + New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName $env.resourceGroup -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Subnet $Subnet -Force + $SubnetId = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/$($env.VNetName)" + "/subnets/$($env.SubnetName)" + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Subnet $SubnetId + + ValidateSubnetVnet $Server $env.VNetName $env.SubnetName + RemoveServerVnet $env.flexibleServerName3 $env.VNetName $env.SubnetName } | Should -Not -Throw } It 'SubnetIdScenario-ValidSubnetDifferentRg' { { - if ($TestMode -eq 'live') { - # valid subnet Id and the subnet exists without delegation, different resource group - New-AzResourceGroup -Name MySqlTest2 -Location $env.location - $Subnet = New-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -AddressPrefix $DEFAULT_SUBNET_PREFIX - $Vnet = New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName MySqlTest2 -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Subnet $Subnet -Force - $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -VirtualNetwork $Vnet - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Subnet $Subnet.Id - - $Vnet = Get-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName MySqlTest2 - $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -VirtualNetwork $Vnet - - $Server.DelegatedSubnetArgumentSubnetArmResourceId | Should -Be $Subnet.Id - $Delegation = Get-AzDelegation -Name Microsoft.DBforMySQL/flexibleServers -Subnet $Subnet - $Delegation.ServiceName | Should -Be $DELEGATION_SERVICE_NAME - - Remove-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $env.flexibleServerName3 - WaitServerDelete - $Subnet = Remove-AzDelegation -Name $DELEGATION_SERVICE_NAME -Subnet $Subnet - Set-AzVirtualNetwork -VirtualNetwork $Vnet - Remove-AzVirtualNetwork -Name $Vnet.Name -ResourceGroupName MySqlTest2 -Force - } + # valid subnet Id and the subnet exists without delegation, different resource group + New-AzResourceGroup -Name MySqlTest2 -Location $env.location + $Subnet = New-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -AddressPrefix $DEFAULT_SUBNET_PREFIX + $Vnet = New-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName MySqlTest2 -Location $env.location -AddressPrefix $DEFAULT_VNET_PREFIX -Subnet $Subnet -Force + $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -VirtualNetwork $Vnet + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Subnet $Subnet.Id + + $Vnet = Get-AzVirtualNetwork -Name $env.VNetName -ResourceGroupName MySqlTest2 + $Subnet = Get-AzVirtualNetworkSubnetConfig -Name $env.SubnetName -VirtualNetwork $Vnet + + $Server.DelegatedSubnetArgumentSubnetArmResourceId | Should -Be $Subnet.Id + $Delegation = Get-AzDelegation -Name Microsoft.DBforMySQL/flexibleServers -Subnet $Subnet + $Delegation.ServiceName | Should -Be $DELEGATION_SERVICE_NAME + + Remove-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $env.flexibleServerName3 + WaitServerDelete + $Subnet = Remove-AzDelegation -Name $DELEGATION_SERVICE_NAME -Subnet $Subnet + Set-AzVirtualNetwork -VirtualNetwork $Vnet + Remove-AzVirtualNetwork -Name $Vnet.Name -ResourceGroupName MySqlTest2 -Force } | Should -Not -Throw } @@ -244,25 +234,21 @@ Describe 'AzMySqlFlexibleServerCreateWithVnet' { It 'VnetSubnetScenario-ValidVnetSubnetNotExist' { { - if ($TestMode -eq 'live') { - # vnet name and subnet name resource do not exist - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Vnet $env.VNetName -Subnet $env.SubnetName -VnetPrefix $DEFAULT_VNET_PREFIX -SubnetPrefix $DEFAULT_SUBNET_PREFIX + # vnet name and subnet name resource do not exist + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName3 -ResourceGroupName $env.resourceGroup -Vnet $env.VNetName -Subnet $env.SubnetName -VnetPrefix $DEFAULT_VNET_PREFIX -SubnetPrefix $DEFAULT_SUBNET_PREFIX - ValidateSubnetVnet $Server $env.VNetName $env.SubnetName - Remove-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $env.flexibleServerName3 - } + ValidateSubnetVnet $Server $env.VNetName $env.SubnetName + Remove-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $env.flexibleServerName3 } | Should -Not -Throw } It 'VnetSubnetScenario-ValidVnetSubnet' { { - if ($TestMode -eq 'live') { - # vnet name and subnet name, resource exist - $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName2 -ResourceGroupName $env.resourceGroup -Vnet $env.VNetName -Subnet $env.SubnetName + # vnet name and subnet name, resource exist + $Server = New-AzMySqlFlexibleServer -Location $env.location -Name $env.flexibleServerName2 -ResourceGroupName $env.resourceGroup -Vnet $env.VNetName -Subnet $env.SubnetName - ValidateSubnetVnet $Server $env.VNetName $env.SubnetName - RemoveServerVnet $env.flexibleServerName2 $env.VNetName $env.SubnetName - } + ValidateSubnetVnet $Server $env.VNetName $env.SubnetName + RemoveServerVnet $env.flexibleServerName2 $env.VNetName $env.SubnetName } | Should -Not -Throw } } diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Recording.json b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Recording.json index 7164f770b117..8482a3ecd514 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Recording.json +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Recording.json @@ -1,16 +1,17 @@ { - "AzMySqlFlexibleServerDatabase+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerDatabase+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "71" ], - "x-ms-client-request-id": [ "b534023b-9d0e-4f7e-84da-6b95eb48ed62" ], + "x-ms-unique-id": [ "120" ], + "x-ms-client-request-id": [ "baf2f99d-3a14-4b2e-9c0f-6128d36ac42b" ], "CommandName": [ "Get-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerDatabase_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,32 +23,37 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1b3f1da2-001e-4434-9d0c-f5442a402244" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-correlation-request-id": [ "c5b1221e-d462-473f-a2c8-802562648350" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064631Z:c5b1221e-d462-473f-a2c8-802562648350" ], + "x-ms-request-id": [ "71100de8-d485-4fe5-a27e-a564d0bee297" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/0026c850-cce0-4ecb-8efd-53e9dfc67453" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "f319befa-1760-4611-a663-146e09a950d1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105151Z:f319befa-1760-4611-a663-146e09a950d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:31 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 44BC69F05D8F4F6FA6BDD77738E26E5A Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:50Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1640" ], + "Content-Length": [ "1666" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"charset\":\"utf8\",\"collation\":\"utf8_general_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/information_schema\",\"name\":\"information_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8\",\"collation\":\"utf8_general_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/flexibleserverdb\",\"name\":\"flexibleserverdb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysql\",\"name\":\"mysql\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8\",\"collation\":\"utf8_general_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/performance_schema\",\"name\":\"performance_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8\",\"collation\":\"utf8_general_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/sys\",\"name\":\"sys\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}]}" + "Content": "{\"value\":[{\"properties\":{\"charset\":\"utf8mb4\",\"collation\":\"utf8mb4_0900_ai_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysql\",\"name\":\"mysql\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8mb3\",\"collation\":\"utf8mb3_general_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/information_schema\",\"name\":\"information_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8mb4\",\"collation\":\"utf8mb4_0900_ai_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/performance_schema\",\"name\":\"performance_schema\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8mb4\",\"collation\":\"utf8mb4_0900_ai_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/sys\",\"name\":\"sys\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"},{\"properties\":{\"charset\":\"utf8mb3\",\"collation\":\"utf8mb3_general_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/flexibleserverdb\",\"name\":\"flexibleserverdb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", - "Content": "{\r\n \"properties\": {\r\n \"charset\": \"latin1\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "Content": "{\r\n \"properties\": {\r\n \"charset\": \"latin1\",\r\n \"collation\": \"latin1_swedish_ci\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "53" ] + "Content-Length": [ "92" ] } }, "Response": { @@ -55,39 +61,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9143b3a8-538e-460e-aaaa-417654c4ddb7?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/2a9659c4-850c-4d92-a683-62f6c0ee24be?api-version=2021-05-01\u0026t=638975047118940647\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=hU-6hd_-CQWmpb2WPOkain-ebjpvr8pJCxr7OO_jfTfYGY-x2L5m4EDCAedp3YTmYdpaZd_rkftXdQi6vOO3DnzHOMcPWNFEU7D9HClSdSGK4FvtUPdlcDjCb8-slXeWzMu4i6JaV0RNL_V93Z8-TfXc6hCeQzZGzCgFJUEg8JNijmkaIYKufeBo5091Zcsgw8PyL9LZd-g81_kxab2xDLzuNLBS733Nv3Zumch37I22IQk_WN2Tofy-Sd5QVySAoWu6iZy8Jb1qYHdQU6KGV65LBY7Bkya4TbeasM984fWIqoGuRbyYTbO-bBgVjopihvyZhKFWLF5R_Mu3FKC4HA\u0026h=a012FUj-nME6lFda1SGyZIv_loy-xsevJ2FE4kOfP_k" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9143b3a8-538e-460e-aaaa-417654c4ddb7?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a9659c4-850c-4d92-a683-62f6c0ee24be?api-version=2021-05-01\u0026t=638975047118784388\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=bzEx-a1Q1sLWGLzOOhaCH8Q1WeRkTaFfETxOBjmqro1YD5iCwMEBhDJcsaL9Kx6f5LcA1TMqodl1FVwIr7ym1RztL6O2A03Gs4SKQKmsc4tMiSnhqJvFtUodJ8dpwuj2awGP1MrKbrCkHsiZbLty0IkL-gWDbPxhGGYg3r8Vfpa7qx4TfU3ztvA5POsh-SHnZxOM0hWfzNMzwXAJhoSSAKZwmklS_TZFkG0zAibfd8ZKyrQvFA3qtT9yoDB7jsTSfG_jnPvvJl30CXli7lk7ISyvijo1k20BjSDLLWDdA5rC6ZzbJ1yWx0D4we4kPkgsVqNln_YRqOmw-BzlciMfGA\u0026h=DW2JzcsRRjJuCrZRsPhBACAm57aFrtYu48OoyIFawFY" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9143b3a8-538e-460e-aaaa-417654c4ddb7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "47fe8f6f-82dd-4ab5-94a0-febb4a0e481f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064632Z:47fe8f6f-82dd-4ab5-94a0-febb4a0e481f" ], + "x-ms-request-id": [ "2a9659c4-850c-4d92-a683-62f6c0ee24be" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/116a9d1c-173b-4c69-a420-fa2e64099c18" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "7cacedb7-2b07-48d1-a7ff-49296d9da525" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105151Z:7cacedb7-2b07-48d1-a7ff-49296d9da525" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:31 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 455FEDE5081542CE97D2FD0AD8A67832 Ref B: JKT201051407036 Ref C: 2025-10-31T10:51:51Z" ], + "Date": [ "Fri, 31 Oct 2025 10:51:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "92" ], + "Content-Length": [ "93" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerDatabaseManagementOperation\",\"startTime\":\"2021-08-27T06:46:32.1Z\"}" + "Content": "{\"operation\":\"UpsertServerDatabaseManagementOperation\",\"startTime\":\"2025-10-31T10:51:51.71Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9143b3a8-538e-460e-aaaa-417654c4ddb7?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a9659c4-850c-4d92-a683-62f6c0ee24be?api-version=2021-05-01\u0026t=638975047118784388\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=bzEx-a1Q1sLWGLzOOhaCH8Q1WeRkTaFfETxOBjmqro1YD5iCwMEBhDJcsaL9Kx6f5LcA1TMqodl1FVwIr7ym1RztL6O2A03Gs4SKQKmsc4tMiSnhqJvFtUodJ8dpwuj2awGP1MrKbrCkHsiZbLty0IkL-gWDbPxhGGYg3r8Vfpa7qx4TfU3ztvA5POsh-SHnZxOM0hWfzNMzwXAJhoSSAKZwmklS_TZFkG0zAibfd8ZKyrQvFA3qtT9yoDB7jsTSfG_jnPvvJl30CXli7lk7ISyvijo1k20BjSDLLWDdA5rC6ZzbJ1yWx0D4we4kPkgsVqNln_YRqOmw-BzlciMfGA\u0026h=DW2JzcsRRjJuCrZRsPhBACAm57aFrtYu48OoyIFawFY+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9143b3a8-538e-460e-aaaa-417654c4ddb7?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/2a9659c4-850c-4d92-a683-62f6c0ee24be?api-version=2021-05-01\u0026t=638975047118784388\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=bzEx-a1Q1sLWGLzOOhaCH8Q1WeRkTaFfETxOBjmqro1YD5iCwMEBhDJcsaL9Kx6f5LcA1TMqodl1FVwIr7ym1RztL6O2A03Gs4SKQKmsc4tMiSnhqJvFtUodJ8dpwuj2awGP1MrKbrCkHsiZbLty0IkL-gWDbPxhGGYg3r8Vfpa7qx4TfU3ztvA5POsh-SHnZxOM0hWfzNMzwXAJhoSSAKZwmklS_TZFkG0zAibfd8ZKyrQvFA3qtT9yoDB7jsTSfG_jnPvvJl30CXli7lk7ISyvijo1k20BjSDLLWDdA5rC6ZzbJ1yWx0D4we4kPkgsVqNln_YRqOmw-BzlciMfGA\u0026h=DW2JzcsRRjJuCrZRsPhBACAm57aFrtYu48OoyIFawFY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "e420c0ba-8cfa-4b75-862c-e5af75e854e9" ], + "x-ms-unique-id": [ "122" ], + "x-ms-client-request-id": [ "d33f4335-ccc6-416a-996d-c9fc088e3d89" ], "CommandName": [ "New-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "New-AzMySqlFlexibleServerDatabase_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -99,35 +110,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3d4eace2-e99e-4de3-b956-d289608c01ea" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-correlation-request-id": [ "731113fe-3eef-40d2-ab17-9f5026e9d3f0" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064647Z:731113fe-3eef-40d2-ab17-9f5026e9d3f0" ], + "x-ms-request-id": [ "78cdcebf-6716-43e6-8099-34c6f622d54d" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/8f15b079-5c69-4be8-8d74-5bc986111ea5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "abb2c68a-b2de-405f-978b-4976231b2298" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105207Z:abb2c68a-b2de-405f-978b-4976231b2298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:46 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E2F0D62CF7F14437B950F6BCB1C7D330 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:07Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "105" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"9143b3a8-538e-460e-aaaa-417654c4ddb7\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:46:32.1Z\"}" + "Content": "{\"name\":\"2a9659c4-850c-4d92-a683-62f6c0ee24be\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:51:51.71Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "e420c0ba-8cfa-4b75-862c-e5af75e854e9" ], + "x-ms-unique-id": [ "123" ], + "x-ms-client-request-id": [ "d33f4335-ccc6-416a-996d-c9fc088e3d89" ], "CommandName": [ "New-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "New-AzMySqlFlexibleServerDatabase_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -138,34 +154,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a6ffadd1-6d9c-4f15-8864-5470b5072c2a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-correlation-request-id": [ "47e91096-bdbf-4b29-afe0-355c43f5e69a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064647Z:47e91096-bdbf-4b29-afe0-355c43f5e69a" ], + "x-ms-request-id": [ "01abf570-ff4a-454c-a920-36cd572086be" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/3e6dbeb8-3be9-4a4e-a2f0-fd942273c9f0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "0896f408-e3b4-41d4-961c-534eb7056b4b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105208Z:0896f408-e3b4-41d4-961c-534eb7056b4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:46 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1CD70197A06D4C1897B5E6C783A9742B Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:07Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "318" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "874b7e76-2ab0-405f-bd07-3ddb81d39e30" ], + "x-ms-unique-id": [ "124" ], + "x-ms-client-request-id": [ "1940ef3a-c9fe-46ec-8060-24fc7f6e288a" ], "CommandName": [ "Get-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -177,34 +198,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "acb522e7-43bc-4cd5-a40b-915ba20365ce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-correlation-request-id": [ "34bfad9e-4e38-4dbe-9491-ae3c3bba8c12" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064647Z:34bfad9e-4e38-4dbe-9491-ae3c3bba8c12" ], + "x-ms-request-id": [ "0b926e4c-dd80-4edf-9d9b-e3659847e772" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/57c567f4-7aa3-484f-b2e5-c47c08fb18f1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-correlation-request-id": [ "729ac3bb-e7f2-4fde-aa85-c2bfbea6b6b0" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105209Z:729ac3bb-e7f2-4fde-aa85-c2bfbea6b6b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:46 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A4B526DE035349F39A575F4CAF895E37 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "318" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "78bbc1ca-0e33-4131-82df-39637599df88" ], + "x-ms-unique-id": [ "125" ], + "x-ms-client-request-id": [ "bdf7117d-746c-4aba-804e-211b52a82162" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -215,39 +241,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nOYMRAu4EDIbRjl_fEavQf4SkxlQPjR19xID2G9un4FqP196C27jfeCPMigoXtn4WxTrGrcf7pOV5c7bU-oKYKuioehnJrapZ4EyEFecpsJiQoO5hwa6vNKc6j4eas43nvkM5IEzBEECWEgg5IEZOVP_FT6UgrDN2WCtpQlraUFA--HlvqLmYl3qEfTLsy-Wbgu5i0eXS0-gOyXaUXQYcozgVl__zv-X-kjQujESsHwMib4smrx-y9YBgc7OFCjD2DEpJf7vYmEZmQlTplTRIyW73TCVdoGGBKGVi7SU2nS6XleK6oXlr78URcSSHcvQS0OCgzkzXli_I_FVStO7Xw\u0026h=Wea9CRwxt_RS3OMLequtTHk5WkYGhbJ4FaVCJoAlYiY" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=I9h4fjIUtW-KEL0BBFFrFIqlCE9oB0dcKTwa3x7FmZXr-0nSBqkdwU6eFbh1RAwByKMB5juuJ3u7ph-69YqgVpFk88g--MrxHc1uHjVMnWBdO_fx8hUY6h57po12VfyHNy7GIZWI4uK7VK8BOy3s1eoCSC-pyzQVU4wDCCfQ_abIb0X7vDIqZK0K3Tj97T5tMWbzm9sgXdDjZl1Cf_3zB2tMMapdAeBt_BhfjOPulXlkaPmUWQa9LTDJN-5vnv_PbOeiV-RzfxaD1Vtt3T7YTdQg8FGmhBpZwdSCOZYGRgWjQXnASt1HI9w6f2U1OW84mFL7ESmGJyyZSX4w1V5UiA\u0026h=NdfRCq0QqK1BJ1PY6fgN8E_dsz3ncquEbdBW6IS3P98" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "f0908c14-b06c-46f7-b8ae-1875630882e3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "3feb790a-7f95-44c5-9903-dac3f567982e" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064648Z:3feb790a-7f95-44c5-9903-dac3f567982e" ], + "x-ms-request-id": [ "60e07c27-8753-4f7f-94d2-83196906ae04" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/da760528-21b9-4863-992b-f03ea7c732d9" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "21ed4060-a282-443f-984f-ca7bca7b5c6d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105210Z:21ed4060-a282-443f-984f-ca7bca7b5c6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:46:47 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 6B97402E3BF2475EACB99E645791A84C Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:09Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "91" ], + "Content-Length": [ "92" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerDatabaseManagementOperation\",\"startTime\":\"2021-08-27T06:46:47.96Z\"}" + "Content": "{\"operation\":\"DropServerDatabaseManagementOperation\",\"startTime\":\"2025-10-31T10:52:09.923Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=I9h4fjIUtW-KEL0BBFFrFIqlCE9oB0dcKTwa3x7FmZXr-0nSBqkdwU6eFbh1RAwByKMB5juuJ3u7ph-69YqgVpFk88g--MrxHc1uHjVMnWBdO_fx8hUY6h57po12VfyHNy7GIZWI4uK7VK8BOy3s1eoCSC-pyzQVU4wDCCfQ_abIb0X7vDIqZK0K3Tj97T5tMWbzm9sgXdDjZl1Cf_3zB2tMMapdAeBt_BhfjOPulXlkaPmUWQa9LTDJN-5vnv_PbOeiV-RzfxaD1Vtt3T7YTdQg8FGmhBpZwdSCOZYGRgWjQXnASt1HI9w6f2U1OW84mFL7ESmGJyyZSX4w1V5UiA\u0026h=NdfRCq0QqK1BJ1PY6fgN8E_dsz3ncquEbdBW6IS3P98+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=I9h4fjIUtW-KEL0BBFFrFIqlCE9oB0dcKTwa3x7FmZXr-0nSBqkdwU6eFbh1RAwByKMB5juuJ3u7ph-69YqgVpFk88g--MrxHc1uHjVMnWBdO_fx8hUY6h57po12VfyHNy7GIZWI4uK7VK8BOy3s1eoCSC-pyzQVU4wDCCfQ_abIb0X7vDIqZK0K3Tj97T5tMWbzm9sgXdDjZl1Cf_3zB2tMMapdAeBt_BhfjOPulXlkaPmUWQa9LTDJN-5vnv_PbOeiV-RzfxaD1Vtt3T7YTdQg8FGmhBpZwdSCOZYGRgWjQXnASt1HI9w6f2U1OW84mFL7ESmGJyyZSX4w1V5UiA\u0026h=NdfRCq0QqK1BJ1PY6fgN8E_dsz3ncquEbdBW6IS3P98", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "78bbc1ca-0e33-4131-82df-39637599df88" ], + "x-ms-unique-id": [ "126" ], + "x-ms-client-request-id": [ "bdf7117d-746c-4aba-804e-211b52a82162" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -259,35 +290,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "5e4edb8f-23ac-48db-a305-79a1a23d46ad" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "x-ms-correlation-request-id": [ "6291a827-aa6e-4dc2-9fb3-c1a6487cca06" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064703Z:6291a827-aa6e-4dc2-9fb3-c1a6487cca06" ], + "x-ms-request-id": [ "5ed2dd40-6b51-4bbb-afcf-aae3be038102" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e893e430-5f4d-4127-bb0b-2fe9d05baa76" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c26b9552-10ff-46e1-ba07-dc33203b34aa" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105225Z:c26b9552-10ff-46e1-ba07-dc33203b34aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:02 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 8FC8253F378246E2BED8FABBA288DBBF Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:25Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"f0908c14-b06c-46f7-b8ae-1875630882e3\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:46:47.96Z\"}" + "Content": "{\"name\":\"60e07c27-8753-4f7f-94d2-83196906ae04\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:52:09.923Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01+7": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nOYMRAu4EDIbRjl_fEavQf4SkxlQPjR19xID2G9un4FqP196C27jfeCPMigoXtn4WxTrGrcf7pOV5c7bU-oKYKuioehnJrapZ4EyEFecpsJiQoO5hwa6vNKc6j4eas43nvkM5IEzBEECWEgg5IEZOVP_FT6UgrDN2WCtpQlraUFA--HlvqLmYl3qEfTLsy-Wbgu5i0eXS0-gOyXaUXQYcozgVl__zv-X-kjQujESsHwMib4smrx-y9YBgc7OFCjD2DEpJf7vYmEZmQlTplTRIyW73TCVdoGGBKGVi7SU2nS6XleK6oXlr78URcSSHcvQS0OCgzkzXli_I_FVStO7Xw\u0026h=Wea9CRwxt_RS3OMLequtTHk5WkYGhbJ4FaVCJoAlYiY+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/f0908c14-b06c-46f7-b8ae-1875630882e3?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/60e07c27-8753-4f7f-94d2-83196906ae04?api-version=2021-05-01\u0026t=638975047300210076\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nOYMRAu4EDIbRjl_fEavQf4SkxlQPjR19xID2G9un4FqP196C27jfeCPMigoXtn4WxTrGrcf7pOV5c7bU-oKYKuioehnJrapZ4EyEFecpsJiQoO5hwa6vNKc6j4eas43nvkM5IEzBEECWEgg5IEZOVP_FT6UgrDN2WCtpQlraUFA--HlvqLmYl3qEfTLsy-Wbgu5i0eXS0-gOyXaUXQYcozgVl__zv-X-kjQujESsHwMib4smrx-y9YBgc7OFCjD2DEpJf7vYmEZmQlTplTRIyW73TCVdoGGBKGVi7SU2nS6XleK6oXlr78URcSSHcvQS0OCgzkzXli_I_FVStO7Xw\u0026h=Wea9CRwxt_RS3OMLequtTHk5WkYGhbJ4FaVCJoAlYiY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "78bbc1ca-0e33-4131-82df-39637599df88" ], + "x-ms-unique-id": [ "127" ], + "x-ms-client-request-id": [ "bdf7117d-746c-4aba-804e-211b52a82162" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -298,32 +334,37 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "2f7c68e2-2201-47a1-b23d-406332b0e848" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-correlation-request-id": [ "1f3b232e-df39-4095-bf42-cb88d0f52787" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064703Z:1f3b232e-df39-4095-bf42-cb88d0f52787" ], + "x-ms-request-id": [ "b149f7dd-762c-4221-94bf-9402e8253550" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/f2478754-448f-469e-b9ee-800e53ac6d2c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "12bde0d0-8c7b-4b60-8f6d-3cd909f8297f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105226Z:12bde0d0-8c7b-4b60-8f6d-3cd909f8297f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:02 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 50F12A39B7E14A7FAAAB9C8360129082 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:25Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "268" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", - "Content": "{\r\n \"properties\": {\r\n \"charset\": \"latin1\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "Content": "{\r\n \"properties\": {\r\n \"charset\": \"latin1\",\r\n \"collation\": \"latin1_swedish_ci\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "53" ] + "Content-Length": [ "92" ] } }, "Response": { @@ -331,39 +372,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/415a3086-4256-4765-9aff-c319f5835106?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/e714ac97-9ad8-4816-8559-2caa9136c482?api-version=2021-05-01\u0026t=638975047488683038\u0026c=MIIIFjCCBv6gAwIBAgITHgeRzf7Uu8L1ZpXWYAAAB5HN_jANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDI0MTgyMDAzWhcNMjYwNDIyMTgyMDAzWjCBjDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xPjA8BgNVBAMTNWFzeW5jb3BlcmF0aW9uc2lnbmluZ2NlcnRpZmljYXRlLm1hbmFnZW1lbnQuYXp1cmUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6CUxrCAOagq7BfH8WLNDr3ScpfRA7zHlonbHOoaMGCcY7frickkX3NeIfHadquO-zJnDNZXyyD-u_pN_47d-PaCbZ-aQuOANQDbi-Zz1R8OmPUU2hGb8hdS3hiltlUw8KeQm9yz5IVAerQw02f_06eY06NzkWPLSZDc2U9s95xyCVBRvNbBbGPKVFtBIUz8705GVVrOOPJSxSMIg_PRxISbhRuiviPN_7anpRdIwKmQaC4EM1l4112BU9-h_d97u2rC0Z3ocMn5cVOKkkGpIwr7-A9XK_FnmwTsGGdH2TCt1a0OIx-rHYFSxt65ak5eldJqc0mVAJqNJhoEVk_OurQIDAQABo4IEtjCCBLIwJwYJKwYBBAGCNxUKBBowGDAKBggrBgEFBQcDATAKBggrBgEFBQcDAjA9BgkrBgEEAYI3FQcEMDAuBiYrBgEEAYI3FQiGkOMNhNW0eITxiz6Fm90Wzp0SgWCF-ZFLhayZNAIBZAIBBzCCAcsGCCsGAQUFBwEBBIIBvTCCAbkwYwYIKwYBBQUHMAKGV2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DZXJ0cy9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDEuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwyLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMy5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDQuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwHQYDVR0OBBYEFEV7AVV_jgy2WNW-aNP0FHFYKBDMMA4GA1UdDwEB_wQEAwIFoDBABgNVHREEOTA3gjVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASYGA1UdHwSCAR0wggEZMIIBFaCCARGgggENhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ1JML0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwxLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwyLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwzLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmw0LmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmwwgZ0GA1UdIASBlTCBkjAMBgorBgEEAYI3ewEBMGYGCisGAQQBgjd7AgIwWDBWBggrBgEFBQcCAjBKHkgAMwAzAGUAMAAxADkAMgAxAC0ANABkADYANAAtADQAZgA4AGMALQBhADAANQA1AC0ANQBiAGQAYQBmAGYAZAA1AGUAMwAzAGQwDAYKKwYBBAGCN3sDAjAMBgorBgEEAYI3ewQCMB8GA1UdIwQYMBaAFPFGaMbxw_ArLX2LauGy-b41_NFBMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjANBgkqhkiG9w0BAQsFAAOCAQEAR6WHomDiEtr3ICBBjMdBefiRylGmebqDxRb_7wbYvhl-0s7shp6R9fPewcuL_AoNERXVbcbcOADRErAa0Ikp-78KrMjJ0MYXLB-Ho-knBpeyH14d6NYhxk96WNXbOSdELr2XM7twEJh8JLWL-oAhsrH2Tks3DbWBEKnUJlW0wrng-TUs53RHr78V0N5Ewu0sexa6G8gAtn1hsbGMUixWuH6zRfywjxeBdv8PPtUKo_PjIdvlFTddiO8pOG-zCaYhXkjES8jTTK-0Dk2EBzrfBl8qUv1XUN_T-xpwCpD0mSYjHUEdJ1OyHlgl-HqWCqDK7712LS0frQNSWrXtrMkTeQ\u0026s=h7PPZSZKYXQE28ru1ek9tkf8x85VXOfl1XTTkmURuz8zc6inZDipKG7wDZ_Nt5yuErmINTQqrshyA59e4-eSiwSfm9G6Vzq93enmCEu1Ur3b1Tyz38cA0PVlQDeIjzaiibGhwG3quy7H79bXC_8Jl2MaQ1_YJRIGwWrMGX0001vm3V4_KCxisKtLeUkuvwZv2ECygCWxNsaDmIwnmGoU0bFuFzPHFQpvSGVnStgUzsJpkT7DOpkvx8jnU6q1xH-s1qmKoRnE_RAKKo8njP1LrVyufYvx9UJO1SIof9MB-A85SvfV83W4aNDB0PIqxkgickDTJnSWNX87MFboaXPMFg\u0026h=7y6gaD7BcD1Dcipuj4VQOuRyOAzIbFarVfRr6CTbYyg" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/415a3086-4256-4765-9aff-c319f5835106?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/e714ac97-9ad8-4816-8559-2caa9136c482?api-version=2021-05-01\u0026t=638975047488526791\u0026c=MIIIFjCCBv6gAwIBAgITHgeRzf7Uu8L1ZpXWYAAAB5HN_jANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDI0MTgyMDAzWhcNMjYwNDIyMTgyMDAzWjCBjDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xPjA8BgNVBAMTNWFzeW5jb3BlcmF0aW9uc2lnbmluZ2NlcnRpZmljYXRlLm1hbmFnZW1lbnQuYXp1cmUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6CUxrCAOagq7BfH8WLNDr3ScpfRA7zHlonbHOoaMGCcY7frickkX3NeIfHadquO-zJnDNZXyyD-u_pN_47d-PaCbZ-aQuOANQDbi-Zz1R8OmPUU2hGb8hdS3hiltlUw8KeQm9yz5IVAerQw02f_06eY06NzkWPLSZDc2U9s95xyCVBRvNbBbGPKVFtBIUz8705GVVrOOPJSxSMIg_PRxISbhRuiviPN_7anpRdIwKmQaC4EM1l4112BU9-h_d97u2rC0Z3ocMn5cVOKkkGpIwr7-A9XK_FnmwTsGGdH2TCt1a0OIx-rHYFSxt65ak5eldJqc0mVAJqNJhoEVk_OurQIDAQABo4IEtjCCBLIwJwYJKwYBBAGCNxUKBBowGDAKBggrBgEFBQcDATAKBggrBgEFBQcDAjA9BgkrBgEEAYI3FQcEMDAuBiYrBgEEAYI3FQiGkOMNhNW0eITxiz6Fm90Wzp0SgWCF-ZFLhayZNAIBZAIBBzCCAcsGCCsGAQUFBwEBBIIBvTCCAbkwYwYIKwYBBQUHMAKGV2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DZXJ0cy9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDEuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwyLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMy5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDQuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwHQYDVR0OBBYEFEV7AVV_jgy2WNW-aNP0FHFYKBDMMA4GA1UdDwEB_wQEAwIFoDBABgNVHREEOTA3gjVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASYGA1UdHwSCAR0wggEZMIIBFaCCARGgggENhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ1JML0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwxLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwyLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwzLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmw0LmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmwwgZ0GA1UdIASBlTCBkjAMBgorBgEEAYI3ewEBMGYGCisGAQQBgjd7AgIwWDBWBggrBgEFBQcCAjBKHkgAMwAzAGUAMAAxADkAMgAxAC0ANABkADYANAAtADQAZgA4AGMALQBhADAANQA1AC0ANQBiAGQAYQBmAGYAZAA1AGUAMwAzAGQwDAYKKwYBBAGCN3sDAjAMBgorBgEEAYI3ewQCMB8GA1UdIwQYMBaAFPFGaMbxw_ArLX2LauGy-b41_NFBMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjANBgkqhkiG9w0BAQsFAAOCAQEAR6WHomDiEtr3ICBBjMdBefiRylGmebqDxRb_7wbYvhl-0s7shp6R9fPewcuL_AoNERXVbcbcOADRErAa0Ikp-78KrMjJ0MYXLB-Ho-knBpeyH14d6NYhxk96WNXbOSdELr2XM7twEJh8JLWL-oAhsrH2Tks3DbWBEKnUJlW0wrng-TUs53RHr78V0N5Ewu0sexa6G8gAtn1hsbGMUixWuH6zRfywjxeBdv8PPtUKo_PjIdvlFTddiO8pOG-zCaYhXkjES8jTTK-0Dk2EBzrfBl8qUv1XUN_T-xpwCpD0mSYjHUEdJ1OyHlgl-HqWCqDK7712LS0frQNSWrXtrMkTeQ\u0026s=AQv0htkVT1J-s8nB0_BbLw-n4P5nxiXDrtuhiLUxUCaEtQPK5CAyD2FhqoO1wshOCb0R1fNZqeVzi6U5xSxxkpjYhTli1EdPXiQFHVYSQo8Yyr43IyMzqDOP1UWvJ9uFFPNMvNIQrOyEpyvyj9x1UTtdf-x4ii_95YZ3cjvK4O5pGXUeWq92VX52dJytjLJwYgWPtAm96AV1RVEOT84oMcLji0TeEFrmBj4kD0boNrKPr4wX8IGndM0L7E0j6DvW42pkDxEYV9MVWKRc9QFNmo_ACPlM42PJwWELnldYtyfTv4IkUhAskbK01LFb0U8Vr95B9D5gMyDgxoWNuGp5XQ\u0026h=UWLTZRyagPuzoDgwwvxlMtSSgTCC2ZYdXj3_3xlfPKw" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "415a3086-4256-4765-9aff-c319f5835106" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "909ae949-3f54-4eef-8347-3daa12163786" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064703Z:909ae949-3f54-4eef-8347-3daa12163786" ], + "x-ms-request-id": [ "e714ac97-9ad8-4816-8559-2caa9136c482" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/malaysiasouth/105a98c5-1e09-43bd-a5df-a4e27c5b92f2" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "31dcc261-f90c-4516-bafb-94e33fe5f6d2" ], + "x-ms-routing-request-id": [ "MALAYSIASOUTH:20251031T105228Z:31dcc261-f90c-4516-bafb-94e33fe5f6d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:03 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B323AB5D852F442693A8DB1E28D9E757 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:26Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "93" ], + "Content-Length": [ "94" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerDatabaseManagementOperation\",\"startTime\":\"2021-08-27T06:47:03.43Z\"}" + "Content": "{\"operation\":\"UpsertServerDatabaseManagementOperation\",\"startTime\":\"2025-10-31T10:52:28.593Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/415a3086-4256-4765-9aff-c319f5835106?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/e714ac97-9ad8-4816-8559-2caa9136c482?api-version=2021-05-01\u0026t=638975047488526791\u0026c=MIIIFjCCBv6gAwIBAgITHgeRzf7Uu8L1ZpXWYAAAB5HN_jANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDI0MTgyMDAzWhcNMjYwNDIyMTgyMDAzWjCBjDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xPjA8BgNVBAMTNWFzeW5jb3BlcmF0aW9uc2lnbmluZ2NlcnRpZmljYXRlLm1hbmFnZW1lbnQuYXp1cmUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6CUxrCAOagq7BfH8WLNDr3ScpfRA7zHlonbHOoaMGCcY7frickkX3NeIfHadquO-zJnDNZXyyD-u_pN_47d-PaCbZ-aQuOANQDbi-Zz1R8OmPUU2hGb8hdS3hiltlUw8KeQm9yz5IVAerQw02f_06eY06NzkWPLSZDc2U9s95xyCVBRvNbBbGPKVFtBIUz8705GVVrOOPJSxSMIg_PRxISbhRuiviPN_7anpRdIwKmQaC4EM1l4112BU9-h_d97u2rC0Z3ocMn5cVOKkkGpIwr7-A9XK_FnmwTsGGdH2TCt1a0OIx-rHYFSxt65ak5eldJqc0mVAJqNJhoEVk_OurQIDAQABo4IEtjCCBLIwJwYJKwYBBAGCNxUKBBowGDAKBggrBgEFBQcDATAKBggrBgEFBQcDAjA9BgkrBgEEAYI3FQcEMDAuBiYrBgEEAYI3FQiGkOMNhNW0eITxiz6Fm90Wzp0SgWCF-ZFLhayZNAIBZAIBBzCCAcsGCCsGAQUFBwEBBIIBvTCCAbkwYwYIKwYBBQUHMAKGV2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DZXJ0cy9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDEuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwyLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMy5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDQuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwHQYDVR0OBBYEFEV7AVV_jgy2WNW-aNP0FHFYKBDMMA4GA1UdDwEB_wQEAwIFoDBABgNVHREEOTA3gjVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASYGA1UdHwSCAR0wggEZMIIBFaCCARGgggENhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ1JML0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwxLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwyLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwzLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmw0LmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmwwgZ0GA1UdIASBlTCBkjAMBgorBgEEAYI3ewEBMGYGCisGAQQBgjd7AgIwWDBWBggrBgEFBQcCAjBKHkgAMwAzAGUAMAAxADkAMgAxAC0ANABkADYANAAtADQAZgA4AGMALQBhADAANQA1AC0ANQBiAGQAYQBmAGYAZAA1AGUAMwAzAGQwDAYKKwYBBAGCN3sDAjAMBgorBgEEAYI3ewQCMB8GA1UdIwQYMBaAFPFGaMbxw_ArLX2LauGy-b41_NFBMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjANBgkqhkiG9w0BAQsFAAOCAQEAR6WHomDiEtr3ICBBjMdBefiRylGmebqDxRb_7wbYvhl-0s7shp6R9fPewcuL_AoNERXVbcbcOADRErAa0Ikp-78KrMjJ0MYXLB-Ho-knBpeyH14d6NYhxk96WNXbOSdELr2XM7twEJh8JLWL-oAhsrH2Tks3DbWBEKnUJlW0wrng-TUs53RHr78V0N5Ewu0sexa6G8gAtn1hsbGMUixWuH6zRfywjxeBdv8PPtUKo_PjIdvlFTddiO8pOG-zCaYhXkjES8jTTK-0Dk2EBzrfBl8qUv1XUN_T-xpwCpD0mSYjHUEdJ1OyHlgl-HqWCqDK7712LS0frQNSWrXtrMkTeQ\u0026s=AQv0htkVT1J-s8nB0_BbLw-n4P5nxiXDrtuhiLUxUCaEtQPK5CAyD2FhqoO1wshOCb0R1fNZqeVzi6U5xSxxkpjYhTli1EdPXiQFHVYSQo8Yyr43IyMzqDOP1UWvJ9uFFPNMvNIQrOyEpyvyj9x1UTtdf-x4ii_95YZ3cjvK4O5pGXUeWq92VX52dJytjLJwYgWPtAm96AV1RVEOT84oMcLji0TeEFrmBj4kD0boNrKPr4wX8IGndM0L7E0j6DvW42pkDxEYV9MVWKRc9QFNmo_ACPlM42PJwWELnldYtyfTv4IkUhAskbK01LFb0U8Vr95B9D5gMyDgxoWNuGp5XQ\u0026h=UWLTZRyagPuzoDgwwvxlMtSSgTCC2ZYdXj3_3xlfPKw+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/415a3086-4256-4765-9aff-c319f5835106?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/e714ac97-9ad8-4816-8559-2caa9136c482?api-version=2021-05-01\u0026t=638975047488526791\u0026c=MIIIFjCCBv6gAwIBAgITHgeRzf7Uu8L1ZpXWYAAAB5HN_jANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDI0MTgyMDAzWhcNMjYwNDIyMTgyMDAzWjCBjDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xPjA8BgNVBAMTNWFzeW5jb3BlcmF0aW9uc2lnbmluZ2NlcnRpZmljYXRlLm1hbmFnZW1lbnQuYXp1cmUuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6CUxrCAOagq7BfH8WLNDr3ScpfRA7zHlonbHOoaMGCcY7frickkX3NeIfHadquO-zJnDNZXyyD-u_pN_47d-PaCbZ-aQuOANQDbi-Zz1R8OmPUU2hGb8hdS3hiltlUw8KeQm9yz5IVAerQw02f_06eY06NzkWPLSZDc2U9s95xyCVBRvNbBbGPKVFtBIUz8705GVVrOOPJSxSMIg_PRxISbhRuiviPN_7anpRdIwKmQaC4EM1l4112BU9-h_d97u2rC0Z3ocMn5cVOKkkGpIwr7-A9XK_FnmwTsGGdH2TCt1a0OIx-rHYFSxt65ak5eldJqc0mVAJqNJhoEVk_OurQIDAQABo4IEtjCCBLIwJwYJKwYBBAGCNxUKBBowGDAKBggrBgEFBQcDATAKBggrBgEFBQcDAjA9BgkrBgEEAYI3FQcEMDAuBiYrBgEEAYI3FQiGkOMNhNW0eITxiz6Fm90Wzp0SgWCF-ZFLhayZNAIBZAIBBzCCAcsGCCsGAQUFBwEBBIIBvTCCAbkwYwYIKwYBBQUHMAKGV2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2lpbmZyYS9DZXJ0cy9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDEuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwyLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMy5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDQuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwHQYDVR0OBBYEFEV7AVV_jgy2WNW-aNP0FHFYKBDMMA4GA1UdDwEB_wQEAwIFoDBABgNVHREEOTA3gjVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASYGA1UdHwSCAR0wggEZMIIBFaCCARGgggENhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ1JML0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwxLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwyLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmwzLmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmyGMWh0dHA6Ly9jcmw0LmFtZS5nYmwvY3JsL0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcmwwgZ0GA1UdIASBlTCBkjAMBgorBgEEAYI3ewEBMGYGCisGAQQBgjd7AgIwWDBWBggrBgEFBQcCAjBKHkgAMwAzAGUAMAAxADkAMgAxAC0ANABkADYANAAtADQAZgA4AGMALQBhADAANQA1AC0ANQBiAGQAYQBmAGYAZAA1AGUAMwAzAGQwDAYKKwYBBAGCN3sDAjAMBgorBgEEAYI3ewQCMB8GA1UdIwQYMBaAFPFGaMbxw_ArLX2LauGy-b41_NFBMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjANBgkqhkiG9w0BAQsFAAOCAQEAR6WHomDiEtr3ICBBjMdBefiRylGmebqDxRb_7wbYvhl-0s7shp6R9fPewcuL_AoNERXVbcbcOADRErAa0Ikp-78KrMjJ0MYXLB-Ho-knBpeyH14d6NYhxk96WNXbOSdELr2XM7twEJh8JLWL-oAhsrH2Tks3DbWBEKnUJlW0wrng-TUs53RHr78V0N5Ewu0sexa6G8gAtn1hsbGMUixWuH6zRfywjxeBdv8PPtUKo_PjIdvlFTddiO8pOG-zCaYhXkjES8jTTK-0Dk2EBzrfBl8qUv1XUN_T-xpwCpD0mSYjHUEdJ1OyHlgl-HqWCqDK7712LS0frQNSWrXtrMkTeQ\u0026s=AQv0htkVT1J-s8nB0_BbLw-n4P5nxiXDrtuhiLUxUCaEtQPK5CAyD2FhqoO1wshOCb0R1fNZqeVzi6U5xSxxkpjYhTli1EdPXiQFHVYSQo8Yyr43IyMzqDOP1UWvJ9uFFPNMvNIQrOyEpyvyj9x1UTtdf-x4ii_95YZ3cjvK4O5pGXUeWq92VX52dJytjLJwYgWPtAm96AV1RVEOT84oMcLji0TeEFrmBj4kD0boNrKPr4wX8IGndM0L7E0j6DvW42pkDxEYV9MVWKRc9QFNmo_ACPlM42PJwWELnldYtyfTv4IkUhAskbK01LFb0U8Vr95B9D5gMyDgxoWNuGp5XQ\u0026h=UWLTZRyagPuzoDgwwvxlMtSSgTCC2ZYdXj3_3xlfPKw", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "bf9e5396-dc93-4b0e-b5b8-8bb70acfb275" ], + "x-ms-unique-id": [ "129" ], + "x-ms-client-request-id": [ "1b434b5e-ae5f-42e6-a207-4f89f95cf63a" ], "CommandName": [ "New-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "New-AzMySqlFlexibleServerDatabase_CreateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -375,35 +421,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "64525eb9-a936-4200-ac93-360bde2fe1f9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-correlation-request-id": [ "cbd8206f-cbc0-4ef6-9202-86bd5e9583b3" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064718Z:cbd8206f-cbc0-4ef6-9202-86bd5e9583b3" ], + "x-ms-request-id": [ "9ea8ae7a-b3ba-46c5-a9f1-d48b8b2efe91" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/0ca8cc31-e543-44b6-93e4-28801fbbc7d5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4af359c5-0424-4178-b983-fb20f0b5e189" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105244Z:4af359c5-0424-4178-b983-fb20f0b5e189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:17 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: DE4B092295164FE88383E8C72BF06AE5 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:44Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"415a3086-4256-4765-9aff-c319f5835106\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:47:03.43Z\"}" + "Content": "{\"name\":\"e714ac97-9ad8-4816-8559-2caa9136c482\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:52:28.593Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "bf9e5396-dc93-4b0e-b5b8-8bb70acfb275" ], + "x-ms-unique-id": [ "130" ], + "x-ms-client-request-id": [ "1b434b5e-ae5f-42e6-a207-4f89f95cf63a" ], "CommandName": [ "New-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "New-AzMySqlFlexibleServerDatabase_CreateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -414,34 +465,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "d9d0bfbc-9ba0-4e7f-a66c-5c0b1f98989f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], - "x-ms-correlation-request-id": [ "d569f149-3884-4ccb-ad73-25b5cc48206b" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064718Z:d569f149-3884-4ccb-ad73-25b5cc48206b" ], + "x-ms-request-id": [ "33437ecc-6271-4d1d-9821-e3809bcb0000" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/664bbe26-dd56-47b9-86ed-24bbc39f982f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "7d72e4bd-374d-47f1-806d-d8525e9c1069" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105245Z:7d72e4bd-374d-47f1-806d-d8525e9c1069" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:18 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A5903632FED149DEAF085E2C1DE325AB Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:44Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "318" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "3b3c228e-e5ef-45cc-a9e7-22488b9daf56" ], + "x-ms-unique-id": [ "131" ], + "x-ms-client-request-id": [ "90dcebc3-94ac-464f-a25f-fdcf80f1eb73" ], "CommandName": [ "Get-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerDatabase_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -453,34 +509,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "98585b02-8249-4e38-b05c-98de5535a9a2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], - "x-ms-correlation-request-id": [ "dcac2b4a-0932-4a70-88a4-b0377bb029a4" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064719Z:dcac2b4a-0932-4a70-88a4-b0377bb029a4" ], + "x-ms-request-id": [ "73553239-5a7c-4e90-afda-217fefed6c0a" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/fc7d19d2-b0b9-481d-88c5-52f2f9417bc7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "f5636bd0-0854-482c-aebc-65da728218ce" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105246Z:f5636bd0-0854-482c-aebc-65da728218ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:18 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 324E9F622C094AB593C2FF8DB8BF1D93 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:45Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "318" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{\"charset\":\"latin1\",\"collation\":\"latin1_swedish_ci\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "7e3a703b-e5ec-4b99-8fc2-b2518b1b2242" ], + "x-ms-unique-id": [ "132" ], + "x-ms-client-request-id": [ "ad1eee0f-023e-4717-9bf9-62f883cadbfe" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -491,39 +552,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=XJsQO-nmHiwBXzM9CU2ylPGn_906SJjUdgkJYrp6j1wZWXh540IeBo8OT0tr4Qgpa0mN0dYl-sdz85JNfFYVmlHkuRu8pNRcPdyPsKn-gkJRbXzb5PB50kRvW8p1iNiExBtyYv2fWu1T8UMzO99DgOrXe8ipEDbFBFscLPj-CS0GFtcZYAp_eCccUNiufL2jA1ucqvrRo6mPEW1FzV4jBgjWBFjo5q8OLFDRkUMnnc9-_r7oGkvA7YQ3ioog2HNG1GI7OSEAZxkeiWqxAVN6_GoPeqCorp9nVcGUYwKGTuNYoRw6hp-qX5jay8AB0hL6kpagFOaPDdxaNsiLZ29vEw\u0026h=8zsmMYBgeE0DRn3SxgtjgutU9lkCrrBaGql_cSxVUHY" ], "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fN2SO9BU2aA_tPaXCtvmHSG0wv7U7fgr3y--pl-A81o9q2May_FMR48nxwX26ntqiYnPXwYkfiL403WsPkX2jtjRpRsaQ3nO8dq5upaGGV3Wu7yDXalvAvfEam3NSjHWgMr9Py-R2vnBN1Atu7pgYcU7Gd_1lgQpOiTZKMLnhpWw2kWOtp7bpEQwzpppuRnRNk_wOKnZ38JyqhbAYx0NnEATSB350E531JAsd84TY7YitLd4uFIa9Vb7TxmQ5eVgqNPEWkqlg8Oih5YxvKQuJ2oyAXbHYPKqwi5KmG0ZqZ4ZjTRBydtZivXNfuv6cKsE5DITms7CK595adLQGcXGpg\u0026h=FFXLDxfSMDktx2WJFlQotPCuxF-IZt-G9ZdSNRku0Dw" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c1d97125-635e-4457-937e-3088bd7b0f22" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "6cf74e45-20ef-4d13-865e-187c2a0a5834" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064719Z:6cf74e45-20ef-4d13-865e-187c2a0a5834" ], + "x-ms-request-id": [ "67ec410d-64e9-4a00-9233-ab44126dd571" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/acb91cdc-a6c3-43af-88c3-79856f003a54" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "e9ad9ca9-299b-4ab1-9bdf-47b7f4426da1" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105246Z:e9ad9ca9-299b-4ab1-9bdf-47b7f4426da1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:18 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: BF467CECB59F4F44AC1E864E4A9B8DF2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:52:46Z" ], + "Date": [ "Fri, 31 Oct 2025 10:52:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "92" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerDatabaseManagementOperation\",\"startTime\":\"2021-08-27T06:47:19.227Z\"}" + "Content": "{\"operation\":\"DropServerDatabaseManagementOperation\",\"startTime\":\"2025-10-31T10:52:46.777Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fN2SO9BU2aA_tPaXCtvmHSG0wv7U7fgr3y--pl-A81o9q2May_FMR48nxwX26ntqiYnPXwYkfiL403WsPkX2jtjRpRsaQ3nO8dq5upaGGV3Wu7yDXalvAvfEam3NSjHWgMr9Py-R2vnBN1Atu7pgYcU7Gd_1lgQpOiTZKMLnhpWw2kWOtp7bpEQwzpppuRnRNk_wOKnZ38JyqhbAYx0NnEATSB350E531JAsd84TY7YitLd4uFIa9Vb7TxmQ5eVgqNPEWkqlg8Oih5YxvKQuJ2oyAXbHYPKqwi5KmG0ZqZ4ZjTRBydtZivXNfuv6cKsE5DITms7CK595adLQGcXGpg\u0026h=FFXLDxfSMDktx2WJFlQotPCuxF-IZt-G9ZdSNRku0Dw+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=fN2SO9BU2aA_tPaXCtvmHSG0wv7U7fgr3y--pl-A81o9q2May_FMR48nxwX26ntqiYnPXwYkfiL403WsPkX2jtjRpRsaQ3nO8dq5upaGGV3Wu7yDXalvAvfEam3NSjHWgMr9Py-R2vnBN1Atu7pgYcU7Gd_1lgQpOiTZKMLnhpWw2kWOtp7bpEQwzpppuRnRNk_wOKnZ38JyqhbAYx0NnEATSB350E531JAsd84TY7YitLd4uFIa9Vb7TxmQ5eVgqNPEWkqlg8Oih5YxvKQuJ2oyAXbHYPKqwi5KmG0ZqZ4ZjTRBydtZivXNfuv6cKsE5DITms7CK595adLQGcXGpg\u0026h=FFXLDxfSMDktx2WJFlQotPCuxF-IZt-G9ZdSNRku0Dw", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "7e3a703b-e5ec-4b99-8fc2-b2518b1b2242" ], + "x-ms-unique-id": [ "133" ], + "x-ms-client-request-id": [ "ad1eee0f-023e-4717-9bf9-62f883cadbfe" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -535,35 +601,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "15" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "7fa64e95-f104-4223-9c58-2f21e1188bf7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], - "x-ms-correlation-request-id": [ "785e9128-da01-47de-be94-21be60a68bc2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064734Z:785e9128-da01-47de-be94-21be60a68bc2" ], + "x-ms-request-id": [ "6f41969a-20b1-43ba-b41d-4dc5118cd210" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/35357fad-15b4-4bd6-9e8f-3525e60ed806" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "0daacbd8-3a4d-4e97-a6af-299180ed45be" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105302Z:0daacbd8-3a4d-4e97-a6af-299180ed45be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:33 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F3DD897DC3D94455BF3B5444E7172B08 Ref B: JKT201051407036 Ref C: 2025-10-31T10:53:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:53:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"c1d97125-635e-4457-937e-3088bd7b0f22\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:47:19.227Z\"}" + "Content": "{\"name\":\"67ec410d-64e9-4a00-9233-ab44126dd571\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:52:46.777Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01+7": { + "AzMySqlFlexibleServerDatabase+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=XJsQO-nmHiwBXzM9CU2ylPGn_906SJjUdgkJYrp6j1wZWXh540IeBo8OT0tr4Qgpa0mN0dYl-sdz85JNfFYVmlHkuRu8pNRcPdyPsKn-gkJRbXzb5PB50kRvW8p1iNiExBtyYv2fWu1T8UMzO99DgOrXe8ipEDbFBFscLPj-CS0GFtcZYAp_eCccUNiufL2jA1ucqvrRo6mPEW1FzV4jBgjWBFjo5q8OLFDRkUMnnc9-_r7oGkvA7YQ3ioog2HNG1GI7OSEAZxkeiWqxAVN6_GoPeqCorp9nVcGUYwKGTuNYoRw6hp-qX5jay8AB0hL6kpagFOaPDdxaNsiLZ29vEw\u0026h=8zsmMYBgeE0DRn3SxgtjgutU9lkCrrBaGql_cSxVUHY+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c1d97125-635e-4457-937e-3088bd7b0f22?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/67ec410d-64e9-4a00-9233-ab44126dd571?api-version=2021-05-01\u0026t=638975047668959706\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=XJsQO-nmHiwBXzM9CU2ylPGn_906SJjUdgkJYrp6j1wZWXh540IeBo8OT0tr4Qgpa0mN0dYl-sdz85JNfFYVmlHkuRu8pNRcPdyPsKn-gkJRbXzb5PB50kRvW8p1iNiExBtyYv2fWu1T8UMzO99DgOrXe8ipEDbFBFscLPj-CS0GFtcZYAp_eCccUNiufL2jA1ucqvrRo6mPEW1FzV4jBgjWBFjo5q8OLFDRkUMnnc9-_r7oGkvA7YQ3ioog2HNG1GI7OSEAZxkeiWqxAVN6_GoPeqCorp9nVcGUYwKGTuNYoRw6hp-qX5jay8AB0hL6kpagFOaPDdxaNsiLZ29vEw\u0026h=8zsmMYBgeE0DRn3SxgtjgutU9lkCrrBaGql_cSxVUHY", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "7e3a703b-e5ec-4b99-8fc2-b2518b1b2242" ], + "x-ms-unique-id": [ "134" ], + "x-ms-client-request-id": [ "ad1eee0f-023e-4717-9bf9-62f883cadbfe" ], "CommandName": [ "Remove-AzMySqlFlexibleServerDatabase" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerDatabase_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -574,20 +645,24 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "8d858086-2011-458a-8e72-a8a56bcc9d81" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], - "x-ms-correlation-request-id": [ "e316bde9-3418-45f1-a6ea-8b9ff87e2f80" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064734Z:e316bde9-3418-45f1-a6ea-8b9ff87e2f80" ], + "x-ms-request-id": [ "b3c964da-aced-4559-a72f-ad0d918fc91f" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/fd480317-128e-4a46-ac42-75aba5f43d06" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "1224467f-dcfa-42ff-8652-f9c9909d224b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105303Z:1224467f-dcfa-42ff-8652-f9c9909d224b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:33 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D70676047A3E4C46B6B18D8464AAB2CA Ref B: JKT201051407036 Ref C: 2025-10-31T10:53:02Z" ], + "Date": [ "Fri, 31 Oct 2025 10:53:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "268" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}" + "Content": "{\"properties\":{},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/databases/mysqldb\",\"name\":\"mysqldb\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/databases\"}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Tests.ps1 b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Tests.ps1 index e87f3f0698da..154b7c261731 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerDatabase.Tests.ps1 @@ -21,7 +21,7 @@ Describe 'AzMySqlFlexibleServerDatabase' { It 'ViaName' { { - $database = New-AzMySqlFlexibleServerDatabase -Name $env.databaseName -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName -Charset latin1 + $database = New-AzMySqlFlexibleServerDatabase -Name $env.databaseName -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName -Charset latin1 -Collation latin1_swedish_ci $database.Name | Should -Be $env.databaseName $database.Collation | Should -Be "latin1_swedish_ci" $database.Charset | Should -Be "latin1" @@ -38,7 +38,7 @@ Describe 'AzMySqlFlexibleServerDatabase' { It 'ViaIdentity' { { $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)/databases/$($env.databaseName)" - $database = New-AzMySqlFlexibleServerDatabase -InputObject $ID -Charset latin1 + $database = New-AzMySqlFlexibleServerDatabase -InputObject $ID -Charset latin1 -Collation latin1_swedish_ci $database.Name | Should -Be $env.databaseName $database.Collation | Should -Be "latin1_swedish_ci" $database.Charset | Should -Be "latin1" diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Recording.json index c6564f0249f2..f52761760e6c 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Recording.json +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Recording.json @@ -1,9 +1,10 @@ { - "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.0\",\r\n \"endIpAddress\": \"0.0.0.1\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -16,39 +17,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c3b18156-7598-4114-8934-c647fa202fc3?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/fc8dc241-5a24-41fe-85e6-4e000c2c7d88?api-version=2021-05-01\u0026t=638975047845860758\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=xOZS6H-8ks5bm9pEM9FnTWcR-nls7zShAxv5r97nihdjDLoUS3pxLdVL9ZAh6wLP7HoR3yDpSx6gs7aW2CQukY_gL9le4qMYUtc5ompZorKXKqUEhykjkp5uzIuAiMzJtsIZVPVge9d4C4Iqnu9kuxU6LhtnBeiwFdmW_A1DRrNvSnN1Y5z-a-V52bv6MUJJzEA4dmKIcREsg8otc6I4nsaS-17ObuDNDaHYHK_rM_rDo20xxYdkh_jNRkQNnIzfrV87mml1BtgxrJDYhh3XNrysV8Wbt4t2Fw3B5CyZJKSWDywLVIeYUdfwvKcPQKSRXufnCzZKrtcUTtjq9RhRYQ\u0026h=_EPKlYVDOCnyzhaZlEtHSJFF9NP0Fi6SaEB_kKKAe0E" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3b18156-7598-4114-8934-c647fa202fc3?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc8dc241-5a24-41fe-85e6-4e000c2c7d88?api-version=2021-05-01\u0026t=638975047845704512\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=b4LqvogPjJpTBVpb_JZyuHQ67__fhx7BjH4-QNvkCPBTRBmf6ipw05zAXdw67_EBeRCgfQJR0qQeGdhJen2iLlXoAxEnH_RJU9ALpIz90ztD_T6GbE_bxgJ5I_Al6-AWSdaSlXcEpBQYEJEed8btbyQ3_sffPwT2rgMqWU4wUesDOgraGqHQS1vp8MYpkJGvDNFfbBr9bnSG4ssIUgQVkWeDLgyVBA8oOBrliPUnV8Y08EeX4ltNcKvXVDXq4EAaPuh1tW_Ze0lRNg0GmQTiv0PW-CTbAfBvmyN7vdVGBl_THwNq0ofQ2hIcKjykCweTVWNCc0Ze27mNS-v9gvUzgA\u0026h=6VdQvXoXk74MgxTqWjYff8XKd5eRyMh6hsWaYVAncrc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c3b18156-7598-4114-8934-c647fa202fc3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "bd3cbf36-dca2-45ff-95cb-03b7b3ffaf41" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064735Z:bd3cbf36-dca2-45ff-95cb-03b7b3ffaf41" ], + "x-ms-request-id": [ "fc8dc241-5a24-41fe-85e6-4e000c2c7d88" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/0e6c0b2c-4e78-4ab8-a356-c6e450733b66" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "a0144e43-5ab2-468f-9a1f-dcb633dc7d10" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105304Z:a0144e43-5ab2-468f-9a1f-dcb633dc7d10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:47:34 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 7C4012FC94334431BB20A261C17B3C31 Ref B: JKT201051407036 Ref C: 2025-10-31T10:53:03Z" ], + "Date": [ "Fri, 31 Oct 2025 10:53:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "98" ], + "Content-Length": [ "99" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:47:35.07Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:53:04.317Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3b18156-7598-4114-8934-c647fa202fc3?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc8dc241-5a24-41fe-85e6-4e000c2c7d88?api-version=2021-05-01\u0026t=638975047845704512\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=b4LqvogPjJpTBVpb_JZyuHQ67__fhx7BjH4-QNvkCPBTRBmf6ipw05zAXdw67_EBeRCgfQJR0qQeGdhJen2iLlXoAxEnH_RJU9ALpIz90ztD_T6GbE_bxgJ5I_Al6-AWSdaSlXcEpBQYEJEed8btbyQ3_sffPwT2rgMqWU4wUesDOgraGqHQS1vp8MYpkJGvDNFfbBr9bnSG4ssIUgQVkWeDLgyVBA8oOBrliPUnV8Y08EeX4ltNcKvXVDXq4EAaPuh1tW_Ze0lRNg0GmQTiv0PW-CTbAfBvmyN7vdVGBl_THwNq0ofQ2hIcKjykCweTVWNCc0Ze27mNS-v9gvUzgA\u0026h=6VdQvXoXk74MgxTqWjYff8XKd5eRyMh6hsWaYVAncrc+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3b18156-7598-4114-8934-c647fa202fc3?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fc8dc241-5a24-41fe-85e6-4e000c2c7d88?api-version=2021-05-01\u0026t=638975047845704512\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=b4LqvogPjJpTBVpb_JZyuHQ67__fhx7BjH4-QNvkCPBTRBmf6ipw05zAXdw67_EBeRCgfQJR0qQeGdhJen2iLlXoAxEnH_RJU9ALpIz90ztD_T6GbE_bxgJ5I_Al6-AWSdaSlXcEpBQYEJEed8btbyQ3_sffPwT2rgMqWU4wUesDOgraGqHQS1vp8MYpkJGvDNFfbBr9bnSG4ssIUgQVkWeDLgyVBA8oOBrliPUnV8Y08EeX4ltNcKvXVDXq4EAaPuh1tW_Ze0lRNg0GmQTiv0PW-CTbAfBvmyN7vdVGBl_THwNq0ofQ2hIcKjykCweTVWNCc0Ze27mNS-v9gvUzgA\u0026h=6VdQvXoXk74MgxTqWjYff8XKd5eRyMh6hsWaYVAncrc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "381c812b-30c6-43be-8af9-c9143fadd7ed" ], + "x-ms-unique-id": [ "136" ], + "x-ms-client-request-id": [ "f101896c-1d77-457e-abf9-b44254642aea" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -60,35 +66,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3c3178b8-1687-49fe-9795-0723949e7883" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], - "x-ms-correlation-request-id": [ "14e69c26-37da-49e6-9039-00035aa9580e" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064835Z:14e69c26-37da-49e6-9039-00035aa9580e" ], + "x-ms-request-id": [ "8f36cd2d-bd3b-4db7-b883-43ba2af07e25" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/577ced40-f6f7-4dbb-ad31-1915dfd05b33" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "d879178f-fcb7-48dc-b1cc-96c0dec0d9a0" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105405Z:d879178f-fcb7-48dc-b1cc-96c0dec0d9a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:48:34 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D2F5D996EBED4D4F881CCB11AD0BF038 Ref B: JKT201051407036 Ref C: 2025-10-31T10:54:04Z" ], + "Date": [ "Fri, 31 Oct 2025 10:54:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"c3b18156-7598-4114-8934-c647fa202fc3\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:47:35.07Z\"}" + "Content": "{\"name\":\"fc8dc241-5a24-41fe-85e6-4e000c2c7d88\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:53:04.317Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "381c812b-30c6-43be-8af9-c9143fadd7ed" ], + "x-ms-unique-id": [ "137" ], + "x-ms-client-request-id": [ "f101896c-1d77-457e-abf9-b44254642aea" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -99,34 +110,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cffd835b-f4d9-4d41-95ce-33b0d12295f3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], - "x-ms-correlation-request-id": [ "ab836975-099f-4afd-bf7d-03e486f4cdda" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064835Z:ab836975-099f-4afd-bf7d-03e486f4cdda" ], + "x-ms-request-id": [ "cadc9e64-4d59-4887-8c5f-517719a0984c" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/6d8a8561-4bf2-45b9-847c-467331cd0efb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "bef53509-b69e-45e0-9c8a-ccabe5ad5ef8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105405Z:bef53509-b69e-45e0-9c8a-ccabe5ad5ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:48:34 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F7DBC255F3C44298A43FA7534B23F370 Ref B: JKT201051407036 Ref C: 2025-10-31T10:54:05Z" ], + "Date": [ "Fri, 31 Oct 2025 10:54:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "9e53daf3-419c-4dc0-9fdb-e1a24fb28b5a" ], + "x-ms-unique-id": [ "138" ], + "x-ms-client-request-id": [ "4a7baa1f-5963-4439-9d51-4c7ce86f2af5" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -138,27 +154,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cd3e51ae-662b-45c6-8050-b96cfcbd25e9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], - "x-ms-correlation-request-id": [ "e41771f2-e1a0-4f6e-94ae-7e57064d83c1" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064835Z:e41771f2-e1a0-4f6e-94ae-7e57064d83c1" ], + "x-ms-request-id": [ "7ed05fe3-dea6-4ad7-a50c-7041c740c75f" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/8734d486-7a7c-4119-b17f-3edef5c8d858" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "35a91c19-beac-4171-a485-eb452d7cef36" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105406Z:35a91c19-beac-4171-a485-eb452d7cef36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:48:35 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E72B7A83463442F2975E86F0C8133A46 Ref B: JKT201051407036 Ref C: 2025-10-31T10:54:06Z" ], + "Date": [ "Fri, 31 Oct 2025 10:54:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "161" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}" + "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.0\",\r\n \"endIpAddress\": \"0.0.0.1\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -171,39 +192,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/48ced4dc-5df7-42e1-86a4-8e33fa85b72a?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/8acbd120-d3de-4c6e-942f-b774adf74d50?api-version=2021-05-01\u0026t=638975048477267462\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=WUsWGbHUs0YfIGr_iV4IyVBQW-g0_EzEXKkn9Ro2hiDMhh3YkPvT3owzYpdRPv0MmwsGD4WQsbXhO4e6NTL3Wa_UqlYAqUNE5u6JL23snJsGJbJCTEINeZrOaPsWsPC8AeN1Gnm_4oqRquyLMOnPGSJPrVgheyDwb3m5Q32EpX9dj8tm-nHw83cxG6VjGOdaSsiHN__xijVObwMvXn-FlQacM1fWEZe2IYte-gwyM2JcRSvKJN-z_vB5gk2vmRxNI23KfsLV_Ifq3ekopl1zLJ5RRgkwk4nG2cUkTUqCOsLAoUDkVj_sX1_bFKmcjm-NbncIgQjdagS9peUbMgwZVA\u0026h=Yqjj_7fMq1sr2mNK7EtEf56oGzuwyaHOzSAGu7IcqdA" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/48ced4dc-5df7-42e1-86a4-8e33fa85b72a?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8acbd120-d3de-4c6e-942f-b774adf74d50?api-version=2021-05-01\u0026t=638975048477267462\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jVeXaUu6SqUYxWWEbIiTeMEfJUCm1BAlBXMR4aqvAK29oWxa2OhL20scDt5thVgcLFpS7yyGCjTUXrGyFFlqszrnCzcIMLWqLCAIT5A8gN25PxfEPVYEjyd5wIrHBmWLsU3K4Mwq-WEztyvg0igQNNxKPw5O2B6ekS3hNTEmW4iMbQTkWef5V0OsMWjtwyx5AeaZGcxtpJQd4CSUq0BNH4LCGr35z9hnmyvChOuvXDXl7lZ_C7tepuwisuiNzTG3vEyyFan8il7y2JTJcmYILbi2WCZa1gp2u7LO1iKgio1c95NYgn61Z14k0Gsc2JUbwv9bW5U31Uszy_3wXT75vg\u0026h=UieOVkq5NBYHHdypp9uV-YYWt9bJ7bP69DoEIR2RwVM" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "48ced4dc-5df7-42e1-86a4-8e33fa85b72a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "8488a4cf-b13f-478a-8770-e7c07441a557" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064836Z:8488a4cf-b13f-478a-8770-e7c07441a557" ], + "x-ms-request-id": [ "8acbd120-d3de-4c6e-942f-b774adf74d50" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/074b1254-5f68-41dc-a876-480d60406a0e" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "c8b26501-6136-406d-8956-9f246f11186e" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105407Z:c8b26501-6136-406d-8956-9f246f11186e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:48:35 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 50DCF24ECBF944B6937D37E1B93058C2 Ref B: JKT201051407036 Ref C: 2025-10-31T10:54:06Z" ], + "Date": [ "Fri, 31 Oct 2025 10:54:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "98" ], + "Content-Length": [ "99" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:48:35.96Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:54:07.583Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/48ced4dc-5df7-42e1-86a4-8e33fa85b72a?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8acbd120-d3de-4c6e-942f-b774adf74d50?api-version=2021-05-01\u0026t=638975048477267462\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jVeXaUu6SqUYxWWEbIiTeMEfJUCm1BAlBXMR4aqvAK29oWxa2OhL20scDt5thVgcLFpS7yyGCjTUXrGyFFlqszrnCzcIMLWqLCAIT5A8gN25PxfEPVYEjyd5wIrHBmWLsU3K4Mwq-WEztyvg0igQNNxKPw5O2B6ekS3hNTEmW4iMbQTkWef5V0OsMWjtwyx5AeaZGcxtpJQd4CSUq0BNH4LCGr35z9hnmyvChOuvXDXl7lZ_C7tepuwisuiNzTG3vEyyFan8il7y2JTJcmYILbi2WCZa1gp2u7LO1iKgio1c95NYgn61Z14k0Gsc2JUbwv9bW5U31Uszy_3wXT75vg\u0026h=UieOVkq5NBYHHdypp9uV-YYWt9bJ7bP69DoEIR2RwVM+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/48ced4dc-5df7-42e1-86a4-8e33fa85b72a?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/8acbd120-d3de-4c6e-942f-b774adf74d50?api-version=2021-05-01\u0026t=638975048477267462\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=jVeXaUu6SqUYxWWEbIiTeMEfJUCm1BAlBXMR4aqvAK29oWxa2OhL20scDt5thVgcLFpS7yyGCjTUXrGyFFlqszrnCzcIMLWqLCAIT5A8gN25PxfEPVYEjyd5wIrHBmWLsU3K4Mwq-WEztyvg0igQNNxKPw5O2B6ekS3hNTEmW4iMbQTkWef5V0OsMWjtwyx5AeaZGcxtpJQd4CSUq0BNH4LCGr35z9hnmyvChOuvXDXl7lZ_C7tepuwisuiNzTG3vEyyFan8il7y2JTJcmYILbi2WCZa1gp2u7LO1iKgio1c95NYgn61Z14k0Gsc2JUbwv9bW5U31Uszy_3wXT75vg\u0026h=UieOVkq5NBYHHdypp9uV-YYWt9bJ7bP69DoEIR2RwVM", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "41dc1612-a3f6-4e3c-8b17-aee87e261186" ], + "x-ms-unique-id": [ "140" ], + "x-ms-client-request-id": [ "d511d343-19cd-482a-b75d-cbf5ddef3899" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -215,35 +241,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "38ac49de-bed0-4553-90a2-c5e986e69f1f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], - "x-ms-correlation-request-id": [ "24a4a725-11a4-4220-b71e-109a00d0ffef" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064937Z:24a4a725-11a4-4220-b71e-109a00d0ffef" ], + "x-ms-request-id": [ "da73abe1-2174-49f3-bb3b-68937556db92" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/0c20ae3c-7beb-42de-aa76-471ff9f86737" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "615d783f-8923-473d-b086-e2c74b92bde6" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105508Z:615d783f-8923-473d-b086-e2c74b92bde6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:49:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B4502C5F74CC4281AFC9F63C382DBE4E Ref B: JKT201051407036 Ref C: 2025-10-31T10:55:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:55:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "106" ], + "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"48ced4dc-5df7-42e1-86a4-8e33fa85b72a\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:48:35.96Z\"}" + "Content": "{\"name\":\"8acbd120-d3de-4c6e-942f-b774adf74d50\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:54:07.583Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "41dc1612-a3f6-4e3c-8b17-aee87e261186" ], + "x-ms-unique-id": [ "141" ], + "x-ms-client-request-id": [ "d511d343-19cd-482a-b75d-cbf5ddef3899" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -254,34 +285,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "bff5a0f7-ee03-4a73-8454-58973a3a138c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], - "x-ms-correlation-request-id": [ "3411ea0c-9535-4a8a-81d3-5f06cba776fd" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064938Z:3411ea0c-9535-4a8a-81d3-5f06cba776fd" ], + "x-ms-request-id": [ "59e247b4-bec3-4e6f-9f85-193ffff1af21" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/b32f3bf1-0b2d-480e-a7b7-5ae7b9be2e07" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "9eacde7b-a280-4b47-827e-3c198822efe2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105509Z:9eacde7b-a280-4b47-827e-3c198822efe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:49:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 8A974DF482C34DE5889FFC44380198A9 Ref B: JKT201051407036 Ref C: 2025-10-31T10:55:08Z" ], + "Date": [ "Fri, 31 Oct 2025 10:55:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "18f3c4ed-2863-4636-8750-4c6ebc7c7ebf" ], + "x-ms-unique-id": [ "142" ], + "x-ms-client-request-id": [ "fbc5242b-9036-4bb8-a0e4-469be0f2a77d" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -293,27 +329,76 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cb2751c6-fe32-4e6a-abb5-a9d216cac9a7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], - "x-ms-correlation-request-id": [ "54c6c331-5125-49d6-968c-47d4f4d06eac" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064938Z:54c6c331-5125-49d6-968c-47d4f4d06eac" ], + "x-ms-request-id": [ "67901d27-6d65-4334-be65-ef9e8d218c90" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/332a2ea2-cba4-45d2-8cef-6f10b84b79d2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "67d49cc0-2355-49c5-91cd-6e55f99da462" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105509Z:67d49cc0-2355-49c5-91cd-6e55f99da462" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:49:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3C207E76AD8544F39B792BD8ABFADBCE Ref B: JKT201051407036 Ref C: 2025-10-31T10:55:09Z" ], + "Date": [ "Fri, 31 Oct 2025 10:55:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "143" ], + "x-ms-client-request-id": [ "6a2a34bf-5821-441b-8f38-82f0f19cf190" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "8fc0a478-f0a3-4af1-ba61-661cab666751" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/50979901-d565-45f2-9eb6-5c121dc82434" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "d0a42cc1-5eaa-46d9-9ef4-a9ecf0f45096" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105509Z:d0a42cc1-5eaa-46d9-9ef4-a9ecf0f45096" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: C6A677165AB14C46A69F428D9FC85F75 Ref B: JKT201051407036 Ref C: 2025-10-31T10:55:09Z" ], + "Date": [ "Fri, 31 Oct 2025 10:55:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "335" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false + } + }, + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.2\",\r\n \"endIpAddress\": \"0.0.0.3\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -326,39 +411,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/fcf78d1a-0982-4731-9441-c7e86ff23d9f?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9d806495-4331-4140-bc2f-cf3854455432?api-version=2021-05-01\u0026t=638975049105111387\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=Y5w1GYQKmxI5YeGxBMQ6ZawTPd3NUyrTbMU476_ICVj-hCsZqPDll3AQOYcPwuSSwP_MEhmjZQTLhy_xsTOFQ87nV0rO1NnMj82zjkJVb2AF2nIihiUfZDYi1Ze8qdY4s9eztv-o5e33C1HEa34Q4IgCpMOzWQG61QbKxl-z25V0YrcflHFQwM5GPuoIZRj8qwQXjGE75_WBkmISyGqdDNobA3Y9xUeTK1sBGjxwu4JJlW20SeVW8cMn2AL6efCFznTgpbb05xU3_zACUOFLcL8afq89bhS7s_dgZMwv5T63tVhxIGMM6qkT0mazkrMxm53RnsgtXHzcv5fiYgms8g\u0026h=k1gwltSbTus26P6syoNhDNqLt3m002fs-hwfwoS5ECw" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fcf78d1a-0982-4731-9441-c7e86ff23d9f?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d806495-4331-4140-bc2f-cf3854455432?api-version=2021-05-01\u0026t=638975049104955791\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nzC60MSbQjDKU2Gn6W7gERFTmvPXSS3ItsH6zkWo8ho0p0NV8qkAyocgTmWpNSW6-BtiUrHeTvV0qYXVeCxVfs7JYuQFhio1d6oPZaQSIE-MTSWpWlWJg4HlDUyCSopFuJ3fTm2XQgob_0oflw-qUY_K-zfYV0NVCQ0e1UW7WmJNZzDuWHUDv8aMJ7KE0CkrfxbSjSmkc5Q0qctzlK1bTQq5E1hyhhh8ohO7JDWVkPMPACfm3L6Wj5j-7nmuzG2ZlOU8Vfv9Lv_73kPSoMl8imR062yBqty8xpivhxnVK51wfkzhaHF0cT6LiwCasVnJcp0FK1Sc4UTjwHJSqw0EfQ\u0026h=6SELOp9bbyuVRxk_XI9JTj-nW6kF2von7g87CtfDKqg" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "fcf78d1a-0982-4731-9441-c7e86ff23d9f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "3965f126-a9ce-4d02-ac98-e647d4a271e6" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T064938Z:3965f126-a9ce-4d02-ac98-e647d4a271e6" ], + "x-ms-request-id": [ "9d806495-4331-4140-bc2f-cf3854455432" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e9b1686f-0a8e-403c-9447-51bda4e702b7" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "fbd1af3b-c12c-4479-aecd-4189ae25bb7e" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105510Z:fbd1af3b-c12c-4479-aecd-4189ae25bb7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:49:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 417CCE38B359477D81C01E8E9AFF2789 Ref B: JKT201051407036 Ref C: 2025-10-31T10:55:10Z" ], + "Date": [ "Fri, 31 Oct 2025 10:55:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "99" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:49:38.403Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:55:10.373Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fcf78d1a-0982-4731-9441-c7e86ff23d9f?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d806495-4331-4140-bc2f-cf3854455432?api-version=2021-05-01\u0026t=638975049104955791\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nzC60MSbQjDKU2Gn6W7gERFTmvPXSS3ItsH6zkWo8ho0p0NV8qkAyocgTmWpNSW6-BtiUrHeTvV0qYXVeCxVfs7JYuQFhio1d6oPZaQSIE-MTSWpWlWJg4HlDUyCSopFuJ3fTm2XQgob_0oflw-qUY_K-zfYV0NVCQ0e1UW7WmJNZzDuWHUDv8aMJ7KE0CkrfxbSjSmkc5Q0qctzlK1bTQq5E1hyhhh8ohO7JDWVkPMPACfm3L6Wj5j-7nmuzG2ZlOU8Vfv9Lv_73kPSoMl8imR062yBqty8xpivhxnVK51wfkzhaHF0cT6LiwCasVnJcp0FK1Sc4UTjwHJSqw0EfQ\u0026h=6SELOp9bbyuVRxk_XI9JTj-nW6kF2von7g87CtfDKqg+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/fcf78d1a-0982-4731-9441-c7e86ff23d9f?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d806495-4331-4140-bc2f-cf3854455432?api-version=2021-05-01\u0026t=638975049104955791\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=nzC60MSbQjDKU2Gn6W7gERFTmvPXSS3ItsH6zkWo8ho0p0NV8qkAyocgTmWpNSW6-BtiUrHeTvV0qYXVeCxVfs7JYuQFhio1d6oPZaQSIE-MTSWpWlWJg4HlDUyCSopFuJ3fTm2XQgob_0oflw-qUY_K-zfYV0NVCQ0e1UW7WmJNZzDuWHUDv8aMJ7KE0CkrfxbSjSmkc5Q0qctzlK1bTQq5E1hyhhh8ohO7JDWVkPMPACfm3L6Wj5j-7nmuzG2ZlOU8Vfv9Lv_73kPSoMl8imR062yBqty8xpivhxnVK51wfkzhaHF0cT6LiwCasVnJcp0FK1Sc4UTjwHJSqw0EfQ\u0026h=6SELOp9bbyuVRxk_XI9JTj-nW6kF2von7g87CtfDKqg", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "65546dca-0959-40f0-b7d1-53784a7d8b51" ], + "x-ms-unique-id": [ "145" ], + "x-ms-client-request-id": [ "6a2a34bf-5821-441b-8f38-82f0f19cf190" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -370,35 +460,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3ffe6a01-9af5-4ad8-9aa9-51a33831d703" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], - "x-ms-correlation-request-id": [ "ed63a08e-38de-4999-8569-7d2e5e34e709" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065038Z:ed63a08e-38de-4999-8569-7d2e5e34e709" ], + "x-ms-request-id": [ "f7f22b0d-4887-486f-b3b7-c754d0b5ecf2" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e34e273b-4e0c-4759-a12a-964b138d231b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "80620ec2-8633-48e8-ad62-c79f48619eb3" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105611Z:80620ec2-8633-48e8-ad62-c79f48619eb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:50:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9C294CF63FA546F0BC150172C905AA3E Ref B: JKT201051407036 Ref C: 2025-10-31T10:56:11Z" ], + "Date": [ "Fri, 31 Oct 2025 10:56:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"fcf78d1a-0982-4731-9441-c7e86ff23d9f\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:49:38.403Z\"}" + "Content": "{\"name\":\"9d806495-4331-4140-bc2f-cf3854455432\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:55:10.373Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+7": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "65546dca-0959-40f0-b7d1-53784a7d8b51" ], + "x-ms-unique-id": [ "146" ], + "x-ms-client-request-id": [ "6a2a34bf-5821-441b-8f38-82f0f19cf190" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -409,34 +504,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "0dfda1e1-b5e1-49c3-8d83-5f168ed570ae" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], - "x-ms-correlation-request-id": [ "29c76fe1-4de9-4284-be84-e44ee3f93e92" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065038Z:29c76fe1-4de9-4284-be84-e44ee3f93e92" ], + "x-ms-request-id": [ "232ce02f-b8d8-4d76-babe-ae72ba692447" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/5eafc17a-eb37-487e-95bd-2c319662132f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c3cdc5b5-327e-4b25-93e7-34130113ff77" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105612Z:c3cdc5b5-327e-4b25-93e7-34130113ff77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:50:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F137D0AC1EFA4C73ADF4427CB56FAA4C Ref B: JKT201051407036 Ref C: 2025-10-31T10:56:11Z" ], + "Date": [ "Fri, 31 Oct 2025 10:56:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.3\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.3\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01+8": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "0a429516-aa47-4542-b88a-a6ed5e3fa2d9" ], + "x-ms-unique-id": [ "147" ], + "x-ms-client-request-id": [ "64eea17c-cbc5-4f91-ae72-9baf14f8e464" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -448,34 +548,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "87190960-1811-4490-8b98-4d8343503a8c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], - "x-ms-correlation-request-id": [ "10d89a27-79f7-41c2-b8c9-a492ce86c107" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065038Z:10d89a27-79f7-41c2-b8c9-a492ce86c107" ], + "x-ms-request-id": [ "0388163f-895f-42dd-b9f4-8fbcb25c28ea" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/8becbdc6-bb69-464c-8ee1-8f12ce4fce2d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "59058d7a-2ce7-46f5-8a09-1ede70c69c50" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105612Z:59058d7a-2ce7-46f5-8a09-1ede70c69c50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:50:37 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4A38B1FF8F8942538192FBA1D31CBE07 Ref B: JKT201051407036 Ref C: 2025-10-31T10:56:12Z" ], + "Date": [ "Fri, 31 Oct 2025 10:56:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "161" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.3\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}" + "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.3\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}]}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+9": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+10": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "e6c0151f-0738-4a69-9cd2-70468defec98" ], + "x-ms-unique-id": [ "148" ], + "x-ms-client-request-id": [ "8d0d3e6d-f6a1-4b60-8fb8-3c6a966a86cb" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -486,39 +591,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733891995\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=BB51WXwxDtcEnTu2i4OZRJErtblV30kD5l_pQ5hQr-_hv6zQgAZGccahtSxHCwxGAZb-iGVVND5OJP3x8nRbAJCYagrHpxScM71WWeuAoq9p1W-kdzEabLoFgrFKM-Ve1NUfLeJkA592pS3zxcntllG1CqZ72FO5qVnDwDeGfHZQZw_BQ7LAWKx_gJu9pFvRJAwjvk8zNDBStcYNa2vDHDUJeLQ6qN9-5d8Gl7eqpKL4Pq47D0AjCQADZiDFs68dYM28PXte8vIcyg3RrDJldB14ofzoA_06C7521nb-jgqM_lA9AcgR3YXVvp5dxzhKKeo9Sebg08OVnipvh1eJcw\u0026h=s3Qa-VM-tL0eHOwNiyw4J4OIg-riDXOFXWRrBkrcq2E" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733110271\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=icD5qXXrsBDnRzyilYQrN_ofjqbynkUUlY9dqGJQrrmTAV2UqOSjOidflDGntnKxJHxROhbpvRDpWeq1vtX5EplroM3Bu2U6eBYldB2mspgEXtvCwFsF9BU1VABSpJQcwnc1IAY2PRUT0AiFlAViMuIQEiSzRIYy1sEAXTRlOz9JA6r59SeOhWrfUDdupg45iFlhBwX8U4H7gKZEaUIPHbwJ5qG0TyUKgbJxW6XDikTDUHjCCqQSR5cDavm8kDpoT54xTgGmDdgGcSgPhjJMOBNrSw-WITIthifa5g1CxNdKxgYYA98af13VjKbWmSdMD2WeWU9MBUO9bGqh_TNReg\u0026h=VJG1Hpf3YvTQX6SYOHwJ-PyOi--ccdVRIKylnR-r-pI" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "20f89ecc-5325-4cb1-b209-995af56dfa59" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "e331c531-5ba0-4049-8653-58801947aad9" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065038Z:e331c531-5ba0-4049-8653-58801947aad9" ], + "x-ms-request-id": [ "56bab85e-c1f2-4891-823a-8548615bca5d" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/0770af9f-edea-41bf-aeba-1c8f02d7ee74" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "f541213c-3f65-4cd0-a8cd-9f56deb5e913" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105613Z:f541213c-3f65-4cd0-a8cd-9f56deb5e913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:50:38 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9210C513699440738D41534BC3DE316E Ref B: JKT201051407036 Ref C: 2025-10-31T10:56:12Z" ], + "Date": [ "Fri, 31 Oct 2025 10:56:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "97" ], + "Content-Length": [ "96" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:50:38.863Z\"}" + "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:56:13.25Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01+10": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733110271\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=icD5qXXrsBDnRzyilYQrN_ofjqbynkUUlY9dqGJQrrmTAV2UqOSjOidflDGntnKxJHxROhbpvRDpWeq1vtX5EplroM3Bu2U6eBYldB2mspgEXtvCwFsF9BU1VABSpJQcwnc1IAY2PRUT0AiFlAViMuIQEiSzRIYy1sEAXTRlOz9JA6r59SeOhWrfUDdupg45iFlhBwX8U4H7gKZEaUIPHbwJ5qG0TyUKgbJxW6XDikTDUHjCCqQSR5cDavm8kDpoT54xTgGmDdgGcSgPhjJMOBNrSw-WITIthifa5g1CxNdKxgYYA98af13VjKbWmSdMD2WeWU9MBUO9bGqh_TNReg\u0026h=VJG1Hpf3YvTQX6SYOHwJ-PyOi--ccdVRIKylnR-r-pI+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733110271\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=icD5qXXrsBDnRzyilYQrN_ofjqbynkUUlY9dqGJQrrmTAV2UqOSjOidflDGntnKxJHxROhbpvRDpWeq1vtX5EplroM3Bu2U6eBYldB2mspgEXtvCwFsF9BU1VABSpJQcwnc1IAY2PRUT0AiFlAViMuIQEiSzRIYy1sEAXTRlOz9JA6r59SeOhWrfUDdupg45iFlhBwX8U4H7gKZEaUIPHbwJ5qG0TyUKgbJxW6XDikTDUHjCCqQSR5cDavm8kDpoT54xTgGmDdgGcSgPhjJMOBNrSw-WITIthifa5g1CxNdKxgYYA98af13VjKbWmSdMD2WeWU9MBUO9bGqh_TNReg\u0026h=VJG1Hpf3YvTQX6SYOHwJ-PyOi--ccdVRIKylnR-r-pI", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "e6c0151f-0738-4a69-9cd2-70468defec98" ], + "x-ms-unique-id": [ "149" ], + "x-ms-client-request-id": [ "8d0d3e6d-f6a1-4b60-8fb8-3c6a966a86cb" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -530,35 +640,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "ea4fbf46-f118-4e35-8f39-e4c82e4431cd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], - "x-ms-correlation-request-id": [ "8b60fee0-13f1-4adc-8c52-d597e5b4a7f7" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065139Z:8b60fee0-13f1-4adc-8c52-d597e5b4a7f7" ], + "x-ms-request-id": [ "2a9f3041-82f4-453a-a9a2-d48ee70d4b90" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/d857e8fa-a6a5-4836-9631-a40560a00c37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "100ea3a0-5024-4d26-af1e-5486ec28b967" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105714Z:100ea3a0-5024-4d26-af1e-5486ec28b967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:51:38 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 7E4063D4D3EB478CA7A5154DBC47FD8B Ref B: JKT201051407036 Ref C: 2025-10-31T10:57:13Z" ], + "Date": [ "Fri, 31 Oct 2025 10:57:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"20f89ecc-5325-4cb1-b209-995af56dfa59\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:50:38.863Z\"}" + "Content": "{\"name\":\"56bab85e-c1f2-4891-823a-8548615bca5d\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:56:13.25Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01+11": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733891995\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=BB51WXwxDtcEnTu2i4OZRJErtblV30kD5l_pQ5hQr-_hv6zQgAZGccahtSxHCwxGAZb-iGVVND5OJP3x8nRbAJCYagrHpxScM71WWeuAoq9p1W-kdzEabLoFgrFKM-Ve1NUfLeJkA592pS3zxcntllG1CqZ72FO5qVnDwDeGfHZQZw_BQ7LAWKx_gJu9pFvRJAwjvk8zNDBStcYNa2vDHDUJeLQ6qN9-5d8Gl7eqpKL4Pq47D0AjCQADZiDFs68dYM28PXte8vIcyg3RrDJldB14ofzoA_06C7521nb-jgqM_lA9AcgR3YXVvp5dxzhKKeo9Sebg08OVnipvh1eJcw\u0026h=s3Qa-VM-tL0eHOwNiyw4J4OIg-riDXOFXWRrBkrcq2E+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/20f89ecc-5325-4cb1-b209-995af56dfa59?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/56bab85e-c1f2-4891-823a-8548615bca5d?api-version=2021-05-01\u0026t=638975049733891995\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=BB51WXwxDtcEnTu2i4OZRJErtblV30kD5l_pQ5hQr-_hv6zQgAZGccahtSxHCwxGAZb-iGVVND5OJP3x8nRbAJCYagrHpxScM71WWeuAoq9p1W-kdzEabLoFgrFKM-Ve1NUfLeJkA592pS3zxcntllG1CqZ72FO5qVnDwDeGfHZQZw_BQ7LAWKx_gJu9pFvRJAwjvk8zNDBStcYNa2vDHDUJeLQ6qN9-5d8Gl7eqpKL4Pq47D0AjCQADZiDFs68dYM28PXte8vIcyg3RrDJldB14ofzoA_06C7521nb-jgqM_lA9AcgR3YXVvp5dxzhKKeo9Sebg08OVnipvh1eJcw\u0026h=s3Qa-VM-tL0eHOwNiyw4J4OIg-riDXOFXWRrBkrcq2E", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "e6c0151f-0738-4a69-9cd2-70468defec98" ], + "x-ms-unique-id": [ "150" ], + "x-ms-client-request-id": [ "8d0d3e6d-f6a1-4b60-8fb8-3c6a966a86cb" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -569,26 +684,31 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c2a8ada0-ae5f-424d-8f30-81653b344a7e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], - "x-ms-correlation-request-id": [ "403325a2-2c91-4b6d-b7fc-ae6c94acc9ba" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065139Z:403325a2-2c91-4b6d-b7fc-ae6c94acc9ba" ], + "x-ms-request-id": [ "e69ef73d-9887-483d-9f69-cc0d8a28e089" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/1837de0d-dea6-4266-95cc-2af57e61c028" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "690750fc-1620-4a74-ad67-a3f12bf97d48" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105715Z:690750fc-1620-4a74-ad67-a3f12bf97d48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:51:38 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: F6CCB6D013874C388323DDB2F87B1B6D Ref B: JKT201051407036 Ref C: 2025-10-31T10:57:14Z" ], + "Date": [ "Fri, 31 Oct 2025 10:57:14 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+12": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+13": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.1\",\r\n \"endIpAddress\": \"0.0.0.1\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -601,39 +721,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c37d8191-3fc6-4023-b720-fd80248455a1?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/664b40f3-9bb8-4deb-b737-ce735243c770?api-version=2021-05-01\u0026t=638975050360292720\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=CXptVBkKKvzIFwwR63Fhf48yfzlOAklzFurxzXvckY8DaJFQ3mjVlBlsjzGeGGdgcgK438WKG1q_VOD5_iUnqCyjbJdl7LWVYK6bt2lbrfqUH4i5KSg9LbN3A7j_leCQtVTfixu-rdX100SEXM6XKJ8gHtjYUc3lqDBxnwhAUl9-NBkxGMKVDh2qQKcejRfd-zW5Yn4bhM8e-3L1JSUcH7nCjKT7Bh8oLLaUjeIH6wBmNrE614ogtCLHtMkhltnNEhYHKKNYipa5qMgFuC8W7UBa4TNyk2ObVQsNRTzT-9dYMQ58-IbutQw-JyAtc73QtdwWJcvaAlS8ZHzF7TET9A\u0026h=SURF71TbGFQRQzFhyFR9UJAMNAUcr2wNI93QjU-cM4E" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c37d8191-3fc6-4023-b720-fd80248455a1?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/664b40f3-9bb8-4deb-b737-ce735243c770?api-version=2021-05-01\u0026t=638975050360292720\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=f1vNVX2aSiUDXeWkRGwyx83_-3DGU_owDKFrsHwoP9q-vzV-QzDBNOs_tGJBRM2XKPRfeiNrxGCox2a5fzVIpN1O4FSjcZDUPmLyKNbqXH0IFLE4By1QmGKz4S043v0FpaUG7BpfLizQM-lsw7kk3CrDWWBqD9Bolgrpxr-Bpa2iaWGjDbJpLcqpXEgPtzUBg6kmovq5RJc7HiMS6wzODofAE5VFKMIE4z4fBN_dC20nBcKVBf58ZmWERbi0m2QHuaM2HAXGp5qID_lr-WlEfxIwrTMtoRD08bp6Nb4D5L5gvdTwlUuAJlLMXlHZCZ06tKTUMfTXIWlWhSSyp4Osjg\u0026h=oREgoG37YBlS_tQAnNTpG3Pp6bKtJ0lFwZmz0UhI7OA" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c37d8191-3fc6-4023-b720-fd80248455a1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "5f3d272f-422e-4b92-981c-60d87663a5a8" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065139Z:5f3d272f-422e-4b92-981c-60d87663a5a8" ], + "x-ms-request-id": [ "664b40f3-9bb8-4deb-b737-ce735243c770" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/45c9e354-b1f3-4458-997f-f0ad103c0378" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "4caf74a5-7be4-4d65-b211-4037ade86117" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105716Z:4caf74a5-7be4-4d65-b211-4037ade86117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:51:38 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: EB6A2C838067448482FCC0E927D0FCDB Ref B: JKT201051407036 Ref C: 2025-10-31T10:57:15Z" ], + "Date": [ "Fri, 31 Oct 2025 10:57:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "99" ], + "Content-Length": [ "98" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:51:39.443Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:57:15.84Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c37d8191-3fc6-4023-b720-fd80248455a1?api-version=2021-05-01+13": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/664b40f3-9bb8-4deb-b737-ce735243c770?api-version=2021-05-01\u0026t=638975050360292720\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=f1vNVX2aSiUDXeWkRGwyx83_-3DGU_owDKFrsHwoP9q-vzV-QzDBNOs_tGJBRM2XKPRfeiNrxGCox2a5fzVIpN1O4FSjcZDUPmLyKNbqXH0IFLE4By1QmGKz4S043v0FpaUG7BpfLizQM-lsw7kk3CrDWWBqD9Bolgrpxr-Bpa2iaWGjDbJpLcqpXEgPtzUBg6kmovq5RJc7HiMS6wzODofAE5VFKMIE4z4fBN_dC20nBcKVBf58ZmWERbi0m2QHuaM2HAXGp5qID_lr-WlEfxIwrTMtoRD08bp6Nb4D5L5gvdTwlUuAJlLMXlHZCZ06tKTUMfTXIWlWhSSyp4Osjg\u0026h=oREgoG37YBlS_tQAnNTpG3Pp6bKtJ0lFwZmz0UhI7OA+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c37d8191-3fc6-4023-b720-fd80248455a1?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/664b40f3-9bb8-4deb-b737-ce735243c770?api-version=2021-05-01\u0026t=638975050360292720\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=f1vNVX2aSiUDXeWkRGwyx83_-3DGU_owDKFrsHwoP9q-vzV-QzDBNOs_tGJBRM2XKPRfeiNrxGCox2a5fzVIpN1O4FSjcZDUPmLyKNbqXH0IFLE4By1QmGKz4S043v0FpaUG7BpfLizQM-lsw7kk3CrDWWBqD9Bolgrpxr-Bpa2iaWGjDbJpLcqpXEgPtzUBg6kmovq5RJc7HiMS6wzODofAE5VFKMIE4z4fBN_dC20nBcKVBf58ZmWERbi0m2QHuaM2HAXGp5qID_lr-WlEfxIwrTMtoRD08bp6Nb4D5L5gvdTwlUuAJlLMXlHZCZ06tKTUMfTXIWlWhSSyp4Osjg\u0026h=oREgoG37YBlS_tQAnNTpG3Pp6bKtJ0lFwZmz0UhI7OA", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "61bf79d0-494e-4819-8046-fff0935c06d0" ], + "x-ms-unique-id": [ "152" ], + "x-ms-client-request-id": [ "a614411a-3759-40f1-b658-af8b70a290f5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -645,35 +770,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "59a2272b-8fbb-479f-b332-eee4f12f5eda" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], - "x-ms-correlation-request-id": [ "bc7558fe-cefc-43ce-9dbb-ec91ca9b246d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065239Z:bc7558fe-cefc-43ce-9dbb-ec91ca9b246d" ], + "x-ms-request-id": [ "c7d65dbf-9c1b-4c3c-8982-9798848a3769" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/3192b1b1-2d19-4e3b-bbac-af10955208bc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "788b009c-fcba-459d-ae96-5efd068dfc1b" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105816Z:788b009c-fcba-459d-ae96-5efd068dfc1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:52:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B0E357D235B3455CAFB93B6A14518690 Ref B: JKT201051407036 Ref C: 2025-10-31T10:58:16Z" ], + "Date": [ "Fri, 31 Oct 2025 10:58:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"c37d8191-3fc6-4023-b720-fd80248455a1\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:51:39.443Z\"}" + "Content": "{\"name\":\"664b40f3-9bb8-4deb-b737-ce735243c770\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:57:15.84Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+14": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "61bf79d0-494e-4819-8046-fff0935c06d0" ], + "x-ms-unique-id": [ "153" ], + "x-ms-client-request-id": [ "a614411a-3759-40f1-b658-af8b70a290f5" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -684,34 +814,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "900f0b25-d0ab-4900-8a64-6c5b5d85799b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-correlation-request-id": [ "902d50de-9221-45c5-be1e-a563e781f44a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065239Z:902d50de-9221-45c5-be1e-a563e781f44a" ], + "x-ms-request-id": [ "be808b6e-ca7f-40f9-b11a-dc8e01f7eeda" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/8bd43959-7689-42f6-8740-2c7a47c99ccf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "bba57436-2b32-4741-8aea-a54f0efdb76e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105817Z:bba57436-2b32-4741-8aea-a54f0efdb76e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:52:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4881B83FA4144B1A85DA821F73089B95 Ref B: JKT201051407036 Ref C: 2025-10-31T10:58:16Z" ], + "Date": [ "Fri, 31 Oct 2025 10:58:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.1\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.1\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+15": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "104" ], - "x-ms-client-request-id": [ "8a6d7e0d-83ea-4de4-bb36-9cd488b3985c" ], + "x-ms-unique-id": [ "154" ], + "x-ms-client-request-id": [ "fb9261fe-d48a-4150-9477-72f224ba8d59" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -723,34 +858,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "14e7bad6-7eb8-4861-bfdb-f5e23d4aac2f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-correlation-request-id": [ "4c1aca21-234a-4abe-bcbd-fedab67b0c1e" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065239Z:4c1aca21-234a-4abe-bcbd-fedab67b0c1e" ], + "x-ms-request-id": [ "214c45fd-1dc3-4452-9d73-ea52a20de4bb" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/630e603a-21c4-40ba-94cd-dc1b2e6a1b6b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "36d44038-7201-431b-b521-ab3773fe902d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105817Z:36d44038-7201-431b-b521-ab3773fe902d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:52:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B986F2E160C04FFCACE84E597FB7E45A Ref B: JKT201051407036 Ref C: 2025-10-31T10:58:17Z" ], + "Date": [ "Fri, 31 Oct 2025 10:58:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.1\",\"endIpAddress\":\"0.0.0.1\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.1\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+16": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "105" ], - "x-ms-client-request-id": [ "57f0f0f9-7d49-4956-b2c2-170828202c03" ], + "x-ms-unique-id": [ "155" ], + "x-ms-client-request-id": [ "172091de-96b8-411f-85d2-e5b88274daf5" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -761,39 +901,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983338592\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=DF9I3Xcla8dbXIJu1JfALwifwbZSCL_3Ckp6LCLtp2g9xZyIezUifvLe4qc-ux3qIAR4fRW3vhmkjgs_qcf-3Oure7R6t6ACl4oFtvy8O8D0tH-OvVJOhlirZPYq6zqaFBr0Fyt9o8ik5QwWA2u1yfw9r7WaI9KXQ54w_oHqjfpL9sV29-QYh9BUo34yD8uAtwMIj_vT2P5CTg49cN6nA9PPdJiUC-8jrmvikBqmTZGrJFawx4eQPlMl0dPdaLt5d6S0DiUzb3o1xE2wGAtylV-qWgJlAaEj-MWftZFOU8dR_zJjtqOAQns0ksq4hCAWJbYe59LZL892Wcj8TM2DBA\u0026h=d3EbmxLK6t7iSP397nooCrtsDYbrEKFMbDHcBPTCAdA" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983182333\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=NdwJ6lJArz_Abb1jZX-2s6ApKx0Rrg1ijOpJTSMRInbF7oNIFbUfpPh6fJ66F38hemB8uNlkvBadiiK4KzfSgC3DmRg_lzKzONn1hJntC_vmojgVhmN17Yr8zSHRN904gpFThTlBNoVFpHDZCM_AZY053TmLAcPCFp9w6JLbZKavfibsXF7al5LUYFXJPLOSu7SWhnpWE1jE7U06wSIxjEnoV4qtIYudODPtCoHzI3UwradVnPOf3qN94HD_WrYTL5jSISdCJg3owMz47sYgiDXP91hPDyYaYjbGmEPpaUenzNvsEwH_BR5qy9IruNX2lDHESy8P2d4IIUMByITrjQ\u0026h=6x8M_ZkRRXD4D_8aCCwcVg_M4u1I8FjwoEQreP4naFc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c3e1d81a-803e-4089-820a-a5cf3127928a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-correlation-request-id": [ "06e3e6d1-87be-4b71-a033-94e2680db4a3" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065240Z:06e3e6d1-87be-4b71-a033-94e2680db4a3" ], + "x-ms-request-id": [ "9d273ed3-f6e2-4d34-a9aa-ced25da39104" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e1012f0b-afed-4c64-833e-ebe83f41ab7d" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "39b7ada0-e157-414a-b493-6cac618523e4" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105818Z:39b7ada0-e157-414a-b493-6cac618523e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:52:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 358503B12CDE4A83A395BA341F5B2DFE Ref B: JKT201051407036 Ref C: 2025-10-31T10:58:18Z" ], + "Date": [ "Fri, 31 Oct 2025 10:58:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "97" ], + "Content-Length": [ "96" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:52:40.093Z\"}" + "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:58:18.26Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01+17": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983182333\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=NdwJ6lJArz_Abb1jZX-2s6ApKx0Rrg1ijOpJTSMRInbF7oNIFbUfpPh6fJ66F38hemB8uNlkvBadiiK4KzfSgC3DmRg_lzKzONn1hJntC_vmojgVhmN17Yr8zSHRN904gpFThTlBNoVFpHDZCM_AZY053TmLAcPCFp9w6JLbZKavfibsXF7al5LUYFXJPLOSu7SWhnpWE1jE7U06wSIxjEnoV4qtIYudODPtCoHzI3UwradVnPOf3qN94HD_WrYTL5jSISdCJg3owMz47sYgiDXP91hPDyYaYjbGmEPpaUenzNvsEwH_BR5qy9IruNX2lDHESy8P2d4IIUMByITrjQ\u0026h=6x8M_ZkRRXD4D_8aCCwcVg_M4u1I8FjwoEQreP4naFc+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983182333\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=NdwJ6lJArz_Abb1jZX-2s6ApKx0Rrg1ijOpJTSMRInbF7oNIFbUfpPh6fJ66F38hemB8uNlkvBadiiK4KzfSgC3DmRg_lzKzONn1hJntC_vmojgVhmN17Yr8zSHRN904gpFThTlBNoVFpHDZCM_AZY053TmLAcPCFp9w6JLbZKavfibsXF7al5LUYFXJPLOSu7SWhnpWE1jE7U06wSIxjEnoV4qtIYudODPtCoHzI3UwradVnPOf3qN94HD_WrYTL5jSISdCJg3owMz47sYgiDXP91hPDyYaYjbGmEPpaUenzNvsEwH_BR5qy9IruNX2lDHESy8P2d4IIUMByITrjQ\u0026h=6x8M_ZkRRXD4D_8aCCwcVg_M4u1I8FjwoEQreP4naFc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "106" ], - "x-ms-client-request-id": [ "57f0f0f9-7d49-4956-b2c2-170828202c03" ], + "x-ms-unique-id": [ "156" ], + "x-ms-client-request-id": [ "172091de-96b8-411f-85d2-e5b88274daf5" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -805,35 +950,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "5ebcae16-9367-4b9f-a74f-37bc1b40c9ed" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-correlation-request-id": [ "8ef47aa3-a0b0-4dd2-9c90-ff1d8159ceb2" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065340Z:8ef47aa3-a0b0-4dd2-9c90-ff1d8159ceb2" ], + "x-ms-request-id": [ "6e887ee6-3dfd-4cc8-a3b1-88c215429578" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/7e88b45d-ec53-435c-8578-cb9d12d2cbee" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "b47e8294-fb0a-4a51-b807-1f2b6af00eae" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T105919Z:b47e8294-fb0a-4a51-b807-1f2b6af00eae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:53:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: D7B54D7CAF06445A88AF633ADBCC33A6 Ref B: JKT201051407036 Ref C: 2025-10-31T10:59:18Z" ], + "Date": [ "Fri, 31 Oct 2025 10:59:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"c3e1d81a-803e-4089-820a-a5cf3127928a\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:52:40.093Z\"}" + "Content": "{\"name\":\"9d273ed3-f6e2-4d34-a9aa-ced25da39104\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:58:18.26Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01+18": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaName+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983338592\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=DF9I3Xcla8dbXIJu1JfALwifwbZSCL_3Ckp6LCLtp2g9xZyIezUifvLe4qc-ux3qIAR4fRW3vhmkjgs_qcf-3Oure7R6t6ACl4oFtvy8O8D0tH-OvVJOhlirZPYq6zqaFBr0Fyt9o8ik5QwWA2u1yfw9r7WaI9KXQ54w_oHqjfpL9sV29-QYh9BUo34yD8uAtwMIj_vT2P5CTg49cN6nA9PPdJiUC-8jrmvikBqmTZGrJFawx4eQPlMl0dPdaLt5d6S0DiUzb3o1xE2wGAtylV-qWgJlAaEj-MWftZFOU8dR_zJjtqOAQns0ksq4hCAWJbYe59LZL892Wcj8TM2DBA\u0026h=d3EbmxLK6t7iSP397nooCrtsDYbrEKFMbDHcBPTCAdA+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/c3e1d81a-803e-4089-820a-a5cf3127928a?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9d273ed3-f6e2-4d34-a9aa-ced25da39104?api-version=2021-05-01\u0026t=638975050983338592\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=DF9I3Xcla8dbXIJu1JfALwifwbZSCL_3Ckp6LCLtp2g9xZyIezUifvLe4qc-ux3qIAR4fRW3vhmkjgs_qcf-3Oure7R6t6ACl4oFtvy8O8D0tH-OvVJOhlirZPYq6zqaFBr0Fyt9o8ik5QwWA2u1yfw9r7WaI9KXQ54w_oHqjfpL9sV29-QYh9BUo34yD8uAtwMIj_vT2P5CTg49cN6nA9PPdJiUC-8jrmvikBqmTZGrJFawx4eQPlMl0dPdaLt5d6S0DiUzb3o1xE2wGAtylV-qWgJlAaEj-MWftZFOU8dR_zJjtqOAQns0ksq4hCAWJbYe59LZL892Wcj8TM2DBA\u0026h=d3EbmxLK6t7iSP397nooCrtsDYbrEKFMbDHcBPTCAdA", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "107" ], - "x-ms-client-request-id": [ "57f0f0f9-7d49-4956-b2c2-170828202c03" ], + "x-ms-unique-id": [ "157" ], + "x-ms-client-request-id": [ "172091de-96b8-411f-85d2-e5b88274daf5" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -844,26 +994,31 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "3d4bc6fb-4f11-46f7-9aab-758e64e2794c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-correlation-request-id": [ "f3adf86c-2c0a-4f9a-9dc0-231aa1f48e7d" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065340Z:f3adf86c-2c0a-4f9a-9dc0-231aa1f48e7d" ], + "x-ms-request-id": [ "0dd7aa4c-413e-4ada-90b1-61e71448dd3b" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/fedb4876-e4b5-4e8c-8ae1-7cfd8fad0375" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "dd5beb8e-6327-46d5-b235-5835f7384434" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105920Z:dd5beb8e-6327-46d5-b235-5835f7384434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:53:39 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: AAA3281663EE4B23B0731CADDC457510 Ref B: JKT201051407036 Ref C: 2025-10-31T10:59:19Z" ], + "Date": [ "Fri, 31 Oct 2025 10:59:20 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.0\",\r\n \"endIpAddress\": \"255.255.255.255\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -876,39 +1031,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9?api-version=2021-05-01\u0026t=638975051620499727\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=JhyKYffgJzKoRQiLmLD6GVtWxmmFivFG7aTzuajavGSoUcbKPSjblF4e4dDFwFYBQjLk8CPAgxGNiVUiJKo0lh7SSr0bNP84Edib5DrO_-_ZwTm0rRr1W9XfQ9DJlsxFEkf6hYU-2WRY8TaxCkQk9B73iC3KdjdfNJW33PJMQkL81PsqXbNglziS8QMPetIujQrVqhWoi_O3HbMF3qNu-yzrqRwqYwcYG5xITSydNM9DFER7I2ZEELe2RYg5Sb8uiip_BnHgzTu3U_z3BzMA9C4waPYzoZRPmz_wCkAZ6mlVUF4dGnZElT-6uqfI0HF7oOE5WkCl2zoFqcfr11OCoA\u0026h=jkPe7zuOd9R84j06m12WQW43I1peRoORym0GwqLFqMQ" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9?api-version=2021-05-01\u0026t=638975051620343451\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TZ43TKfzEWtqPFE32BWUWu7eTBBP3eFm9gTicc3XIw94OYsZrrLFS2BkMNCDn38N26ubA6RybGilCqAqJlJU9sUYeiRTEXadt6GpcMtbd7vZF1bnmIBV09K3KW_xjGga5Qdu_kmdDwwzx3ELZ6uKegOn_Ruy-qqA5f0WaVfRZ-Joe8AdRxqq0OWM7gTt7ICZoew_sK5p7wMf-KeXeMJQjKQ-gXq6F_H5cQaGs86DT1rui-9nUePA5EnfYcSScc8hyjtrWNu0Kb9Ip0mssyqOr1pfXIIHe8dcvRgsnTBfa7l1fQ7K_F0R3X6B5Ras2zAof8HPvPiMYfG60kBGIxZ3ig\u0026h=GQAAy-0BlvYUlgl6e4ZdhG4WrB5xZXgGS-BabsUh4J8" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "03703d3c-b4a3-456f-b088-c4484129137c" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065340Z:03703d3c-b4a3-456f-b088-c4484129137c" ], + "x-ms-request-id": [ "42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/4a28434b-3e32-4678-ad77-1a7269031e03" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "3963b097-b64f-494b-92bc-007591024606" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T105922Z:3963b097-b64f-494b-92bc-007591024606" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:53:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: BA9788B4AFA34ADF9987D207300839BC Ref B: JKT201051407036 Ref C: 2025-10-31T10:59:21Z" ], + "Date": [ "Fri, 31 Oct 2025 10:59:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "99" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:53:40.573Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T10:59:21.787Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d?api-version=2021-05-01+2": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9?api-version=2021-05-01\u0026t=638975051620343451\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TZ43TKfzEWtqPFE32BWUWu7eTBBP3eFm9gTicc3XIw94OYsZrrLFS2BkMNCDn38N26ubA6RybGilCqAqJlJU9sUYeiRTEXadt6GpcMtbd7vZF1bnmIBV09K3KW_xjGga5Qdu_kmdDwwzx3ELZ6uKegOn_Ruy-qqA5f0WaVfRZ-Joe8AdRxqq0OWM7gTt7ICZoew_sK5p7wMf-KeXeMJQjKQ-gXq6F_H5cQaGs86DT1rui-9nUePA5EnfYcSScc8hyjtrWNu0Kb9Ip0mssyqOr1pfXIIHe8dcvRgsnTBfa7l1fQ7K_F0R3X6B5Ras2zAof8HPvPiMYfG60kBGIxZ3ig\u0026h=GQAAy-0BlvYUlgl6e4ZdhG4WrB5xZXgGS-BabsUh4J8+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9?api-version=2021-05-01\u0026t=638975051620343451\u0026c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s\u0026s=TZ43TKfzEWtqPFE32BWUWu7eTBBP3eFm9gTicc3XIw94OYsZrrLFS2BkMNCDn38N26ubA6RybGilCqAqJlJU9sUYeiRTEXadt6GpcMtbd7vZF1bnmIBV09K3KW_xjGga5Qdu_kmdDwwzx3ELZ6uKegOn_Ruy-qqA5f0WaVfRZ-Joe8AdRxqq0OWM7gTt7ICZoew_sK5p7wMf-KeXeMJQjKQ-gXq6F_H5cQaGs86DT1rui-9nUePA5EnfYcSScc8hyjtrWNu0Kb9Ip0mssyqOr1pfXIIHe8dcvRgsnTBfa7l1fQ7K_F0R3X6B5Ras2zAof8HPvPiMYfG60kBGIxZ3ig\u0026h=GQAAy-0BlvYUlgl6e4ZdhG4WrB5xZXgGS-BabsUh4J8", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "e9faf3e9-60c2-45f1-b570-51f671b69cd5" ], + "x-ms-unique-id": [ "159" ], + "x-ms-client-request-id": [ "f7ed57ce-43fc-4c34-a266-1aabd7ad0328" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -920,35 +1080,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "199c367b-2c76-42ea-a412-e3baa9807c65" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-correlation-request-id": [ "0ecf935c-4b3b-4259-bce2-64ccc0183a8f" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065440Z:0ecf935c-4b3b-4259-bce2-64ccc0183a8f" ], + "x-ms-request-id": [ "ad7ea369-18ce-48ab-ad31-58b6e29db0f7" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/87a5fb86-5232-4a84-a3e3-d65fb4afc178" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c9c5546b-814b-4eec-ba21-5fdb4dedbbfd" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110022Z:c9c5546b-814b-4eec-ba21-5fdb4dedbbfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:54:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 9DE1990AE6F444F5B5FF55AAFAE4E03B Ref B: JKT201051407036 Ref C: 2025-10-31T11:00:22Z" ], + "Date": [ "Fri, 31 Oct 2025 11:00:22 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"a4ecbdc9-a246-4ab1-9c20-27cac88a3c5d\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:53:40.573Z\"}" + "Content": "{\"name\":\"42bbbe38-0f2d-4f87-97c4-ed4ee9e21ab9\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T10:59:21.787Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "110" ], - "x-ms-client-request-id": [ "e9faf3e9-60c2-45f1-b570-51f671b69cd5" ], + "x-ms-unique-id": [ "160" ], + "x-ms-client-request-id": [ "f7ed57ce-43fc-4c34-a266-1aabd7ad0328" ], "CommandName": [ "Az.MySql.internal\\New-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "New-AzMySqlFlexibleServerFirewallRule_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -959,34 +1124,83 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "705426da-a023-48a3-bfc7-5d00bbe900f5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-correlation-request-id": [ "dd870a65-061d-4703-952f-9c04c9166485" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065440Z:dd870a65-061d-4703-952f-9c04c9166485" ], + "x-ms-request-id": [ "560f5a42-a2f9-4f91-8532-9f4739a24379" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/a3fdb512-db69-4962-ba9f-1c22ce8eb7c7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "106775a0-4d7c-48e6-86db-5abb1a28c09b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T110023Z:106775a0-4d7c-48e6-86db-5abb1a28c09b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:54:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 11309F7FFC594681A82FEDEA9EC73A9A Ref B: JKT201051407036 Ref C: 2025-10-31T11:00:22Z" ], + "Date": [ "Fri, 31 Oct 2025 11:00:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "157" ], + "Content-Length": [ "343" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+4": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "111" ], - "x-ms-client-request-id": [ "d0989cfd-2941-4d3a-8095-f761e45fdc80" ], + "x-ms-unique-id": [ "161" ], + "x-ms-client-request-id": [ "f683a013-dc9c-4f7a-8197-64a8d5553684" ], "CommandName": [ "Get-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerFirewallRule_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "cf57615a-7fc0-4cd5-be12-efac9036ba98" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/3a98a511-9386-4e44-be49-53d65144c517" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "6dd91383-acb1-48e8-88f2-d98e3192ebb5" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110024Z:6dd91383-acb1-48e8-88f2-d98e3192ebb5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 2F8373346C794BB99524A9352E8B0959 Ref B: JKT201051407036 Ref C: 2025-10-31T11:00:23Z" ], + "Date": [ "Fri, 31 Oct 2025 11:00:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "343" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false + } + }, + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "162" ], + "x-ms-client-request-id": [ "76a0f0f5-824b-487e-ab1e-c1049ae08ec0" ], + "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], + "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateViaIdentityExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -998,27 +1212,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "134744a9-4ba6-41ce-adb2-c65e5a61d957" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-correlation-request-id": [ "3db0d0b8-9f95-41d3-875c-ef90350d6919" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065440Z:3db0d0b8-9f95-41d3-875c-ef90350d6919" ], + "x-ms-request-id": [ "7b1894e4-0eb8-44fd-abd9-d8892d808946" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/8190c016-0f54-487e-b562-199acd3f0c03" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "edcda681-a6dd-4225-8061-5b3a29473e65" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110024Z:edcda681-a6dd-4225-8061-5b3a29473e65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:54:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4A279D1786C64A0BB924091EDCD9DD8D Ref B: JKT201051407036 Ref C: 2025-10-31T11:00:24Z" ], + "Date": [ "Fri, 31 Oct 2025 11:00:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "157" ], + "Content-Length": [ "343" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+5": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$PUT+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"0.0.0.2\",\r\n \"endIpAddress\": \"0.0.0.2\"\r\n }\r\n}", + "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -1031,39 +1250,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a99bfdf8-4142-4a76-80ce-5665ce9940df?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/0703b58e-cbfc-42b8-992c-c822d8a3d739?api-version=2021-05-01\u0026t=638975052250355264\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=dInE89nr4Mgc2Rt4-idTGJTz6mHI0XzMsQHRm8bNaMbQ4vW6jpmsDozZFACXeshpS3YL6Bk70pbQMCYQSQLqL5K13rv60GQWojF-oszs0dKPFbnDJjfgEDFaZd0rdBUInApgTZiBOEpk_Bug-oi_H0ht4QxKMUAP-kByPgjmCRlV9IccbIuDQNeubwtpu9eUgBxKNpnlinM5ymZbQjsIIpK2Iicdh8P3C9_kU2O3HIo4J4ZfBKKqO85R0GyG0ekSWX8D2Z8pxHfI--0-CHiYdl-4m4bR2Cff6zr6L0r1mlNt1dpEazFmG4aOMyL4wr9IkZGg0bIAWyezkWKs87T1Bg\u0026h=bWNWsk_17z3jPxZLIloqTq6TmWLkmwfYmn2u60rcxfs" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a99bfdf8-4142-4a76-80ce-5665ce9940df?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0703b58e-cbfc-42b8-992c-c822d8a3d739?api-version=2021-05-01\u0026t=638975052250199572\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=RHCNevmfZba9D03eRHeYx-G1nk9RZ_YSiVmlkSPo9F7AN9PRkPMZ6JryKpnaiL-8f3ccCP8zTiwv-1G8YOrsXu4Rsey9Yh2gjQsK778bahq96YDlhfGVXOezrVyWkdzfGhGKnHqY9r2YsSkq2s877OiZqlQQEOkbXmo15ah8OXce3gDl9iWlOpEulldESsBs-JaRLcVYPsh6SgAddoTkzWQPOxsg5Lbaj-PktUxcGFlXmtIWXPpcP9WKmiyPpMY9KESecQ_n4XNBS7LhHcjRk2ftc26Ro0SnL8SdafZ8r5ZlQpsI9u5qQTJWHdEKfp_HntrSdsCDGSDj03KENnZ6uQ\u0026h=z0TQ_wkWAJPpxWtrSvZyFI_ED2QAHgDHgQ5CPBnLzBc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "a99bfdf8-4142-4a76-80ce-5665ce9940df" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "fd5339b7-253e-49a5-af86-09dbfde6c129" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065441Z:fd5339b7-253e-49a5-af86-09dbfde6c129" ], + "x-ms-request-id": [ "0703b58e-cbfc-42b8-992c-c822d8a3d739" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/ab74a250-179e-4d72-97a3-bb94d69b8241" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-correlation-request-id": [ "8b8a889a-b02c-4e00-87de-85f82c353e9a" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110025Z:8b8a889a-b02c-4e00-87de-85f82c353e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:54:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A8996DE6E552459285D8C1919D881211 Ref B: JKT201051407036 Ref C: 2025-10-31T11:00:24Z" ], + "Date": [ "Fri, 31 Oct 2025 11:00:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "99" ], + "Content-Length": [ "98" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:54:41.097Z\"}" + "Content": "{\"operation\":\"UpsertServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T11:00:24.98Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a99bfdf8-4142-4a76-80ce-5665ce9940df?api-version=2021-05-01+6": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0703b58e-cbfc-42b8-992c-c822d8a3d739?api-version=2021-05-01\u0026t=638975052250199572\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=RHCNevmfZba9D03eRHeYx-G1nk9RZ_YSiVmlkSPo9F7AN9PRkPMZ6JryKpnaiL-8f3ccCP8zTiwv-1G8YOrsXu4Rsey9Yh2gjQsK778bahq96YDlhfGVXOezrVyWkdzfGhGKnHqY9r2YsSkq2s877OiZqlQQEOkbXmo15ah8OXce3gDl9iWlOpEulldESsBs-JaRLcVYPsh6SgAddoTkzWQPOxsg5Lbaj-PktUxcGFlXmtIWXPpcP9WKmiyPpMY9KESecQ_n4XNBS7LhHcjRk2ftc26Ro0SnL8SdafZ8r5ZlQpsI9u5qQTJWHdEKfp_HntrSdsCDGSDj03KENnZ6uQ\u0026h=z0TQ_wkWAJPpxWtrSvZyFI_ED2QAHgDHgQ5CPBnLzBc+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a99bfdf8-4142-4a76-80ce-5665ce9940df?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/0703b58e-cbfc-42b8-992c-c822d8a3d739?api-version=2021-05-01\u0026t=638975052250199572\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=RHCNevmfZba9D03eRHeYx-G1nk9RZ_YSiVmlkSPo9F7AN9PRkPMZ6JryKpnaiL-8f3ccCP8zTiwv-1G8YOrsXu4Rsey9Yh2gjQsK778bahq96YDlhfGVXOezrVyWkdzfGhGKnHqY9r2YsSkq2s877OiZqlQQEOkbXmo15ah8OXce3gDl9iWlOpEulldESsBs-JaRLcVYPsh6SgAddoTkzWQPOxsg5Lbaj-PktUxcGFlXmtIWXPpcP9WKmiyPpMY9KESecQ_n4XNBS7LhHcjRk2ftc26Ro0SnL8SdafZ8r5ZlQpsI9u5qQTJWHdEKfp_HntrSdsCDGSDj03KENnZ6uQ\u0026h=z0TQ_wkWAJPpxWtrSvZyFI_ED2QAHgDHgQ5CPBnLzBc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "113" ], - "x-ms-client-request-id": [ "8e3cd458-6dc9-40e3-99d6-93f161e2d29f" ], + "x-ms-unique-id": [ "164" ], + "x-ms-client-request-id": [ "76a0f0f5-824b-487e-ab1e-c1049ae08ec0" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1075,35 +1299,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "51e3796c-f648-4883-babb-678c765044b5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-correlation-request-id": [ "9541cd8e-1179-4093-b9f3-d29bec87e7f9" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065541Z:9541cd8e-1179-4093-b9f3-d29bec87e7f9" ], + "x-ms-request-id": [ "206a6c7e-ee76-4510-9eb8-4a5998ef36ed" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/f972ba40-001a-4756-b45d-75b900161887" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "7e1eafd5-6953-4396-ae3b-ec7180dda06c" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110125Z:7e1eafd5-6953-4396-ae3b-ec7180dda06c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:55:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4896D863AD734C208FB9619DF6BAD9A0 Ref B: JKT201051407036 Ref C: 2025-10-31T11:01:25Z" ], + "Date": [ "Fri, 31 Oct 2025 11:01:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "107" ], + "Content-Length": [ "106" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"a99bfdf8-4142-4a76-80ce-5665ce9940df\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:54:41.097Z\"}" + "Content": "{\"name\":\"0703b58e-cbfc-42b8-992c-c822d8a3d739\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T11:00:24.98Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+7": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "114" ], - "x-ms-client-request-id": [ "8e3cd458-6dc9-40e3-99d6-93f161e2d29f" ], + "x-ms-unique-id": [ "165" ], + "x-ms-client-request-id": [ "76a0f0f5-824b-487e-ab1e-c1049ae08ec0" ], "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Update-AzMySqlFlexibleServerFirewallRule_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1114,34 +1343,39 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "fd81a815-4e9a-40da-a93c-d039572c3096" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-correlation-request-id": [ "436c8d19-169a-4fbf-9d57-9ae1427f56c6" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065541Z:436c8d19-169a-4fbf-9d57-9ae1427f56c6" ], + "x-ms-request-id": [ "543c976e-9477-4428-a7e7-aedf22fe5182" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/4bf32adc-2645-477f-8e92-7b2e55cafc97" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "4c40b745-bf93-4758-832d-f1387b083e0d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T110126Z:4c40b745-bf93-4758-832d-f1387b083e0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:55:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 80CB03365AD64CD78A35D6F67114AABF Ref B: JKT201051407036 Ref C: 2025-10-31T11:01:26Z" ], + "Date": [ "Fri, 31 Oct 2025 11:01:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "149" ], + "Content-Length": [ "335" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.2\"},\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}" + "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.2\"},\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/flexibleServers/firewallRules\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+8": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$DELETE+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01+9": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100/firewallRules/mysqlrule01?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "115" ], - "x-ms-client-request-id": [ "37cba72a-f5f6-40e8-9dc3-b2136aa94fb5" ], + "x-ms-unique-id": [ "166" ], + "x-ms-client-request-id": [ "b0b283be-a5f9-4511-bc40-e7ba2da4482d" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1152,39 +1386,44 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01" ], + "Location": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=LZjOATjunGVPrtZNgl51nM44ri1Oa_xRxwTSsov52lkAk1VyK9QGE0E4-NfVqHfQ2r_sAjG5Xv7laJd4Tqlej9tCi7fgg4iGMFRxpFaFGLkHNUUpMg__fOapUBl1Tif4yRnExe2xTYOyJImlvMtVZ0O4X16_QATnkfMsqCP_F2EG3IE1993UmnoVHytJZhuWR5ZhXJQVRGc_Y5aQUw29Hk98ivXG1DGHAUliwn66PD_YwTdwWKggEIIveD5SWtJ62CMNpzdpL5faHzxQ-Z_dezY_iP1Afpmq2Bgxj105TmUUKf7kYndmLwgTBMLp3yoU3LFJuCzU-Vgd8oII8Yg73w\u0026h=M7ei0Ven_Zlx1t3wZPaTJPl2EpjTycvjonRud4ctdlA" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=cYzGEcHtRUcrG1uJ6Ar3xMj5zpsJZYP9fKWmD-Dgwgp7L_zUSEMQXyYd9js0PVYl2LOeIVtUJf9QZjbccHgFLUTAg3F6RsRmKlRmOYKwkIhlMdPPJDLybqiiHntsKCKBMIxKGSDeruO79TyXSMtfKz30R6esE2oiRsxyLQIT0rZUW87UOElvrdeaS5Yu8O0PGebPSSpAf1BCaR_TtkgSB3enoFhEUuiWbDuCEBCB9Hk_X0KjQ0h733VbHtNxu14ewmzGEIsgQLEsko29WWPCWC3fxBq0fCGdEOQAsMW_kpFa_7eUFgB6_U5kZb1o6vFL1DDph7yIZdIhRNZ0tuYksw\u0026h=ZiorRQlFE3c_K0Ayw2ihrLFHr9IlV5kIMTLza9diZGc" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9f0fa878-aba5-4bf3-ab4b-28bdc1f31421" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-correlation-request-id": [ "abc18f85-d13c-41dd-bb27-ac7498d43525" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065541Z:abc18f85-d13c-41dd-bb27-ac7498d43525" ], + "x-ms-request-id": [ "a80fc4b2-4346-4f06-b5c4-e1516f0c63d9" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/e0ef5739-c193-45cc-a13a-77b22cef83c9" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-correlation-request-id": [ "4c14e29c-4507-4c58-97c5-c301bc5a310e" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110127Z:4c14e29c-4507-4c58-97c5-c301bc5a310e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:55:41 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3C09F137A4584BDBBE2042436A2C1E20 Ref B: JKT201051407036 Ref C: 2025-10-31T11:01:26Z" ], + "Date": [ "Fri, 31 Oct 2025 11:01:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "97" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2021-08-27T06:55:41.523Z\"}" + "Content": "{\"operation\":\"DropServerFirewallRulesManagementOperation\",\"startTime\":\"2025-10-31T11:01:27.453Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01+9": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=cYzGEcHtRUcrG1uJ6Ar3xMj5zpsJZYP9fKWmD-Dgwgp7L_zUSEMQXyYd9js0PVYl2LOeIVtUJf9QZjbccHgFLUTAg3F6RsRmKlRmOYKwkIhlMdPPJDLybqiiHntsKCKBMIxKGSDeruO79TyXSMtfKz30R6esE2oiRsxyLQIT0rZUW87UOElvrdeaS5Yu8O0PGebPSSpAf1BCaR_TtkgSB3enoFhEUuiWbDuCEBCB9Hk_X0KjQ0h733VbHtNxu14ewmzGEIsgQLEsko29WWPCWC3fxBq0fCGdEOQAsMW_kpFa_7eUFgB6_U5kZb1o6vFL1DDph7yIZdIhRNZ0tuYksw\u0026h=ZiorRQlFE3c_K0Ayw2ihrLFHr9IlV5kIMTLza9diZGc+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/azureAsyncOperation/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=cYzGEcHtRUcrG1uJ6Ar3xMj5zpsJZYP9fKWmD-Dgwgp7L_zUSEMQXyYd9js0PVYl2LOeIVtUJf9QZjbccHgFLUTAg3F6RsRmKlRmOYKwkIhlMdPPJDLybqiiHntsKCKBMIxKGSDeruO79TyXSMtfKz30R6esE2oiRsxyLQIT0rZUW87UOElvrdeaS5Yu8O0PGebPSSpAf1BCaR_TtkgSB3enoFhEUuiWbDuCEBCB9Hk_X0KjQ0h733VbHtNxu14ewmzGEIsgQLEsko29WWPCWC3fxBq0fCGdEOQAsMW_kpFa_7eUFgB6_U5kZb1o6vFL1DDph7yIZdIhRNZ0tuYksw\u0026h=ZiorRQlFE3c_K0Ayw2ihrLFHr9IlV5kIMTLza9diZGc", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "116" ], - "x-ms-client-request-id": [ "37cba72a-f5f6-40e8-9dc3-b2136aa94fb5" ], + "x-ms-unique-id": [ "167" ], + "x-ms-client-request-id": [ "b0b283be-a5f9-4511-bc40-e7ba2da4482d" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1196,35 +1435,40 @@ "Pragma": [ "no-cache" ], "Retry-After": [ "60" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "04254080-1209-4760-801a-2f5e31090da7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-correlation-request-id": [ "daced14d-88b4-464d-8472-e7c13f1bf878" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065641Z:daced14d-88b4-464d-8472-e7c13f1bf878" ], + "x-ms-request-id": [ "6ef11905-79e8-40ce-aa53-e290724cda07" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/da5fa2a0-a4c6-4c71-aa40-5236301f54bd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c5ef67cf-de65-4c44-baf1-71398387b57b" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110228Z:c5ef67cf-de65-4c44-baf1-71398387b57b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4F3ACD8D0FF0481A9C6B9CEC3684BEF8 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:28Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "107" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"9f0fa878-aba5-4bf3-ab4b-28bdc1f31421\",\"status\":\"Succeeded\",\"startTime\":\"2021-08-27T06:55:41.523Z\"}" + "Content": "{\"name\":\"a80fc4b2-4346-4f06-b5c4-e1516f0c63d9\",\"status\":\"Succeeded\",\"startTime\":\"2025-10-31T11:01:27.453Z\"}", + "isContentBase64": false } }, - "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01+10": { + "AzMySqlFlexibleServerFirewallRule+[NoContext]+ViaIdentity+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=LZjOATjunGVPrtZNgl51nM44ri1Oa_xRxwTSsov52lkAk1VyK9QGE0E4-NfVqHfQ2r_sAjG5Xv7laJd4Tqlej9tCi7fgg4iGMFRxpFaFGLkHNUUpMg__fOapUBl1Tif4yRnExe2xTYOyJImlvMtVZ0O4X16_QATnkfMsqCP_F2EG3IE1993UmnoVHytJZhuWR5ZhXJQVRGc_Y5aQUw29Hk98ivXG1DGHAUliwn66PD_YwTdwWKggEIIveD5SWtJ62CMNpzdpL5faHzxQ-Z_dezY_iP1Afpmq2Bgxj105TmUUKf7kYndmLwgTBMLp3yoU3LFJuCzU-Vgd8oII8Yg73w\u0026h=M7ei0Ven_Zlx1t3wZPaTJPl2EpjTycvjonRud4ctdlA+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/9f0fa878-aba5-4bf3-ab4b-28bdc1f31421?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/operationResults/a80fc4b2-4346-4f06-b5c4-e1516f0c63d9?api-version=2021-05-01\u0026t=638975052877126314\u0026c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY\u0026s=LZjOATjunGVPrtZNgl51nM44ri1Oa_xRxwTSsov52lkAk1VyK9QGE0E4-NfVqHfQ2r_sAjG5Xv7laJd4Tqlej9tCi7fgg4iGMFRxpFaFGLkHNUUpMg__fOapUBl1Tif4yRnExe2xTYOyJImlvMtVZ0O4X16_QATnkfMsqCP_F2EG3IE1993UmnoVHytJZhuWR5ZhXJQVRGc_Y5aQUw29Hk98ivXG1DGHAUliwn66PD_YwTdwWKggEIIveD5SWtJ62CMNpzdpL5faHzxQ-Z_dezY_iP1Afpmq2Bgxj105TmUUKf7kYndmLwgTBMLp3yoU3LFJuCzU-Vgd8oII8Yg73w\u0026h=M7ei0Ven_Zlx1t3wZPaTJPl2EpjTycvjonRud4ctdlA", "Content": null, + "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "117" ], - "x-ms-client-request-id": [ "37cba72a-f5f6-40e8-9dc3-b2136aa94fb5" ], + "x-ms-unique-id": [ "168" ], + "x-ms-client-request-id": [ "b0b283be-a5f9-4511-bc40-e7ba2da4482d" ], "CommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule" ], "FullCommandName": [ "Remove-AzMySqlFlexibleServerFirewallRule_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ] }, "ContentHeaders": { } @@ -1235,19 +1479,23 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b8b9193d-d2db-4a71-8e07-db4158a3bc6d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "x-ms-correlation-request-id": [ "b5e0ca22-f3d9-4f0b-8c74-6ff261aca244" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065641Z:b5e0ca22-f3d9-4f0b-8c74-6ff261aca244" ], + "x-ms-request-id": [ "7e61a4ec-ddc1-4e1b-9c1a-720be7a23117" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/southeastasia/bb5ece31-aeac-4875-9e6f-6f4a52fe6f99" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "c00b2c83-1ae0-4a3f-91aa-983caf09e7b1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T110229Z:c00b2c83-1ae0-4a3f-91aa-983caf09e7b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:40 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 1FD159BF1C724DE8BEC555117295BD43 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:28Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:29 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], "Content-Length": [ "0" ] }, - "Content": null + "Content": null, + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Tests.ps1 index 2edf039c1124..08e6dd197352 100644 --- a/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/AzMySqlFlexibleServerFirewallRule.Tests.ps1 @@ -12,7 +12,6 @@ while(-not $mockingPath) { . ($mockingPath | Select-Object -First 1).FullName Describe 'AzMySqlFlexibleServerFirewallRule' { - It 'List' { { New-AzMySqlFlexibleServerFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Recording.json deleted file mode 100644 index b0d236815cde..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Recording.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "Get-AzMySqlConfiguration+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "a45b33cb-c5e1-40b1-9bfc-9a987932a5e5" ], - "CommandName": [ "Get-AzMySqlConfiguration" ], - "FullCommandName": [ "Get-AzMySqlConfiguration_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d10ec4f7-ff7a-4a42-a932-cf3e51a792cd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "9f628787-a5c0-4594-844a-839f207f05c1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051316Z:9f628787-a5c0-4594-844a-839f207f05c1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:13:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "102078" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"properties\":{\"value\":\"OFF\",\"description\":\"Allow to audit the log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/audit_log_enabled\",\"name\":\"audit_log_enabled\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"CONNECTION\",\"description\":\"Select the events to audit logs.\",\"defaultValue\":\"CONNECTION\",\"dataType\":\"Set\",\"allowedValues\":\"DDL,DML_SELECT,DML_NONSELECT,DCL,ADMIN,DML,GENERAL,CONNECTION,TABLE_ACCESS\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/audit_log_events\",\"name\":\"audit_log_events\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"azure_superuser\",\"description\":\"The comma-separated user list whose commands will not be in the audit logs.\",\"defaultValue\":\"azure_superuser\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/audit_log_exclude_users\",\"name\":\"audit_log_exclude_users\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The comma-separated user list whose commands will be in the audit logs. It takes higher priority if the same user name is found in audit_log_exclude_users.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/audit_log_include_users\",\"name\":\"audit_log_include_users\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of seconds for automatic binary log file removal. The default is 0, which means no automatic removal. Possible removals happen at startup and when the binary log is flushed.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/binlog_expire_logs_seconds\",\"name\":\"binlog_expire_logs_seconds\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,11-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/binlog_group_commit_sync_delay\",\"name\":\"binlog_group_commit_sync_delay\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/binlog_group_commit_sync_no_delay_count\",\"name\":\"binlog_group_commit_sync_no_delay_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"minimal\",\"description\":\"For MySQL row-based replication, this variable determines how row images are written to the binary log.\",\"defaultValue\":\"minimal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"full,minimal,noblob\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/binlog_row_image\",\"name\":\"binlog_row_image\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"The binlog max capacity for stop.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/binlog_sum_size_for_stop_pct_max\",\"name\":\"binlog_sum_size_for_stop_pct_max\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"latin1\",\"description\":\"Use charset_name as the default server character set.\",\"defaultValue\":\"latin1\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8,ASCII,BIG5,BINARY,CP1250,CP1251,CP1256,CP1257,CP850,CP852,CP866,CP932,DEC8,EUCJPMS,EUCKR,GB18030,GB2312,GBK,GEOSTD8,GREEK,HEBREW,HP8,KEYBCS2,KOI8R,KOI8U,LATIN1,LATIN2,LATIN5,LATIN7,MACCE,MACROMAN,SJIS,SWE7,TIS620,UCS2,UJIS,UTF16,UTF16LE,UTF32,UTF8,UTF8MB4\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/character_set_server\",\"name\":\"character_set_server\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"latin1_swedish_ci\",\"description\":\"The server\u0027s default collation.\",\"defaultValue\":\"latin1_swedish_ci\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ARMSCII8_BIN,ARMSCII8_GENERAL_CI,ASCII_BIN,ASCII_GENERAL_CI,BIG5_BIN,BIG5_CHINESE_CI,BINARY,CP1250_BIN,CP1250_CROATIAN_CI,CP1250_CZECH_CS,CP1250_GENERAL_CI,CP1250_POLISH_CI,CP1251_BIN,CP1251_BULGARIAN_CI,CP1251_GENERAL_CI,CP1251_GENERAL_CS,CP1251_UKRAINIAN_CI,CP1256_BIN,CP1256_GENERAL_CI,CP1257_BIN,CP1257_GENERAL_CI,CP1257_LITHUANIAN_CI,CP850_BIN,CP850_GENERAL_CI,CP852_BIN,CP852_GENERAL_CI,CP866_BIN,CP866_GENERAL_CI,CP932_BIN,CP932_JAPANESE_CI,DEC8_BIN,DEC8_SWEDISH_CI,EUCJPMS_BIN,EUCJPMS_JAPANESE_CI,EUCKR_BIN,EUCKR_KOREAN_CI,GB18030_BIN,GB18030_CHINESE_CI,GB18030_UNICODE_520_CI,GB2312_BIN,GB2312_CHINESE_CI,GBK_BIN,GBK_CHINESE_CI,GEOSTD8_BIN,GEOSTD8_GENERAL_CI,GREEK_BIN,GREEK_GENERAL_CI,HEBREW_BIN,HEBREW_GENERAL_CI,HP8_BIN,HP8_ENGLISH_CI,KEYBCS2_BIN,KEYBCS2_GENERAL_CI,KOI8R_BIN,KOI8R_GENERAL_CI,KOI8U_BIN,KOI8U_GENERAL_CI,LATIN1_BIN,LATIN1_DANISH_CI,LATIN1_GENERAL_CI,LATIN1_GENERAL_CS,LATIN1_GERMAN1_CI,LATIN1_GERMAN2_CI,LATIN1_SPANISH_CI,LATIN1_SWEDISH_CI,LATIN2_BIN,LATIN2_CROATIAN_CI,LATIN2_CZECH_CS,LATIN2_GENERAL_CI,LATIN2_HUNGARIAN_CI,LATIN5_BIN,LATIN5_TURKISH_CI,LATIN7_BIN,LATIN7_ESTONIAN_CS,LATIN7_GENERAL_CI,LATIN7_GENERAL_CS,MACCE_BIN,MACCE_GENERAL_CI,MACROMAN_BIN,MACROMAN_GENERAL_CI,SJIS_BIN,SJIS_JAPANESE_CI,SWE7_BIN,SWE7_SWEDISH_CI,TIS620_BIN,TIS620_THAI_CI,UCS2_BIN,UCS2_CROATIAN_CI,UCS2_CZECH_CI,UCS2_DANISH_CI,UCS2_ESPERANTO_CI,UCS2_ESTONIAN_CI,UCS2_GENERAL_CI,UCS2_GENERAL_MYSQL500_CI,UCS2_GERMAN2_CI,UCS2_HUNGARIAN_CI,UCS2_ICELANDIC_CI,UCS2_LATVIAN_CI,UCS2_LITHUANIAN_CI,UCS2_PERSIAN_CI,UCS2_POLISH_CI,UCS2_ROMAN_CI,UCS2_ROMANIAN_CI,UCS2_SINHALA_CI,UCS2_SLOVAK_CI,UCS2_SLOVENIAN_CI,UCS2_SPANISH_CI,UCS2_SPANISH2_CI,UCS2_SWEDISH_CI,UCS2_TURKISH_CI,UCS2_UNICODE_520_CI,UCS2_UNICODE_CI,UCS2_VIETNAMESE_CI,UJIS_BIN,UJIS_JAPANESE_CI,UTF16_BIN,UTF16_CROATIAN_CI,UTF16_CZECH_CI,UTF16_DANISH_CI,UTF16_ESPERANTO_CI,UTF16_ESTONIAN_CI,UTF16_GENERAL_CI,UTF16_GERMAN2_CI,UTF16_HUNGARIAN_CI,UTF16_ICELANDIC_CI,UTF16_LATVIAN_CI,UTF16_LITHUANIAN_CI,UTF16_PERSIAN_CI,UTF16_POLISH_CI,UTF16_ROMAN_CI,UTF16_ROMANIAN_CI,UTF16_SINHALA_CI,UTF16_SLOVAK_CI,UTF16_SLOVENIAN_CI,UTF16_SPANISH_CI,UTF16_SPANISH2_CI,UTF16_SWEDISH_CI,UTF16_TURKISH_CI,UTF16_UNICODE_520_CI,UTF16_UNICODE_CI,UTF16_VIETNAMESE_CI,UTF16LE_BIN,UTF16LE_GENERAL_CI,UTF32_BIN,UTF32_CROATIAN_CI,UTF32_CZECH_CI,UTF32_DANISH_CI,UTF32_ESPERANTO_CI,UTF32_ESTONIAN_CI,UTF32_GENERAL_CI,UTF32_GERMAN2_CI,UTF32_HUNGARIAN_CI,UTF32_ICELANDIC_CI,UTF32_LATVIAN_CI,UTF32_LITHUANIAN_CI,UTF32_PERSIAN_CI,UTF32_POLISH_CI,UTF32_ROMAN_CI,UTF32_ROMANIAN_CI,UTF32_SINHALA_CI,UTF32_SLOVAK_CI,UTF32_SLOVENIAN_CI,UTF32_SPANISH_CI,UTF32_SPANISH2_CI,UTF32_SWEDISH_CI,UTF32_TURKISH_CI,UTF32_UNICODE_520_CI,UTF32_UNICODE_CI,UTF32_VIETNAMESE_CI,UTF8_BIN,UTF8_CROATIAN_CI,UTF8_CZECH_CI,UTF8_DANISH_CI,UTF8_ESPERANTO_CI,UTF8_ESTONIAN_CI,UTF8_GENERAL_CI,UTF8_GENERAL_MYSQL500_CI,UTF8_GERMAN2_CI,UTF8_HUNGARIAN_CI,UTF8_ICELANDIC_CI,UTF8_LATVIAN_CI,UTF8_LITHUANIAN_CI,UTF8_PERSIAN_CI,UTF8_POLISH_CI,UTF8_ROMAN_CI,UTF8_ROMANIAN_CI,UTF8_SINHALA_CI,UTF8_SLOVAK_CI,UTF8_SLOVENIAN_CI,UTF8_SPANISH_CI,UTF8_SPANISH2_CI,UTF8_SWEDISH_CI,UTF8_TURKISH_CI,UTF8_UNICODE_520_CI,UTF8_UNICODE_CI,UTF8_VIETNAMESE_CI,UTF8MB4_BIN,UTF8MB4_CROATIAN_CI,UTF8MB4_CZECH_CI,UTF8MB4_DANISH_CI,UTF8MB4_ESPERANTO_CI,UTF8MB4_ESTONIAN_CI,UTF8MB4_GENERAL_CI,UTF8MB4_GERMAN2_CI,UTF8MB4_HUNGARIAN_CI,UTF8MB4_ICELANDIC_CI,UTF8MB4_LATVIAN_CI,UTF8MB4_LITHUANIAN_CI,UTF8MB4_PERSIAN_CI,UTF8MB4_POLISH_CI,UTF8MB4_ROMAN_CI,UTF8MB4_ROMANIAN_CI,UTF8MB4_SINHALA_CI,UTF8MB4_SLOVAK_CI,UTF8MB4_SLOVENIAN_CI,UTF8MB4_SPANISH_CI,UTF8MB4_SPANISH2_CI,UTF8MB4_SWEDISH_CI,UTF8MB4_TURKISH_CI,UTF8MB4_UNICODE_520_CI,UTF8MB4_UNICODE_CI,UTF8MB4_VIETNAMESE_CI\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/collation_server\",\"name\":\"collation_server\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The default mode value to use for the WEEK() function.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-7\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/default_week_format\",\"name\":\"default_week_format\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"Number of digits by which to increase the scale of the result of division operations.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"0-30\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/div_precision_increment\",\"name\":\"div_precision_increment\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/eq_range_index_dive_limit\",\"name\":\"eq_range_index_dive_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicates the status of the Event Scheduler. It is always OFF for a replica server to keep the replication consistency.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/event_scheduler\",\"name\":\"event_scheduler\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"If this is set to a nonzero value, all tables are closed every flush_time seconds to free up resources and synchronize unflushed data to disk.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-8640000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/flush_time\",\"name\":\"flush_time\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of top matches to use for full-text searches performed using WITH QUERY EXPANSION.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/ft_query_expansion_limit\",\"name\":\"ft_query_expansion_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"Maximum allowed result length in bytes for the GROUP_CONCAT().\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-16777216\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/group_concat_max_len\",\"name\":\"group_concat_max_len\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"A string to be executed by the server for each client that connects.\",\"defaultValue\":\"\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/init_connect\",\"name\":\"init_connect\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether to dynamically adjust the rate of flushing dirty pages in the InnoDB buffer pool based on the workload. Adjusting the flush rate dynamically is intended to avoid bursts of I/O activity.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_adaptive_flushing\",\"name\":\"innodb_adaptive_flushing\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"Defines the low water mark representing percentage of redo log capacity at which adaptive flushing is enabled.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"0-70\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_adaptive_flushing_lwm\",\"name\":\"innodb_adaptive_flushing_lwm\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Whether innodb adaptive hash indexes are enabled or disabled.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_adaptive_hash_index\",\"name\":\"innodb_adaptive_hash_index\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"Partitions the adaptive hash index search system. Each index is bound to a specific partition, with each partition protected by a separate latch. \",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-512\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_adaptive_hash_index_parts\",\"name\":\"innodb_adaptive_hash_index_parts\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"150000\",\"description\":\"Permits InnoDB to automatically adjust the value of innodb_thread_sleep_delay up or down according to the current workload.\",\"defaultValue\":\"150000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_adaptive_max_sleep_delay\",\"name\":\"innodb_adaptive_max_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"64\",\"description\":\"The increment size (in megabytes) for extending the size of an auto-extending InnoDB system tablespace file when it becomes full.\",\"defaultValue\":\"64\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_autoextend_increment\",\"name\":\"innodb_autoextend_increment\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The lock mode to use for generating auto-increment values.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_autoinc_lock_mode\",\"name\":\"innodb_autoinc_lock_mode\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"25\",\"description\":\"Specifies the percentage of the most recently used pages for each buffer pool to read out and dump.\",\"defaultValue\":\"25\",\"dataType\":\"Integer\",\"allowedValues\":\"1-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_buffer_pool_dump_pct\",\"name\":\"innodb_buffer_pool_dump_pct\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"16106127360\",\"description\":\"The size in bytes of the buffer pool, the memory area where InnoDB caches table and index data.\",\"defaultValue\":\"16106127360\",\"dataType\":\"Integer\",\"allowedValues\":\"134217728-16106127360\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_buffer_pool_size\",\"name\":\"innodb_buffer_pool_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"25\",\"description\":\"Maximum size for the InnoDB change buffer, as a percentage of the total size of the buffer pool. You might increase this value for a MySQL server with heavy insert, update, and delete activity, or decrease it for a MySQL server with unchanging data used for reporting.\",\"defaultValue\":\"25\",\"dataType\":\"Integer\",\"allowedValues\":\"0-50\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_change_buffer_max_size\",\"name\":\"innodb_change_buffer_max_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"all\",\"description\":\"Whether InnoDB performs change buffering, an optimization that delays write operations to secondary indexes so that the I/O operations can be performed sequentially.\",\"defaultValue\":\"all\",\"dataType\":\"Enumeration\",\"allowedValues\":\"none,inserts,deletes,changes,purges,all\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_change_buffering\",\"name\":\"innodb_change_buffering\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables per-index compression-related statistics in the INFORMATION_SCHEMA.INNODB_CMP_PER_INDEX table. Because these statistics can be expensive to gather, only enable this option on development, test, or slave instances during performance tuning related to InnoDB compressed tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_cmp_per_index_enabled\",\"name\":\"innodb_cmp_per_index_enabled\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of threads that can commit at the same time. A value of 0 (the default) permits any number of transactions to commit simultaneously. The value of innodb_commit_concurrency cannot be changed at runtime from zero to nonzero or vice versa. The value can be changed from one nonzero value to another.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_commit_concurrency\",\"name\":\"innodb_commit_concurrency\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"5\",\"description\":\"Defines the compression failure rate threshold for a table, as a percentage, at which point MySQL begins adding padding within compressed pages to avoid expensive compression failures.\",\"defaultValue\":\"5\",\"dataType\":\"Integer\",\"allowedValues\":\"0-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_compression_failure_threshold_pct\",\"name\":\"innodb_compression_failure_threshold_pct\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"6\",\"description\":\"Specifies the level of zlib compression to use for InnoDB compressed tables and indexes. A higher value lets you fit more data onto a storage device, at the expense of more CPU overhead during compression. A lower value lets you reduce CPU overhead when storage space is not critical, or you expect the data is not especially compressible.\",\"defaultValue\":\"6\",\"dataType\":\"Integer\",\"allowedValues\":\"0-9\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_compression_level\",\"name\":\"innodb_compression_level\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"Specifies the maximum percentage that can be reserved as free space within each compressed page, allowing room to reorganize the data and modification log within the page when a compressed table or index is updated and the data might be recompressed. Only applies when innodb_compression_failure_threshold_pct is set to a nonzero value, and the rate of compression failures passes the cutoff point.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"0-75\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_compression_pad_pct_max\",\"name\":\"innodb_compression_pad_pct_max\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"Determines the number of threads that can enter InnoDB concurrently.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_concurrency_tickets\",\"name\":\"innodb_concurrency_tickets\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This option is used to disable deadlock detection. On high concurrency systems, deadlock detection can cause a slowdown when numerous threads wait for the same lock.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_deadlock_detect\",\"name\":\"innodb_deadlock_detect\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"DYNAMIC\",\"description\":\"The innodb_default_row_format option defines the default row format for InnoDB tables and user-created temporary tables.\",\"defaultValue\":\"DYNAMIC\",\"dataType\":\"Enumeration\",\"allowedValues\":\"DYNAMIC,COMPACT,REDUNDANT\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_default_row_format\",\"name\":\"innodb_default_row_format\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"Barracuda\",\"description\":\"Indicates the InnoDB file format for file-per-table tablespaces.\",\"defaultValue\":\"Barracuda\",\"dataType\":\"Enumeration\",\"allowedValues\":\"Antelope,Barracuda\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_file_format\",\"name\":\"innodb_file_format\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"InnoDB stores the data and indexes for each newly created table in a separate .ibd file instead of the system tablespace. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_file_per_table\",\"name\":\"innodb_file_per_table\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"InnoDB performs a bulk load when creating or rebuilding indexes.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"10-100\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_fill_factor\",\"name\":\"innodb_fill_factor\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8000000\",\"description\":\"The memory allocated, in bytes, for the InnoDB FULLTEXT search index cache, which holds a parsed document in memory while creating an InnoDB FULLTEXT index.\",\"defaultValue\":\"8000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1600000-80000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_cache_size\",\"name\":\"innodb_ft_cache_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies that a set of stopwords is associated with an InnoDB FULLTEXT index at the time the index is created.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_enable_stopword\",\"name\":\"innodb_ft_enable_stopword\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"84\",\"description\":\"Maximum character length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"84\",\"dataType\":\"Integer\",\"allowedValues\":\"10-84\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_max_token_size\",\"name\":\"innodb_ft_max_token_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"3\",\"description\":\"Minimum length of words that are stored in an InnoDB FULLTEXT index.\",\"defaultValue\":\"3\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_min_token_size\",\"name\":\"innodb_ft_min_token_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"Number of words to process during each OPTIMIZE TABLE operation on an InnoDB FULLTEXT index.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-10000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_num_word_optimize\",\"name\":\"innodb_ft_num_word_optimize\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"2000000000\",\"description\":\"The InnoDB full-text search query result cache limit (defined in bytes) per full-text search query or per thread.\",\"defaultValue\":\"2000000000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000000-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_result_cache_limit\",\"name\":\"innodb_ft_result_cache_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Number of threads used in parallel to index and tokenize text in an InnoDB FULLTEXT index when building a search index.\",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_sort_pll_degree\",\"name\":\"innodb_ft_sort_pll_degree\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"640000000\",\"description\":\"The total memory allocated, in bytes, for the InnoDB full-text search index cache for all tables.\",\"defaultValue\":\"640000000\",\"dataType\":\"Integer\",\"allowedValues\":\"32000000-1280000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_ft_total_cache_size\",\"name\":\"innodb_ft_total_cache_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"200\",\"description\":\"Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.\",\"defaultValue\":\"200\",\"dataType\":\"Integer\",\"allowedValues\":\"100-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_io_capacity\",\"name\":\"innodb_io_capacity\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"2000\",\"description\":\"If flushing activity falls behind, InnoDB can flush more aggressively than the limit imposed by innodb_io_capacity. innodb_io_capacity_max defines an upper limit the number of I/O operations performed per second by InnoDB background tasks in such situations.\",\"defaultValue\":\"2000\",\"dataType\":\"Integer\",\"allowedValues\":\"100-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_io_capacity_max\",\"name\":\"innodb_io_capacity_max\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"When this option is enabled, index key prefixes longer than 767 bytes (up to 3072 bytes) are allowed for InnoDB tables that use DYNAMIC or COMPRESSED row format.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_large_prefix\",\"name\":\"innodb_large_prefix\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"50\",\"description\":\"The length of time in seconds an InnoDB transaction waits for a row lock before giving up.\",\"defaultValue\":\"50\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_lock_wait_timeout\",\"name\":\"innodb_lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether images of re-compressed pages are written to the redo log.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_log_compressed_pages\",\"name\":\"innodb_log_compressed_pages\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"A parameter that influences the algorithms and heuristics for the flush operation for the InnoDB buffer pool.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"100-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_lru_scan_depth\",\"name\":\"innodb_lru_scan_depth\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"75\",\"description\":\"InnoDB tries to flush data from the buffer pool so that the percentage of dirty pages does not exceed this value.\",\"defaultValue\":\"75\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_max_dirty_pages_pct\",\"name\":\"innodb_max_dirty_pages_pct\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines a low water mark representing the percentage of dirty pages at which preflushing is enabled to control the dirty page ratio.\",\"defaultValue\":\"0\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-99.99\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_max_dirty_pages_pct_lwm\",\"name\":\"innodb_max_dirty_pages_pct_lwm\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Defines the maximum length of the purge queue. The default value of 0 indicates no limit (no delays).\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_max_purge_lag\",\"name\":\"innodb_max_purge_lag\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Specifies the maximum delay in microseconds for the delay imposed by the innodb_max_purge_lag configuration option.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-10000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_max_purge_lag_delay\",\"name\":\"innodb_max_purge_lag_delay\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"37\",\"description\":\"Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.\",\"defaultValue\":\"37\",\"dataType\":\"Integer\",\"allowedValues\":\"5-95\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_old_blocks_pct\",\"name\":\"innodb_old_blocks_pct\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1000\",\"description\":\"Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_old_blocks_time\",\"name\":\"innodb_old_blocks_time\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"134217728\",\"description\":\"Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.\",\"defaultValue\":\"134217728\",\"dataType\":\"Integer\",\"allowedValues\":\"65536-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_online_alter_log_max_size\",\"name\":\"innodb_online_alter_log_max_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Changes the way OPTIMIZE TABLE operates on InnoDB tables. Intended to be enabled temporarily, during maintenance operations for InnoDB tables with FULLTEXT indexes.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_optimize_fulltext_only\",\"name\":\"innodb_optimize_fulltext_only\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of page cleaner threads that flush dirty pages from buffer pool instances.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_page_cleaners\",\"name\":\"innodb_page_cleaners\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"300\",\"description\":\"Defines the number of undo log pages that purge parses and processes in one batch from the history list.\",\"defaultValue\":\"300\",\"dataType\":\"Integer\",\"allowedValues\":\"1-5000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_purge_batch_size\",\"name\":\"innodb_purge_batch_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the frequency with which the purge system frees rollback segments in terms of the number of times that purge is invoked. Reducing this value increases the frequency with which the purge thread frees rollback segments.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_purge_rseg_truncate_frequency\",\"name\":\"innodb_purge_rseg_truncate_frequency\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of background threads devoted to the InnoDB purge operation.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-32\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_purge_threads\",\"name\":\"innodb_purge_threads\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enables the random read-ahead technique for optimizing InnoDB I/O.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_random_read_ahead\",\"name\":\"innodb_random_read_ahead\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"56\",\"description\":\"Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.\",\"defaultValue\":\"56\",\"dataType\":\"Integer\",\"allowedValues\":\"0-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_read_ahead_threshold\",\"name\":\"innodb_read_ahead_threshold\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for read operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_read_io_threads\",\"name\":\"innodb_read_io_threads\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"128\",\"description\":\"Defines the number of rollback segments used by InnoDB.\",\"defaultValue\":\"128\",\"dataType\":\"Integer\",\"allowedValues\":\"1-128\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_rollback_segments\",\"name\":\"innodb_rollback_segments\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Causes InnoDB to automatically recalculate persistent statistics after the data in a table is changed substantially.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_auto_recalc\",\"name\":\"innodb_stats_auto_recalc\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\" Enabled to ensure that InnoDB includes delete-marked records when calculating persistent optimizer statistics.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_include_delete_marked\",\"name\":\"innodb_stats_include_delete_marked\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"nulls_equal\",\"description\":\"How the server treats NULL values when collecting statistics about the distribution of index values for InnoDB tables.\",\"defaultValue\":\"nulls_equal\",\"dataType\":\"Enumeration\",\"allowedValues\":\"nulls_equal,nulls_unequal,nulls_ignored\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_method\",\"name\":\"innodb_stats_method\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This option only applies when optimizer statistics are configured to be non-persistent. When innodb_stats_on_metadata is enabled, InnoDB updates non-persistent statistics when metadata statements such as SHOW TABLE STATUS or when accessing the INFORMATION_SCHEMA.TABLES or INFORMATION_SCHEMA.STATISTICS tables.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_on_metadata\",\"name\":\"innodb_stats_on_metadata\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Specifies whether InnoDB index statistics are persisted to disk. Otherwise, statistics may be recalculated frequently which can lead to variations in query execution plans.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_persistent\",\"name\":\"innodb_stats_persistent\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"20\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"20\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_persistent_sample_pages\",\"name\":\"innodb_stats_persistent_sample_pages\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8\",\"description\":\"The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.\",\"defaultValue\":\"8\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_stats_transient_sample_pages\",\"name\":\"innodb_stats_transient_sample_pages\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Defines the size of the mutex/lock wait array. Increasing the value splits the internal data structure used to coordinate threads, for higher concurrency in workloads with large numbers of waiting threads. \",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-1024\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_sync_array_size\",\"name\":\"innodb_sync_array_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The default value of innodb_table_locks is 1, which means that LOCK TABLES causes InnoDB to lock a table internally if autocommit = 0.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_table_locks\",\"name\":\"innodb_table_locks\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_thread_concurrency\",\"name\":\"innodb_thread_concurrency\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"10000\",\"description\":\"Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.\",\"defaultValue\":\"10000\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1000000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_thread_sleep_delay\",\"name\":\"innodb_thread_sleep_delay\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4\",\"description\":\"The number of I/O threads for write operations in InnoDB.\",\"defaultValue\":\"4\",\"dataType\":\"Integer\",\"allowedValues\":\"1-64\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/innodb_write_io_threads\",\"name\":\"innodb_write_io_threads\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"28800\",\"description\":\"Number of seconds the server waits for activity on an interactive connection before closing it.\",\"defaultValue\":\"28800\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/interactive_timeout\",\"name\":\"interactive_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"262144\",\"description\":\"The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.\",\"defaultValue\":\"262144\",\"dataType\":\"Integer\",\"allowedValues\":\"128-536870912\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/join_buffer_size\",\"name\":\"join_buffer_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"This variable controls server-side LOCAL capability for LOAD DATA statements.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/local_infile\",\"name\":\"local_infile\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"31536000\",\"description\":\"This variable specifies the timeout in seconds for attempts to acquire metadata locks.\",\"defaultValue\":\"31536000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/lock_wait_timeout\",\"name\":\"lock_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log. It cannot be updated any more for a master/replica server to keep the replication consistency.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_bin_trust_function_creators\",\"name\":\"log_bin_trust_function_creators\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"FILE\",\"description\":\"The destination for general query log and slow query log output.\",\"defaultValue\":\"FILE\",\"dataType\":\"Set\",\"allowedValues\":\"FILE,NONE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_output\",\"name\":\"log_output\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Logs queries that are expected to retrieve all rows to slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_queries_not_using_indexes\",\"name\":\"log_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Include slow administrative statements in the statements written to the slow query log.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_slow_admin_statements\",\"name\":\"log_slow_admin_statements\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_slow_slave_statements\",\"name\":\"log_slow_slave_statements\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Limits the number of such queries per minute that can be written to the slow query log.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/log_throttle_queries_not_using_indexes\",\"name\":\"log_throttle_queries_not_using_indexes\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a query takes longer than this many seconds, the server increments the Slow_queries status variable.\",\"defaultValue\":\"10\",\"dataType\":\"Numeric\",\"allowedValues\":\"0-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/long_query_time\",\"name\":\"long_query_time\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive. If set to 2, table names are stored as given but compared in lowercase.\",\"defaultValue\":\"1\",\"dataType\":\"Enumeration\",\"allowedValues\":\"1,2\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/lower_case_table_names\",\"name\":\"lower_case_table_names\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"536870912\",\"description\":\"The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function.\",\"defaultValue\":\"536870912\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_allowed_packet\",\"name\":\"max_allowed_packet\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"100\",\"description\":\"If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections.\",\"defaultValue\":\"100\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_connect_errors\",\"name\":\"max_connect_errors\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"625\",\"description\":\"The maximum permitted number of simultaneous client connections.\",\"defaultValue\":\"625\",\"dataType\":\"Integer\",\"allowedValues\":\"10-1250\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_connections\",\"name\":\"max_connections\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The maximum number of bytes available for computing normalized statement digests.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_digest_length\",\"name\":\"max_digest_length\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"64\",\"description\":\"The maximum number of error, warning, and note messages to be stored for display by the SHOW ERRORS and SHOW WARNINGS statements.\",\"defaultValue\":\"64\",\"dataType\":\"Integer\",\"allowedValues\":\"0-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_error_count\",\"name\":\"max_error_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_execution_time\",\"name\":\"max_execution_time\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"This variable sets the maximum size to which user-created MEMORY tables are permitted to grow.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"16384-536870912\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_heap_table_size\",\"name\":\"max_heap_table_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"Do not permit statements that probably need to examine more than max_join_size rows\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"1-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_join_size\",\"name\":\"max_join_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The cutoff on the size of index values that determines which filesort algorithm to use.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_length_for_sort_data\",\"name\":\"max_length_for_sort_data\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"65536\",\"description\":\"The maximum value of the points_per_circle argument to the ST_Buffer_Strategy() function.\",\"defaultValue\":\"65536\",\"dataType\":\"Integer\",\"allowedValues\":\"3-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_points_in_geometry\",\"name\":\"max_points_in_geometry\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"16382\",\"description\":\"This variable limits the total number of prepared statements in the server.\",\"defaultValue\":\"16382\",\"dataType\":\"Integer\",\"allowedValues\":\"0-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_prepared_stmt_count\",\"name\":\"max_prepared_stmt_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4294967295\",\"description\":\"Limit the assumed maximum number of seeks when looking up rows based on a key.\",\"defaultValue\":\"4294967295\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_seeks_for_key\",\"name\":\"max_seeks_for_key\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1024\",\"description\":\"The number of bytes to use when sorting data values.\",\"defaultValue\":\"1024\",\"dataType\":\"Integer\",\"allowedValues\":\"4-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_sort_length\",\"name\":\"max_sort_length\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The number of times that any given stored procedure may be called recursively. The default value for this option is 0, which completely disables recursion in stored procedures.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-255\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_sp_recursion_depth\",\"name\":\"max_sp_recursion_depth\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The maximum number of simultaneous connections permitted to any given MySQL user account. A value of 0 (the default) means \u0027no limit.\u0027\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_user_connections\",\"name\":\"max_user_connections\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4294967295\",\"description\":\"After this many write locks, permit some pending read lock requests to be processed in between.\",\"defaultValue\":\"4294967295\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/max_write_lock_count\",\"name\":\"max_write_lock_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Can be used to cause queries which examine fewer than the stated number of rows not to be logged.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/min_examined_row_limit\",\"name\":\"min_examined_row_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"16384\",\"description\":\"Each client thread is associated with a connection buffer and result buffer. Both begin with a size given by net_buffer_length but are dynamically enlarged up to max_allowed_packet bytes as needed.\",\"defaultValue\":\"16384\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1048576\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_buffer_length\",\"name\":\"net_buffer_length\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"120\",\"description\":\"The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"120\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_read_timeout\",\"name\":\"net_read_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"10\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"240\",\"description\":\"The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.\",\"defaultValue\":\"240\",\"dataType\":\"Integer\",\"allowedValues\":\"1-31536000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_write_timeout\",\"name\":\"net_write_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"2\",\"description\":\"Defines the n-gram token size for the n-gram full-text parser. \",\"defaultValue\":\"2\",\"dataType\":\"Integer\",\"allowedValues\":\"1-10\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/ngram_token_size\",\"name\":\"ngram_token_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"Controls the heuristics applied during query optimization to prune less-promising partial plans from the optimizer search space.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"0,1\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/optimizer_prune_level\",\"name\":\"optimizer_prune_level\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"62\",\"description\":\"The maximum depth of search performed by the query optimizer.\",\"defaultValue\":\"62\",\"dataType\":\"Integer\",\"allowedValues\":\"0-62\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/optimizer_search_depth\",\"name\":\"optimizer_search_depth\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"default\",\"description\":\"The value of this variable is a set of flags, each of which has a value of on or off to indicate whether the corresponding optimizer behavior is enabled or disabled.\",\"defaultValue\":\"default\",\"dataType\":\"Set\",\"allowedValues\":\"default,batched_key_access=on,batched_key_access=off,block_nested_loop=on,block_nested_loop=off,condition_fanout_filter=on,condition_fanout_filter=off,derived_merge=on,derived_merge=off,duplicateweedout=on,duplicateweedout=off,engine_condition_pushdown=on,engine_condition_pushdown=off,firstmatch=on,firstmatch=off,index_condition_pushdown=on,index_condition_pushdown=off,index_merge=on,index_merge=off,index_merge_intersection=on,index_merge_intersection=off,index_merge_sort_union=on,index_merge_sort_union=off,index_merge_union=on,index_merge_union=off,loosescan=on,loosescan=off,materialization=on,materialization=off,mrr=on,mrr=off,mrr_cost_based=on,mrr_cost_based=off,semijoin=on,semijoin=off,subquery_materialization_cost_based=on,subquery_materialization_cost_based=off,use_index_extensions=on,use_index_extensions=off\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/optimizer_switch\",\"name\":\"optimizer_switch\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"18446744073709551615\",\"description\":\"The maximum amount of memory available to the parser.\",\"defaultValue\":\"18446744073709551615\",\"dataType\":\"Integer\",\"allowedValues\":\"10000000-18446744073709551615\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/parser_max_mem_size\",\"name\":\"parser_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"The value of this variable is ON or OFF to indicate whether the Performance Schema is enabled.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/performance_schema\",\"name\":\"performance_schema\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"32768\",\"description\":\"The size of the buffer that is allocated when preloading indexes.\",\"defaultValue\":\"32768\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-1073741824\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/preload_buffer_size\",\"name\":\"preload_buffer_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1048576\",\"description\":\"Do not cache results that are larger than this number of bytes.\",\"defaultValue\":\"1048576\",\"dataType\":\"Integer\",\"allowedValues\":\"0-33554432\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_cache_limit\",\"name\":\"query_cache_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The minimum size (in bytes) for blocks allocated by the query cache.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"512-32768\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_cache_min_res_unit\",\"name\":\"query_cache_min_res_unit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"The amount of memory allocated for caching query results.\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0,102400-33554432\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_cache_size\",\"name\":\"query_cache_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Set the query cache type.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF,DEMAND\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_cache_type\",\"name\":\"query_cache_type\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The size of the persistent buffer used for statement parsing and execution. This buffer is not freed between statements. If you are running complex queries, a larger value might be helpful in improving performance, because it can reduce the need for the server to perform memory allocation during query execution operations.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"8192-32768\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_prealloc_size\",\"name\":\"query_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"15\",\"description\":\"The query store capture interval in minutes. Allows to specify the interval in which the query metrics are aggregated.\",\"defaultValue\":\"15\",\"dataType\":\"Integer\",\"allowedValues\":\"5-60\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_capture_interval\",\"name\":\"query_store_capture_interval\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"NONE\",\"description\":\"The query store capture mode, NONE means do not capture any statements. NOTE: If performance_schema is OFF, turning on query_store_capture_mode will turn on performance_schema and a subset of performance schema instruments required for this feature.\",\"defaultValue\":\"NONE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NONE,ALL\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_capture_mode\",\"name\":\"query_store_capture_mode\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"NO\",\"description\":\"Turning ON or OFF to capture all the utility queries that is executing in the system.\",\"defaultValue\":\"NO\",\"dataType\":\"Enumeration\",\"allowedValues\":\"YES,NO\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_capture_utility_queries\",\"name\":\"query_store_capture_utility_queries\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"7\",\"description\":\"The query store capture interval in minutes. Allows to specify the interval in which the query metrics are aggregated.\",\"defaultValue\":\"7\",\"dataType\":\"Integer\",\"allowedValues\":\"1-30\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_retention_period_in_days\",\"name\":\"query_store_retention_period_in_days\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"NONE\",\"description\":\"The query store wait event sampling capture mode, NONE means do not capture any wait events.\",\"defaultValue\":\"NONE\",\"dataType\":\"Enumeration\",\"allowedValues\":\"NONE,ALL\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_wait_sampling_capture_mode\",\"name\":\"query_store_wait_sampling_capture_mode\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"30\",\"description\":\"The query store wait event sampling frequency in seconds.\",\"defaultValue\":\"30\",\"dataType\":\"Integer\",\"allowedValues\":\"5-300\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/query_store_wait_sampling_frequency\",\"name\":\"query_store_wait_sampling_frequency\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"The size of blocks that are allocated when doing range optimization.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-32768\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/range_alloc_block_size\",\"name\":\"range_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8388608\",\"description\":\"The limit on memory consumption for the range optimizer. A value of 0 means \u0027no limit.\u0027\",\"defaultValue\":\"8388608\",\"dataType\":\"Integer\",\"allowedValues\":\"4096-33554432\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/range_optimizer_max_mem_size\",\"name\":\"range_optimizer_max_mem_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This parameter controls whetherthe server permits no client updates. When the server is read replica or server storage is full, this parameter will not take effect.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/read_only\",\"name\":\"read_only\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Indicate server support redirection.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/redirect_enabled\",\"name\":\"redirect_enabled\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1073741824\",\"description\":\"This option places an upper limit on the total size in bytes of all relay logs on the slave.\",\"defaultValue\":\"1073741824\",\"dataType\":\"Integer\",\"allowedValues\":\"1073741824-3221225472\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/relay_log_space_limit\",\"name\":\"relay_log_space_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"mysql.%\",\"description\":\"Creates a replication filter which keeps the slave thread from replicating a statement in which any table matches the given wildcard pattern. To specify more than one table to ignore, use comma-separated list.\",\"defaultValue\":\"mysql.%\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/replicate_wild_ignore_table\",\"name\":\"replicate_wild_ignore_table\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1409435902\",\"description\":\"The server ID, used in replication to give each master and slave a unique identity.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/server_id\",\"name\":\"server_id\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"ON\",\"description\":\"Controls whether the server tracks changes to the default schema (database) name within the current session and makes this information available to the client when changes occur.\",\"defaultValue\":\"ON\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/session_track_schema\",\"name\":\"session_track_schema\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Controls whether the server tracks changes to the state of the current session and notifies the client when state changes occur.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/session_track_state_change\",\"name\":\"session_track_state_change\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Affects whether MySQL 5.6 compatibility is enabled with respect to how system and status variable information is provided by the INFORMATION_SCHEMA and Performance Schema tables, and also by the SHOW VARIABLES and SHOW STATUS statements.\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/show_compatibility_56\",\"name\":\"show_compatibility_56\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"This prevents people from using the SHOW DATABASES statement if they do not have the SHOW DATABASES privilege. \",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/skip_show_database\",\"name\":\"skip_show_database\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"60\",\"description\":\"The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.\",\"defaultValue\":\"60\",\"dataType\":\"Integer\",\"allowedValues\":\"30-3600\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/slave_net_timeout\",\"name\":\"slave_net_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"OFF\",\"description\":\"Enable or disable the slow query log\",\"defaultValue\":\"OFF\",\"dataType\":\"Enumeration\",\"allowedValues\":\"ON,OFF\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/slow_query_log\",\"name\":\"slow_query_log\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"524288\",\"description\":\"Each session that must perform a sort allocates a buffer of this size.\",\"defaultValue\":\"524288\",\"dataType\":\"Integer\",\"allowedValues\":\"32768-8388608\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/sort_buffer_size\",\"name\":\"sort_buffer_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"\",\"description\":\"The current server SQL mode.\",\"defaultValue\":\"\",\"dataType\":\"Set\",\"allowedValues\":\",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/sql_mode\",\"name\":\"sql_mode\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"256\",\"description\":\"Sets a soft upper limit for the number of cached stored routines per connection.\",\"defaultValue\":\"256\",\"dataType\":\"Integer\",\"allowedValues\":\"16-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/stored_program_cache\",\"name\":\"stored_program_cache\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of table definitions (from .frm files) that can be stored in the definition cache.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"400-524288\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/table_definition_cache\",\"name\":\"table_definition_cache\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"5000\",\"description\":\"The number of open tables for all threads.\",\"defaultValue\":\"5000\",\"dataType\":\"Integer\",\"allowedValues\":\"1-40000\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/table_open_cache\",\"name\":\"table_open_cache\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The number of open tables cache instances.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-16\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/table_open_cache_instances\",\"name\":\"table_open_cache_instances\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"14\",\"description\":\"How many threads the server should cache for reuse. The default value is 8 + (max_connections / 100), capped to a limit of 100.\",\"defaultValue\":\"14\",\"dataType\":\"Integer\",\"allowedValues\":\"0-16384\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_cache_size\",\"name\":\"thread_cache_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"one-thread-per-connection\",\"description\":\"The thread-handling model used by the server for connection threads.\",\"defaultValue\":\"one-thread-per-connection\",\"dataType\":\"Enumeration\",\"allowedValues\":\"one-thread-per-connection,pool-of-threads\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"False\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_handling\",\"name\":\"thread_handling\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Maximum time for a thread to run continously (unit: us).\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_pool_batch_max_time\",\"name\":\"thread_pool_batch_max_time\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"0\",\"description\":\"Maximum time for a thread to wait for socket ready (unit: us).\",\"defaultValue\":\"0\",\"dataType\":\"Integer\",\"allowedValues\":\"0-4294967295\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_pool_batch_wait_timeout\",\"name\":\"thread_pool_batch_wait_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"65535\",\"description\":\"The minimal number of threads in the thread pool. Only works when thread_handling=pool-of-threads.\",\"defaultValue\":\"65535\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_pool_max_threads\",\"name\":\"thread_pool_max_threads\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"1\",\"description\":\"The maximal number of threads in the thread pool. Only works when thread_handling=pool-of-threads.\",\"defaultValue\":\"1\",\"dataType\":\"Integer\",\"allowedValues\":\"1-65535\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/thread_pool_min_threads\",\"name\":\"thread_pool_min_threads\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"SYSTEM\",\"description\":\"The server time zone\",\"defaultValue\":\"SYSTEM\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"16777216\",\"description\":\"The maximum size of internal in-memory temporary tables. This variable does not apply to user-created MEMORY tables.\",\"defaultValue\":\"16777216\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-134217728\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/tmp_table_size\",\"name\":\"tmp_table_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"8192\",\"description\":\"The amount in bytes by which to increase a per-transaction memory pool which needs memory.\",\"defaultValue\":\"8192\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/transaction_alloc_block_size\",\"name\":\"transaction_alloc_block_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"4096\",\"description\":\"There is a per-transaction memory pool from which various transaction-related allocations take memory. The initial size of the pool in bytes is transaction_prealloc_size.\",\"defaultValue\":\"4096\",\"dataType\":\"Integer\",\"allowedValues\":\"1024-131072\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/transaction_prealloc_size\",\"name\":\"transaction_prealloc_size\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"REPEATABLE-READ\",\"description\":\"The default transaction isolation level.\",\"defaultValue\":\"REPEATABLE-READ\",\"dataType\":\"Enumeration\",\"allowedValues\":\"READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/tx_isolation\",\"name\":\"tx_isolation\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"YES\",\"description\":\"This variable controls whether updates to a view can be made when the view does not contain all columns of the primary key defined in the underlying table, if the update statement contains a LIMIT clause.\",\"defaultValue\":\"YES\",\"dataType\":\"Enumeration\",\"allowedValues\":\"YES,NO\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/updatable_views_with_limit\",\"name\":\"updatable_views_with_limit\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"},{\"properties\":{\"value\":\"120\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"120\",\"dataType\":\"Integer\",\"allowedValues\":\"1-2147483\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"}]}" - } - }, - "Get-AzMySqlConfiguration+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/time_zone?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/time_zone?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "e3a53f10-2523-43fd-b9e5-55de88d1d7f6" ], - "CommandName": [ "Get-AzMySqlConfiguration" ], - "FullCommandName": [ "Get-AzMySqlConfiguration_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "73bb490f-638c-4ca8-950a-66fcde558cb3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "835068ae-3be0-4d95-aace-2354402c6b6c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051317Z:835068ae-3be0-4d95-aace-2354402c6b6c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:13:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "452" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"value\":\"SYSTEM\",\"description\":\"The server time zone\",\"defaultValue\":\"SYSTEM\",\"dataType\":\"String\",\"allowedValues\":\"\",\"source\":\"system-default\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/time_zone\",\"name\":\"time_zone\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"}" - } - }, - "Get-AzMySqlConfiguration+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/server_id?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/server_id?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "06c9387e-598c-4895-be18-823ed84674a9" ], - "CommandName": [ "Get-AzMySqlConfiguration" ], - "FullCommandName": [ "Get-AzMySqlConfiguration_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0eda62b0-bba8-4562-bf25-86b6dbea0ba2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "ed6f7e52-9b8e-4e15-b397-de91cc2a5560" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051317Z:ed6f7e52-9b8e-4e15-b397-de91cc2a5560" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:13:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "532" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"value\":\"1409435902\",\"description\":\"The server ID, used in replication to give each master and slave a unique identity.\",\"defaultValue\":\"1000\",\"dataType\":\"Integer\",\"allowedValues\":\"1000-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/server_id\",\"name\":\"server_id\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Tests.ps1 deleted file mode 100644 index 866bb437dbfd..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlConfiguration.Tests.ps1 +++ /dev/null @@ -1,30 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlConfiguration.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Get-AzMySqlConfiguration' { - It 'List' { - $config = Get-AzMySqlConfiguration -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $config.Count | Should -BeGreaterOrEqual 1 - } - - It 'Get' { - $config = Get-AzMySqlConfiguration -Name time_zone -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $config.Name | Should -Be time_zone - } - - It 'GetViaIdentity' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/configurations/server_id" - $config = Get-AzMySqlConfiguration -InputObject $ID - $config.Name | Should -Be server_id - } -} diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Recording.json deleted file mode 100644 index ce663736eb24..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Recording.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "Get-AzMySqlConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "8b669176-768e-4373-aeb6-1abacd11d2cb" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0647ea03-bdb8-42ef-9527-460f25917278" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ "56261382-f1a4-4aa6-bbf1-ab1c60fd1099" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051559Z:56261382-f1a4-4aa6-bbf1-ab1c60fd1099" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:15:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "0b7980dc-56f9-4ba5-90f0-5572c60a09d1" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "49c5afbf-cc1b-4ab3-9ce0-e288aa84f4ca" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "9220f83f-4b06-421c-8152-332eb77696ed" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051559Z:9220f83f-4b06-421c-8152-332eb77696ed" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:15:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "e5c8a22b-7f1d-45a4-a7d4-32ebd83803fa" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a105431f-76b9-4aaa-b889-1916cace7c07" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "63fcd9ab-5c59-4746-8b44-4ce91e9cdd16" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051600Z:63fcd9ab-5c59-4746-8b44-4ce91e9cdd16" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:15:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "0d7a708d-3385-4b00-b64c-b7e87c09ede5" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4b614e87-fec6-4819-ad38-031dfcc89c19" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "582c4ee4-8e56-4481-9677-aa2ac9b92fa7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051600Z:582c4ee4-8e56-4481-9677-aa2ac9b92fa7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:16:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "46cab763-6454-4d60-a168-e50a4d2d21ae" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "172dc265-964c-4cc0-bb0e-81d6acd06f2c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "05c4b7f6-70c9-4d93-8301-f0c4b6772b12" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051601Z:05c4b7f6-70c9-4d93-8301-f0c4b6772b12" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:16:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "b1698ce7-c92a-4d41-bbe1-73d7105284d3" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7425a73d-f6a8-4e17-b536-25f12bab355a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "316e6b08-9830-4ebb-a084-90b977654e41" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051601Z:316e6b08-9830-4ebb-a084-90b977654e41" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:16:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "9d3eb22d-fe5a-4449-933d-7e8a337a4ee1" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4d837d7b-9622-4981-850d-2a009b227b0b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "39a6ec2e-c629-4568-857e-c522d52f48b6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051601Z:39a6ec2e-c629-4568-857e-c522d52f48b6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:16:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlConnectionString+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "f1c27efb-e75e-4c97-94e5-8a187c53d15f" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6df02656-7980-4f42-83e1-adea0c5a73ce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "84e5fb63-7320-4de3-9d40-812fd8527d46" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T051602Z:84e5fb63-7320-4de3-9d40-812fd8527d46" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:16:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Tests.ps1 deleted file mode 100644 index bc2e28dd02be..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlConnectionString.Tests.ps1 +++ /dev/null @@ -1,47 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlConnectionString.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Get-AzMySqlConnectionString' { - It 'Get' { - $connectionString = Get-AzMySqlConnectionString -Client ADO.NET -Name $env.serverName -ResourceGroupName $env.resourceGroup - $connectionString | Should -Be "Server=$($env.serverName).mysql.database.azure.com; Port=3306; Database={your_database}; Uid=mysql_test@$($env.serverName); Pwd={your_password}; SslMode=Preferred;" - } - - It 'GetViaIdentity' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - - $PHPConnectionString = Get-AzMySqlConnectionString -Client PHP -InputObject $server - $PHPExpect = '$con=mysqli_init();mysqli_ssl_set($con, NULL, NULL, {ca-cert filename}, NULL, NULL); mysqli_real_connect($con, "' + $env.serverName + '.mysql.database.azure.com", "mysql_test@' + $env.serverName + '", {your_password}, {your_database}, 3306);' - $PHPConnectionString | Should -Be $PHPExpect - - $JDBCConnectionString = Get-AzMySqlConnectionString -Client JDBC -InputObject $server - $JDBCExpect = 'String url ="jdbc:mysql://'+ $env.serverName + '.mysql.database.azure.com:3306/{your_database}?useSSL=true"; myDbConn = DriverManager.getConnection(url, "mysql_test@' + $env.serverName + '", {your_password});' - $JDBCConnectionString | Should -Be $JDBCExpect - - $NodeConnectionString = Get-AzMySqlConnectionString -Client Node.js -InputObject $server - $NodeExpect = 'var conn = mysql.createConnection({host: "' + $env.serverName + '.mysql.database.azure.com", user: "mysql_test@' + $env.serverName + '", password: {your_password}, database: {your_database}, port: 3306, ssl:{ca:fs.readFileSync({ca-cert filename})}});' - $NodeConnectionString | Should -Be $NodeExpect - - $PythonConnectionString = Get-AzMySqlConnectionString -Client Python -InputObject $server - $PythonExpect = 'cnx = mysql.connector.connect(user="mysql_test@'+ $env.serverName + '", password={your_password}, host="' + $env.serverName +'.mysql.database.azure.com", port=3306, database={your_database}, ssl_ca={ca-cert filename}, ssl_verify_cert=true)' - $PythonConnectionString | Should -Be $PythonExpect - - $RubyConnectionString = Get-AzMySqlConnectionString -Client Ruby -InputObject $server - $RubyExpect = 'client = Mysql2::Client.new(username: "mysql_test@' + $env.serverName + '", password: {your_password}, database: {your_database}, host: "' + $env.serverName + '.mysql.database.azure.com", port: 3306, sslca:{ca-cert filename}, sslverify:false, ' + 'sslcipher:"AES256-SHA")' - $RubyConnectionString | Should -Be $RubyExpect - - $WebConnectionString = Get-AzMySqlConnectionString -Client WebApp -InputObject $server - $WebExpect = "Database={your_database}; Data Source=$($env.serverName).mysql.database.azure.com; User Id=mysql_test@$($env.serverName); Password={your_password}" - $WebConnectionString | Should -Be $WebExpect - } -} diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Recording.json deleted file mode 100644 index 983f0eed84d7..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Recording.json +++ /dev/null @@ -1,827 +0,0 @@ -{ - "Get-AzMySqlFirewallRule+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/6be5f02d-99c6-48a2-b817-a102f1802474?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/6be5f02d-99c6-48a2-b817-a102f1802474?api-version=2017-12-01" ], - "x-ms-request-id": [ "6be5f02d-99c6-48a2-b817-a102f1802474" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "b95e08d1-077b-40e9-a67f-ce4ebe40de4a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052427Z:b95e08d1-077b-40e9-a67f-ce4ebe40de4a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:24:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T05:24:25.77Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/6be5f02d-99c6-48a2-b817-a102f1802474?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/6be5f02d-99c6-48a2-b817-a102f1802474?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "dbe2b2a8-aa9d-46f3-8793-76d592cadceb", "dbe2b2a8-aa9d-46f3-8793-76d592cadceb" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "a1115fcb-23bd-40bc-88ea-16ee11160cff" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "9e9cbde0-b675-4805-9767-8a0b24261b18" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052442Z:9e9cbde0-b675-4805-9767-8a0b24261b18" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:24:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"6be5f02d-99c6-48a2-b817-a102f1802474\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:24:25.77Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "dbe2b2a8-aa9d-46f3-8793-76d592cadceb", "dbe2b2a8-aa9d-46f3-8793-76d592cadceb", "dbe2b2a8-aa9d-46f3-8793-76d592cadceb" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "009d1164-cc43-4426-b6ee-f48fb2a9a09d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "980ac573-898b-4659-96ae-36127e2d0919" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052442Z:980ac573-898b-4659-96ae-36127e2d0919" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:24:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "3e4a617c-bca1-496b-acd9-86556712bbc7" ], - "CommandName": [ "Get-AzMySqlFirewallRule" ], - "FullCommandName": [ "Get-AzMySqlFirewallRule_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e11bdb2b-051e-4441-932e-8fcb44aad0c9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "54e48022-6517-4eb4-a0e3-ac4c10d0ea9d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052443Z:54e48022-6517-4eb4-a0e3-ac4c10d0ea9d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:24:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "317" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}]}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "ea402944-a618-4c64-bccf-7d672fce0e43" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01" ], - "x-ms-request-id": [ "a0fe98ac-ab84-42fc-a143-e4f0905a1843" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "300ebabc-6b6b-4f81-933a-99a9012b911f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052444Z:300ebabc-6b6b-4f81-933a-99a9012b911f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:24:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T05:24:43.817Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6" ], - "x-ms-client-request-id": [ "ea402944-a618-4c64-bccf-7d672fce0e43", "ea402944-a618-4c64-bccf-7d672fce0e43" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "6afda5af-f5bc-4494-86b6-6117f48d241f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "70a04b38-ec02-4784-a248-402028c4b4f4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052500Z:70a04b38-ec02-4784-a248-402028c4b4f4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a0fe98ac-ab84-42fc-a143-e4f0905a1843\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:24:43.817Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a0fe98ac-ab84-42fc-a143-e4f0905a1843?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6", "7" ], - "x-ms-client-request-id": [ "ea402944-a618-4c64-bccf-7d672fce0e43", "ea402944-a618-4c64-bccf-7d672fce0e43", "ea402944-a618-4c64-bccf-7d672fce0e43" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "49934721-2166-4352-8ec5-02a80967f46d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "5931d3f2-27d2-430d-8b5e-286a31b87f7f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052500Z:5931d3f2-27d2-430d-8b5e-286a31b87f7f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:00 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/32c7fbff-0076-4284-88ed-a58c6c5dc049?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/32c7fbff-0076-4284-88ed-a58c6c5dc049?api-version=2017-12-01" ], - "x-ms-request-id": [ "32c7fbff-0076-4284-88ed-a58c6c5dc049" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "169e67a1-a93c-4797-a0ba-f611062bc57b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052502Z:169e67a1-a93c-4797-a0ba-f611062bc57b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T05:25:01.13Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/32c7fbff-0076-4284-88ed-a58c6c5dc049?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/32c7fbff-0076-4284-88ed-a58c6c5dc049?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9" ], - "x-ms-client-request-id": [ "21907da2-899e-45a9-b460-d9194c20dbe3", "21907da2-899e-45a9-b460-d9194c20dbe3" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "beffded2-b008-4835-9f6c-8c739a696135" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "e291441c-9a14-458b-a210-baef790d3b16" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052517Z:e291441c-9a14-458b-a210-baef790d3b16" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"32c7fbff-0076-4284-88ed-a58c6c5dc049\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:25:01.13Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9", "10" ], - "x-ms-client-request-id": [ "21907da2-899e-45a9-b460-d9194c20dbe3", "21907da2-899e-45a9-b460-d9194c20dbe3", "21907da2-899e-45a9-b460-d9194c20dbe3" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3d87f33a-dedc-4057-b1ac-052f5db64f81" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "7d3e8aaf-f61b-4282-8e23-e83ace68e7d3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052518Z:7d3e8aaf-f61b-4282-8e23-e83ace68e7d3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "531dbebe-38c0-44c9-a721-7db822aa72ab" ], - "CommandName": [ "Get-AzMySqlFirewallRule" ], - "FullCommandName": [ "Get-AzMySqlFirewallRule_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1e46c895-6164-42e0-9998-6654bf46394b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "dcd82b13-59ab-4de3-8f9d-3909b08b6123" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052518Z:dcd82b13-59ab-4de3-8f9d-3909b08b6123" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "82a047a1-6ab2-4eec-b8d1-de99643f0aab" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01" ], - "x-ms-request-id": [ "ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "1a4ef829-c652-4e52-9ea7-807ed84d5b30" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052520Z:1a4ef829-c652-4e52-9ea7-807ed84d5b30" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T05:25:18.897Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13" ], - "x-ms-client-request-id": [ "82a047a1-6ab2-4eec-b8d1-de99643f0aab", "82a047a1-6ab2-4eec-b8d1-de99643f0aab" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "f0de194a-5399-49be-ae04-f2c296b20882" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "416d1067-598d-467a-a457-b023a05f323f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052535Z:416d1067-598d-467a-a457-b023a05f323f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:25:18.897Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ec6ea1ad-4667-4ae5-aa62-19a01bd6b18c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13", "14" ], - "x-ms-client-request-id": [ "82a047a1-6ab2-4eec-b8d1-de99643f0aab", "82a047a1-6ab2-4eec-b8d1-de99643f0aab", "82a047a1-6ab2-4eec-b8d1-de99643f0aab" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "fb19cf2b-b38b-4288-9512-cd2ac988cfb8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "7863e58d-5843-44ef-b30b-3b5bd3bf2402" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052535Z:7863e58d-5843-44ef-b30b-3b5bd3bf2402" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:35 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/45403173-0f51-4d6c-be03-f0b08a4ea1fa?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/45403173-0f51-4d6c-be03-f0b08a4ea1fa?api-version=2017-12-01" ], - "x-ms-request-id": [ "45403173-0f51-4d6c-be03-f0b08a4ea1fa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "5a084777-3221-4c9e-865b-0b29ee2f7b59" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052537Z:5a084777-3221-4c9e-865b-0b29ee2f7b59" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T05:25:36.24Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/45403173-0f51-4d6c-be03-f0b08a4ea1fa?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/45403173-0f51-4d6c-be03-f0b08a4ea1fa?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "15", "16" ], - "x-ms-client-request-id": [ "667b8aa2-e2a6-4ce3-86ea-752034fe44c9", "667b8aa2-e2a6-4ce3-86ea-752034fe44c9" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "58352c06-b222-4195-9ad1-19deb7f01596" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "b7ee91e7-c5ff-4f53-82b6-efe06e557290" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052552Z:b7ee91e7-c5ff-4f53-82b6-efe06e557290" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"45403173-0f51-4d6c-be03-f0b08a4ea1fa\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:25:36.24Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "15", "16", "17" ], - "x-ms-client-request-id": [ "667b8aa2-e2a6-4ce3-86ea-752034fe44c9", "667b8aa2-e2a6-4ce3-86ea-752034fe44c9", "667b8aa2-e2a6-4ce3-86ea-752034fe44c9" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "07f96ea6-2b68-4e52-9272-4fb792a05cf4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "17199711-5cc8-49bd-9ebf-216b6889b78b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052553Z:17199711-5cc8-49bd-9ebf-216b6889b78b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "06a99d7a-a1eb-4181-8208-8349db0399cf" ], - "CommandName": [ "Get-AzMySqlFirewallRule" ], - "FullCommandName": [ "Get-AzMySqlFirewallRule_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0bbbe837-7a21-4c4e-b696-1b5ec17e39aa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "c95af1da-322f-454a-88ea-bdc5a7b15f7c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052553Z:c95af1da-322f-454a-88ea-bdc5a7b15f7c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "ea367a72-86e4-4c85-8ed9-bce0ac43e35a" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01" ], - "x-ms-request-id": [ "03d7b0c5-6fc4-44b0-a051-0df46b347c8c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "a7485db5-13ad-4c35-b492-0a532e9a0b96" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052555Z:a7485db5-13ad-4c35-b492-0a532e9a0b96" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:25:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T05:25:54.037Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19", "20" ], - "x-ms-client-request-id": [ "ea367a72-86e4-4c85-8ed9-bce0ac43e35a", "ea367a72-86e4-4c85-8ed9-bce0ac43e35a" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "40ef670a-398f-47ff-98cc-ee07cf8925e7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "1732cded-6589-46a9-8b19-f79f7e410042" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052610Z:1732cded-6589-46a9-8b19-f79f7e410042" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:26:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"03d7b0c5-6fc4-44b0-a051-0df46b347c8c\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T05:25:54.037Z\"}" - } - }, - "Get-AzMySqlFirewallRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/03d7b0c5-6fc4-44b0-a051-0df46b347c8c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19", "20", "21" ], - "x-ms-client-request-id": [ "ea367a72-86e4-4c85-8ed9-bce0ac43e35a", "ea367a72-86e4-4c85-8ed9-bce0ac43e35a", "ea367a72-86e4-4c85-8ed9-bce0ac43e35a" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "60548a2b-d315-4333-86ec-94d49b21c453" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "78dbb9c6-161d-4f33-b0fd-a45b3dc8714d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T052610Z:78dbb9c6-161d-4f33-b0fd-a45b3dc8714d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 05:26:10 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Tests.ps1 deleted file mode 100644 index a7db033c8870..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFirewallRule.Tests.ps1 +++ /dev/null @@ -1,38 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlFirewallRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Get-AzMySqlFirewallRule' { - It 'List' { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $rule = Get-AzMySqlFirewallRule -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $rule.Count | Should -Be 1 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } - - It 'Get' { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $rule = Get-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $rule.StartIPAddress | Should -Be 0.0.0.0 - $rule.EndIPAddress | Should -Be 0.0.0.1 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } - - It 'GetViaIdentity' { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/firewallRules/$($env.firewallRuleName)" - $rule = Get-AzMySqlFirewallRule -InputObject $ID - $rule.StartIPAddress | Should -Be 0.0.0.0 - $rule.EndIPAddress | Should -Be 0.0.0.1 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServer.Tests.ps1 index e4d1acfbe18e..9bb06570d36f 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServer.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServer.Tests.ps1 @@ -15,15 +15,15 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMySqlFlexibleServer')) } Describe 'Get-AzMySqlFlexibleServer' { - It 'List1' -skip { + It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'Get' -skip { + It 'List1' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } - It 'List' -skip { + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 index 99956121ee83..438532d60eb5 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 @@ -15,7 +15,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMySqlFlexibleServerAdva } Describe 'Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' { - It 'List' -skip { + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } } diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConfiguration.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConfiguration.Tests.ps1 index e05fd210520f..a7a28f8540ba 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConfiguration.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConfiguration.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzMySqlFlexibleServerConfiguration' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityFlexibleServer' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConnectionString.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConnectionString.Recording.json index 2c71809cb3d4..b7b767f39b07 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConnectionString.Recording.json +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerConnectionString.Recording.json @@ -1,16 +1,17 @@ { - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "125" ], - "x-ms-client-request-id": [ "0257210a-beef-49c7-bf6a-c853a2832ef7" ], + "x-ms-unique-id": [ "169" ], + "x-ms-client-request-id": [ "0d786727-cc0b-4dc2-8110-af46440a8353" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,34 +23,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cac34b47-ab90-4aa3-92bd-235383f3e059" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], - "x-ms-correlation-request-id": [ "dd6c638b-c47f-4724-a52f-fd8740d05aab" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065645Z:dd6c638b-c47f-4724-a52f-fd8740d05aab" ], + "x-ms-request-id": [ "70ebefa4-99f7-4053-bb4e-d0bcc12d936a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "cf926cf8-c58e-45ff-aa5e-eb1d35f02a32" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20251031T110231Z:cf926cf8-c58e-45ff-aa5e-eb1d35f02a32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:45 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 193F773512C94BC69D656E7BF2E8FA01 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:30Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "126" ], - "x-ms-client-request-id": [ "0762c1ae-b9f3-4e4d-b3e3-66467f1c6b09" ], + "x-ms-unique-id": [ "170" ], + "x-ms-client-request-id": [ "d90d0c51-5ebc-43ce-90ff-ec2d39eaa6a3" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,34 +66,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "cc29f26b-ca74-460c-ad7d-dd191a8ce241" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], - "x-ms-correlation-request-id": [ "9535a189-a5f6-41a4-b51c-5fe18e6a33ca" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065645Z:9535a189-a5f6-41a4-b51c-5fe18e6a33ca" ], + "x-ms-request-id": [ "5751c7eb-02b4-4535-9713-5ea2ce97d17c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-correlation-request-id": [ "23499fbf-ea8b-48d7-b14f-b7d3af8e61e0" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110231Z:23499fbf-ea8b-48d7-b14f-b7d3af8e61e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:45 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 15C742D424FE44A4B7AFD806EBC0568E Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:31Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+3": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "127" ], - "x-ms-client-request-id": [ "124ba8c3-c593-46dd-816c-5776ac1e2b9a" ], + "x-ms-unique-id": [ "171" ], + "x-ms-client-request-id": [ "cadc8a61-0980-4e33-84ad-215775002599" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -100,34 +109,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "b97cbef7-b450-4cf6-9bd3-99ce1c04d5ab" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-correlation-request-id": [ "d8f5b190-0ca2-4723-a30a-7873547faa22" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065645Z:d8f5b190-0ca2-4723-a30a-7873547faa22" ], + "x-ms-request-id": [ "322783d5-72c4-45cf-8b0c-0d6393a42a58" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "5daecf9d-4089-45e4-ac07-d1761da55237" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110232Z:5daecf9d-4089-45e4-ac07-d1761da55237" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:45 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4181A4F918B4479A83347CF28ED9B698 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:31Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+4": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "128" ], - "x-ms-client-request-id": [ "bf9ce219-5887-493f-874f-45e3fd73a48a" ], + "x-ms-unique-id": [ "172" ], + "x-ms-client-request-id": [ "e17918cb-719f-4f44-8eed-903af7c24a33" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -139,34 +152,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "c05f8a84-b7d3-4f16-b63b-cbac9d3b9bb6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "x-ms-correlation-request-id": [ "cb6100ab-c97f-4e1e-8cbf-3bba9a5d36ab" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065645Z:cb6100ab-c97f-4e1e-8cbf-3bba9a5d36ab" ], + "x-ms-request-id": [ "080908c8-7857-4839-83d9-fd8950d334a8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "247" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3747" ], + "x-ms-correlation-request-id": [ "34649d84-5b2b-41a7-912d-831954cd4a43" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110232Z:34649d84-5b2b-41a7-912d-831954cd4a43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:45 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CA79159FFA9A456AACC73004CD58D90B Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:32Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+5": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "8c13388e-2d3c-489a-a1a9-9032d247f155" ], + "x-ms-unique-id": [ "173" ], + "x-ms-client-request-id": [ "fc05a198-8828-41eb-954f-2ab6984da326" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -178,34 +195,38 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "27e53e06-cf89-4061-b606-df54d71b834b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], - "x-ms-correlation-request-id": [ "b9c67d5b-9929-4b9f-a1c6-95078be7290a" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065646Z:b9c67d5b-9929-4b9f-a1c6-95078be7290a" ], + "x-ms-request-id": [ "9525f905-ddf1-4e9c-af2d-442966eb94f1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "248" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3748" ], + "x-ms-correlation-request-id": [ "9f10a02c-8f31-46f0-bfd9-76d4bf62af2d" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110232Z:9f10a02c-8f31-46f0-bfd9-76d4bf62af2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:46 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 3922CB9788924D399752792FE2E98890 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:32Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } }, - "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+6": { + "Get-AzMySqlFlexibleServerConnectionString+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "130" ], - "x-ms-client-request-id": [ "a422509f-16af-4290-bd21-5b79a21bfb43" ], + "x-ms-unique-id": [ "174" ], + "x-ms-client-request-id": [ "b20db4c7-7376-40a4-8f0b-9d9a5b2e1829" ], "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -217,20 +238,23 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1259c822-38af-4f9d-b885-a5f0f3c437c9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-correlation-request-id": [ "df49bd3c-692f-4d7c-8073-bf0ca395ce55" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065646Z:df49bd3c-692f-4d7c-8073-bf0ca395ce55" ], + "x-ms-request-id": [ "b3a93019-87b9-484f-8038-4425b764c778" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-correlation-request-id": [ "9be7dd71-62c1-44a4-b16b-ee2cd9a20f84" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110233Z:9be7dd71-62c1-44a4-b16b-ee2cd9a20f84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:46 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 4259467840A6471F973925FE800022B6 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:33Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "953" ], + "Content-Length": [ "1050" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":20,\"iops\":360,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"2\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2021-08-27T06:24:34.4646262+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" + "Content": "{\"sku\":{\"name\":\"Standard_D4ds_v4\",\"tier\":\"GeneralPurpose\"},\"systemData\":{\"createdAt\":\"2025-10-31T10:09:31.6560907Z\"},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storage\":{\"storageSizeGB\":40,\"iops\":420,\"autoGrow\":\"Enabled\",\"storageSku\":\"Premium_LRS\"},\"version\":\"8.0.21\",\"state\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"availabilityZone\":\"\",\"maintenanceWindow\":{\"customWindow\":\"Enabled\",\"dayOfWeek\":1,\"startHour\":1,\"startMinute\":30},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"network\":{\"publicNetworkAccess\":\"Enabled\"},\"backup\":{\"backupRetentionDays\":12,\"geoRedundantBackup\":\"Disabled\",\"earliestRestoreDate\":\"2025-10-31T10:12:15.3112657+00:00\"},\"highAvailability\":{\"mode\":\"Disabled\",\"state\":\"NotEnabled\",\"standbyAvailabilityZone\":\"\"}},\"location\":\"West US 2\",\"id\":\"/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerDatabase.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerDatabase.Tests.ps1 index 2c95c3a8cd5e..b59295308bdf 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerDatabase.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerDatabase.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzMySqlFlexibleServerDatabase' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityFlexibleServer' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerFirewallRule.Tests.ps1 index 2eb7b4b24991..cf8d4f6a9825 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerFirewallRule.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerFirewallRule.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Get-AzMySqlFlexibleServerFirewallRule' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'GetViaIdentityFlexibleServer' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Get' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerLocationBasedCapability.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerLocationBasedCapability.Recording.json index 821a510d27a5..8472431b0e7d 100644 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerLocationBasedCapability.Recording.json +++ b/src/MySql/MySql.Autorest/test/Get-AzMySqlFlexibleServerLocationBasedCapability.Recording.json @@ -1,16 +1,17 @@ { - "Get-AzMySqlFlexibleServerLocationBasedCapability+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/capabilities?api-version=2021-05-01+1": { + "Get-AzMySqlFlexibleServerLocationBasedCapability+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/capabilities?api-version=2021-05-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/westus2/capabilities?api-version=2021-05-01", + "RequestUri": "https://management.azure.com/subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/providers/Microsoft.DBforMySQL/locations/westus2/capabilities?api-version=2021-05-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "131" ], - "x-ms-client-request-id": [ "96f31987-d692-4484-80bd-5ab2f86009f5" ], + "x-ms-unique-id": [ "175" ], + "x-ms-client-request-id": [ "06850590-c3be-462f-8cb4-d34717304e37" ], "CommandName": [ "Az.MySql.internal\\Get-AzMySqlFlexibleServerLocationBasedCapability" ], "FullCommandName": [ "Get-AzMySqlFlexibleServerLocationBasedCapability_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.MySql/1.5.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,20 +23,24 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "9055e0d0-983a-4875-9593-c63e370fdcb1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "x-ms-correlation-request-id": [ "8218efff-bf3c-443a-8ee8-b2fd4752de21" ], - "x-ms-routing-request-id": [ "WESTUS2:20210827T065647Z:8218efff-bf3c-443a-8ee8-b2fd4752de21" ], + "x-ms-request-id": [ "61906408-5f46-4a12-9207-4008ee6d9182" ], + "x-ms-operation-identifier": [ "tenantId=213e87ed-8e08-4eb4-a63c-c073058f7b00,objectId=5dce0ce9-f0a7-437f-aea2-760d05c62ca9/westus2/07c1bded-bcda-4177-bbf8-6a52468c78e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "247" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3747" ], + "x-ms-correlation-request-id": [ "38a0ed33-3985-4749-83bf-06cb76e65f4a" ], + "x-ms-routing-request-id": [ "WESTUS2:20251031T110234Z:38a0ed33-3985-4749-83bf-06cb76e65f4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Fri, 27 Aug 2021 06:56:47 GMT" ] + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: A1A1AD41659240A1A5038747D8EF8D62 Ref B: JKT201051407036 Ref C: 2025-10-31T11:02:34Z" ], + "Date": [ "Fri, 31 Oct 2025 11:02:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "16558" ], + "Content-Length": [ "21338" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"zone\":\"none\",\"supportedHAMode\":[\"SameZone\",\"ZoneRedundant\"],\"supportedGeoBackupRegions\":[],\"supportedFlexibleServerEditions\":[{\"name\":\"Burstable\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]}]},{\"name\":\"GeneralPurpose\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"MemoryOptimized\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]}]}]},{\"zone\":\"1\",\"supportedHAMode\":[\"SameZone\",\"ZoneRedundant\"],\"supportedGeoBackupRegions\":[],\"supportedFlexibleServerEditions\":[{\"name\":\"Burstable\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]}]},{\"name\":\"GeneralPurpose\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"MemoryOptimized\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]}]}]},{\"zone\":\"2\",\"supportedHAMode\":[\"SameZone\",\"ZoneRedundant\"],\"supportedGeoBackupRegions\":[],\"supportedFlexibleServerEditions\":[{\"name\":\"Burstable\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]}]},{\"name\":\"GeneralPurpose\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"MemoryOptimized\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]}]}]},{\"zone\":\"3\",\"supportedHAMode\":[\"SameZone\",\"ZoneRedundant\"],\"supportedGeoBackupRegions\":[],\"supportedFlexibleServerEditions\":[{\"name\":\"Burstable\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048}]}]},{\"name\":\"GeneralPurpose\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"MemoryOptimized\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":8192}]}]}]}]}" + "Content": "{\"value\":[{\"zone\":\"none\",\"supportedHAMode\":[\"SameZone\"],\"supportedGeoBackupRegions\":[\"westcentralus\"],\"supportedFlexibleServerEditions\":[{\"name\":\"Burstable\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B2ms\",\"vCores\":2,\"supportedIops\":1700,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B4ms\",\"vCores\":4,\"supportedIops\":2400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B8ms\",\"vCores\":8,\"supportedIops\":3100,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B12ms\",\"vCores\":12,\"supportedIops\":3800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B16ms\",\"vCores\":16,\"supportedIops\":4300,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B20ms\",\"vCores\":20,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B2ms\",\"vCores\":2,\"supportedIops\":1700,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B4ms\",\"vCores\":4,\"supportedIops\":2400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B8ms\",\"vCores\":8,\"supportedIops\":3100,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B12ms\",\"vCores\":12,\"supportedIops\":3800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B16ms\",\"vCores\":16,\"supportedIops\":4300,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B20ms\",\"vCores\":20,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.4\",\"supportedSkus\":[{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B2ms\",\"vCores\":2,\"supportedIops\":1700,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B4ms\",\"vCores\":4,\"supportedIops\":2400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B8ms\",\"vCores\":8,\"supportedIops\":3100,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B12ms\",\"vCores\":12,\"supportedIops\":3800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B16ms\",\"vCores\":16,\"supportedIops\":4300,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B20ms\",\"vCores\":20,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"9.3\",\"supportedSkus\":[{\"name\":\"Standard_B1ms\",\"vCores\":1,\"supportedIops\":640,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B1s\",\"vCores\":1,\"supportedIops\":400,\"supportedMemoryPerVCoreMB\":1024},{\"name\":\"Standard_B2ms\",\"vCores\":2,\"supportedIops\":1700,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B2s\",\"vCores\":2,\"supportedIops\":1280,\"supportedMemoryPerVCoreMB\":2048},{\"name\":\"Standard_B4ms\",\"vCores\":4,\"supportedIops\":2400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B8ms\",\"vCores\":8,\"supportedIops\":3100,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B12ms\",\"vCores\":12,\"supportedIops\":3800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B16ms\",\"vCores\":16,\"supportedIops\":4300,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_B20ms\",\"vCores\":20,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"GeneralPurpose\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":16777216,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D2ads_v5\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ads_v5\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ads_v5\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ads_v5\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ads_v5\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ads_v5\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D96ads_v5\",\"vCores\":96,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D2ads_v5\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ads_v5\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ads_v5\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ads_v5\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ads_v5\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ads_v5\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D96ads_v5\",\"vCores\":96,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"8.4\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D2ads_v5\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ads_v5\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ads_v5\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ads_v5\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ads_v5\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ads_v5\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D96ads_v5\",\"vCores\":96,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096}]},{\"name\":\"9.3\",\"supportedSkus\":[{\"name\":\"Standard_D2ds_v4\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ds_v4\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ds_v4\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ds_v4\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ds_v4\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ds_v4\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D2ads_v5\",\"vCores\":2,\"supportedIops\":3200,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D4ads_v5\",\"vCores\":4,\"supportedIops\":6400,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D8ads_v5\",\"vCores\":8,\"supportedIops\":12800,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D16ads_v5\",\"vCores\":16,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D32ads_v5\",\"vCores\":32,\"supportedIops\":20000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D64ads_v5\",\"vCores\":64,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096},{\"name\":\"Standard_D96ads_v5\",\"vCores\":96,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":4096}]}]},{\"name\":\"MemoryOptimized\",\"supportedStorageEditions\":[{\"name\":\"Premium\",\"minStorageSize\":20480,\"maxStorageSize\":33554432,\"minBackupRetentionDays\":7,\"maxBackupRetentionDays\":35}],\"supportedServerVersions\":[{\"name\":\"5.7\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v4\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E80ids_v4\",\"vCores\":80,\"supportedIops\":72000,\"supportedMemoryPerVCoreMB\":6451},{\"name\":\"Standard_E2ds_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ds_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168},{\"name\":\"Standard_E2ads_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ads_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ads_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ads_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ads_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ads_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ads_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ads_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168}]},{\"name\":\"8.0.21\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v4\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E80ids_v4\",\"vCores\":80,\"supportedIops\":72000,\"supportedMemoryPerVCoreMB\":6451},{\"name\":\"Standard_E2ds_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ds_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168},{\"name\":\"Standard_E2ads_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ads_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ads_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ads_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ads_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ads_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ads_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ads_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168},{\"name\":\"Standard_EC2ads_v5\",\"vCores\":2,\"supportedIops\":9000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC4ads_v5\",\"vCores\":4,\"supportedIops\":19000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC8ads_v5\",\"vCores\":8,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC16ads_v5\",\"vCores\":16,\"supportedIops\":75000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC20ads_v5\",\"vCores\":20,\"supportedIops\":94000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC32ads_v5\",\"vCores\":32,\"supportedIops\":150000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC48ads_v5\",\"vCores\":48,\"supportedIops\":225000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC64ads_v5\",\"vCores\":64,\"supportedIops\":300000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_EC96ads_v5\",\"vCores\":96,\"supportedIops\":450000,\"supportedMemoryPerVCoreMB\":8192}]},{\"name\":\"8.4\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v4\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E80ids_v4\",\"vCores\":80,\"supportedIops\":72000,\"supportedMemoryPerVCoreMB\":6451},{\"name\":\"Standard_E2ds_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ds_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168},{\"name\":\"Standard_E2ads_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ads_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ads_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ads_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ads_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ads_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ads_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ads_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168}]},{\"name\":\"9.3\",\"supportedSkus\":[{\"name\":\"Standard_E2ds_v4\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v4\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v4\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v4\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v4\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v4\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v4\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v4\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E80ids_v4\",\"vCores\":80,\"supportedIops\":72000,\"supportedMemoryPerVCoreMB\":6451},{\"name\":\"Standard_E2ds_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ds_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ds_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ds_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ds_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ds_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ds_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ds_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ds_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168},{\"name\":\"Standard_E2ads_v5\",\"vCores\":2,\"supportedIops\":5000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E4ads_v5\",\"vCores\":4,\"supportedIops\":10000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E8ads_v5\",\"vCores\":8,\"supportedIops\":18000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E16ads_v5\",\"vCores\":16,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E20ads_v5\",\"vCores\":20,\"supportedIops\":28000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E32ads_v5\",\"vCores\":32,\"supportedIops\":38000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E48ads_v5\",\"vCores\":48,\"supportedIops\":48000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E64ads_v5\",\"vCores\":64,\"supportedIops\":64000,\"supportedMemoryPerVCoreMB\":8192},{\"name\":\"Standard_E96ads_v5\",\"vCores\":96,\"supportedIops\":80000,\"supportedMemoryPerVCoreMB\":7168}]}]}]}]}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Recording.json deleted file mode 100644 index 959814c88456..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Recording.json +++ /dev/null @@ -1,996 +0,0 @@ -{ - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "d7c019d8-57ee-4f6a-b2e1-37e77d8b8284" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8d68a95e-186c-4b7c-b641-ca5f3e575539" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "acd0d7ad-7027-4d41-a0d8-71de0490966d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075002Z:acd0d7ad-7027-4d41-a0d8-71de0490966d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:50:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "907" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Replica\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "233" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01" ], - "x-ms-request-id": [ "ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "3841a27a-3348-4760-bcb1-3629c304f6b6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075008Z:3841a27a-3348-4760-bcb1-3629c304f6b6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:50:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"CreateElasticServerContinuousCopy\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "91cbaebd-68b5-43ca-9084-21d70637ff32" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "10cd950a-bf63-4c1b-9748-cc6690129bb5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075038Z:10cd950a-bf63-4c1b-9748-cc6690129bb5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:50:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "3fe6909a-026f-4eb8-8437-3b42340c7965" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "1bc1ea1d-155e-42a7-bf30-abe6eebc3b7c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075108Z:1bc1ea1d-155e-42a7-bf30-abe6eebc3b7c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:51:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "5539f967-2541-43e7-891a-2ef7be5dc7e6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "310e1172-05d1-4967-b3e1-33f7de40be57" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075139Z:310e1172-05d1-4967-b3e1-33f7de40be57" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:51:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "d74f0c8f-346e-4569-ba63-6acab598d3eb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "c0bd05f2-efc6-4d8d-a11f-26a897795257" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075209Z:c0bd05f2-efc6-4d8d-a11f-26a897795257" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:52:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "ede55f2c-d9d6-447d-8629-01f8d42cfacb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "70fcb7dc-8502-46f2-9118-31710965e2fc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075239Z:70fcb7dc-8502-46f2-9118-31710965e2fc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:52:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "42df4503-e9e3-453f-a70c-aa19107e071a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "031a5b57-d3da-4c44-b91b-7ac482411acc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075310Z:031a5b57-d3da-4c44-b91b-7ac482411acc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:53:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "744e310a-473b-444b-9cae-bd0ef6d828d3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "e75d32b6-e610-4a41-8f4a-a1c2a5c3474a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075340Z:e75d32b6-e610-4a41-8f4a-a1c2a5c3474a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:53:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "26440d29-924b-4909-a987-71961f8f4cce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "6aa045ad-f30e-4680-a30f-2fb3dae287b4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075411Z:6aa045ad-f30e-4680-a30f-2fb3dae287b4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:54:10 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "322ef832-edf7-412b-87ef-86a59ca27508" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "80ad5bd0-5334-4b91-8258-d46595c278ba" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075441Z:80ad5bd0-5334-4b91-8258-d46595c278ba" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:54:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "cfa534f1-2b57-4aff-9610-860b1b840d51" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "9b2ed281-59db-4b01-ad15-7183322c2e4f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075513Z:9b2ed281-59db-4b01-ad15-7183322c2e4f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:55:12 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "46011b18-34b2-4771-9fed-4f26384483fb" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "83aa3f7e-bb2e-4577-92e4-bbd9c9e2cd94" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075543Z:83aa3f7e-bb2e-4577-92e4-bbd9c9e2cd94" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:55:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b06a2cef-27ec-45d6-b526-ce6812fe6635" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "8824a0a2-c016-410e-be2b-d4e449d10c27" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075613Z:8824a0a2-c016-410e-be2b-d4e449d10c27" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:56:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "7455bac7-80fc-4f91-8c34-dc4cfd966b4a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "d5caaf0a-0e01-4099-9881-452e23d24a53" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075644Z:d5caaf0a-0e01-4099-9881-452e23d24a53" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:56:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "7cd7f861-ee5b-4db8-9be1-4d0caaf6b63a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "9d1adc5c-160a-4068-a074-47168f049533" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075714Z:9d1adc5c-160a-4068-a074-47168f049533" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:57:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "142a01b7-c15b-4100-8118-d9fef64c1b75" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "2b13a3fb-d0de-4ea4-978c-c6ec78c10354" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075745Z:2b13a3fb-d0de-4ea4-978c-c6ec78c10354" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:57:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "3edba23c-d98a-483b-91c5-e6bcedbb6db0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "04390cf3-b5b0-4d14-b520-b4f2ee415e58" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075815Z:04390cf3-b5b0-4d14-b520-b4f2ee415e58" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:58:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "d7a590a1-45d9-4614-a2a2-e3ba7619676f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-correlation-request-id": [ "5ac5e3c5-8506-41a7-b174-0fa275962491" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075846Z:5ac5e3c5-8506-41a7-b174-0fa275962491" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:58:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "d5e3df2e-e0e6-4402-b505-189d70e17cbe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], - "x-ms-correlation-request-id": [ "d0aeef13-f804-4ed5-b954-9164f1cb2384" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075917Z:d0aeef13-f804-4ed5-b954-9164f1cb2384" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ff8b1ac5-5dfc-475a-a2c3-1fe41ef74520\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:50:07.763Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21" ], - "x-ms-client-request-id": [ "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc", "a8e8b952-d1fe-4bed-bf1c-a1d18ace9bdc" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "abc08585-0bd0-4c36-8780-3598f179caec" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], - "x-ms-correlation-request-id": [ "4b6cccf2-73bc-4221-8702-2b4f14f9ccca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075917Z:4b6cccf2-73bc-4221-8702-2b4f14f9ccca" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1063" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T08:01:19.783+00:00\",\"replicationRole\":\"Replica\",\"masterServerId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"replicaCapacity\":0,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/replicas?api-version=2017-12-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/replicas?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "19304014-1a24-4d07-88ff-e6eb47016052" ], - "CommandName": [ "Get-AzMySqlReplica" ], - "FullCommandName": [ "Get-AzMySqlReplica_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e6a76dfd-ce32-40b8-b52e-6efa4a6ab567" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-correlation-request-id": [ "c31e5a09-082f-4be7-9dfe-d874a7f3067d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075918Z:c31e5a09-082f-4be7-9dfe-d874a7f3067d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1075" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T08:01:19.783+00:00\",\"replicationRole\":\"Replica\",\"masterServerId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"replicaCapacity\":0,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/servers\"}]}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+23": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "ab80dd07-81f1-4f41-a867-13f99570c196" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01" ], - "x-ms-request-id": [ "1febca3d-6c67-4885-96a8-3b17d2aac22e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "5510987e-ce08-4eff-bb31-81e1a6f5b474" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075919Z:5510987e-ce08-4eff-bb31-81e1a6f5b474" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "72" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-07-24T07:59:18.913Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "23", "24" ], - "x-ms-client-request-id": [ "ab80dd07-81f1-4f41-a867-13f99570c196", "ab80dd07-81f1-4f41-a867-13f99570c196" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "b29360c5-a79d-4a99-9347-b641e38e3263" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "757b45c3-b23b-4878-ac89-dc319de4e2ce" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075934Z:757b45c3-b23b-4878-ac89-dc319de4e2ce" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"1febca3d-6c67-4885-96a8-3b17d2aac22e\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:59:18.913Z\"}" - } - }, - "Get-AzMySqlReplica+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1febca3d-6c67-4885-96a8-3b17d2aac22e?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "23", "24", "25" ], - "x-ms-client-request-id": [ "ab80dd07-81f1-4f41-a867-13f99570c196", "ab80dd07-81f1-4f41-a867-13f99570c196", "ab80dd07-81f1-4f41-a867-13f99570c196" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c2e028ae-b1ab-41eb-bc62-a3408a3a6d50" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-correlation-request-id": [ "710519c8-b0c6-4f26-addd-34068693cc2b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T075934Z:710519c8-b0c6-4f26-addd-34068693cc2b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:59:34 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Tests.ps1 deleted file mode 100644 index 866e8ff0c97b..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlReplica.Tests.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlReplica.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Get-AzMySqlReplica' { - It 'List' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - New-AzMySqlReplica -InputObject $server -Replica $env.replicaName -ResourceGroupName $env.resourceGroup - $replica = Get-AzMySqlReplica -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $replica.Count | Should -Be 1 - Remove-AzMySqlServer -InputObject $replica - } -} diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Recording.json deleted file mode 100644 index ab522630d186..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Recording.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "Get-AzMySqlServer+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/servers?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/servers?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "ee25ffb0-0dc9-424d-903b-29dd0933c0e8" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_List1" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e6902d56-a3fc-4a8f-8a59-b207048a7ea1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "492f9156-37ed-4ff8-81cc-719b07010315" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060709Z:492f9156-37ed-4ff8-81cc-719b07010315" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:07:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "8839" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"B_Gen5_2\",\"tier\":\"Basic\",\"family\":\"Gen5\",\"capacity\":2},\"properties\":{\"administratorLogin\":\"lucas\",\"storageProfile\":{\"storageMB\":51200,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"azuremysql-dev.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-17T06:07:08.9960907+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"tags\":{},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/azureps-manual-test/providers/Microsoft.DBforMySQL/servers/azuremysql-dev\",\"name\":\"azuremysql-dev\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"dbadmin\",\"storageProfile\":{\"storageMB\":102400,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"xdmmysql.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-17T06:07:08.9960907+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"tags\":{},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/dixue/providers/Microsoft.DBforMySQL/servers/xdmmysql\",\"name\":\"xdmmysql\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test01.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T02:00:15.2+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test01\",\"name\":\"mysql-test01\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test05.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T02:26:40.383+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test05\",\"name\":\"mysql-test05\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test03.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T02:30:31.007+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test03\",\"name\":\"mysql-test03\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test04.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T02:43:20.62+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test04\",\"name\":\"mysql-test04\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test06.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T02:58:37.123+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test06\",\"name\":\"mysql-test06\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test07.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:03:29.807+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test07\",\"name\":\"mysql-test07\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"},{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"adminuser\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-888.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T04:06:02.24+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/lucas-manual-test/providers/Microsoft.DBforMySQL/servers/mysql-test-888\",\"name\":\"mysql-test-888\",\"type\":\"Microsoft.DBforMySQL/servers\"}]}" - } - }, - "Get-AzMySqlServer+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "2c10b66b-029b-49e3-853c-1622687cdb5a" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3f2e74b9-c164-4cdd-bd6a-3c396011246b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "0bc2c423-7885-49c6-8001-122ff9c8b628" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060709Z:0bc2c423-7885-49c6-8001-122ff9c8b628" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:07:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Get-AzMySqlServer+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "4ac160bb-2e82-4016-b812-9fa9643c0740" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8abf4f03-06fc-4bfe-8e28-bad9e8784379" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "0bf85407-84c2-43d2-bd4c-377c7e0f745d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060710Z:0bf85407-84c2-43d2-bd4c-377c7e0f745d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:07:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "893" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"\",\"masterServerId\":\"\",\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}]}" - } - }, - "Get-AzMySqlServer+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "4e03568e-9355-4a2e-83a9-08e678364b12" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f4296d38-41e4-43c9-9c98-32a2bd7bd1dc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "b1b2dc0b-a1b9-4b2d-80d6-175675cd3d1c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060710Z:b1b2dc0b-a1b9-4b2d-80d6-175675cd3d1c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:07:10 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Tests.ps1 deleted file mode 100644 index 99021bced00d..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,35 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Get-AzMySqlServer' { - It 'List1' { - $servers = Get-AzMySqlServer - $servers.Count | Should -BeGreaterOrEqual 1 - } - - It 'Get' { - $servers = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -Name $env.serverName - $servers.Name | Should -Be $env.serverName - } - - It 'List' { - $servers = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup - $servers.Count | Should -Be 1 - } - - It 'GetViaIdentity' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)" - $servers = Get-AzMySqlServer -InputObject $ID - $servers.Name | Should -Be $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Recording.json b/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Recording.json deleted file mode 100644 index b65de3102809..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Recording.json +++ /dev/null @@ -1,827 +0,0 @@ -{ - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/569cb4f0-1275-4372-9370-179d5ddc5b42?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/569cb4f0-1275-4372-9370-179d5ddc5b42?api-version=2017-12-01" ], - "x-ms-request-id": [ "569cb4f0-1275-4372-9370-179d5ddc5b42" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "69cf67ed-4d24-49ab-82e1-0e53cf547756" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060744Z:69cf67ed-4d24-49ab-82e1-0e53cf547756" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:07:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:07:42.957Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/569cb4f0-1275-4372-9370-179d5ddc5b42?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/569cb4f0-1275-4372-9370-179d5ddc5b42?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "36791a49-25f6-475f-927b-94e63dba0960", "36791a49-25f6-475f-927b-94e63dba0960" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "90fa5c76-62c9-41b5-88f4-959164107aa3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "9f78f556-f85c-497f-b035-f9def835eb07" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060815Z:9f78f556-f85c-497f-b035-f9def835eb07" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"569cb4f0-1275-4372-9370-179d5ddc5b42\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:07:42.957Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "36791a49-25f6-475f-927b-94e63dba0960", "36791a49-25f6-475f-927b-94e63dba0960", "36791a49-25f6-475f-927b-94e63dba0960" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ff8290a7-50f2-4ef6-bf36-e41e100cd361" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "b58ffb9f-3211-4346-9110-5e9155fff786" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060816Z:b58ffb9f-3211-4346-9110-5e9155fff786" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "609eb4be-3231-4519-96f3-e83a87801dc2" ], - "CommandName": [ "Get-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Get-AzMySqlVirtualNetworkRule_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "14b24d98-00f3-49b8-9a56-30e74727eab2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "00958179-cdc1-4d57-a37e-84145ce7e9ac" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060816Z:00958179-cdc1-4d57-a37e-84145ce7e9ac" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "509" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}]}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "e96600ef-c170-438c-a71d-3916f0e2411f" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01" ], - "x-ms-request-id": [ "8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "f82588a4-1c36-47b5-8c7c-ea15f894ba77" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060817Z:f82588a4-1c36-47b5-8c7c-ea15f894ba77" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:08:16.77Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6" ], - "x-ms-client-request-id": [ "e96600ef-c170-438c-a71d-3916f0e2411f", "e96600ef-c170-438c-a71d-3916f0e2411f" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "915da883-4c23-46eb-a9c4-2d2364a183f7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "42090764-0c66-4b15-bb2b-def22731bad4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060833Z:42090764-0c66-4b15-bb2b-def22731bad4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:08:16.77Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+List+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8d80b6fc-e5e2-4a05-8a3f-f1dcaa707318?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6", "7" ], - "x-ms-client-request-id": [ "e96600ef-c170-438c-a71d-3916f0e2411f", "e96600ef-c170-438c-a71d-3916f0e2411f", "e96600ef-c170-438c-a71d-3916f0e2411f" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ad0abb40-61ec-4073-83b7-e318f5a646c1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "2d05db2a-9162-4f6c-ab3b-caffafe2b333" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060833Z:2d05db2a-9162-4f6c-ab3b-caffafe2b333" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:33 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/eca86a26-160c-4b90-9c07-b010bad8e44b?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/eca86a26-160c-4b90-9c07-b010bad8e44b?api-version=2017-12-01" ], - "x-ms-request-id": [ "eca86a26-160c-4b90-9c07-b010bad8e44b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "5683a03a-b1e3-41b8-9d57-a6a66aa02afe" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060835Z:5683a03a-b1e3-41b8-9d57-a6a66aa02afe" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:08:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:08:34.003Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/eca86a26-160c-4b90-9c07-b010bad8e44b?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/eca86a26-160c-4b90-9c07-b010bad8e44b?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9" ], - "x-ms-client-request-id": [ "65a1390c-27bd-404f-849c-4f3a6a793261", "65a1390c-27bd-404f-849c-4f3a6a793261" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "73fc25d5-6799-4433-9f0f-3c89d8cfebfc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "3642ed5c-8246-46db-8bfe-6d294396ebb5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060905Z:3642ed5c-8246-46db-8bfe-6d294396ebb5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"eca86a26-160c-4b90-9c07-b010bad8e44b\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:08:34.003Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9", "10" ], - "x-ms-client-request-id": [ "65a1390c-27bd-404f-849c-4f3a6a793261", "65a1390c-27bd-404f-849c-4f3a6a793261", "65a1390c-27bd-404f-849c-4f3a6a793261" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5c91f46f-5199-452f-b1f3-e743efe69e8b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "3f499083-7bf5-4df9-b0fd-91a517e6d810" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060905Z:3f499083-7bf5-4df9-b0fd-91a517e6d810" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "bc1f0067-4c48-4e40-8efc-5af0acec2044" ], - "CommandName": [ "Get-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Get-AzMySqlVirtualNetworkRule_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6454db72-db55-4c35-a879-16bc891c2108" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "f16a6bba-c1bb-4ce2-ab92-542d89b127fc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060906Z:f16a6bba-c1bb-4ce2-ab92-542d89b127fc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "30a22c74-7147-4224-bddc-8a4a158fe8f8" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01" ], - "x-ms-request-id": [ "909e92f8-2e4b-4cca-a590-1a984d1275d8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "1b63e516-dac0-4a14-a718-a3eb22383b08" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060907Z:1b63e516-dac0-4a14-a718-a3eb22383b08" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:09:06.55Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13" ], - "x-ms-client-request-id": [ "30a22c74-7147-4224-bddc-8a4a158fe8f8", "30a22c74-7147-4224-bddc-8a4a158fe8f8" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "651d20d9-5e4d-45ce-b5bb-0252c2bfc8b4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "cb07340b-98f5-4f55-b957-573967d528f4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060923Z:cb07340b-98f5-4f55-b957-573967d528f4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"909e92f8-2e4b-4cca-a590-1a984d1275d8\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:09:06.55Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/909e92f8-2e4b-4cca-a590-1a984d1275d8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13", "14" ], - "x-ms-client-request-id": [ "30a22c74-7147-4224-bddc-8a4a158fe8f8", "30a22c74-7147-4224-bddc-8a4a158fe8f8", "30a22c74-7147-4224-bddc-8a4a158fe8f8" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e766fdd5-3e49-4f9f-a561-e8cff9391fe4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "2d4bcacb-efe2-4c72-9093-6f6192ccc4bc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060923Z:2d4bcacb-efe2-4c72-9093-6f6192ccc4bc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:22 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c7a1a2cb-254e-4524-957d-a0325f03d984?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c7a1a2cb-254e-4524-957d-a0325f03d984?api-version=2017-12-01" ], - "x-ms-request-id": [ "c7a1a2cb-254e-4524-957d-a0325f03d984" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "c0a054e5-213d-45d2-955b-40aa5c90973e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060925Z:c0a054e5-213d-45d2-955b-40aa5c90973e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:09:23.787Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c7a1a2cb-254e-4524-957d-a0325f03d984?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c7a1a2cb-254e-4524-957d-a0325f03d984?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "15", "16" ], - "x-ms-client-request-id": [ "e1114cdf-01b4-49f4-adce-175e77e4895c", "e1114cdf-01b4-49f4-adce-175e77e4895c" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "dad24963-cb0b-48b5-b2d3-42bd5f75823e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "a99ce529-8cc4-42c7-b29d-910eb4338f73" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060955Z:a99ce529-8cc4-42c7-b29d-910eb4338f73" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c7a1a2cb-254e-4524-957d-a0325f03d984\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:09:23.787Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "15", "16", "17" ], - "x-ms-client-request-id": [ "e1114cdf-01b4-49f4-adce-175e77e4895c", "e1114cdf-01b4-49f4-adce-175e77e4895c", "e1114cdf-01b4-49f4-adce-175e77e4895c" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "abb52a54-baee-4bd7-8b61-812b07b7057a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "0d6952c5-7a25-46f5-af1c-9b91aa66bd70" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060955Z:0d6952c5-7a25-46f5-af1c-9b91aa66bd70" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "0f8a37d8-13df-4d13-b1d7-567bd1f59ce3" ], - "CommandName": [ "Get-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Get-AzMySqlVirtualNetworkRule_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "752e7aff-8eea-4e7f-9e44-134298a44906" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "a00d26c4-a951-483a-b605-013b69a331cc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060956Z:a00d26c4-a951-483a-b605-013b69a331cc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01" ], - "x-ms-request-id": [ "c39984c8-51b1-4bdb-b580-6d6fceab47f1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "dd11cfd7-8d7e-476a-95a1-ae9d299920f9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T060957Z:dd11cfd7-8d7e-476a-95a1-ae9d299920f9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:09:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:09:56.49Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19", "20" ], - "x-ms-client-request-id": [ "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988", "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "28b7a2de-ee1b-40a6-a088-0744c46a309f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "7aed32df-ada8-4b48-a142-f775f5eeb4b2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T061013Z:7aed32df-ada8-4b48-a142-f775f5eeb4b2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:10:12 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c39984c8-51b1-4bdb-b580-6d6fceab47f1\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:09:56.49Z\"}" - } - }, - "Get-AzMySqlVirtualNetworkRule+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c39984c8-51b1-4bdb-b580-6d6fceab47f1?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19", "20", "21" ], - "x-ms-client-request-id": [ "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988", "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988", "b3b4f6d1-0169-4c58-aa6d-434f8b8e2988" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7dd4b518-cde2-40ef-bd4e-9d397167b44d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "a2276d07-514d-4dac-b42b-9eb1cbe8b4f9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T061013Z:a2276d07-514d-4dac-b42b-9eb1cbe8b4f9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:10:13 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Tests.ps1 deleted file mode 100644 index 42b7454a7b72..000000000000 --- a/src/MySql/MySql.Autorest/test/Get-AzMySqlVirtualNetworkRule.Tests.ps1 +++ /dev/null @@ -1,40 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMySqlVirtualNetworkRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Mock Write-Host {} -Describe 'Get-AzMySqlVirtualNetworkRule' { - It 'List' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID - $rule = Get-AzMySqlVirtualNetworkRule -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $rule.Count | Should -Be 1 - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } - - It 'Get' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID - $rule = Get-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $rule.VirtualNetworkSubnetId | Should -Be $ID - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } - - It 'GetViaIdentity' { - $VnetID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $VnetID - $RuleID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/virtualNetworkRules/$($env.VNetName)" - $rule = Get-AzMySqlVirtualNetworkRule -InputObject $RuleID - $rule.VirtualNetworkSubnetId | Should -Be $VnetID - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Recording.json deleted file mode 100644 index a52cd87d60d8..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Recording.json +++ /dev/null @@ -1,710 +0,0 @@ -{ - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\r\n \"properties\": {\r\n \"endIpAddress\": \"0.0.0.1\",\r\n \"startIpAddress\": \"0.0.0.0\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "93" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/7905d7ea-2033-455a-91a4-7780d0e6c19b?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7905d7ea-2033-455a-91a4-7780d0e6c19b?api-version=2017-12-01" ], - "x-ms-request-id": [ "7905d7ea-2033-455a-91a4-7780d0e6c19b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "2d4d9a71-7a4a-488a-9c69-8326ca19f0e8" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132707Z:2d4d9a71-7a4a-488a-9c69-8326ca19f0e8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-08-11T13:27:05.877Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7905d7ea-2033-455a-91a4-7780d0e6c19b?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7905d7ea-2033-455a-91a4-7780d0e6c19b?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "94", "95" ], - "x-ms-client-request-id": [ "ed523453-ec6c-4d57-bc5e-9c9bac7bed82", "ed523453-ec6c-4d57-bc5e-9c9bac7bed82" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "6d75bccd-26bd-4c6c-b6ac-79c107734909" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-correlation-request-id": [ "0d169ffa-8b29-43ec-87b5-41359dcb704e" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132722Z:0d169ffa-8b29-43ec-87b5-41359dcb704e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"7905d7ea-2033-455a-91a4-7780d0e6c19b\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:27:05.877Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "94", "95", "96" ], - "x-ms-client-request-id": [ "ed523453-ec6c-4d57-bc5e-9c9bac7bed82", "ed523453-ec6c-4d57-bc5e-9c9bac7bed82", "ed523453-ec6c-4d57-bc5e-9c9bac7bed82" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6cbe6c03-5c6a-4d70-b794-88174dfaf91f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-correlation-request-id": [ "b211a423-9105-4575-92ce-ea7fe361e45e" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132723Z:b211a423-9105-4575-92ce-ea7fe361e45e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "bd4ff2a5-58e9-4141-b121-49bb64accd9f" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01" ], - "x-ms-request-id": [ "afcfce15-c285-405b-9fa2-5b12013a9137" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-correlation-request-id": [ "1c022c84-c87e-4822-8a70-53e1cf83bd56" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132725Z:1c022c84-c87e-4822-8a70-53e1cf83bd56" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "83" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-08-11T13:27:23.83Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "97", "98" ], - "x-ms-client-request-id": [ "bd4ff2a5-58e9-4141-b121-49bb64accd9f", "bd4ff2a5-58e9-4141-b121-49bb64accd9f" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "7d3d4519-ee7f-4fc4-ab45-ff864c6b40fa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-correlation-request-id": [ "f0745f4e-95ec-4cc9-b04e-5c8599f4a118" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132741Z:f0745f4e-95ec-4cc9-b04e-5c8599f4a118" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"afcfce15-c285-405b-9fa2-5b12013a9137\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:27:23.83Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/afcfce15-c285-405b-9fa2-5b12013a9137?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "97", "98", "99" ], - "x-ms-client-request-id": [ "bd4ff2a5-58e9-4141-b121-49bb64accd9f", "bd4ff2a5-58e9-4141-b121-49bb64accd9f", "bd4ff2a5-58e9-4141-b121-49bb64accd9f" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4436a735-7bf6-46fb-b18f-b229618069fb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-correlation-request-id": [ "e684b655-319a-4bb1-8878-a00599bd0cd6" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132741Z:e684b655-319a-4bb1-8878-a00599bd0cd6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:41 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\r\n \"properties\": {\r\n \"endIpAddress\": \"0.0.0.1\",\r\n \"startIpAddress\": \"0.0.0.1\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "93" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/7829f89e-24fe-4760-af09-60a52c725ace?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7829f89e-24fe-4760-af09-60a52c725ace?api-version=2017-12-01" ], - "x-ms-request-id": [ "7829f89e-24fe-4760-af09-60a52c725ace" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "64de701c-cfe4-48f9-aa40-223a72753c94" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132743Z:64de701c-cfe4-48f9-aa40-223a72753c94" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-08-11T13:27:42.36Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7829f89e-24fe-4760-af09-60a52c725ace?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7829f89e-24fe-4760-af09-60a52c725ace?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "100", "101" ], - "x-ms-client-request-id": [ "f43706a0-0099-41dd-9c3d-9544c000fc4a", "f43706a0-0099-41dd-9c3d-9544c000fc4a" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_ClientIPAddress", "New-AzMySqlFirewallRule_ClientIPAddress" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "2bdd3ffd-24b1-439b-bec8-8c20e6215346" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-correlation-request-id": [ "a6b3372c-7c8c-40f8-b650-7581f956503f" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132759Z:a6b3372c-7c8c-40f8-b650-7581f956503f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"7829f89e-24fe-4760-af09-60a52c725ace\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:27:42.36Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "100", "101", "102" ], - "x-ms-client-request-id": [ "f43706a0-0099-41dd-9c3d-9544c000fc4a", "f43706a0-0099-41dd-9c3d-9544c000fc4a", "f43706a0-0099-41dd-9c3d-9544c000fc4a" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_ClientIPAddress", "New-AzMySqlFirewallRule_ClientIPAddress", "New-AzMySqlFirewallRule_ClientIPAddress" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "08063341-0c68-4cc4-a161-13d7d00bcd07" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-correlation-request-id": [ "25d1df5f-e106-4dbf-9c71-a556ce1d1a78" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132759Z:25d1df5f-e106-4dbf-9c71-a556ce1d1a78" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:27:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.1\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "3069ae71-1ec4-42a1-8284-dc80ee065b8b" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01" ], - "x-ms-request-id": [ "0bfce3da-97d8-4215-a951-d983b2ce4fd6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-correlation-request-id": [ "c82801ee-fbdc-4208-883a-cbcbd01a1e77" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132801Z:c82801ee-fbdc-4208-883a-cbcbd01a1e77" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-08-11T13:28:00.173Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "103", "104" ], - "x-ms-client-request-id": [ "3069ae71-1ec4-42a1-8284-dc80ee065b8b", "3069ae71-1ec4-42a1-8284-dc80ee065b8b" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "0faef606-72ec-4fa8-9d7c-26776c5e951d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-correlation-request-id": [ "f08ab6f0-d323-4a1f-b593-3a43dec17af2" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132818Z:f08ab6f0-d323-4a1f-b593-3a43dec17af2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"0bfce3da-97d8-4215-a951-d983b2ce4fd6\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:28:00.173Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/0bfce3da-97d8-4215-a951-d983b2ce4fd6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "103", "104", "105" ], - "x-ms-client-request-id": [ "3069ae71-1ec4-42a1-8284-dc80ee065b8b", "3069ae71-1ec4-42a1-8284-dc80ee065b8b", "3069ae71-1ec4-42a1-8284-dc80ee065b8b" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "153acd45-058b-40d3-90b7-d8bd031706c9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-correlation-request-id": [ "74f8cf65-492c-41e9-891c-05cb85cdfba3" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132818Z:74f8cf65-492c-41e9-891c-05cb85cdfba3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:18 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01", - "Content": "{\r\n \"properties\": {\r\n \"endIpAddress\": \"255.255.255.255\",\r\n \"startIpAddress\": \"0.0.0.0\"\r\n }\r\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "101" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9?api-version=2017-12-01" ], - "x-ms-request-id": [ "8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "8ea8ffad-b781-4a2d-8c22-e6106ce61017" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132820Z:8ea8ffad-b781-4a2d-8c22-e6106ce61017" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-08-11T13:28:19.243Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "106", "107" ], - "x-ms-client-request-id": [ "fbc93aef-f54b-4c79-be23-f2d6573dff22", "fbc93aef-f54b-4c79-be23-f2d6573dff22" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_AllowAll", "New-AzMySqlFirewallRule_AllowAll" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "3c886455-753c-497b-9507-2fb266a4ee13" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-correlation-request-id": [ "91b4547e-3d5d-4f09-883b-afb4fe272deb" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132835Z:91b4547e-3d5d-4f09-883b-afb4fe272deb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8a4de3fa-c25f-4b3a-9c9a-fc8b40491ef9\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:28:19.243Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "106", "107", "108" ], - "x-ms-client-request-id": [ "fbc93aef-f54b-4c79-be23-f2d6573dff22", "fbc93aef-f54b-4c79-be23-f2d6573dff22", "fbc93aef-f54b-4c79-be23-f2d6573dff22" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_AllowAll", "New-AzMySqlFirewallRule_AllowAll", "New-AzMySqlFirewallRule_AllowAll" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6016ab7f-0c6c-4e1e-9c2a-59635192154f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-correlation-request-id": [ "a1e25f47-585b-4ab6-9447-52fe3e8ae2d9" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132836Z:a1e25f47-585b-4ab6-9447-52fe3e8ae2d9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "347" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"255.255.255.255\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19\",\"name\":\"AllowAll_2020-08-11_21-28-19\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/AllowAll_2020-08-11_21-28-19?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "64853478-f2c9-4975-8cb9-bbf3dcbddecf" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01" ], - "x-ms-request-id": [ "42839a43-c94c-48c1-a2c0-71273cd0b3ec" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-correlation-request-id": [ "fb129fdc-d7cc-4a4e-90eb-1c95486a67c1" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132838Z:fb129fdc-d7cc-4a4e-90eb-1c95486a67c1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-08-11T13:28:37.043Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110" ], - "x-ms-client-request-id": [ "64853478-f2c9-4975-8cb9-bbf3dcbddecf", "64853478-f2c9-4975-8cb9-bbf3dcbddecf" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "416dcc50-d45f-4ab0-87a0-55c947e97100" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "x-ms-correlation-request-id": [ "ca32e1b2-9b79-43ee-8428-8275dace81ff" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132853Z:ca32e1b2-9b79-43ee-8428-8275dace81ff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"42839a43-c94c-48c1-a2c0-71273cd0b3ec\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-11T13:28:37.043Z\"}" - } - }, - "New-AzMySqlFirewallRule+[NoContext]+AllowAll+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/42839a43-c94c-48c1-a2c0-71273cd0b3ec?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110", "111" ], - "x-ms-client-request-id": [ "64853478-f2c9-4975-8cb9-bbf3dcbddecf", "64853478-f2c9-4975-8cb9-bbf3dcbddecf", "64853478-f2c9-4975-8cb9-bbf3dcbddecf" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5332d2e4-d932-4a3e-be54-70fa026d02c1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], - "x-ms-correlation-request-id": [ "14519af9-cfef-4d16-9137-922fd9d79605" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200811T132854Z:14519af9-cfef-4d16-9137-922fd9d79605" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 11 Aug 2020 13:28:53 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Tests.ps1 deleted file mode 100644 index 03341302b61d..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlFirewallRule.Tests.ps1 +++ /dev/null @@ -1,40 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMySqlFirewallRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'New-AzMySqlFirewallRule' { - It 'CreateExpanded' { - $rule = New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $rule.Name | Should -Be $env.firewallRuleName - $rule.StartIPAddress | Should -Be 0.0.0.0 - $rule.EndIPAddress | Should -Be 0.0.0.1 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } - - It 'ClientIPAddress' { - #Use only one parameter when only one IP - $rule = New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -ClientIPAddress 0.0.0.1 - $rule.Name | Should -Be $env.firewallRuleName - $rule.StartIPAddress | Should -Be 0.0.0.1 - $rule.EndIPAddress | Should -Be 0.0.0.1 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } - - It 'AllowAll' { - $allowAllName = 'AllowAll_2020-08-11_21-28-19' - $rule = New-AzMySqlFirewallRule -Name $allowAllName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -AllowAll - $rule.Name | Should -Be $allowAllName - $rule.StartIPAddress | Should -Be 0.0.0.0 - $rule.EndIPAddress | Should -Be 255.255.255.255 - Remove-AzMySqlFirewallRule -Name $rule.Name -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlFlexibleServerDatabase.Tests.ps1 b/src/MySql/MySql.Autorest/test/New-AzMySqlFlexibleServerDatabase.Tests.ps1 index ab89a9a8acb9..702fc0e9ef94 100644 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlFlexibleServerDatabase.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/New-AzMySqlFlexibleServerDatabase.Tests.ps1 @@ -19,6 +19,18 @@ Describe 'New-AzMySqlFlexibleServerDatabase' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'CreateViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaIdentityFlexibleServerExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'CreateViaIdentityExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Recording.json b/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Recording.json deleted file mode 100644 index e6c7b45faa0b..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Recording.json +++ /dev/null @@ -1,1004 +0,0 @@ -{ - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "112" ], - "x-ms-client-request-id": [ "116a1ae7-1465-4ad2-8d1a-fba6ce68f23b" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6bd3f610-af95-4322-ab0a-f8666a2248c4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-correlation-request-id": [ "b8157913-087e-4db6-964b-159b91c90394" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111318Z:b8157913-087e-4db6-964b-159b91c90394" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:13:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-04-08T11:03:09.983+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Replica\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - "x-ms-unique-id": [ "113" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "233" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01" ], - "x-ms-request-id": [ "c76c579e-55b4-4fe9-b19d-75093eeca064" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "6cf54724-7319-4aed-86f4-7b1196cfe3a4" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111322Z:6cf54724-7319-4aed-86f4-7b1196cfe3a4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:13:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"CreateElasticServerContinuousCopy\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "5b3bf466-8772-43fe-8529-99ca3d4fb992" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "b68945bc-18b1-4118-a20f-0807111ade6d" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111353Z:b68945bc-18b1-4118-a20f-0807111ade6d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:13:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "f00e790d-9c02-41d4-91a7-d2607107a58f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], - "x-ms-correlation-request-id": [ "5dce773d-1db5-41b6-a3f9-ed853602371c" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111425Z:5dce773d-1db5-41b6-a3f9-ed853602371c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:14:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "7436c206-33e5-4796-805f-7eb0bb9121d7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-correlation-request-id": [ "da9a2db1-fab3-469a-abf7-48e5454f223d" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111456Z:da9a2db1-fab3-469a-abf7-48e5454f223d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:14:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "c1470d96-7125-43f3-8d4c-6155fe6fbc44" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "fedaf09c-7785-4847-ac77-06feb0d42614" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111527Z:fedaf09c-7785-4847-ac77-06feb0d42614" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:15:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "5d2673c2-2d5a-4635-be5e-06ce8cbf0245" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], - "x-ms-correlation-request-id": [ "d747924d-82e1-4ab4-9199-7cd1c4fff5c0" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111558Z:d747924d-82e1-4ab4-9199-7cd1c4fff5c0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:15:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "0a7771af-5052-4838-b5c8-bf868a91ba03" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], - "x-ms-correlation-request-id": [ "96294436-8db9-4374-9685-280d1bd77ffa" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111628Z:96294436-8db9-4374-9685-280d1bd77ffa" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:16:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "2320fdd6-6b69-427d-8c31-ec970f76e392" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "bbca5227-e435-44ee-9188-b6aad5db8e33" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111700Z:bbca5227-e435-44ee-9188-b6aad5db8e33" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:16:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "e6111022-f3a3-48cc-86e9-7a02cb727cf9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], - "x-ms-correlation-request-id": [ "e9284be5-69f3-4834-ab4b-8d1e6b0b7247" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111730Z:e9284be5-69f3-4834-ab4b-8d1e6b0b7247" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:17:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "4e59c7b2-81d8-48b6-91dc-14c46d7fa92c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], - "x-ms-correlation-request-id": [ "04c9f94f-0181-4689-90ac-75b5b0666276" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111801Z:04c9f94f-0181-4689-90ac-75b5b0666276" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:18:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "f2fea837-d93c-4a45-86d0-22eafe3db512" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "e786eb3e-955e-4e2c-b176-7cf9e9d3b790" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111831Z:e786eb3e-955e-4e2c-b176-7cf9e9d3b790" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:18:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "6f28c4b0-92e9-4c15-a886-1a4ad8364606" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], - "x-ms-correlation-request-id": [ "a83322af-80b9-4ff4-a09c-e80ca1ab224a" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111902Z:a83322af-80b9-4ff4-a09c-e80ca1ab224a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:19:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "c4a5d6b0-2c6c-4e42-bef9-02abb6daaa16" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], - "x-ms-correlation-request-id": [ "e28c6b96-841d-4d6c-9c3f-3bf259d8f24f" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T111933Z:e28c6b96-841d-4d6c-9c3f-3bf259d8f24f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:19:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "930b2457-7469-4690-b467-1b3995b8acbd" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "c1e4133e-c391-4669-ba67-196ec677abaf" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112003Z:c1e4133e-c391-4669-ba67-196ec677abaf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:20:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "2a1f3e81-5482-41b8-9149-f80da40c5351" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], - "x-ms-correlation-request-id": [ "0111152c-36e9-4ea2-a4b9-6abf4abcde2f" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112034Z:0111152c-36e9-4ea2-a4b9-6abf4abcde2f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:20:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "59702fc3-9d07-41fb-b5ea-449fc5367ec3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], - "x-ms-correlation-request-id": [ "2ffc752f-254d-49b7-b5d2-05a129feb11e" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112105Z:2ffc752f-254d-49b7-b5d2-05a129feb11e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:21:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "6901c559-4d2b-47fd-95b0-9313a1c2c423" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "47db9c6b-21df-43d2-9fc7-47206c2a4af1" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112135Z:47db9c6b-21df-43d2-9fc7-47206c2a4af1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:21:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "f5405c66-3a8d-4b27-9f0b-5fa70c66b263" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], - "x-ms-correlation-request-id": [ "d4f130b3-126e-47e2-b1f2-2d60da667ad3" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112206Z:d4f130b3-126e-47e2-b1f2-2d60da667ad3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:22:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "d08e28c9-108a-4a8f-9e06-b2d5c6d24a87" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], - "x-ms-correlation-request-id": [ "2f564c28-293d-47c8-8a76-eb29055655c3" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112236Z:2f564c28-293d-47c8-8a76-eb29055655c3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:22:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"InProgress\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c76c579e-55b4-4fe9-b19d-75093eeca064?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "844af692-a40f-4bc3-b025-1f76e498b58a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "840fcf90-d7d3-40fd-9809-8ac4bff7faf9" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112307Z:840fcf90-d7d3-40fd-9809-8ac4bff7faf9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:23:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c76c579e-55b4-4fe9-b19d-75093eeca064\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-08T11:13:22.287Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133" ], - "x-ms-client-request-id": [ "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f", "4aa2cfae-328b-4480-bb80-e295fb82387f" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "74bc0907-ebbd-4bde-b0e6-7b379e9314cc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], - "x-ms-correlation-request-id": [ "d3372cc2-2609-4df2-a4bb-9f65614fb5a2" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112308Z:d3372cc2-2609-4df2-a4bb-9f65614fb5a2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:23:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1061" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-04-08T11:25:23.023+00:00\",\"replicationRole\":\"Replica\",\"masterServerId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"replicaCapacity\":0,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+23": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "134" ], - "x-ms-client-request-id": [ "4a855882-db96-4919-91ac-1f39fa8357ac" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01" ], - "x-ms-request-id": [ "3ba846cb-160f-415f-a703-fc8e08e4c616" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-correlation-request-id": [ "2e6729c0-bae6-4740-8036-8b0135bceb7d" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112309Z:2e6729c0-bae6-4740-8036-8b0135bceb7d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:23:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "72" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-04-08T11:23:09.153Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "134", "135" ], - "x-ms-client-request-id": [ "4a855882-db96-4919-91ac-1f39fa8357ac", "4a855882-db96-4919-91ac-1f39fa8357ac" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "9692b0e1-283f-4337-9c56-80efa09b4fd4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], - "x-ms-correlation-request-id": [ "ba199b23-cb8a-486d-b54c-3bd0c380ae59" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112324Z:ba199b23-cb8a-486d-b54c-3bd0c380ae59" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:23:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"3ba846cb-160f-415f-a703-fc8e08e4c616\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-08T11:23:09.153Z\"}" - } - }, - "New-AzMySqlServerReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/3ba846cb-160f-415f-a703-fc8e08e4c616?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "134", "135", "136" ], - "x-ms-client-request-id": [ "4a855882-db96-4919-91ac-1f39fa8357ac", "4a855882-db96-4919-91ac-1f39fa8357ac", "4a855882-db96-4919-91ac-1f39fa8357ac" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "PSVersion/v6.2.3", "PSVersion/v6.2.3", "PSVersion/v6.2.3" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5247383a-d49d-4ca2-9938-b7a7227f4eb4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], - "x-ms-correlation-request-id": [ "217595c7-cef4-4d60-9e1c-e6c424efa5c6" ], - "x-ms-routing-request-id": [ "KOREASOUTH:20200408T112325Z:217595c7-cef4-4d60-9e1c-e6c424efa5c6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 08 Apr 2020 11:23:24 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Tests.ps1 b/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Tests.ps1 deleted file mode 100644 index 0606dd7a3168..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlReplica.Tests.ps1 +++ /dev/null @@ -1,23 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMySqlServerReplica.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'New-AzMySqlReplica' { - It 'CreateExpanded' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $replica = New-AzMySqlReplica -InputObject $server -Replica $env.replicaName -ResourceGroupName $env.resourceGroup - $replica.Name | Should -Be $env.replicaName - $replica.SkuName | Should -Be $env.Sku - $replica.Location | Should -Be eastus - Remove-AzMySqlServer -ResourceGroupName $env.resourceGroup -Name $env.replicaName - } -} diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Recording.json deleted file mode 100644 index e8000268cbae..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Recording.json +++ /dev/null @@ -1,278 +0,0 @@ -{ - "New-AzMySqlServer+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Default\",\n \"administratorLogin\": \"pwsh\",\n \"administratorLoginPassword\": \"Pa88word!\"\n },\n \"sku\": {\n \"name\": \"GP_Gen5_4\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "198" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01" ], - "x-ms-request-id": [ "4d7c6645-81d7-4604-99db-387dedcedfbf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "1bf1e0de-4884-452a-9539-72858cc51c99" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062051Z:1bf1e0de-4884-452a-9539-72858cc51c99" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:20:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "73" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServer\",\"startTime\":\"2020-07-24T06:20:48.23Z\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "3110ddb3-268b-473a-b969-c8ba062d666e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ "4bb270d9-1b39-4b8e-906e-f2d2acea5d92" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062152Z:4bb270d9-1b39-4b8e-906e-f2d2acea5d92" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:21:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"4d7c6645-81d7-4604-99db-387dedcedfbf\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:20:48.23Z\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4d7c6645-81d7-4604-99db-387dedcedfbf?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "d24209b3-277e-45ae-bcc0-3112eab38f03" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "eddfc63c-74c5-4c04-8bfb-36687467f4e4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062253Z:eddfc63c-74c5-4c04-8bfb-36687467f4e4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:22:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"4d7c6645-81d7-4604-99db-387dedcedfbf\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:20:48.23Z\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3", "4" ], - "x-ms-client-request-id": [ "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286", "bec2855d-f2c4-47db-bcb0-fb371728f286" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6a0f1a19-7d9a-4904-809a-302c0aa654c4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "b17e3561-791d-4efa-9f1d-c0340c99cc03" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062253Z:b17e3561-791d-4efa-9f1d-c0340c99cc03" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:22:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "904" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"pwsh\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-2.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T06:30:50.09+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2\",\"name\":\"mysql-test-100-2\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "15f27fbc-126c-44b7-b33c-063cab7ac5b3" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01" ], - "x-ms-request-id": [ "e3523d76-2ed6-48f1-96b3-1f3491a51e63" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "5d15d1b5-46f3-48ac-905e-4ca444b7adb1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062254Z:5d15d1b5-46f3-48ac-905e-4ca444b7adb1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:22:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "72" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-07-24T06:22:54.223Z\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6" ], - "x-ms-client-request-id": [ "15f27fbc-126c-44b7-b33c-063cab7ac5b3", "15f27fbc-126c-44b7-b33c-063cab7ac5b3" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "c79a1ca0-5170-4ecb-8dc1-9daa895a0de5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "04814243-c9aa-4ab3-8d8a-b98be748a2f0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062309Z:04814243-c9aa-4ab3-8d8a-b98be748a2f0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:23:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"e3523d76-2ed6-48f1-96b3-1f3491a51e63\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:22:54.223Z\"}" - } - }, - "New-AzMySqlServer+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e3523d76-2ed6-48f1-96b3-1f3491a51e63?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6", "7" ], - "x-ms-client-request-id": [ "15f27fbc-126c-44b7-b33c-063cab7ac5b3", "15f27fbc-126c-44b7-b33c-063cab7ac5b3", "15f27fbc-126c-44b7-b33c-063cab7ac5b3" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e68b2988-165f-4e40-8717-318ef9177410" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "737f886e-7740-407a-b063-9e77a16aae58" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062310Z:737f886e-7740-407a-b063-9e77a16aae58" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:23:09 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } - } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Tests.ps1 deleted file mode 100644 index d23c7e3b880e..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,23 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'New-AzMySqlServer' { - It 'CreateExpanded' { - { - #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - $password = 'Pa88word!' | ConvertTo-SecureString -AsPlainText -Force - $server = New-AzMySqlServer -Name $env.serverName2 -ResourceGroupName $env.resourceGroup -Location $env.location -AdministratorUserName pwsh -AdministratorLoginPassword $password -Sku $env.Sku - Remove-AzMySqlServer -Name $env.serverName2 -ResourceGroupName $env.resourceGroup - } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlServerReplica.Recording.json b/src/MySql/MySql.Autorest/test/New-AzMySqlServerReplica.Recording.json deleted file mode 100644 index 73d379f2ff15..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlServerReplica.Recording.json +++ /dev/null @@ -1,1037 +0,0 @@ -{ - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "3b67a350-3b4c-4fc7-b71c-0e2d53227432" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6d3f6048-f90f-4199-8645-caf84a7a7bee" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "8bf70234-b5a5-4f67-8c4f-f7a35352f378" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094130Z:8bf70234-b5a5-4f67-8c4f-f7a35352f378" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:41:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "909" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Replica\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "233" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01" ], - "x-ms-request-id": [ "d6ce3561-ffa0-4bc6-bd34-ef770b816a4a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "47f636e0-8255-4d2f-8873-23ae86ba5c5a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094135Z:47f636e0-8255-4d2f-8873-23ae86ba5c5a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:41:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"CreateElasticServerContinuousCopy\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "8bc6cf1d-22ac-4022-941f-02f3fe21f558" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "912fe1ea-531a-4a73-9cf4-f994c13810f6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094206Z:912fe1ea-531a-4a73-9cf4-f994c13810f6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:42:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "926e440a-d9d7-4acf-a6fc-8579ea62e383" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "0b0e2bc4-ec80-426d-ac3f-87302648c0aa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094236Z:0b0e2bc4-ec80-426d-ac3f-87302648c0aa" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:42:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "48dd90bc-6136-4594-a660-37437833288b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "11cca631-8303-4119-9ee9-24c44fa07641" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094307Z:11cca631-8303-4119-9ee9-24c44fa07641" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:43:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "131b8f62-22de-4bbd-9efe-fe98acfc0627" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "4d39ce2c-4e62-44be-b6c1-60af802fe64d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094337Z:4d39ce2c-4e62-44be-b6c1-60af802fe64d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:43:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "c4c0a698-ff08-4971-a563-e1c822f6b778" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "57d45d28-35fb-4d64-a430-5b842e9d9195" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094407Z:57d45d28-35fb-4d64-a430-5b842e9d9195" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:44:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "e6d1147a-0626-4604-986c-8aef3b48bf79" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "7414c562-fdf7-4c31-b187-a3d248e6e451" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094438Z:7414c562-fdf7-4c31-b187-a3d248e6e451" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:44:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "740154c1-561b-4b74-8070-59b3bd639bcd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "704658cb-1893-4c16-bb2d-47c0f8882d60" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094508Z:704658cb-1893-4c16-bb2d-47c0f8882d60" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:45:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "9baa07f4-f0c8-4198-b104-54495de75699" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "8aab4332-d863-4c6e-bfa3-a6c8005ba999" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094539Z:8aab4332-d863-4c6e-bfa3-a6c8005ba999" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:45:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "6c59b9fd-aa6d-4962-8e25-eec58512bf6c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "304db940-ae90-4fbc-a955-86d4594323e2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094609Z:304db940-ae90-4fbc-a955-86d4594323e2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:46:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "8c80f8a4-04d7-44cc-a64d-a875931c740c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "0fc13ccc-a6b6-4ce4-8a2e-aaba4e9149b7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094639Z:0fc13ccc-a6b6-4ce4-8a2e-aaba4e9149b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:46:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "36dc9fbb-0496-48cd-8267-1320bd420924" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "d19fc94b-d878-49f3-93a2-ea2bdb5b9aee" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094710Z:d19fc94b-d878-49f3-93a2-ea2bdb5b9aee" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:47:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b2e8bfed-3c5c-4503-b72f-2ae2603958f6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "785cd215-bb5a-4575-91c9-02cb0a717655" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094740Z:785cd215-bb5a-4575-91c9-02cb0a717655" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:47:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "22042138-8492-4a9e-ac4e-b174c36fd520" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "94dc9a1d-31b7-4536-8111-72376103f7e0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094811Z:94dc9a1d-31b7-4536-8111-72376103f7e0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:48:10 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "0db368c3-1682-4094-a922-ef43229da841" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "098cb28b-0b74-4c42-ad07-8d941f165980" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094841Z:098cb28b-0b74-4c42-ad07-8d941f165980" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:48:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "bbe9d734-98f7-47a4-86f5-c8cf4a1f125b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "d01b45f5-090f-4886-81d3-1b067d058ad3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094913Z:d01b45f5-090f-4886-81d3-1b067d058ad3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:49:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "03f159f6-20a9-43f3-9325-ad72bb5dc442" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "c58fa2ac-6335-4ff8-a2d2-15f33db7c4e0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T094944Z:c58fa2ac-6335-4ff8-a2d2-15f33db7c4e0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:49:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "54ed9fc2-a4f2-4130-818c-43939cace12c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "e0c3637f-2313-4a5f-9fa3-5f1b90721b5c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095014Z:e0c3637f-2313-4a5f-9fa3-5f1b90721b5c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:50:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "196616d9-eeeb-400e-ac84-8a8fbbb53335" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "8d2f5e2f-edba-413d-8dbb-c1dfddde3ffc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095044Z:8d2f5e2f-edba-413d-8dbb-c1dfddde3ffc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:50:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "68de72b5-178e-4cdc-816d-931bb1022981" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-correlation-request-id": [ "2f726aba-0e0f-4ae5-a848-caa23a1b99c2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095115Z:2f726aba-0e0f-4ae5-a848-caa23a1b99c2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:51:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d6ce3561-ffa0-4bc6-bd34-ef770b816a4a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b674db9f-2faa-4cd1-b117-0b8e4de59a54" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "f84836ae-fd6e-43a5-8b8f-35bf114c10fd" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095146Z:f84836ae-fd6e-43a5-8b8f-35bf114c10fd" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:51:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d6ce3561-ffa0-4bc6-bd34-ef770b816a4a\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T09:41:35.77Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23" ], - "x-ms-client-request-id": [ "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646", "78ccd710-8df3-4878-89cc-449f8fa4c646" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ae5bdf2c-5cad-4df7-9347-92f777867256" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "bbe149d0-d551-4296-83ae-8deb198b2e1e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095146Z:bbe149d0-d551-4296-83ae-8deb198b2e1e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:51:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1062" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T09:53:36.52+00:00\",\"replicationRole\":\"Replica\",\"masterServerId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"replicaCapacity\":0,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+24": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "ca5ea11d-b46e-4231-8552-e04b3f25edb7" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01" ], - "x-ms-request-id": [ "a473d381-9d14-4d4d-b84a-d7e6b7313515" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "7232749b-f975-49d8-875a-c5f09e8a3664" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095147Z:7232749b-f975-49d8-875a-c5f09e8a3664" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:51:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "71" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-07-24T09:51:47.36Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "24", "25" ], - "x-ms-client-request-id": [ "ca5ea11d-b46e-4231-8552-e04b3f25edb7", "ca5ea11d-b46e-4231-8552-e04b3f25edb7" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "62e9d394-4336-43ef-8c0a-ea4cd7c2373f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-correlation-request-id": [ "a7432e92-f967-4f8f-a129-6a322a38fab8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095202Z:a7432e92-f967-4f8f-a129-6a322a38fab8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:52:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a473d381-9d14-4d4d-b84a-d7e6b7313515\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T09:51:47.36Z\"}" - } - }, - "New-AzMySqlReplica+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01+26": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a473d381-9d14-4d4d-b84a-d7e6b7313515?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "24", "25", "26" ], - "x-ms-client-request-id": [ "ca5ea11d-b46e-4231-8552-e04b3f25edb7", "ca5ea11d-b46e-4231-8552-e04b3f25edb7", "ca5ea11d-b46e-4231-8552-e04b3f25edb7" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d5657936-9743-4fd8-a9b6-a981149adb31" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "5dbb42e9-ada6-4484-bb74-9a86818adfe4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T095203Z:5dbb42e9-ada6-4484-bb74-9a86818adfe4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 09:52:02 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Recording.json b/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Recording.json deleted file mode 100644 index 23b7b4750167..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Recording.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e68a0466-f700-4a65-b792-1903767f0d72?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e68a0466-f700-4a65-b792-1903767f0d72?api-version=2017-12-01" ], - "x-ms-request-id": [ "e68a0466-f700-4a65-b792-1903767f0d72" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "dc587ab6-fa8e-4140-959f-18aee2b1ae80" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062438Z:dc587ab6-fa8e-4140-959f-18aee2b1ae80" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:24:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "89" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:24:37.15Z\"}" - } - }, - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e68a0466-f700-4a65-b792-1903767f0d72?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e68a0466-f700-4a65-b792-1903767f0d72?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "4d24a258-0873-4bed-b67b-abcc2aa6a60c", "4d24a258-0873-4bed-b67b-abcc2aa6a60c" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "c01bb68a-9f58-4cad-80f5-78bb87afda75" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "6982aa48-2267-4cc0-8ce1-9a228d205dde" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062508Z:6982aa48-2267-4cc0-8ce1-9a228d205dde" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:25:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"e68a0466-f700-4a65-b792-1903767f0d72\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:24:37.15Z\"}" - } - }, - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "4d24a258-0873-4bed-b67b-abcc2aa6a60c", "4d24a258-0873-4bed-b67b-abcc2aa6a60c", "4d24a258-0873-4bed-b67b-abcc2aa6a60c" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "376aa983-6825-4f48-b8b4-e289d81cab8b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "983acd3f-fc95-40af-ad4d-43755bb55790" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062509Z:983acd3f-fc95-40af-ad4d-43755bb55790" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:25:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "c2657092-7e40-48bd-a1ea-f4cee57f8ef9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01" ], - "x-ms-request-id": [ "d5f1ca93-3065-4c56-bed5-9d9c16b0e763" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "019b0ead-c3b8-414e-afbd-05f0b8cd8a65" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062510Z:019b0ead-c3b8-414e-afbd-05f0b8cd8a65" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:25:10 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:25:09.633Z\"}" - } - }, - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "c2657092-7e40-48bd-a1ea-f4cee57f8ef9", "c2657092-7e40-48bd-a1ea-f4cee57f8ef9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "77ae9903-b893-4126-aef4-624a704f1fea" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "db108ba4-22e3-491f-976b-54b036e62bf6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062526Z:db108ba4-22e3-491f-976b-54b036e62bf6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:25:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d5f1ca93-3065-4c56-bed5-9d9c16b0e763\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:25:09.633Z\"}" - } - }, - "New-AzMySqlVirtualNetworkRule+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d5f1ca93-3065-4c56-bed5-9d9c16b0e763?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "c2657092-7e40-48bd-a1ea-f4cee57f8ef9", "c2657092-7e40-48bd-a1ea-f4cee57f8ef9", "c2657092-7e40-48bd-a1ea-f4cee57f8ef9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "586d979a-e818-4a23-80ea-26cb98127171" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "424b6a2a-1fb1-4824-8f01-547de071e239" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062526Z:424b6a2a-1fb1-4824-8f01-547de071e239" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:25:26 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Tests.ps1 deleted file mode 100644 index f07987bdbe3f..000000000000 --- a/src/MySql/MySql.Autorest/test/New-AzMySqlVirtualNetworkRule.Tests.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMySqlVirtualNetworkRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'New-AzMySqlVirtualNetworkRule' { - It 'CreateExpanded' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - $vnetRule = New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID - $vnetRule.VirtualNetworkSubnetId | Should -Be $ID - $vnetRule.Name | Should -Be $env.VNetName - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Recording.json deleted file mode 100644 index 8e412daf2658..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Recording.json +++ /dev/null @@ -1,474 +0,0 @@ -{ - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/028ac200-d31d-46e6-9aaf-01ff4f7b09a7?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/028ac200-d31d-46e6-9aaf-01ff4f7b09a7?api-version=2017-12-01" ], - "x-ms-request-id": [ "028ac200-d31d-46e6-9aaf-01ff4f7b09a7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "6fbef9e7-bd2e-414a-b25e-9cacffe62ee8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062916Z:6fbef9e7-bd2e-414a-b25e-9cacffe62ee8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T06:29:15.293Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/028ac200-d31d-46e6-9aaf-01ff4f7b09a7?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/028ac200-d31d-46e6-9aaf-01ff4f7b09a7?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "318cee93-d126-4056-86ae-7f6c5f5a19e4", "318cee93-d126-4056-86ae-7f6c5f5a19e4" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "f9142493-1d64-4281-80a7-11b8ffaa33bc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "30591e81-e056-4a78-89ea-caea75e67eb8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062931Z:30591e81-e056-4a78-89ea-caea75e67eb8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"028ac200-d31d-46e6-9aaf-01ff4f7b09a7\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:29:15.293Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "318cee93-d126-4056-86ae-7f6c5f5a19e4", "318cee93-d126-4056-86ae-7f6c5f5a19e4", "318cee93-d126-4056-86ae-7f6c5f5a19e4" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "69c34683-5357-4cf9-a1fc-9807b23205ee" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "b509bbf8-f54f-434f-91f8-f03a84bb1122" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062932Z:b509bbf8-f54f-434f-91f8-f03a84bb1122" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "e5b4c6d1-bca0-42e1-8657-20bece8985a8" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01" ], - "x-ms-request-id": [ "5c2361da-8118-4aa9-a96c-c7f7ab422c0d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "b8a6078d-50e9-46f8-a6c3-ad5a93488f67" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062933Z:b8a6078d-50e9-46f8-a6c3-ad5a93488f67" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T06:29:32.747Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "e5b4c6d1-bca0-42e1-8657-20bece8985a8", "e5b4c6d1-bca0-42e1-8657-20bece8985a8" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "54518ee6-9317-401c-9db3-ee3640f0f2d6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "e99cbe83-0a4c-4e46-b875-9dc33bc3f11a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062949Z:e99cbe83-0a4c-4e46-b875-9dc33bc3f11a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"5c2361da-8118-4aa9-a96c-c7f7ab422c0d\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:29:32.747Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/5c2361da-8118-4aa9-a96c-c7f7ab422c0d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "e5b4c6d1-bca0-42e1-8657-20bece8985a8", "e5b4c6d1-bca0-42e1-8657-20bece8985a8", "e5b4c6d1-bca0-42e1-8657-20bece8985a8" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b35ed3b6-0ea8-4239-ae88-156db82f1fea" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "39235317-f98c-4df8-9f0d-2efa7b152e3a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062949Z:39235317-f98c-4df8-9f0d-2efa7b152e3a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:49 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/3f510b53-f32e-4aed-84e3-aef22c9c55cd?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3f510b53-f32e-4aed-84e3-aef22c9c55cd?api-version=2017-12-01" ], - "x-ms-request-id": [ "3f510b53-f32e-4aed-84e3-aef22c9c55cd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "572dcdbc-843f-48ce-90e1-12a9c296d121" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T062951Z:572dcdbc-843f-48ce-90e1-12a9c296d121" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:29:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T06:29:50.197Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3f510b53-f32e-4aed-84e3-aef22c9c55cd?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/3f510b53-f32e-4aed-84e3-aef22c9c55cd?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8" ], - "x-ms-client-request-id": [ "7ff00f30-d36e-4975-b523-67a07004f2b1", "7ff00f30-d36e-4975-b523-67a07004f2b1" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "d1b47bab-578c-424f-a63f-adb40d01b4de" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "6383090a-ee20-4280-9259-b89ecd9a25b6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063006Z:6383090a-ee20-4280-9259-b89ecd9a25b6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:30:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"3f510b53-f32e-4aed-84e3-aef22c9c55cd\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:29:50.197Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9" ], - "x-ms-client-request-id": [ "7ff00f30-d36e-4975-b523-67a07004f2b1", "7ff00f30-d36e-4975-b523-67a07004f2b1", "7ff00f30-d36e-4975-b523-67a07004f2b1" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7ca1d0b7-4d5f-4bca-9cc7-9d781ea9805d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "301881d2-fba4-4115-99f9-cf202fdd8b74" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063007Z:301881d2-fba4-4115-99f9-cf202fdd8b74" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:30:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "f2c12900-742a-4f88-bc15-254a00785c55" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01" ], - "x-ms-request-id": [ "540e290a-beb7-44fb-82b1-411e265905a9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "3422287e-e725-443a-91ee-3cd6482a8fa1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063008Z:3422287e-e725-443a-91ee-3cd6482a8fa1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:30:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T06:30:07.697Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11" ], - "x-ms-client-request-id": [ "f2c12900-742a-4f88-bc15-254a00785c55", "f2c12900-742a-4f88-bc15-254a00785c55" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_DeleteViaIdentity", "Remove-AzMySqlFirewallRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "a7f51368-65a5-4aae-a896-1b46cb8b434c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "852c132e-18b1-4984-941b-649eee17c36e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063024Z:852c132e-18b1-4984-941b-649eee17c36e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:30:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"540e290a-beb7-44fb-82b1-411e265905a9\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:30:07.697Z\"}" - } - }, - "Remove-AzMySqlFirewallRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/540e290a-beb7-44fb-82b1-411e265905a9?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11", "12" ], - "x-ms-client-request-id": [ "f2c12900-742a-4f88-bc15-254a00785c55", "f2c12900-742a-4f88-bc15-254a00785c55", "f2c12900-742a-4f88-bc15-254a00785c55" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_DeleteViaIdentity", "Remove-AzMySqlFirewallRule_DeleteViaIdentity", "Remove-AzMySqlFirewallRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "258bd49f-df3c-4ff3-824f-de138ec92f15" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "6f7e78a6-b20b-4d45-a159-1191303c15b4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063024Z:6f7e78a6-b20b-4d45-a159-1191303c15b4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:30:23 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } - } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Tests.ps1 deleted file mode 100644 index ab04d9651e25..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFirewallRule.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMySqlFirewallRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Remove-AzMySqlFirewallRule' { - It 'Delete' { - { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } | Should -Not -Throw - } - - It 'DeleteViaIdentity' { - { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/firewallRules/$($env.firewallRuleName)" - Remove-AzMySqlFirewallRule -InputObject $ID - } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerDatabase.Tests.ps1 b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerDatabase.Tests.ps1 index 41118323b8f1..e0e646576348 100644 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerDatabase.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerDatabase.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzMySqlFlexibleServerDatabase' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'DeleteViaIdentityFlexibleServer' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'DeleteViaIdentity' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerFirewallRule.Tests.ps1 index f96d5b450d8f..55a635c96362 100644 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerFirewallRule.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Remove-AzMySqlFlexibleServerFirewallRule.Tests.ps1 @@ -19,6 +19,10 @@ Describe 'Remove-AzMySqlFlexibleServerFirewallRule' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'DeleteViaIdentityFlexibleServer' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'DeleteViaIdentity' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Recording.json deleted file mode 100644 index 876393a1b98c..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Recording.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "Remove-AzMySqlServer+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Default\",\n \"administratorLogin\": \"pwsh\",\n \"administratorLoginPassword\": \"Pa88word!\"\n },\n \"sku\": {\n \"name\": \"GP_Gen5_4\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "198" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01" ], - "x-ms-request-id": [ "151e2111-8c01-41f2-b1c4-10650c66ab6c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "1f11f495-6cb3-4412-8592-6c093e708116" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063239Z:1f11f495-6cb3-4412-8592-6c093e708116" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:32:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "74" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServer\",\"startTime\":\"2020-07-24T06:32:38.043Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "59b5c4d7-d83b-48e8-a011-0cb90709e9e3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "ec9fb2fb-f890-4a46-8646-a617576081c6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063339Z:ec9fb2fb-f890-4a46-8646-a617576081c6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:33:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"151e2111-8c01-41f2-b1c4-10650c66ab6c\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:32:38.043Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/151e2111-8c01-41f2-b1c4-10650c66ab6c?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "4a39db80-8126-4937-9f0f-44d06c3c398d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "e4fafab3-26da-4e33-af24-82dba54f423b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063440Z:e4fafab3-26da-4e33-af24-82dba54f423b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:34:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"151e2111-8c01-41f2-b1c4-10650c66ab6c\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:32:38.043Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3", "4" ], - "x-ms-client-request-id": [ "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7", "a65f55c7-54b5-472b-b096-3260deb652e7" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9d2225f3-7b78-4b48-bb5f-13d9a27c2428" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "eded30b6-ddb6-4085-a2b2-568699c991d7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063441Z:eded30b6-ddb6-4085-a2b2-568699c991d7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:34:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "905" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"pwsh\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-2.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T06:42:38.307+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2\",\"name\":\"mysql-test-100-2\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "333dbdd6-1744-4299-bb86-c2201ad30417" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01" ], - "x-ms-request-id": [ "97c1573e-d290-468d-9125-214a3918622a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "dc42dff3-8ed7-4f35-bfc3-377acede0e5f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063442Z:dc42dff3-8ed7-4f35-bfc3-377acede0e5f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:34:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "71" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-07-24T06:34:41.87Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6" ], - "x-ms-client-request-id": [ "333dbdd6-1744-4299-bb86-c2201ad30417", "333dbdd6-1744-4299-bb86-c2201ad30417" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "2b4bf993-e9b2-4553-8532-ca480198681f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "6f0b467a-9492-4de5-a874-06992c9dae52" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063457Z:6f0b467a-9492-4de5-a874-06992c9dae52" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:34:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"97c1573e-d290-468d-9125-214a3918622a\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:34:41.87Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/97c1573e-d290-468d-9125-214a3918622a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6", "7" ], - "x-ms-client-request-id": [ "333dbdd6-1744-4299-bb86-c2201ad30417", "333dbdd6-1744-4299-bb86-c2201ad30417", "333dbdd6-1744-4299-bb86-c2201ad30417" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete", "Remove-AzMySqlServer_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8b91628e-339e-49dd-a22b-3b9d4f7251d3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "af3f285e-2b2b-438b-887c-76f98db7b3e3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063457Z:af3f285e-2b2b-438b-887c-76f98db7b3e3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:34:57 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Default\",\n \"administratorLogin\": \"pwsh\",\n \"administratorLoginPassword\": \"Pa88word!\"\n },\n \"sku\": {\n \"name\": \"GP_Gen5_4\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "198" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01" ], - "x-ms-request-id": [ "8185fd38-6088-4c65-8794-54b454afd13e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "29344297-7ce7-43a0-902b-875aa1ecfb4d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063504Z:29344297-7ce7-43a0-902b-875aa1ecfb4d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:35:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "74" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServer\",\"startTime\":\"2020-07-24T06:35:02.823Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9" ], - "x-ms-client-request-id": [ "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "d5ea7d90-2f85-4686-b574-b1d9c3ffecf4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "1c17f95d-9003-4c5c-b8b4-ccdda16e5af6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063605Z:1c17f95d-9003-4c5c-b8b4-ccdda16e5af6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:36:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8185fd38-6088-4c65-8794-54b454afd13e\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:35:02.823Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8185fd38-6088-4c65-8794-54b454afd13e?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9", "10" ], - "x-ms-client-request-id": [ "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "a1c693a8-d66f-4a86-bfd6-297e2b1d4c8d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "8f21a533-016a-4003-8f0a-2499ba259263" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063706Z:8f21a533-016a-4003-8f0a-2499ba259263" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:37:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8185fd38-6088-4c65-8794-54b454afd13e\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:35:02.823Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "8", "9", "10", "11" ], - "x-ms-client-request-id": [ "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db", "c351c1fe-75b5-4bc8-a958-4e9d37e742db" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "df99e724-c222-43ea-ab7b-0a1edc076cd0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "56d77769-018d-4d1b-b1c3-3585b15595b7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063706Z:56d77769-018d-4d1b-b1c3-3585b15595b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:37:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "890" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"pwsh\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Enabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysqldelete.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T06:45:03.153+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete\",\"name\":\"mysqldelete\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01+5": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysqldelete?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "c2a862ad-8bec-4eed-9d3f-adae77916fdc" ], - "CommandName": [ "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01" ], - "x-ms-request-id": [ "ea807a1c-c746-461a-8f14-e6c67760a835" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "f3e07c64-0cd3-46e9-9e98-f0a3e8edc379" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063707Z:f3e07c64-0cd3-46e9-9e98-f0a3e8edc379" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:37:06 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "72" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServer\",\"startTime\":\"2020-07-24T06:37:07.093Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13" ], - "x-ms-client-request-id": [ "c2a862ad-8bec-4eed-9d3f-adae77916fdc", "c2a862ad-8bec-4eed-9d3f-adae77916fdc" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "8ce245ee-3c94-4639-9d0a-27f845b47547" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "a73d37fc-09ac-4b2b-8bfe-365beed77ef3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063722Z:a73d37fc-09ac-4b2b-8bfe-365beed77ef3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:37:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ea807a1c-c746-461a-8f14-e6c67760a835\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:37:07.093Z\"}" - } - }, - "Remove-AzMySqlServer+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ea807a1c-c746-461a-8f14-e6c67760a835?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12", "13", "14" ], - "x-ms-client-request-id": [ "c2a862ad-8bec-4eed-9d3f-adae77916fdc", "c2a862ad-8bec-4eed-9d3f-adae77916fdc", "c2a862ad-8bec-4eed-9d3f-adae77916fdc" ], - "CommandName": [ "Remove-AzMySqlServer", "Remove-AzMySqlServer", "Remove-AzMySqlServer" ], - "FullCommandName": [ "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity", "Remove-AzMySqlServer_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9fe124c0-27c5-40c1-a8cb-178a0df00814" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "f89bd596-bedc-4004-9723-7a54bece52e6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063722Z:f89bd596-bedc-4004-9723-7a54bece52e6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:37:21 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } - } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Tests.ps1 deleted file mode 100644 index 9fbc0c981628..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Remove-AzMySqlServer' { - It 'Delete' { - { - #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - $password = 'Pa88word!' | ConvertTo-SecureString -AsPlainText -Force - New-AzMySqlServer -Name $env.serverName2 -ResourceGroupName $env.resourceGroup -Location $env.location -AdministratorUserName pwsh -AdministratorLoginPassword $password -Sku $env.Sku - Remove-AzMySqlServer -ResourceGroupName $env.resourceGroup -Name $env.serverName2 - } | Should -Not -Throw - } - - It 'DeleteViaIdentity' { - { - #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - $password = 'Pa88word!' | ConvertTo-SecureString -AsPlainText -Force - New-AzMySqlServer -Name mysqldelete -ResourceGroupName $env.resourceGroup -Location $env.location -AdministratorUserName pwsh -AdministratorLoginPassword $password -Sku $env.Sku - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/mysqldelete" - Remove-AzMySqlServer -InputObject $ID - } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Recording.json b/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Recording.json deleted file mode 100644 index 79d1bec80618..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Recording.json +++ /dev/null @@ -1,474 +0,0 @@ -{ - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/9e644f70-57e5-4b70-9db2-db45be70fdcd?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9e644f70-57e5-4b70-9db2-db45be70fdcd?api-version=2017-12-01" ], - "x-ms-request-id": [ "9e644f70-57e5-4b70-9db2-db45be70fdcd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "03b6946f-9a36-4599-9e38-cd73f4e54c66" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063811Z:03b6946f-9a36-4599-9e38-cd73f4e54c66" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:38:10.287Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9e644f70-57e5-4b70-9db2-db45be70fdcd?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9e644f70-57e5-4b70-9db2-db45be70fdcd?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "e3bd6c47-27c6-4adb-aa8b-5f88439f4a32", "e3bd6c47-27c6-4adb-aa8b-5f88439f4a32" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "869c38b7-478f-400d-ba8b-2f7e70b41d33" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "95b33487-5758-4a10-b00e-2ddf97a5bf6f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063841Z:95b33487-5758-4a10-b00e-2ddf97a5bf6f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9e644f70-57e5-4b70-9db2-db45be70fdcd\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:38:10.287Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "e3bd6c47-27c6-4adb-aa8b-5f88439f4a32", "e3bd6c47-27c6-4adb-aa8b-5f88439f4a32", "e3bd6c47-27c6-4adb-aa8b-5f88439f4a32" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d9bd50d2-38a4-4088-936f-9d55fc767315" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "00e06a46-2659-4b31-9fd7-4cd02b2472cf" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063842Z:00e06a46-2659-4b31-9fd7-4cd02b2472cf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01" ], - "x-ms-request-id": [ "dda26a0e-016a-4868-8b3e-9835cfc00214" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "8f076af5-bdd2-4aa7-b66d-ac8581615cb8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063843Z:8f076af5-bdd2-4aa7-b66d-ac8581615cb8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:38:42.74Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c", "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "4bfc3a76-38f0-4c2b-8f85-2b98a3cc1243" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "be834f85-5311-47d6-9ef7-d04f2236f2c6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063859Z:be834f85-5311-47d6-9ef7-d04f2236f2c6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"dda26a0e-016a-4868-8b3e-9835cfc00214\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:38:42.74Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/dda26a0e-016a-4868-8b3e-9835cfc00214?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c", "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c", "cc6af0c2-59bb-40a0-8556-aa3d8dd0220c" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1e4e7645-7631-414d-ae19-b09fb0e49ae8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "6872b24e-87b1-4b24-80b1-de5e700f7e52" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063859Z:6872b24e-87b1-4b24-80b1-de5e700f7e52" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:38:59 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/008d17b6-eda7-4894-8595-97c3ab6fd9e5?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/008d17b6-eda7-4894-8595-97c3ab6fd9e5?api-version=2017-12-01" ], - "x-ms-request-id": [ "008d17b6-eda7-4894-8595-97c3ab6fd9e5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "2042b9a8-a84f-44c9-85a7-c7018bc2ee15" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063901Z:2042b9a8-a84f-44c9-85a7-c7018bc2ee15" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:39:00.223Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/008d17b6-eda7-4894-8595-97c3ab6fd9e5?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/008d17b6-eda7-4894-8595-97c3ab6fd9e5?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8" ], - "x-ms-client-request-id": [ "a1f89f2f-2655-4607-803c-a3930f00ba48", "a1f89f2f-2655-4607-803c-a3930f00ba48" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b57082c7-b59a-4599-a806-4f0a7e7b4f93" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "23577bf5-4b64-4d3f-b13b-f0ae6ceb41cb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063931Z:23577bf5-4b64-4d3f-b13b-f0ae6ceb41cb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"008d17b6-eda7-4894-8595-97c3ab6fd9e5\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:39:00.223Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9" ], - "x-ms-client-request-id": [ "a1f89f2f-2655-4607-803c-a3930f00ba48", "a1f89f2f-2655-4607-803c-a3930f00ba48", "a1f89f2f-2655-4607-803c-a3930f00ba48" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3c85fe68-1696-409b-9c94-6317855e0e31" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "84c66763-cd1e-4217-a7dc-32ac81f53d86" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063932Z:84c66763-cd1e-4217-a7dc-32ac81f53d86" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "ba48b114-c531-4a59-bedc-696859679589" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01" ], - "x-ms-request-id": [ "117d3811-f4af-46ed-88aa-ba3d352811a9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "2d754328-51a6-477f-b93f-4679f082377d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063933Z:2d754328-51a6-477f-b93f-4679f082377d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T06:39:32.503Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11" ], - "x-ms-client-request-id": [ "ba48b114-c531-4a59-bedc-696859679589", "ba48b114-c531-4a59-bedc-696859679589" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity", "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "9c8db95c-e585-4a87-becd-29916ecd6572" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "72714249-f8fb-4be8-b593-ad547b2a829a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063949Z:72714249-f8fb-4be8-b593-ad547b2a829a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"117d3811-f4af-46ed-88aa-ba3d352811a9\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:39:32.503Z\"}" - } - }, - "Remove-AzMySqlVirtualNetworkRule+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/117d3811-f4af-46ed-88aa-ba3d352811a9?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11", "12" ], - "x-ms-client-request-id": [ "ba48b114-c531-4a59-bedc-696859679589", "ba48b114-c531-4a59-bedc-696859679589", "ba48b114-c531-4a59-bedc-696859679589" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity", "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity", "Remove-AzMySqlVirtualNetworkRule_DeleteViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e64bf63b-0116-422f-9241-b011e8c383b7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "3dfeba84-1890-4bbd-a571-6b88638b55ef" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T063949Z:3dfeba84-1890-4bbd-a571-6b88638b55ef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:39:49 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Tests.ps1 deleted file mode 100644 index 208170eda360..000000000000 --- a/src/MySql/MySql.Autorest/test/Remove-AzMySqlVirtualNetworkRule.Tests.ps1 +++ /dev/null @@ -1,31 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMySqlVirtualNetworkRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Remove-AzMySqlVirtualNetworkRule' { - It 'Delete' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID - { - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } | Should -Not -Throw - } - - It 'DeleteViaIdentity' { - $VnetID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $VnetID - $RuleID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/virtualNetworkRules/$($env.VNetName)" - { - Remove-AzMySqlVirtualNetworkRule -InputObject $RuleID - } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Restart-AzMySqlFlexibleServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Restart-AzMySqlFlexibleServer.Tests.ps1 index ef56a5e6bee9..b394cb8060ba 100644 --- a/src/MySql/MySql.Autorest/test/Restart-AzMySqlFlexibleServer.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Restart-AzMySqlFlexibleServer.Tests.ps1 @@ -19,6 +19,14 @@ Describe 'Restart-AzMySqlFlexibleServer' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'RestartViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RestartViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'Restart' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Recording.json deleted file mode 100644 index 1f55d63b4d2a..000000000000 --- a/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Recording.json +++ /dev/null @@ -1,482 +0,0 @@ -{ - "Restart-AzMySqlServer+[NoContext]+Restart+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/restart?api-version=2017-12-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/restart?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01" ], - "x-ms-request-id": [ "2c5d06a0-f0c2-47db-8145-c596b0e722b6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "2c705342-056f-4a01-ae78-84d40a60a90d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064218Z:2c705342-056f-4a01-ae78-84d40a60a90d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:42:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "74" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"RestartElasticServer\",\"startTime\":\"2020-07-24T06:42:17.86Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+Restart+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "13291af0-47bf-46ef-95be-eab4d8f09b46" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "9047b6a7-cbf5-4afb-be9a-6a9b9d3e79f6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064233Z:9047b6a7-cbf5-4afb-be9a-6a9b9d3e79f6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:42:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"2c5d06a0-f0c2-47db-8145-c596b0e722b6\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:42:17.86Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+Restart+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "6c73e2f3-79a9-48ea-96f0-edc2a7919784" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "e7532b0f-4dfb-4b57-bf6f-59c7ac28c85d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064248Z:e7532b0f-4dfb-4b57-bf6f-59c7ac28c85d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:42:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"2c5d06a0-f0c2-47db-8145-c596b0e722b6\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:42:17.86Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+Restart+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3", "4" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "d1dfe3d5-0dc1-45b7-9002-d987129c9a7d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "ec4519c3-1c39-4277-9796-b499065c9429" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064304Z:ec4519c3-1c39-4277-9796-b499065c9429" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"2c5d06a0-f0c2-47db-8145-c596b0e722b6\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:42:17.86Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+Restart+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3", "4", "5" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "940a03fe-18fd-4fd0-bae0-668c0d6840f8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "592e4f19-35c7-4be1-a03e-b3a5c7d52c65" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064319Z:592e4f19-35c7-4be1-a03e-b3a5c7d52c65" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"2c5d06a0-f0c2-47db-8145-c596b0e722b6\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:42:17.86Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+Restart+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/2c5d06a0-f0c2-47db-8145-c596b0e722b6?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3", "4", "5", "6" ], - "x-ms-client-request-id": [ "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84", "71c2b788-0647-4d4b-8f86-38cf41a04e84" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart", "Restart-AzMySqlServer_Restart" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3e87c5ba-bea4-4e8f-b136-646faf330339" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "d2068349-544b-4a87-8e82-2fd2628823ce" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064319Z:d2068349-544b-4a87-8e82-2fd2628823ce" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:19 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$POST+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/restart?api-version=2017-12-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/restart?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01" ], - "x-ms-request-id": [ "62df6539-87c0-4278-9d9e-6f874380b40d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "ca420300-952f-414b-be96-f17a70544d50" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064320Z:ca420300-952f-414b-be96-f17a70544d50" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "75" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"RestartElasticServer\",\"startTime\":\"2020-07-24T06:43:20.203Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "7ded85c5-4503-436b-82e4-e1ea448f2903" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "1817b5bf-57a9-4ef8-a809-152a8d94eeff" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064335Z:1817b5bf-57a9-4ef8-a809-152a8d94eeff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"62df6539-87c0-4278-9d9e-6f874380b40d\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:43:20.203Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "718f8161-da3a-4691-8195-d7dbbe30a8c8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "dd2b8e28-b2d5-4968-9b91-ed384329ff8b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064351Z:dd2b8e28-b2d5-4968-9b91-ed384329ff8b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:43:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"62df6539-87c0-4278-9d9e-6f874380b40d\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:43:20.203Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9", "10" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "5709d4ab-37dc-4620-9dbe-ea57b0dff922" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "bb498ce1-f241-4e77-8f7d-b4986762297b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064406Z:bb498ce1-f241-4e77-8f7d-b4986762297b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:44:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"62df6539-87c0-4278-9d9e-6f874380b40d\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T06:43:20.203Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9", "10", "11" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "429ca123-d8de-42d2-acd7-6fba9d6e246f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "36176754-0a79-4251-bb07-efee9fe539e6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064421Z:36176754-0a79-4251-bb07-efee9fe539e6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:44:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"62df6539-87c0-4278-9d9e-6f874380b40d\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T06:43:20.203Z\"}" - } - }, - "Restart-AzMySqlServer+[NoContext]+RestartViaIdentity+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/62df6539-87c0-4278-9d9e-6f874380b40d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9", "10", "11", "12" ], - "x-ms-client-request-id": [ "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f", "0bcff115-6341-49c6-9548-0f4e307a824f" ], - "CommandName": [ "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer", "Restart-AzMySqlServer" ], - "FullCommandName": [ "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity", "Restart-AzMySqlServer_RestartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b2b33128-f2e2-4dfa-a90a-8e2214154084" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "c7153538-ea5c-4bd2-b074-f36274e9e515" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T064422Z:c7153538-ea5c-4bd2-b074-f36274e9e515" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 06:44:22 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } - } \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Tests.ps1 deleted file mode 100644 index f3f4c8f4d013..000000000000 --- a/src/MySql/MySql.Autorest/test/Restart-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,27 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Restart-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Restart-AzMySqlServer' { - It 'Restart' { - { - Restart-AzMySqlServer -ResourceGroupName $env.resourceGroup -Name $env.serverName - } | Should -Not -Throw - } - - It 'RestartViaIdentity' { - { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/restart" - Restart-AzMySqlServer -InputObject $ID - } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Restore-AzMySqlFlexibleServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Restore-AzMySqlFlexibleServer.Tests.ps1 index 279c884b911a..a93d3c375260 100644 --- a/src/MySql/MySql.Autorest/test/Restore-AzMySqlFlexibleServer.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Restore-AzMySqlFlexibleServer.Tests.ps1 @@ -18,4 +18,8 @@ Describe 'Restore-AzMySqlFlexibleServer' { It 'PointInTimeRestore' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } + + It 'GeoRestore' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } } diff --git a/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Recording.json deleted file mode 100644 index df6facd17894..000000000000 --- a/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Recording.json +++ /dev/null @@ -1,2189 +0,0 @@ -{ - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "925ee192-36d9-44e6-9d60-3a7653eb382a" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3c6b5020-e8c9-4da4-8f9f-25e9016ae192" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "1fd3d2d8-4093-4ed0-bf97-e68a9cf56042" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081714Z:1fd3d2d8-4093-4ed0-bf97-e68a9cf56042" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:17:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "907" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"Replica\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "233" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01" ], - "x-ms-request-id": [ "d2e05dac-052c-4b23-a050-142294b6ed7a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "8c1870b5-1c2f-4501-8850-eceeb942ee34" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081720Z:8c1870b5-1c2f-4501-8850-eceeb942ee34" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:17:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"CreateElasticServerContinuousCopy\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "8af57d85-2e5c-4b6f-823e-6686cce4bca3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "4c25a92f-7672-4bfa-bf00-787a30993cce" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081750Z:4c25a92f-7672-4bfa-bf00-787a30993cce" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:17:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "ea94b5f2-3820-49a6-b319-5d41aa22b52e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "40aab22d-6469-439d-b786-03d8b8e33870" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081821Z:40aab22d-6469-439d-b786-03d8b8e33870" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:18:20 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "77fff233-5119-483d-a86b-78ab93110729" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "4945677f-66aa-4610-a0f3-6b1a0d2be2e7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081851Z:4945677f-66aa-4610-a0f3-6b1a0d2be2e7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:18:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "01050dce-8726-47ba-a5e2-72430ee1a01f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "d6c0f84e-0378-416d-a351-72c7d21901c0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081921Z:d6c0f84e-0378-416d-a351-72c7d21901c0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:19:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "a0e1ba89-369f-46aa-a49c-89359541ca13" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "419b309d-57d6-450f-9558-3e2b4af4a285" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T081952Z:419b309d-57d6-450f-9558-3e2b4af4a285" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:19:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "6da823e1-1a62-4b0e-8910-5d289969596a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "42c80981-bae3-4607-944a-965a635fb00e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082022Z:42c80981-bae3-4607-944a-965a635fb00e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:20:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "d2928fc4-49d4-487d-aef3-e9c4dd1597ea" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "91c8014f-a771-42c0-b89f-5af346010e0f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082053Z:91c8014f-a771-42c0-b89f-5af346010e0f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:20:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "5156a74e-0331-4ef7-a7e6-db38221dee03" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "ea3b1c96-e914-4155-bda2-4f410016adcc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082123Z:ea3b1c96-e914-4155-bda2-4f410016adcc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:21:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "20463bb0-d111-4136-bb08-eae1807ce62a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "1adceb73-a774-4c5d-8bbd-cd6d45629703" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082153Z:1adceb73-a774-4c5d-8bbd-cd6d45629703" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:21:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b2786085-9d3c-4768-8758-ffedb703932a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "a0581a55-1ac3-47f7-b5dd-420f2f9dcc53" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082228Z:a0581a55-1ac3-47f7-b5dd-420f2f9dcc53" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:22:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "4a33b717-f042-4552-95ca-2d5f90f298cd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "2512e601-c50f-4e05-9f9a-71265b26c67c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082258Z:2512e601-c50f-4e05-9f9a-71265b26c67c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:22:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "9d0be052-92b8-4b7c-a0f9-7fe9237416ec" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "fc21755b-0e6a-481a-9546-d0a7f0fe4a0f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082328Z:fc21755b-0e6a-481a-9546-d0a7f0fe4a0f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:23:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "1a4e38ff-89e8-4a71-b716-a9bfac45a46a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "255fbb66-9441-41b9-b3a3-f7ad288f7c56" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082359Z:255fbb66-9441-41b9-b3a3-f7ad288f7c56" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:23:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "584658d3-74c9-42d8-8295-3128e140ee5a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "f1e36bb7-107e-4d0f-bb4e-f32f2d6716df" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082429Z:f1e36bb7-107e-4d0f-bb4e-f32f2d6716df" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:24:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "b12e6d9b-7a50-4cd5-a548-e448df0acf92" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "a2cfa9d1-6dd4-4d22-a007-3df98c31c822" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082500Z:a2cfa9d1-6dd4-4d22-a007-3df98c31c822" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:24:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "19a2844d-4775-4ea8-a147-2e61ed9dc049" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "bbd770ae-7c65-420a-89ef-6f599f0b2d8e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082530Z:bbd770ae-7c65-420a-89ef-6f599f0b2d8e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:25:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "6ac2891e-b89d-4efd-8bea-3297775734be" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "e43c7853-75e6-4f6c-9234-03c7dec348dc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082600Z:e43c7853-75e6-4f6c-9234-03c7dec348dc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d2e05dac-052c-4b23-a050-142294b6ed7a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "555b5f33-7d37-49ef-b315-a2070446f5f2" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "2931cf7b-9018-41f9-a4f7-c14092b67d64" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082631Z:2931cf7b-9018-41f9-a4f7-c14092b67d64" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d2e05dac-052c-4b23-a050-142294b6ed7a\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T08:17:20.127Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21" ], - "x-ms-client-request-id": [ "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01", "716db609-9d12-4095-9e34-96106d43cd01" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8f5ec41d-cf09-427b-b286-a0e3eb951440" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "41517ba8-950a-4ad2-a177-59d3d12eb401" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082632Z:41517ba8-950a-4ad2-a177-59d3d12eb401" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1063" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Enabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-replica.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T08:28:33.737+00:00\",\"replicationRole\":\"Replica\",\"masterServerId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"replicaCapacity\":0,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\",\"name\":\"mysql-test-100-replica\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+22": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"GeoRestore\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-replica\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "244" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/169f1d2f-3665-498c-b4a8-5bdef0b59066?api-version=2017-12-01" ], - "Retry-After": [ "10" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/169f1d2f-3665-498c-b4a8-5bdef0b59066?api-version=2017-12-01" ], - "x-ms-request-id": [ "169f1d2f-3665-498c-b4a8-5bdef0b59066" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "17ae7918-c1d0-4519-98d8-da2ac1ce9598" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082634Z:17ae7918-c1d0-4519-98d8-da2ac1ce9598" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "75" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"RestoreElasticServer\",\"startTime\":\"2020-07-24T08:26:33.757Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/169f1d2f-3665-498c-b4a8-5bdef0b59066?api-version=2017-12-01+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/169f1d2f-3665-498c-b4a8-5bdef0b59066?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "22", "23" ], - "x-ms-client-request-id": [ "0d6e50e9-885a-4489-bf7e-9b84a9e44a69", "0d6e50e9-885a-4489-bf7e-9b84a9e44a69" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "1503eb09-b1a4-433e-8dc0-c98f402e14ae" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "2ede30ba-012d-4d26-8004-64d4c0c84f8e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082644Z:2ede30ba-012d-4d26-8004-64d4c0c84f8e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "268" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - - } - }, - "Restore-AzMySqlServer+[NoContext]+GeoRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "22", "23", "24" ], - "x-ms-client-request-id": [ "0d6e50e9-885a-4489-bf7e-9b84a9e44a69", "0d6e50e9-885a-4489-bf7e-9b84a9e44a69", "0d6e50e9-885a-4489-bf7e-9b84a9e44a69" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9df14527-44be-4ca6-8672-9027c55618eb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "22eac633-df65-4452-964e-5c417a91ecd7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082644Z:22eac633-df65-4452-964e-5c417a91ecd7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "909" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "3b2f79d7-ec9b-4cad-8bcd-c79c8791174e" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ab4f4393-ad37-422a-b952-da8844e6706f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "73395c4c-8621-4cc1-a998-18c3ee67884b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082645Z:73395c4c-8621-4cc1-a998-18c3ee67884b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "909" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-restore-2?api-version=2017-12-01+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-restore-2?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"createMode\": \"PointInTimeRestore\",\n \"restorePointInTime\": \"2020-07-24T08:16:43.7672952+00:00\",\n \"sourceServerId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\"\n },\n \"location\": \"eastus\"\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "307" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01" ], - "Retry-After": [ "10" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01" ], - "x-ms-request-id": [ "9d76273c-1381-4238-9c08-650cf41d34b8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "45b09785-959c-48a1-961b-eeba01a5f2dc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082651Z:45b09785-959c-48a1-961b-eeba01a5f2dc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:26:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "75" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"RestoreElasticServer\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "0af589d6-ec01-4106-a374-e1d7764572fa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "b3a8e898-3fa6-43cd-9d43-d4ea416dea28" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082701Z:b3a8e898-3fa6-43cd-9d43-d4ea416dea28" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "a87ff73d-322a-4dbc-bca7-1a731f7d7612" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "5832293a-e6e9-4d8c-a40b-1929f6a9cf02" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082713Z:5832293a-e6e9-4d8c-a40b-1929f6a9cf02" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "30e83978-be91-43f2-814c-27da456706b1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "94e7e56f-f818-4aa8-a35d-8115e4bc89dc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082723Z:94e7e56f-f818-4aa8-a35d-8115e4bc89dc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "6450f882-f2a5-4329-888e-ccc3d54e0067" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "c12cb1e2-d309-4f8b-a74a-f456036afb21" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082733Z:c12cb1e2-d309-4f8b-a74a-f456036afb21" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "645697af-61d4-48c9-b76d-65685b218e4d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "x-ms-correlation-request-id": [ "ed243954-9864-4c3a-bc63-3bfe55672b57" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082744Z:ed243954-9864-4c3a-bc63-3bfe55672b57" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "37ffc4f0-571e-4614-94d2-df315dd3ab34" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-correlation-request-id": [ "22f719c2-bd92-49b0-9c08-a19081410cb4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082754Z:22f719c2-bd92-49b0-9c08-a19081410cb4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:27:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "7ffebd21-f239-4cac-9625-55c8b21e1875" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "d6ab22bd-dac7-40f2-b1ab-57e7aac426b7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082805Z:d6ab22bd-dac7-40f2-b1ab-57e7aac426b7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:04 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "4fdb6f54-9ede-4fab-86cb-9a995a3df5e0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "dd1a2b45-b85e-4eab-9a18-7106d46f383b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082815Z:dd1a2b45-b85e-4eab-9a18-7106d46f383b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "babce02f-dcea-430e-b117-348d020f0e55" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-correlation-request-id": [ "baf03dd8-9cb1-47d3-b270-272937e83249" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082825Z:baf03dd8-9cb1-47d3-b270-272937e83249" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "70e73757-2f2a-4fd3-919a-d72795198d44" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "5831bc28-7e37-4fde-a808-72bd7506cec2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082836Z:5831bc28-7e37-4fde-a808-72bd7506cec2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "320bff28-d73d-45dd-b639-a9153b005f1f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-correlation-request-id": [ "00980fcc-8d21-4632-8d9d-802b823360e4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082846Z:00980fcc-8d21-4632-8d9d-802b823360e4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "32519595-9153-4c72-b0df-3f86e96dae1c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], - "x-ms-correlation-request-id": [ "011d78fd-335d-439d-8c2d-8c52e1de3a81" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082856Z:011d78fd-335d-439d-8c2d-8c52e1de3a81" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:28:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "5b8f55f4-ec8a-4644-8304-1c73e70a94bb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], - "x-ms-correlation-request-id": [ "3372b541-0848-413d-b8df-6ee17511c7d6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082907Z:3372b541-0848-413d-b8df-6ee17511c7d6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:07 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "8bf66a56-b80a-42a2-943b-c97e47c98618" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], - "x-ms-correlation-request-id": [ "fa98991d-a05c-45fd-a1da-d3eb28ea94f0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082917Z:fa98991d-a05c-45fd-a1da-d3eb28ea94f0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "630bb4a2-8d7d-44a4-989f-b58c9dc7570d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-correlation-request-id": [ "8f4f93aa-c49b-47b0-bc9a-1856db13ba0f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082928Z:8f4f93aa-c49b-47b0-bc9a-1856db13ba0f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "0b5e3d58-a65c-4f4b-af87-951afdecbd95" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "c9e5b373-dfe7-4891-aa60-5bac3c7214f1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082938Z:c9e5b373-dfe7-4891-aa60-5bac3c7214f1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "867f9e4c-6db5-4f10-875d-89d81fedbb61" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-correlation-request-id": [ "32daf068-749a-43d3-994a-17180306c251" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082948Z:32daf068-749a-43d3-994a-17180306c251" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "89650b44-1c8c-4f11-945e-ad3d9bcc79ff" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-correlation-request-id": [ "0b8fc9f1-07ad-4453-adca-a05bfda55d31" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T082959Z:0b8fc9f1-07ad-4453-adca-a05bfda55d31" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:29:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "7d0267c5-5020-4e93-bdf4-c25c4fede589" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-correlation-request-id": [ "7ac0bc5f-12a8-47f6-9dee-d9de9ad7236d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083009Z:7ac0bc5f-12a8-47f6-9dee-d9de9ad7236d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:30:08 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "f10ee047-2aee-482b-9dcf-12c2b2895e05" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-correlation-request-id": [ "2d1c1d2e-ef7e-41ef-9587-78ee53dbb1fb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083020Z:2d1c1d2e-ef7e-41ef-9587-78ee53dbb1fb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:30:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "60eea81a-0cda-4a9c-af57-b7e5f478a34b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-correlation-request-id": [ "1150a68c-4c39-4733-b71d-857f7981ddb0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083030Z:1150a68c-4c39-4733-b71d-857f7981ddb0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:30:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "33758160-c357-4042-ace1-78cb704c129b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "7ac9bc42-b7f2-4c95-bd6c-10183dc9b024" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083040Z:7ac9bc42-b7f2-4c95-bd6c-10183dc9b024" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:30:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "bcb938d6-075c-4f13-bfd1-b411fcb6279f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-correlation-request-id": [ "fe64b188-da9d-4752-8750-1adb051f5b27" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083052Z:fe64b188-da9d-4752-8750-1adb051f5b27" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:30:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+26": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "784550e4-016e-4e70-b081-7a06aef53072" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-correlation-request-id": [ "01ecd3f8-c0cf-4d4c-bd98-b96df906c36e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083102Z:01ecd3f8-c0cf-4d4c-bd98-b96df906c36e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+27": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "55b8d849-9f62-43f3-999b-034e4b7d679d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-correlation-request-id": [ "a2c067e7-93f4-49bd-9054-a3661d985860" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083112Z:a2c067e7-93f4-49bd-9054-a3661d985860" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:12 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+28": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "0de92c6a-48f0-4299-99b8-d3a90a07eedf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-correlation-request-id": [ "52670180-cc9e-4299-aafe-efb541f067c7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083123Z:52670180-cc9e-4299-aafe-efb541f067c7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+29": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "92c1c209-41cb-4f59-a3fe-112eeecc0f0a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "x-ms-correlation-request-id": [ "27739120-3991-49cb-a9e0-381aa9371329" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083133Z:27739120-3991-49cb-a9e0-381aa9371329" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "108" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"InProgress\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01+30": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9d76273c-1381-4238-9c08-650cf41d34b8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "10" ], - "x-ms-request-id": [ "fc809fb6-17da-45fb-82ad-88a72599d938" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-correlation-request-id": [ "fd79b2c0-8a4e-4770-8f73-4c675c394af0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083144Z:fd79b2c0-8a4e-4770-8f73-4c675c394af0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"9d76273c-1381-4238-9c08-650cf41d34b8\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T08:26:51.053Z\"}" - } - }, - "Restore-AzMySqlServer+[NoContext]+PointInTimeRestore+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-restore-2?api-version=2017-12-01+31": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-restore-2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55" ], - "x-ms-client-request-id": [ "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44", "8b4aae2b-d0dd-4a01-a9cc-e297f9aded44" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer", "Az.MySql.internal\\New-AzMySqlServer" ], - "FullCommandName": [ "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create", "New-AzMySqlServer_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "dd803ba3-8887-48ab-8124-b775af7c56cb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-correlation-request-id": [ "b9201906-29be-4e11-8738-9c55fd9be38d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T083144Z:b9201906-29be-4e11-8738-9c55fd9be38d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:31:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "937" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100-restore-2.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T08:36:51.303+00:00\",\"replicationRole\":\"None\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100-restore-2\",\"name\":\"mysql-test-100-restore-2\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Tests.ps1 deleted file mode 100644 index 8b470b8360a1..000000000000 --- a/src/MySql/MySql.Autorest/test/Restore-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,32 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Restore-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -# !Important: some test cases are skipped and require to be recorded again -# See https://github.com/Azure/autorest.powershell/issues/580 -Describe 'Restore-AzMySqlServer' { - It 'GeoRestore' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $replica = New-AzMySqlReplica -InputObject $server -Replica $env.replicaName -ResourceGroupName $env.resourceGroup - $restoreServer = Restore-AzMySqlServer -Name $env.serverName -ResourceGroupName $env.resourceGroup -InputObject $replica -UseGeoRestore - $restoreServer.Name | Should -Be $env.serverName - $restoreServer.SkuName | Should -Be $env.Sku - } - - It 'PointInTimeRestore' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $restorePointInTime = (Get-Date).AddMinutes(-10) - $restoreServer = Restore-AzMySqlServer -InputObject $server -Name $env.restoreName2 -ResourceGroupName $env.resourceGroup -RestorePointInTime $restorePointInTime -UsePointInTimeRestore - $restoreServer.Name | Should -Be $env.restoreName2 - $restoreServer.SkuName | Should -Be $env.Sku - } -} diff --git a/src/MySql/MySql.Autorest/test/Set-AzMySqlAdvancedThreatProtectionSettingPut.Tests.ps1 b/src/MySql/MySql.Autorest/test/Set-AzMySqlAdvancedThreatProtectionSettingPut.Tests.ps1 deleted file mode 100644 index 20232ff548d3..000000000000 --- a/src/MySql/MySql.Autorest/test/Set-AzMySqlAdvancedThreatProtectionSettingPut.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Set-AzMySqlAdvancedThreatProtectionSettingPut')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Set-AzMySqlAdvancedThreatProtectionSettingPut.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Set-AzMySqlAdvancedThreatProtectionSettingPut' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Update' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Recording.json b/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Recording.json deleted file mode 100644 index f6950f937746..000000000000 --- a/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Recording.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "Get-AzMySqlFlexibleServerConnect+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "3986950e-423a-4e89-b933-6e59cb85e464" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "bc17bc1d-9bfd-40a7-a3d3-d908b0ec8782" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ "bfee1d6f-adab-4457-86e0-945a1787b9c9" ], - "x-ms-routing-request-id": [ "WESTUS:20210113T222728Z:bfee1d6f-adab-4457-86e0-945a1787b9c9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Wed, 13 Jan 2021 22:27:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "976" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\",\"capacity\":0},\"properties\":{\"administratorLogin\":\"mysqltest\",\"storageProfile\":{\"storageMB\":10240,\"storageIops\":0,\"backupRetentionDays\":7,\"storageAutogrow\":\"Disabled\",\"fileStorageSkuName\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"haState\":\"NotEnabled\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"sourceServerId\":\"\",\"publicNetworkAccess\":\"Enabled\",\"sslEnforcement\":\"Disabled\",\"haEnabled\":\"Disabled\",\"earliestRestoreDate\":\"2021-01-13T01:02:10.9821685+00:00\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"byokEnforcement\":\"Disabled\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "Get-AzMySqlFlexibleServerConnect+[NoContext]+GetViaIdentity+$GET+https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "6e337f77-83c0-4791-afe6-59ddaea9cae2" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "192ed36e-2e58-4f84-b157-8f74a61864fe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], - "x-ms-correlation-request-id": [ "ee735a9f-5d22-4686-962d-41e207287df4" ], - "x-ms-routing-request-id": [ "WESTUS:20210113T222730Z:ee735a9f-5d22-4686-962d-41e207287df4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Wed, 13 Jan 2021 22:27:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "976" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\",\"capacity\":0},\"properties\":{\"administratorLogin\":\"mysqltest\",\"storageProfile\":{\"storageMB\":10240,\"storageIops\":0,\"backupRetentionDays\":7,\"storageAutogrow\":\"Disabled\",\"fileStorageSkuName\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"haState\":\"NotEnabled\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"sourceServerId\":\"\",\"publicNetworkAccess\":\"Enabled\",\"sslEnforcement\":\"Disabled\",\"haEnabled\":\"Disabled\",\"earliestRestoreDate\":\"2021-01-13T01:02:10.9821685+00:00\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"byokEnforcement\":\"Disabled\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "Get-AzMySqlFlexibleServerConnect+[NoContext]+GetAndQuery+$GET+https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "5db4119f-ce37-4288-9934-b57b93066d71" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "2fd2e130-a2fb-4ecc-a4ab-43bd0134c96b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "db11bc36-5218-43f5-9202-101d361d2fe0" ], - "x-ms-routing-request-id": [ "WESTUS:20210113T222731Z:db11bc36-5218-43f5-9202-101d361d2fe0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Wed, 13 Jan 2021 22:27:31 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "976" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\",\"capacity\":0},\"properties\":{\"administratorLogin\":\"mysqltest\",\"storageProfile\":{\"storageMB\":10240,\"storageIops\":0,\"backupRetentionDays\":7,\"storageAutogrow\":\"Disabled\",\"fileStorageSkuName\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"haState\":\"NotEnabled\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"sourceServerId\":\"\",\"publicNetworkAccess\":\"Enabled\",\"sslEnforcement\":\"Disabled\",\"haEnabled\":\"Disabled\",\"earliestRestoreDate\":\"2021-01-13T01:02:10.9821685+00:00\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"byokEnforcement\":\"Disabled\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - }, - "Get-AzMySqlFlexibleServerConnect+[NoContext]+GetViaIdentityAndQuery+$GET+https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100?api-version=2020-07-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "dbaae391-ca36-42ab-9e42-5f69df65b55b" ], - "CommandName": [ "Az.MySql\\Get-AzMySqlFlexibleServer" ], - "FullCommandName": [ "Get-AzMySqlFlexibleServer_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ "1babeabc-6141-4f70-b46f-b2be9a154ecc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "8316be7c-f2e7-4018-86e7-a6165b0c34d9" ], - "x-ms-routing-request-id": [ "WESTUS:20210113T222733Z:8316be7c-f2e7-4018-86e7-a6165b0c34d9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Date": [ "Wed, 13 Jan 2021 22:27:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "976" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"Standard_B1ms\",\"tier\":\"Burstable\",\"capacity\":0},\"properties\":{\"administratorLogin\":\"mysqltest\",\"storageProfile\":{\"storageMB\":10240,\"storageIops\":0,\"backupRetentionDays\":7,\"storageAutogrow\":\"Disabled\",\"fileStorageSkuName\":\"Premium_LRS\"},\"version\":\"5.7\",\"state\":\"Ready\",\"haState\":\"NotEnabled\",\"fullyQualifiedDomainName\":\"mysql-flexible-test-100.mysql.database.azure.com\",\"sourceServerId\":\"\",\"publicNetworkAccess\":\"Enabled\",\"sslEnforcement\":\"Disabled\",\"haEnabled\":\"Disabled\",\"earliestRestoreDate\":\"2021-01-13T01:02:10.9821685+00:00\",\"maintenanceWindow\":{\"customWindow\":\"Disabled\",\"dayOfWeek\":0,\"startHour\":0,\"startMinute\":0},\"replicationRole\":\"None\",\"replicaCapacity\":10,\"byokEnforcement\":\"Disabled\"},\"location\":\"East US 2 EUAP\",\"id\":\"/subscriptions/7fec3109-5b78-4a24-b834-5d47d63e2596/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysql-flexible-test-100\",\"name\":\"mysql-flexible-test-100\",\"type\":\"Microsoft.DBforMySQL/flexibleServers\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Tests.ps1 b/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Tests.ps1 index 54d14c5e80cd..cf0bb6c58077 100644 --- a/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Test-AzMySqlFlexibleServerConnect.Tests.ps1 @@ -1,46 +1,61 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +if(($null -eq $TestName) -or ($TestName -contains 'Test-AzMySqlFlexibleServerConnect')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzMySqlFlexibleServerConnect.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName } -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzMySqlFlexibleServerConnect.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Test-AzMySqlFlexibleServerConnect' { - #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - $password = 'Pasword01!!2020' | ConvertTo-SecureString -AsPlainText -Force - - if ($TestMode -eq 'live' -or $TestMode -eq 'record') { - Install-Module -Name SimplySQL -Scope CurrentUser -Force - It 'Test' { - { - Get-AzMySqlFlexibleServerConnect -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName -AdministratorLoginPassword $password - } | Should -Not -Throw - } - - It 'TestViaIdentity' { - { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)" - Get-AzMySqlFlexibleServerConnect -InputObject $ID -AdministratorLoginPassword $password - } | Should -Not -Throw - } - - It 'TestAndQuery' { - { - Get-AzMySqlFlexibleServerConnect -ResourceGroupName $env.resourceGroup -ServerName $env.flexibleServerName -AdministratorLoginPassword $password -Query "CREATE TABLE dbtest (col1 INT)" - } | Should -Not -Throw - } - - It 'TestViaIdentityAndQuery' { - { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/flexibleServers/$($env.flexibleServerName)" - Get-AzMySqlFlexibleServerConnect -InputObject $ID -AdministratorLoginPassword $password -Query "CREATE TABLE dbtest2 (col1 INT)" - } | Should -Not -Throw - } + +$flexibleServerName = 'mysql-flexible-test-400' + +Describe 'Test-AzMySqlFlexibleServerConnect' -Tag 'LiveOnly' { + It 'Create' { + New-AzMySqlFlexibleServer -Name $flexibleServerName -ResourceGroupName $env.resourceGroup -AdministratorUserName mysql_test -AdministratorLoginPassword ($env.password | ConvertTo-SecureString -AsPlainText -Force) -Location $env.location -SkuTier GeneralPurpose -Sku Standard_D2ads_v5 -PublicAccess All + } + + It 'Test' { + { + Test-AzMySqlFlexibleServerConnect -ResourceGroupName $env.resourceGroup -ServerName $flexibleServerName -AdministratorLoginPassword ($env.password | ConvertTo-SecureString -AsPlainText -Force) + } | Should -Not -Throw + } + + It 'TestViaIdentity' { + { + $ID = Get-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $flexibleServerName + Test-AzMySqlFlexibleServerConnect -InputObject $ID -AdministratorLoginPassword ($env.password | ConvertTo-SecureString -AsPlainText -Force) + } | Should -Not -Throw + } + + It 'TestAndQuery' { + { + $sql = @" +CREATE DATABASE IF NOT EXISTS mysqldb CHARACTER SET latin1 COLLATE latin1_swedish_ci; +USE mysqldb; +CREATE TABLE IF NOT EXISTS simple_table ( + name VARCHAR(100) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +"@ + + Test-AzMySqlFlexibleServerConnect -ResourceGroupName $env.resourceGroup -ServerName $flexibleServerName -AdministratorLoginPassword ($env.password | ConvertTo-SecureString -AsPlainText -Force) -QueryText $sql + } | Should -Not -Throw + } + + It 'TestViaIdentityAndQuery' { + { + $ID = Get-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $flexibleServerName + Test-AzMySqlFlexibleServerConnect -InputObject $ID -AdministratorLoginPassword ($env.password | ConvertTo-SecureString -AsPlainText -Force) -QueryText "CREATE TABLE flexibleserverdb.dbtest (col1 INT)" + } | Should -Not -Throw + } + + It 'Delete' { + Remove-AzMySqlFlexibleServer -ResourceGroupName $env.resourceGroup -Name $flexibleServerName } } diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Recording.json b/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Recording.json deleted file mode 100644 index 5af9a7811330..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Recording.json +++ /dev/null @@ -1,234 +0,0 @@ -{ - "Update-AzMySqlConfiguration+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"value\": \"15\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "43" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/12d527f8-26da-4367-af99-9420131c5e00?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/12d527f8-26da-4367-af99-9420131c5e00?api-version=2017-12-01" ], - "x-ms-request-id": [ "12d527f8-26da-4367-af99-9420131c5e00" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "003aef60-4eea-4a67-8514-5018c76b2a71" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080318Z:003aef60-4eea-4a67-8514-5018c76b2a71" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "80" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpdateElasticServerConfig\",\"startTime\":\"2020-07-24T08:03:18.063Z\"}" - } - }, - "Update-AzMySqlConfiguration+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/12d527f8-26da-4367-af99-9420131c5e00?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/12d527f8-26da-4367-af99-9420131c5e00?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "01cfd543-d798-419e-94ec-604fd1121ae6", "01cfd543-d798-419e-94ec-604fd1121ae6" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration" ], - "FullCommandName": [ "Update-AzMySqlConfiguration_UpdateExpanded", "Update-AzMySqlConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "f5856a6d-0d0e-405d-8357-1b409fb610aa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "4e2f3f63-9e48-4aba-9641-ef77e8efab5f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080333Z:4e2f3f63-9e48-4aba-9641-ef77e8efab5f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"12d527f8-26da-4367-af99-9420131c5e00\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T08:03:18.063Z\"}" - } - }, - "Update-AzMySqlConfiguration+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "01cfd543-d798-419e-94ec-604fd1121ae6", "01cfd543-d798-419e-94ec-604fd1121ae6", "01cfd543-d798-419e-94ec-604fd1121ae6" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration" ], - "FullCommandName": [ "Update-AzMySqlConfiguration_UpdateExpanded", "Update-AzMySqlConfiguration_UpdateExpanded", "Update-AzMySqlConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "83813b6c-c64d-40de-a0ff-25a0db36c815" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "ecaf7de8-004a-4acf-afd5-6bd9e0657bb1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080334Z:ecaf7de8-004a-4acf-afd5-6bd9e0657bb1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "546" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"value\":\"15\",\"description\":\"If a read or write on a communication port is interrupted, retry this many times before giving up.\",\"defaultValue\":\"10\",\"dataType\":\"Integer\",\"allowedValues\":\"1-4294967295\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/net_retry_count\",\"name\":\"net_retry_count\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"}" - } - }, - "Update-AzMySqlConfiguration+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"value\": \"150\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "44" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/843d746e-2b2d-4130-ab79-dfdf85d1ec6a?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/843d746e-2b2d-4130-ab79-dfdf85d1ec6a?api-version=2017-12-01" ], - "x-ms-request-id": [ "843d746e-2b2d-4130-ab79-dfdf85d1ec6a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "edc6c221-1a44-4f50-96e6-10b896e558d3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080335Z:edc6c221-1a44-4f50-96e6-10b896e558d3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "79" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpdateElasticServerConfig\",\"startTime\":\"2020-07-24T08:03:35.11Z\"}" - } - }, - "Update-AzMySqlConfiguration+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/843d746e-2b2d-4130-ab79-dfdf85d1ec6a?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/843d746e-2b2d-4130-ab79-dfdf85d1ec6a?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "141e5666-8c34-46c5-9c66-28f0c6b00646", "141e5666-8c34-46c5-9c66-28f0c6b00646" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration" ], - "FullCommandName": [ "Update-AzMySqlConfiguration_UpdateViaIdentityExpanded", "Update-AzMySqlConfiguration_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "f9af11c1-4088-4b49-ae38-dc60aac8f4fa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "ece9af74-3487-49ce-a600-861f827b0725" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080350Z:ece9af74-3487-49ce-a600-861f827b0725" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"843d746e-2b2d-4130-ab79-dfdf85d1ec6a\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T08:03:35.11Z\"}" - } - }, - "Update-AzMySqlConfiguration+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "141e5666-8c34-46c5-9c66-28f0c6b00646", "141e5666-8c34-46c5-9c66-28f0c6b00646", "141e5666-8c34-46c5-9c66-28f0c6b00646" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration", "Az.MySql.internal\\Update-AzMySqlConfiguration" ], - "FullCommandName": [ "Update-AzMySqlConfiguration_UpdateViaIdentityExpanded", "Update-AzMySqlConfiguration_UpdateViaIdentityExpanded", "Update-AzMySqlConfiguration_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6e672555-cf54-477c-b07e-b6828c9819aa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-correlation-request-id": [ "afff8217-5980-4744-a588-a52aae4c31ef" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T080351Z:afff8217-5980-4744-a588-a52aae4c31ef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 08:03:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "542" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"value\":\"150\",\"description\":\"The number of seconds the server waits for activity on a noninteractive connection before closing it.\",\"defaultValue\":\"120\",\"dataType\":\"Integer\",\"allowedValues\":\"1-2147483\",\"source\":\"user-override\",\"isConfigPendingRestart\":\"False\",\"isDynamicConfig\":\"True\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/configurations/wait_timeout\",\"name\":\"wait_timeout\",\"type\":\"Microsoft.DBforMySQL/servers/configurations\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Tests.ps1 deleted file mode 100644 index c9ee40bebd4f..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlConfiguration.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMySqlConfiguration.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Update-AzMySqlConfiguration' { - It 'UpdateExpanded' { - $config = Update-AzMySqlConfiguration -Name net_retry_count -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -Value 15 - $config.Value | Should -Be 15 - } - - It 'UpdateViaIdentityExpanded' { - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/configurations/wait_timeout" - $config = Update-AzMySqlConfiguration -InputObject $ID -Value 150 - $config.Value | Should -Be 150 - } -} diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Recording.json b/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Recording.json deleted file mode 100644 index c4861f96bf3f..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Recording.json +++ /dev/null @@ -1,706 +0,0 @@ -{ - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8?api-version=2017-12-01" ], - "x-ms-request-id": [ "8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "0366fffe-8953-465f-b476-4d85e47c7d74" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071013Z:0366fffe-8953-465f-b476-4d85e47c7d74" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:12 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T07:10:12.05Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "976f4caa-e284-42e7-b4e8-4fdd6f592cb1", "976f4caa-e284-42e7-b4e8-4fdd6f592cb1" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "94b52d49-ab53-4986-ab92-ee94f5148402" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], - "x-ms-correlation-request-id": [ "a34619d2-5a87-404e-8aa1-193eb0a7069c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071028Z:a34619d2-5a87-404e-8aa1-193eb0a7069c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"8e22193e-3d9c-4e45-bf1d-61bd3b5e29d8\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:10:12.05Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "976f4caa-e284-42e7-b4e8-4fdd6f592cb1", "976f4caa-e284-42e7-b4e8-4fdd6f592cb1", "976f4caa-e284-42e7-b4e8-4fdd6f592cb1" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b4940d76-138b-46fd-9c8c-26b5ca778ee4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-correlation-request-id": [ "4c349946-ef8b-42b0-b373-56ec19e1b25d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071029Z:4c349946-ef8b-42b0-b373-56ec19e1b25d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.2\",\n \"startIpAddress\": \"0.0.0.2\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e5917bef-26e5-48bd-a3d4-ccfd236ebb4b?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e5917bef-26e5-48bd-a3d4-ccfd236ebb4b?api-version=2017-12-01" ], - "x-ms-request-id": [ "e5917bef-26e5-48bd-a3d4-ccfd236ebb4b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "e7aa58cd-2a9c-46b4-b4b5-bce1b8b84e5d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071030Z:e7aa58cd-2a9c-46b4-b4b5-bce1b8b84e5d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "86" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T07:10:29.63Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e5917bef-26e5-48bd-a3d4-ccfd236ebb4b?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e5917bef-26e5-48bd-a3d4-ccfd236ebb4b?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "f648dd60-5779-47ac-9af9-cd4d906c7f3d", "f648dd60-5779-47ac-9af9-cd4d906c7f3d" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule" ], - "FullCommandName": [ "Update-AzMySqlFirewallRule_ClientIPAddress", "Update-AzMySqlFirewallRule_ClientIPAddress" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "49d32cc6-8a69-47fd-9653-b20d67e253db" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], - "x-ms-correlation-request-id": [ "fdf0b140-07a2-46fd-bb8e-1c36b9c021a1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071046Z:fdf0b140-07a2-46fd-bb8e-1c36b9c021a1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"e5917bef-26e5-48bd-a3d4-ccfd236ebb4b\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:10:29.63Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "f648dd60-5779-47ac-9af9-cd4d906c7f3d", "f648dd60-5779-47ac-9af9-cd4d906c7f3d", "f648dd60-5779-47ac-9af9-cd4d906c7f3d" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule" ], - "FullCommandName": [ "Update-AzMySqlFirewallRule_ClientIPAddress", "Update-AzMySqlFirewallRule_ClientIPAddress", "Update-AzMySqlFirewallRule_ClientIPAddress" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b4d437f4-ef98-42a7-ae15-eac1066cedf8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "52ec5430-55c3-4e99-80f9-0ceff6ad33c7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071046Z:52ec5430-55c3-4e99-80f9-0ceff6ad33c7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:46 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.2\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "edf6d107-aaf1-47a9-b7d8-11d542a54ffe" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01" ], - "x-ms-request-id": [ "ef9d3f5d-7528-4905-b20d-f765ede790a2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "882df628-744c-4816-ba13-1ed5ce1f70d4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071048Z:882df628-744c-4816-ba13-1ed5ce1f70d4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:10:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T07:10:47.143Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8" ], - "x-ms-client-request-id": [ "edf6d107-aaf1-47a9-b7d8-11d542a54ffe", "edf6d107-aaf1-47a9-b7d8-11d542a54ffe" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "839c3b2c-f247-4f45-811b-6d3e671eed63" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "c447739e-c759-4ba2-8aa2-2d32cc7b0f07" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071103Z:c447739e-c759-4ba2-8aa2-2d32cc7b0f07" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"ef9d3f5d-7528-4905-b20d-f765ede790a2\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:10:47.143Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+ClientIPAddress+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/ef9d3f5d-7528-4905-b20d-f765ede790a2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9" ], - "x-ms-client-request-id": [ "edf6d107-aaf1-47a9-b7d8-11d542a54ffe", "edf6d107-aaf1-47a9-b7d8-11d542a54ffe", "edf6d107-aaf1-47a9-b7d8-11d542a54ffe" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "060df7c3-de6f-4281-b2b4-ef197c10c119" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "39cbe593-e4e4-469f-9b10-66da8b407269" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071104Z:39cbe593-e4e4-469f-9b10-66da8b407269" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:03 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.1\",\n \"startIpAddress\": \"0.0.0.0\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/2ad7e857-dd21-4321-935f-cf1966d0c230?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2ad7e857-dd21-4321-935f-cf1966d0c230?api-version=2017-12-01" ], - "x-ms-request-id": [ "2ad7e857-dd21-4321-935f-cf1966d0c230" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "53c48bfb-a48e-4a37-9db5-2fe582d552ab" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071106Z:53c48bfb-a48e-4a37-9db5-2fe582d552ab" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T07:11:04.723Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2ad7e857-dd21-4321-935f-cf1966d0c230?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/2ad7e857-dd21-4321-935f-cf1966d0c230?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11" ], - "x-ms-client-request-id": [ "c63572c1-0155-4bfb-ac8a-de3daabf4357", "c63572c1-0155-4bfb-ac8a-de3daabf4357" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "dc9ffdf3-f109-4fa9-9af1-7cdf52d2af66" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "26792263-d3aa-4174-85ab-6ae2f5d251f1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071121Z:26792263-d3aa-4174-85ab-6ae2f5d251f1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"2ad7e857-dd21-4321-935f-cf1966d0c230\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:11:04.723Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11", "12" ], - "x-ms-client-request-id": [ "c63572c1-0155-4bfb-ac8a-de3daabf4357", "c63572c1-0155-4bfb-ac8a-de3daabf4357", "c63572c1-0155-4bfb-ac8a-de3daabf4357" ], - "CommandName": [ "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule", "Az.MySql.internal\\New-AzMySqlFirewallRule" ], - "FullCommandName": [ "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded", "New-AzMySqlFirewallRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "16612444-1630-4fd6-b7ff-84f3585b4314" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "232c1ba8-f3f2-40ef-bc00-d4aa5a6461ef" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071121Z:232c1ba8-f3f2-40ef-bc00-d4aa5a6461ef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.0\",\"endIpAddress\":\"0.0.0.1\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+4": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"endIpAddress\": \"0.0.0.3\",\n \"startIpAddress\": \"0.0.0.2\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "88" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/50b53200-9ac0-4795-9a50-fec3a74287c7?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/50b53200-9ac0-4795-9a50-fec3a74287c7?api-version=2017-12-01" ], - "x-ms-request-id": [ "50b53200-9ac0-4795-9a50-fec3a74287c7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "9cc23fc2-7fc1-4b52-a179-56d26d5e4fac" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071123Z:9cc23fc2-7fc1-4b52-a179-56d26d5e4fac" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerFirewallRules\",\"startTime\":\"2020-07-24T07:11:22.347Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/50b53200-9ac0-4795-9a50-fec3a74287c7?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/50b53200-9ac0-4795-9a50-fec3a74287c7?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13", "14" ], - "x-ms-client-request-id": [ "280ba601-a4b1-4b72-82d2-62bb1b91ec0f", "280ba601-a4b1-4b72-82d2-62bb1b91ec0f" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule" ], - "FullCommandName": [ "Update-AzMySqlFirewallRule_UpdateViaIdentityExpanded", "Update-AzMySqlFirewallRule_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "1dbd1a16-10bf-4914-81f0-a4ce26e274f5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "82c51de4-6274-451f-bf78-0125a7a7c604" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071139Z:82c51de4-6274-451f-bf78-0125a7a7c604" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"50b53200-9ac0-4795-9a50-fec3a74287c7\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:11:22.347Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13", "14", "15" ], - "x-ms-client-request-id": [ "280ba601-a4b1-4b72-82d2-62bb1b91ec0f", "280ba601-a4b1-4b72-82d2-62bb1b91ec0f", "280ba601-a4b1-4b72-82d2-62bb1b91ec0f" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule", "Az.MySql.internal\\Update-AzMySqlFirewallRule" ], - "FullCommandName": [ "Update-AzMySqlFirewallRule_UpdateViaIdentityExpanded", "Update-AzMySqlFirewallRule_UpdateViaIdentityExpanded", "Update-AzMySqlFirewallRule_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "cbcd2644-5096-45e7-b549-cc89f405af13" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "a3c46318-93b6-4d04-a5a0-465e3a421c1d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071139Z:a3c46318-93b6-4d04-a5a0-465e3a421c1d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "305" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"startIpAddress\":\"0.0.0.2\",\"endIpAddress\":\"0.0.0.3\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01\",\"name\":\"mysqlrule01\",\"type\":\"Microsoft.DBforMySQL/servers/firewallRules\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/firewallRules/mysqlrule01?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "cdc45e5e-5d1c-4178-a570-d550e667ee2e" ], - "CommandName": [ "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01" ], - "x-ms-request-id": [ "1539b77e-80cb-4d98-9892-bdc692eec670" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "668bd5e8-2892-40e9-a1ae-cdc51382db9a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071140Z:668bd5e8-2892-40e9-a1ae-cdc51382db9a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "84" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerFirewallRule\",\"startTime\":\"2020-07-24T07:11:39.783Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16", "17" ], - "x-ms-client-request-id": [ "cdc45e5e-5d1c-4178-a570-d550e667ee2e", "cdc45e5e-5d1c-4178-a570-d550e667ee2e" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "5d9aa4a5-874b-46ef-bbd2-789fa606d365" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "087ce8fc-5129-4d34-a985-f630c90edb1e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071156Z:087ce8fc-5129-4d34-a985-f630c90edb1e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"1539b77e-80cb-4d98-9892-bdc692eec670\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:11:39.783Z\"}" - } - }, - "Update-AzMySqlFirewallRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1539b77e-80cb-4d98-9892-bdc692eec670?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16", "17", "18" ], - "x-ms-client-request-id": [ "cdc45e5e-5d1c-4178-a570-d550e667ee2e", "cdc45e5e-5d1c-4178-a570-d550e667ee2e", "cdc45e5e-5d1c-4178-a570-d550e667ee2e" ], - "CommandName": [ "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule", "Remove-AzMySqlFirewallRule" ], - "FullCommandName": [ "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete", "Remove-AzMySqlFirewallRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b71bd455-606a-48e2-a7a2-d5e1d355a7ee" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "d2d1c8fd-143b-42a4-bf40-9599180ff2ab" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T071156Z:d2d1c8fd-143b-42a4-bf40-9599180ff2ab" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:11:56 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Tests.ps1 deleted file mode 100644 index fbc482625166..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlFirewallRule.Tests.ps1 +++ /dev/null @@ -1,31 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMySqlFirewallRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Update-AzMySqlFirewallRule' { - It 'ClientIPAddress' { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $rule = Update-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -ClientIPAddress 0.0.0.2 - $rule.StartIPAddress | Should -Be 0.0.0.2 - $rule.EndIPAddress | Should -Be 0.0.0.2 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } - - It 'UpdateViaIdentityExpanded' { - New-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 - $ID = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/firewallRules/$($env.firewallRuleName)" - $rule = Update-AzMySqlFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 - $rule.StartIPAddress | Should -Be 0.0.0.2 - $rule.EndIPAddress | Should -Be 0.0.0.3 - Remove-AzMySqlFirewallRule -Name $env.firewallRuleName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 index 8dd9ca8a19a0..2bfd7f5b6c6c 100644 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 +++ b/src/MySql/MySql.Autorest/test/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.Tests.ps1 @@ -19,6 +19,14 @@ Describe 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' { { throw [System.NotImplementedException] } | Should -Not -Throw } + It 'UpdateViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + It 'UpdateViaIdentityExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Recording.json b/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Recording.json deleted file mode 100644 index 538607654f35..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Recording.json +++ /dev/null @@ -1,273 +0,0 @@ -{ - "Update-AzMySqlServer+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"sslEnforcement\": \"Disabled\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "58" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/c235c4a7-107f-4565-9b27-6860f50cc315?api-version=2017-12-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c235c4a7-107f-4565-9b27-6860f50cc315?api-version=2017-12-01" ], - "x-ms-request-id": [ "c235c4a7-107f-4565-9b27-6860f50cc315" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "234ec168-7f21-4b3f-8f09-70e72f57984b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072158Z:234ec168-7f21-4b3f-8f09-70e72f57984b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:21:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "74" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServer\",\"startTime\":\"2020-07-24T07:21:57.153Z\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c235c4a7-107f-4565-9b27-6860f50cc315?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/c235c4a7-107f-4565-9b27-6860f50cc315?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "2a4715f1-e060-4949-aac1-6c623d3c8a0a", "2a4715f1-e060-4949-aac1-6c623d3c8a0a" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer" ], - "FullCommandName": [ "Update-AzMySqlServer_UpdateExpanded", "Update-AzMySqlServer_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "048884bf-a694-4f64-8850-887b8f01e533" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-correlation-request-id": [ "d004d695-dd96-473e-bfce-fe1018531b53" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072259Z:d004d695-dd96-473e-bfce-fe1018531b53" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:22:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"c235c4a7-107f-4565-9b27-6860f50cc315\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:21:57.153Z\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "2a4715f1-e060-4949-aac1-6c623d3c8a0a", "2a4715f1-e060-4949-aac1-6c623d3c8a0a", "2a4715f1-e060-4949-aac1-6c623d3c8a0a" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer" ], - "FullCommandName": [ "Update-AzMySqlServer_UpdateExpanded", "Update-AzMySqlServer_UpdateExpanded", "Update-AzMySqlServer_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4179e142-8a1f-45f6-8f0d-4891079e665d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], - "x-ms-correlation-request-id": [ "1261ba4e-a1e8-4654-ae00-2511fe8622b9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072259Z:1261ba4e-a1e8-4654-ae00-2511fe8622b9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:22:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "908" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "81329e4a-ed7c-4881-8b5e-8e8d26077abf" ], - "CommandName": [ "Get-AzMySqlServer" ], - "FullCommandName": [ "Get-AzMySqlServer_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "33d25678-64cc-4d4f-a973-fe0f6a270430" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-correlation-request-id": [ "5db37c3d-c6a9-4ba5-8571-7544b8e5bf02" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072300Z:5db37c3d-c6a9-4ba5-8571-7544b8e5bf02" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:22:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "908" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":7,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+2": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"storageProfile\": {\n \"backupRetentionDays\": 23\n }\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "87" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/764ecc56-a76f-47d1-bc51-0ab7fc8c90c2?api-version=2017-12-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/764ecc56-a76f-47d1-bc51-0ab7fc8c90c2?api-version=2017-12-01" ], - "x-ms-request-id": [ "764ecc56-a76f-47d1-bc51-0ab7fc8c90c2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "65d4d118-2aea-4765-a245-8ba55db13abf" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072302Z:65d4d118-2aea-4765-a245-8ba55db13abf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:23:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "74" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServer\",\"startTime\":\"2020-07-24T07:23:01.107Z\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/764ecc56-a76f-47d1-bc51-0ab7fc8c90c2?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/764ecc56-a76f-47d1-bc51-0ab7fc8c90c2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6" ], - "x-ms-client-request-id": [ "d3aec7bc-3d96-45e1-8888-1b4cec6f9def", "d3aec7bc-3d96-45e1-8888-1b4cec6f9def" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer" ], - "FullCommandName": [ "Update-AzMySqlServer_UpdateViaIdentityExpanded", "Update-AzMySqlServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "60" ], - "x-ms-request-id": [ "db0c85d4-567d-4657-a589-49fc5618c26c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], - "x-ms-correlation-request-id": [ "9055c673-2cd5-4416-a9a6-66e52fa88f6a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072403Z:9055c673-2cd5-4416-a9a6-66e52fa88f6a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:24:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"764ecc56-a76f-47d1-bc51-0ab7fc8c90c2\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:23:01.107Z\"}" - } - }, - "Update-AzMySqlServer+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "5", "6", "7" ], - "x-ms-client-request-id": [ "d3aec7bc-3d96-45e1-8888-1b4cec6f9def", "d3aec7bc-3d96-45e1-8888-1b4cec6f9def", "d3aec7bc-3d96-45e1-8888-1b4cec6f9def" ], - "CommandName": [ "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer", "Az.MySql.internal\\Update-AzMySqlServer" ], - "FullCommandName": [ "Update-AzMySqlServer_UpdateViaIdentityExpanded", "Update-AzMySqlServer_UpdateViaIdentityExpanded", "Update-AzMySqlServer_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "07142761-eb4b-4287-a016-56d8f764262e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-correlation-request-id": [ "fbe2ac14-3746-41c2-b7d8-c9bae0f50a55" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072403Z:fbe2ac14-3746-41c2-b7d8-c9bae0f50a55" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:24:03 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "909" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"sku\":{\"name\":\"GP_Gen5_4\",\"tier\":\"GeneralPurpose\",\"family\":\"Gen5\",\"capacity\":4},\"properties\":{\"administratorLogin\":\"mysql_test\",\"storageProfile\":{\"storageMB\":5120,\"backupRetentionDays\":23,\"geoRedundantBackup\":\"Disabled\",\"storageAutogrow\":\"Disabled\"},\"version\":\"5.7\",\"sslEnforcement\":\"Disabled\",\"minimalTlsVersion\":\"TLSEnforcementDisabled\",\"userVisibleState\":\"Ready\",\"fullyQualifiedDomainName\":\"mysql-test-100.mysql.database.azure.com\",\"earliestRestoreDate\":\"2020-07-24T03:52:43.253+00:00\",\"replicationRole\":\"Master\",\"masterServerId\":\"\",\"replicaCapacity\":5,\"byokEnforcement\":\"Disabled\",\"privateEndpointConnections\":[],\"infrastructureEncryption\":\"Disabled\",\"publicNetworkAccess\":\"Enabled\"},\"location\":\"eastus\",\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100\",\"name\":\"mysql-test-100\",\"type\":\"Microsoft.DBforMySQL/servers\"}" - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Tests.ps1 deleted file mode 100644 index fab285cea133..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlServer.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMySqlServer.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Update-AzMySqlServer' { - It 'UpdateExpanded' { - $server = Update-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SslEnforcement Disabled - $server.SslEnforcement | Should -Be Disabled - } - - It 'UpdateViaIdentityExpanded' { - $server = Get-AzMySqlServer -ResourceGroupName $env.resourceGroup -ServerName $env.serverName - $updated = Update-AzMySqlServer -BackupRetentionDay 23 -InputObject $server - $updated.StorageProfileBackupRetentionDay | Should -Be 23 - } -} diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlServerConfigurationsList.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlServerConfigurationsList.Tests.ps1 deleted file mode 100644 index b8590059d002..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlServerConfigurationsList.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMySqlServerConfigurationsList')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMySqlServerConfigurationsList.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzMySqlServerConfigurationsList' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Recording.json b/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Recording.json deleted file mode 100644 index a00d8c235462..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Recording.json +++ /dev/null @@ -1,706 +0,0 @@ -{ - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/630106f5-1b26-4eda-a58c-cbaf968992b2?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/630106f5-1b26-4eda-a58c-cbaf968992b2?api-version=2017-12-01" ], - "x-ms-request-id": [ "630106f5-1b26-4eda-a58c-cbaf968992b2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "d355ff99-65bf-4eab-b3c4-735d62475f33" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072722Z:d355ff99-65bf-4eab-b3c4-735d62475f33" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:27:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:27:21.587Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/630106f5-1b26-4eda-a58c-cbaf968992b2?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/630106f5-1b26-4eda-a58c-cbaf968992b2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2" ], - "x-ms-client-request-id": [ "a7269d29-0f0e-49e2-b586-52c97a25f2df", "a7269d29-0f0e-49e2-b586-52c97a25f2df" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "a12f9302-8ec5-479a-980b-48ffe04cca15" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-correlation-request-id": [ "35e64c69-5a17-4091-ae9d-18e915b4e46c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072753Z:35e64c69-5a17-4091-ae9d-18e915b4e46c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:27:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"630106f5-1b26-4eda-a58c-cbaf968992b2\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:27:21.587Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "1", "2", "3" ], - "x-ms-client-request-id": [ "a7269d29-0f0e-49e2-b586-52c97a25f2df", "a7269d29-0f0e-49e2-b586-52c97a25f2df", "a7269d29-0f0e-49e2-b586-52c97a25f2df" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "65e7ccf3-f28f-40e4-bdd9-54a73b8a9a65" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], - "x-ms-correlation-request-id": [ "e9a55077-bcdd-4bb0-88ec-c6fa828f68a8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072753Z:e9a55077-bcdd-4bb0-88ec-c6fa828f68a8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:27:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/4643d496-aa9a-4edc-b014-679e5e1aeae4?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4643d496-aa9a-4edc-b014-679e5e1aeae4?api-version=2017-12-01" ], - "x-ms-request-id": [ "4643d496-aa9a-4edc-b014-679e5e1aeae4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "ee10868c-7402-4b4c-aa9b-9a2ffcdb6ef5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072755Z:ee10868c-7402-4b4c-aa9b-9a2ffcdb6ef5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:27:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:27:54.073Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4643d496-aa9a-4edc-b014-679e5e1aeae4?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/4643d496-aa9a-4edc-b014-679e5e1aeae4?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "85bb2f0f-b2bd-43a1-a946-fa44ebf54efb", "85bb2f0f-b2bd-43a1-a946-fa44ebf54efb" ], - "CommandName": [ "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Update-AzMySqlVirtualNetworkRule_UpdateExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "2c9a0380-26bb-4ad2-82f7-baf2ce4dd5e2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-correlation-request-id": [ "2f04dbfa-5acb-4e7e-917a-2f64b5bfa240" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072825Z:2f04dbfa-5acb-4e7e-917a-2f64b5bfa240" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"4643d496-aa9a-4edc-b014-679e5e1aeae4\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:27:54.073Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "85bb2f0f-b2bd-43a1-a946-fa44ebf54efb", "85bb2f0f-b2bd-43a1-a946-fa44ebf54efb", "85bb2f0f-b2bd-43a1-a946-fa44ebf54efb" ], - "CommandName": [ "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Update-AzMySqlVirtualNetworkRule_UpdateExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "23422aa6-d404-429c-9616-2eb3f69a9f55" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], - "x-ms-correlation-request-id": [ "a0708390-e4d0-45cd-a4da-07ab53234074" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072826Z:a0708390-e4d0-45cd-a4da-07ab53234074" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01" ], - "x-ms-request-id": [ "a629bc60-9141-4a73-b3c8-109e5b583c22" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "687eff4e-6759-4923-b9af-0cbfab59434b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072827Z:687eff4e-6759-4923-b9af-0cbfab59434b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "88" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:28:26.463Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8" ], - "x-ms-client-request-id": [ "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9", "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "12f9161b-ea25-4201-930f-eed66afe6820" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-correlation-request-id": [ "165f32de-dd92-4b9f-b730-4ec98386c6ec" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072843Z:165f32de-dd92-4b9f-b730-4ec98386c6ec" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"a629bc60-9141-4a73-b3c8-109e5b583c22\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:28:26.463Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a629bc60-9141-4a73-b3c8-109e5b583c22?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "7", "8", "9" ], - "x-ms-client-request-id": [ "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9", "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9", "4c4ed391-2e85-45bf-a74c-93f54b3fb2b9" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "de7f12ff-852f-47c7-865f-07163e70b7c1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], - "x-ms-correlation-request-id": [ "ea1f1beb-59f2-4432-88b6-c0f90e431a08" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072843Z:ea1f1beb-59f2-4432-88b6-c0f90e431a08" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:43 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d1087740-15b7-4fbe-bd3b-cd12fb123e2d?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d1087740-15b7-4fbe-bd3b-cd12fb123e2d?api-version=2017-12-01" ], - "x-ms-request-id": [ "d1087740-15b7-4fbe-bd3b-cd12fb123e2d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "b57dcbd4-7cd7-4870-81f1-e8c02ccd4a11" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072845Z:b57dcbd4-7cd7-4870-81f1-e8c02ccd4a11" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:28:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:28:43.823Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d1087740-15b7-4fbe-bd3b-cd12fb123e2d?api-version=2017-12-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d1087740-15b7-4fbe-bd3b-cd12fb123e2d?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11" ], - "x-ms-client-request-id": [ "c0ef821c-fa5a-48f7-9076-87bf63b9a8a1", "c0ef821c-fa5a-48f7-9076-87bf63b9a8a1" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "9e706d9b-31b6-47ab-9c93-29600c8392a9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "60c36781-795f-4683-881a-e86523ea08ea" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072915Z:60c36781-795f-4683-881a-e86523ea08ea" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"d1087740-15b7-4fbe-bd3b-cd12fb123e2d\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:28:43.823Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10", "11", "12" ], - "x-ms-client-request-id": [ "c0ef821c-fa5a-48f7-9076-87bf63b9a8a1", "c0ef821c-fa5a-48f7-9076-87bf63b9a8a1", "c0ef821c-fa5a-48f7-9076-87bf63b9a8a1" ], - "CommandName": [ "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule", "New-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded", "New-AzMySqlVirtualNetworkRule_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6e774e54-860b-48bf-bfad-e594cc80155b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "93e578af-a046-4360-8ccd-44af0eb8f20c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072915Z:93e578af-a046-4360-8ccd-44af0eb8f20c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+4": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": "{\n \"properties\": {\n \"virtualNetworkSubnetId\": \"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2\"\n }\n}", - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "209" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/444b75d7-e999-40ab-8ab2-b92e9ea1e3a2?api-version=2017-12-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/444b75d7-e999-40ab-8ab2-b92e9ea1e3a2?api-version=2017-12-01" ], - "x-ms-request-id": [ "444b75d7-e999-40ab-8ab2-b92e9ea1e3a2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "08c44b1b-70ea-4023-ab02-6e22b3755c4e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072917Z:08c44b1b-70ea-4023-ab02-6e22b3755c4e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "90" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"UpsertElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:29:16.323Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/444b75d7-e999-40ab-8ab2-b92e9ea1e3a2?api-version=2017-12-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/444b75d7-e999-40ab-8ab2-b92e9ea1e3a2?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13", "14" ], - "x-ms-client-request-id": [ "635f4676-fd6d-442c-936e-4cc6beeaf230", "635f4676-fd6d-442c-936e-4cc6beeaf230" ], - "CommandName": [ "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Update-AzMySqlVirtualNetworkRule_UpdateViaIdentityExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "30" ], - "x-ms-request-id": [ "ba21e7ab-745a-4eb6-8387-d5f9c2c53bf8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "0ba82f4c-76e9-461b-877c-b15499df9779" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072947Z:0ba82f4c-76e9-461b-877c-b15499df9779" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "107" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"444b75d7-e999-40ab-8ab2-b92e9ea1e3a2\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:29:16.323Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13", "14", "15" ], - "x-ms-client-request-id": [ "635f4676-fd6d-442c-936e-4cc6beeaf230", "635f4676-fd6d-442c-936e-4cc6beeaf230", "635f4676-fd6d-442c-936e-4cc6beeaf230" ], - "CommandName": [ "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule", "Update-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Update-AzMySqlVirtualNetworkRule_UpdateViaIdentityExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateViaIdentityExpanded", "Update-AzMySqlVirtualNetworkRule_UpdateViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7ce92d2f-f0df-4449-85bd-d8354c81bc26" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "fa860df2-d0ad-4886-9b8b-6d45da779ec4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072948Z:fa860df2-d0ad-4886-9b8b-6d45da779ec4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "497" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"properties\":{\"virtualNetworkSubnetId\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2\",\"ignoreMissingVnetServiceEndpoint\":false,\"state\":\"Ready\"},\"id\":\"/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet\",\"name\":\"mysqlvnet\",\"type\":\"Microsoft.DBforMySQL/servers/virtualNetworkRules\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$DELETE+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01+7": { - "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/resourceGroups/MySqlTestGroup/providers/Microsoft.DBforMySQL/servers/mysql-test-100/virtualNetworkRules/mysqlvnet?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01" ], - "Retry-After": [ "15" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01" ], - "x-ms-request-id": [ "fffe0835-0317-4a30-a4b6-cbad1f09f1aa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "fcf734d0-7bdd-4b97-96f4-e01ea34fcc71" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T072950Z:fcf734d0-7bdd-4b97-96f4-e01ea34fcc71" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:29:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "87" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"operation\":\"DropElasticServerVnetFirewallRule\",\"startTime\":\"2020-07-24T07:29:48.65Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16", "17" ], - "x-ms-client-request-id": [ "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2", "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Retry-After": [ "15" ], - "x-ms-request-id": [ "58782c94-9ffc-47f0-be4f-c50c16a32ecf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-correlation-request-id": [ "ff7b05c2-174e-41aa-b737-321b5aff38f2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T073006Z:ff7b05c2-174e-41aa-b737-321b5aff38f2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:30:05 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "106" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"name\":\"fffe0835-0317-4a30-a4b6-cbad1f09f1aa\",\"status\":\"Succeeded\",\"startTime\":\"2020-07-24T07:29:48.65Z\"}" - } - }, - "Update-AzMySqlVirtualNetworkRule+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/929287ae-832a-4946-8006-a6cc2a3f7244/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/fffe0835-0317-4a30-a4b6-cbad1f09f1aa?api-version=2017-12-01", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16", "17", "18" ], - "x-ms-client-request-id": [ "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2", "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2", "f3a356cb-6e6b-4294-ac27-ec2c3afb02c2" ], - "CommandName": [ "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule", "Remove-AzMySqlVirtualNetworkRule" ], - "FullCommandName": [ "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete", "Remove-AzMySqlVirtualNetworkRule_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "2f1a1908-6e5a-4a46-b540-40d4894a7e6f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "887f1202-85fa-44ae-ab19-57f75ca2c83d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20200724T073006Z:887f1202-85fa-44ae-ab19-57f75ca2c83d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 24 Jul 2020 07:30:05 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null - } - } -} \ No newline at end of file diff --git a/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Tests.ps1 b/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Tests.ps1 deleted file mode 100644 index 7241e8faa4fd..000000000000 --- a/src/MySql/MySql.Autorest/test/Update-AzMySqlVirtualNetworkRule.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) -$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMySqlVirtualNetworkRule.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Update-AzMySqlVirtualNetworkRule' { - It 'UpdateExpanded' { - $ID1 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID1 - $ID2 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2" - $rule = Update-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID2 - $rule.VirtualNetworkSubnetId | Should -Be $ID2 - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } - - It 'UpdateViaIdentityExpanded' { - $SubnetID1 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" - New-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $SubnetID1 - $SubnetID2 = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2" - $VNetId = "/subscriptions/$($env.SubscriptionId)/resourceGroups/$($env.resourceGroup)/providers/Microsoft.DBforMySQL/servers/$($env.serverName)/virtualNetworkRules/$($env.VNetName)" - $rule = Update-AzMySqlVirtualNetworkRule -InputObject $VNetId -SubnetId $SubnetID2 - $rule.VirtualNetworkSubnetId | Should -Be $SubnetID2 - Remove-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup-ServerName $env.serverName - } -} diff --git a/src/MySql/MySql.Autorest/test/env.json b/src/MySql/MySql.Autorest/test/env.json index 99a954296fcb..e8167ee4b893 100644 --- a/src/MySql/MySql.Autorest/test/env.json +++ b/src/MySql/MySql.Autorest/test/env.json @@ -1,22 +1,24 @@ { - "Sku": "GP_Gen5_4", + "serverName2": "mysql-test-100-2", + "VNetName": "mysqlvnet", + "flexibleServerName3": "mysql-flexible-test-300", + "GeneralPurposeSku": "Standard_D2ads_v5", + "resourceGroup": "MySqlTestGroup", "flexibleServerName2": "mysql-flexible-test-200", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "password": "REDACTED", "replicaName": "mysql-test-100-replica", "serverName": "mysql-test-100", - "location": "westus2", - "restoreName2": "mysql-test-100-restore-2", - "flexibleServerName3": "mysql-flexible-test-300", - "firewallRuleName2": null, - "flexibleSku": "Standard_B1ms", - "resourceGroup": "MySqlTestGroup", + "SubnetName": "mysql-test-subnet", + "serverName3": "mysql-test-100-3", "databaseName": "mysqldb", - "serverName2": "mysql-test-100-2", - "flexibleServerName": "mysql-flexible-test-100", + "location": "westus2", + "Sku": "GP_Gen5_4", "restoreName": "mysql-test-100-restore", - "serverName3": "mysql-test-100-3", - "SubnetName": "mysql-test-subnet", - "VNetName": "mysqlvnet", + "firewallRuleName2": null, + "restoreName2": "mysql-test-100-restore-2", "firewallRuleName": "mysqlrule01", - "SubscriptionId": "929287ae-832a-4946-8006-a6cc2a3f7244" + "flexibleServerName": "mysql-flexible-test-100", + "SubscriptionId": "0e745469-49f8-48c9-873b-24ca87143db1", + "flexibleSku": "Standard_B1ms", + "Tenant": "213e87ed-8e08-4eb4-a63c-c073058f7b00" } diff --git a/src/MySql/MySql.Autorest/test/localEnv.json b/src/MySql/MySql.Autorest/test/localEnv.json index 6b1c7c724e37..fbc838cde032 100644 --- a/src/MySql/MySql.Autorest/test/localEnv.json +++ b/src/MySql/MySql.Autorest/test/localEnv.json @@ -1,18 +1,24 @@ { + "VNetName": "mysqlvnet", + "firewallRuleName": "powershell-pipeline-mysql-firewallrulej7o1rs6l9t", + "flexibleServerName": "powershell-pipeline-mysql-flexibleserverj7o1rs6l9t", "flexibleSku": "Standard_B1ms", - "firewallRuleName2": "mysqlrule02", - "restoreName2": "mysql-test-100-restore-2", + "serverName3": "mysql-test-100-3", + "restoreName2": "powershell-pipeline-mysql-2-restore-serverj7o1rs6l9t", + "SubnetName": "mysql-test-subnet", + "flexibleServerName3": "powershell-pipeline-mysql-3-flexibleserverj7o1rs6l9t", + "firewallRuleName2": null, + "restoreName": "powershell-pipeline-mysql-replica-serverj7o1rs6l9t", + "Sku": "GP_Gen5_4", + "GeneralPurposeSku": "Standard_D2ads_v5", + "serverName2": "mysql-test-100-2", + "password": "REDACTED", "replicaName": "mysql-test-100-replica", - "serverName": "mysql-test-100", - "flexibleServerName": "mysql-flexible-test-100", + "flexibleServerName2": "powershell-pipeline-mysql-2-flexibleserverj7o1rs6l9t", "databaseName": "mysqldb", - "SubscriptionId": "929287ae-832a-4946-8006-a6cc2a3f7244", - "restoreName": "mysql-test-100-restore", - "firewallRuleName": "mysqlrule01", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "serverName2": "mysql-test-100-2", - "VNetName": "mysqlvnet", - "resourceGroup": "MySqlTestGroup", - "location": "eastus2euap", - "Sku": "GP_Gen5_4" + "Tenant": "213e87ed-8e08-4eb4-a63c-c073058f7b00", + "resourceGroup": "powershell-pipeline-mysql-groupj7o1rs6l9t", + "serverName": "powershell-pipeline-mysql-serverj7o1rs6l9t", + "location": "westus2", + "SubscriptionId": "0e745469-49f8-48c9-873b-24ca87143db1" } diff --git a/src/MySql/MySql.Autorest/test/utils.ps1 b/src/MySql/MySql.Autorest/test/utils.ps1 index 77034b5e3d82..3446dd70fa1b 100644 --- a/src/MySql/MySql.Autorest/test/utils.ps1 +++ b/src/MySql/MySql.Autorest/test/utils.ps1 @@ -55,10 +55,9 @@ function setupEnv() { $Sku = "GP_Gen5_4" $FlexibleSku = "Standard_B1ms" if ($TestMode -eq 'live') { - $location = "eastus2euap" + # $location = "eastus2euap" $PowershellPrefix = "powershell-pipeline-mysql-" - $RandomNumbers = "" - for($i = 0; $i -lt 10; $i++){ $RandomNumbers += Get-Random -Maximum 10 } + $RandomNumbers = RandomString -allChars $false -len 10 $serverName = $PowershellPrefix + "server" + $RandomNumbers $flexibleServerName = $PowershellPrefix + "flexibleserver" + $RandomNumbers $flexibleServerName2 = $PowershellPrefix + "2-flexibleserver" + $RandomNumbers @@ -94,21 +93,21 @@ function setupEnv() { New-AzResourceGroup -Name $resourceGroup -Location $location #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - $password = 'Pasword01!!2020' | ConvertTo-SecureString -AsPlainText -Force + $password = 'Pasword01!!2020' + $env.Add("password", $password) write-host (Get-AzContext | Out-String) - if ($TestMode -ne 'live') { - # Create the test Vnet - write-host "Deploy Vnet template" - New-AzDeployment -Mode Incremental -TemplateFile .\test\deployment-templates\virtual-network\template.json -TemplateParameterFile .\test\deployment-templates\virtual-network\parameters.json -Name vn -ResourceGroupName $resourceGroup + # Create the test Vnet + write-host "Deploy Vnet template" + New-AzDeployment -Mode Incremental -TemplateFile .\test\deployment-templates\virtual-network\template.json -TemplateParameterFile .\test\deployment-templates\virtual-network\parameters.json -Name vn -ResourceGroupName $resourceGroup + + Install-Module -Name SimplySQL -Scope CurrentUser -Force - write-host "New-AzMySqlServer -Name $serverName -ResourceGroupName $resourceGroup -Location $location -AdministratorUserName mysql_test -AdministratorLoginPassword $password -Sku $Sku" - New-AzMySqlServer -Name $serverName -ResourceGroupName $resourceGroup -Location $location -AdministratorUserName mysql_test -AdministratorLoginPassword $password -Sku $Sku - } + write-host "New-AzMySqlFlexibleServer -Name $flexibleServerName -ResourceGroupName $resourceGroup -AdministratorUserName mysql_test -AdministratorLoginPassword $password -PublicAccess none -Location $location -SkuTier GeneralPurpose -Sku Standard_D2ads_v5" + New-AzMySqlFlexibleServer -Name $flexibleServerName -ResourceGroupName $resourceGroup -AdministratorUserName mysql_test -AdministratorLoginPassword ($password | ConvertTo-SecureString -AsPlainText -Force) -PublicAccess none -Location $location -SkuTier GeneralPurpose -Sku Standard_D2ads_v5 - write-host "New-AzMySqlFlexibleServer -Name $flexibleServerName -ResourceGroupName $resourceGroup -AdministratorUserName mysql_test -AdministratorLoginPassword $password -PublicAccess none -Location $location" - New-AzMySqlFlexibleServer -Name $flexibleServerName -ResourceGroupName $resourceGroup -AdministratorUserName mysql_test -AdministratorLoginPassword $password -PublicAccess none -Location $location + $env.Add("GeneralPurposeSku", "Standard_D2ads_v5") $envFile = 'env.json' if ($TestMode -eq 'live') { diff --git a/src/MySql/MySql.sln b/src/MySql/MySql.sln index 4247b9c82aa6..fd6772a6ac02 100644 --- a/src/MySql/MySql.sln +++ b/src/MySql/MySql.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySql", "MySql\MySql.csproj EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MySql.Autorest", "MySql.Autorest", "{3FAB33A8-DCB3-1E46-A31E-A4F2684A642B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "..\..\generated\MySql\MySql.Autorest\Az.MySql.csproj", "{3694AB8D-4607-4BDC-8469-92572496436A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "..\..\generated\MySql\MySql.Autorest\Az.MySql.csproj", "{928672F9-1E75-4E8E-A2D9-D406CD055930}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {286CC291-268F-4E04-85A8-1794BAAAF876}.Release|x64.Build.0 = Release|Any CPU {286CC291-268F-4E04-85A8-1794BAAAF876}.Release|x86.ActiveCfg = Release|Any CPU {286CC291-268F-4E04-85A8-1794BAAAF876}.Release|x86.Build.0 = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|x64.ActiveCfg = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|x64.Build.0 = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|x86.ActiveCfg = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Debug|x86.Build.0 = Debug|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|Any CPU.Build.0 = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|x64.ActiveCfg = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|x64.Build.0 = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|x86.ActiveCfg = Release|Any CPU - {3694AB8D-4607-4BDC-8469-92572496436A}.Release|x86.Build.0 = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|Any CPU.Build.0 = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|x64.ActiveCfg = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|x64.Build.0 = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|x86.ActiveCfg = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Debug|x86.Build.0 = Debug|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|Any CPU.ActiveCfg = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|Any CPU.Build.0 = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|x64.ActiveCfg = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|x64.Build.0 = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|x86.ActiveCfg = Release|Any CPU + {928672F9-1E75-4E8E-A2D9-D406CD055930}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {BA5D2B5D-7F4D-4A92-B035-8F737578F3BC} = {2FFC8559-B8D4-4C7B-8B15-AEECEFA2F290} {9AD18BB2-11C1-419A-91EA-1EA71A275200} = {2FFC8559-B8D4-4C7B-8B15-AEECEFA2F290} {A5A6C5E0-EC4D-44BA-8C5A-2D6CAC21D861} = {2FFC8559-B8D4-4C7B-8B15-AEECEFA2F290} - {3694AB8D-4607-4BDC-8469-92572496436A} = {3FAB33A8-DCB3-1E46-A31E-A4F2684A642B} + {928672F9-1E75-4E8E-A2D9-D406CD055930} = {3FAB33A8-DCB3-1E46-A31E-A4F2684A642B} EndGlobalSection EndGlobal diff --git a/src/MySql/MySql/Az.MySql.psd1 b/src/MySql/MySql/Az.MySql.psd1 index a4937a976f23..2a6c6dd3f7bc 100644 --- a/src/MySql/MySql/Az.MySql.psd1 +++ b/src/MySql/MySql/Az.MySql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 7/30/2025 +# Generated on: 11/3/2025 # @{ @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'MySql.Autorest/bin/Az.MySql.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'MySql.Autorest/Az.MySql.format.ps1xml' @@ -69,35 +69,25 @@ FormatsToProcess = 'MySql.Autorest/Az.MySql.format.ps1xml' NestedModules = @('MySql.Autorest/Az.MySql.psm1') # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Get-AzMySqlConfiguration', 'Get-AzMySqlConnectionString', - 'Get-AzMySqlFirewallRule', 'Get-AzMySqlFlexibleServer', +FunctionsToExport = 'Get-AzMySqlFlexibleServer', 'Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting', 'Get-AzMySqlFlexibleServerConfiguration', 'Get-AzMySqlFlexibleServerConnectionString', 'Get-AzMySqlFlexibleServerDatabase', 'Get-AzMySqlFlexibleServerFirewallRule', 'Get-AzMySqlFlexibleServerLocationBasedCapability', - 'Get-AzMySqlFlexibleServerReplica', 'Get-AzMySqlReplica', - 'Get-AzMySqlServer', 'Get-AzMySqlVirtualNetworkRule', - 'New-AzMySqlFirewallRule', 'New-AzMySqlFlexibleServer', + 'Get-AzMySqlFlexibleServerReplica', 'New-AzMySqlFlexibleServer', 'New-AzMySqlFlexibleServerDatabase', 'New-AzMySqlFlexibleServerFirewallRule', - 'New-AzMySqlFlexibleServerReplica', 'New-AzMySqlReplica', - 'New-AzMySqlServer', 'New-AzMySqlVirtualNetworkRule', - 'Remove-AzMySqlFirewallRule', 'Remove-AzMySqlFlexibleServer', + 'New-AzMySqlFlexibleServerReplica', 'Remove-AzMySqlFlexibleServer', 'Remove-AzMySqlFlexibleServerDatabase', - 'Remove-AzMySqlFlexibleServerFirewallRule', 'Remove-AzMySqlServer', - 'Remove-AzMySqlVirtualNetworkRule', 'Restart-AzMySqlFlexibleServer', - 'Restart-AzMySqlServer', 'Restore-AzMySqlFlexibleServer', - 'Restore-AzMySqlServer', 'Start-AzMySqlFlexibleServer', - 'Stop-AzMySqlFlexibleServer', 'Test-AzMySqlFlexibleServerConnect', - 'Update-AzMySqlConfiguration', 'Update-AzMySqlFirewallRule', - 'Update-AzMySqlFlexibleServer', + 'Remove-AzMySqlFlexibleServerFirewallRule', + 'Restart-AzMySqlFlexibleServer', 'Restore-AzMySqlFlexibleServer', + 'Start-AzMySqlFlexibleServer', 'Stop-AzMySqlFlexibleServer', + 'Test-AzMySqlFlexibleServerConnect', 'Update-AzMySqlFlexibleServer', 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting', 'Update-AzMySqlFlexibleServerConfiguration', - 'Update-AzMySqlFlexibleServerFirewallRule', 'Update-AzMySqlServer', - 'Update-AzMySqlServerConfigurationsList', - 'Update-AzMySqlVirtualNetworkRule' + 'Update-AzMySqlFlexibleServerFirewallRule' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() @@ -123,7 +113,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','MySql' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'MySql' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -149,7 +139,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/MySql/MySql/ChangeLog.md b/src/MySql/MySql/ChangeLog.md index f728c9373a12..2d1d69bed2ec 100644 --- a/src/MySql/MySql/ChangeLog.md +++ b/src/MySql/MySql/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249). ## Version 1.5.0 - Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-MySQLConnection diff --git a/src/MySql/MySql/help/Az.MySql.md b/src/MySql/MySql/help/Az.MySql.md index 6eb0a689f667..1ef404bbb35e 100644 --- a/src/MySql/MySql/help/Az.MySql.md +++ b/src/MySql/MySql/help/Az.MySql.md @@ -11,15 +11,6 @@ Locale: en-US Microsoft Azure PowerShell: MySql cmdlets ## Az.MySql Cmdlets -### [Get-AzMySqlConfiguration](Get-AzMySqlConfiguration.md) -Gets information about a configuration of server. - -### [Get-AzMySqlConnectionString](Get-AzMySqlConnectionString.md) -Get the connection string according to client connection provider. - -### [Get-AzMySqlFirewallRule](Get-AzMySqlFirewallRule.md) -Gets information about a server firewall rule. - ### [Get-AzMySqlFlexibleServer](Get-AzMySqlFlexibleServer.md) Gets information about a server. @@ -44,23 +35,11 @@ Get the available SKU information for the location ### [Get-AzMySqlFlexibleServerReplica](Get-AzMySqlFlexibleServerReplica.md) List all the replicas for a given server. -### [Get-AzMySqlReplica](Get-AzMySqlReplica.md) -List all the replicas for a given server. - -### [Get-AzMySqlServer](Get-AzMySqlServer.md) -Gets information about a server. - -### [Get-AzMySqlVirtualNetworkRule](Get-AzMySqlVirtualNetworkRule.md) -Gets a virtual network rule. - -### [New-AzMySqlFirewallRule](New-AzMySqlFirewallRule.md) -Creates a new firewall rule or updates an existing firewall rule. - ### [New-AzMySqlFlexibleServer](New-AzMySqlFlexibleServer.md) Creates a new MySQL flexible server. ### [New-AzMySqlFlexibleServerDatabase](New-AzMySqlFlexibleServerDatabase.md) -Creates a new database or updates an existing database. +Create a new database or create an existing database. ### [New-AzMySqlFlexibleServerFirewallRule](New-AzMySqlFlexibleServerFirewallRule.md) Creates a new firewall rule for MySQL flexible server @@ -68,18 +47,6 @@ Creates a new firewall rule for MySQL flexible server ### [New-AzMySqlFlexibleServerReplica](New-AzMySqlFlexibleServerReplica.md) Creates a replica server for a MySQL flexible server -### [New-AzMySqlReplica](New-AzMySqlReplica.md) -Creates a new replica from an existing database. - -### [New-AzMySqlServer](New-AzMySqlServer.md) -Creates a new server. - -### [New-AzMySqlVirtualNetworkRule](New-AzMySqlVirtualNetworkRule.md) -Creates or updates an existing virtual network rule. - -### [Remove-AzMySqlFirewallRule](Remove-AzMySqlFirewallRule.md) -Deletes a server firewall rule. - ### [Remove-AzMySqlFlexibleServer](Remove-AzMySqlFlexibleServer.md) Deletes a server. @@ -89,24 +56,12 @@ Deletes a database. ### [Remove-AzMySqlFlexibleServerFirewallRule](Remove-AzMySqlFlexibleServerFirewallRule.md) Deletes a firewall rule. -### [Remove-AzMySqlServer](Remove-AzMySqlServer.md) -Deletes a server. - -### [Remove-AzMySqlVirtualNetworkRule](Remove-AzMySqlVirtualNetworkRule.md) -Deletes the virtual network rule with the given name. - ### [Restart-AzMySqlFlexibleServer](Restart-AzMySqlFlexibleServer.md) Restarts a server. -### [Restart-AzMySqlServer](Restart-AzMySqlServer.md) -Restarts a server. - ### [Restore-AzMySqlFlexibleServer](Restore-AzMySqlFlexibleServer.md) Restore a server from an existing backup using GeoRestore -### [Restore-AzMySqlServer](Restore-AzMySqlServer.md) -Restore a server from an existing backup - ### [Start-AzMySqlFlexibleServer](Start-AzMySqlFlexibleServer.md) Starts a server. @@ -116,20 +71,13 @@ Stops a server. ### [Test-AzMySqlFlexibleServerConnect](Test-AzMySqlFlexibleServerConnect.md) Test out the connection to the database server -### [Update-AzMySqlConfiguration](Update-AzMySqlConfiguration.md) -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -### [Update-AzMySqlFirewallRule](Update-AzMySqlFirewallRule.md) -Creates a new firewall rule or updates an existing firewall rule. - ### [Update-AzMySqlFlexibleServer](Update-AzMySqlFlexibleServer.md) Updates an existing MySQL flexible server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzMySqlFlexibleServerConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. ### [Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting](Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md) -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ### [Update-AzMySqlFlexibleServerConfiguration](Update-AzMySqlFlexibleServerConfiguration.md) Updates information about a configuration of a MySQL flexible server. @@ -137,14 +85,3 @@ Updates information about a configuration of a MySQL flexible server. ### [Update-AzMySqlFlexibleServerFirewallRule](Update-AzMySqlFlexibleServerFirewallRule.md) Updates an existing firewall rule. -### [Update-AzMySqlServer](Update-AzMySqlServer.md) -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -### [Update-AzMySqlServerConfigurationsList](Update-AzMySqlServerConfigurationsList.md) -Update a list of configurations in a given server. - -### [Update-AzMySqlVirtualNetworkRule](Update-AzMySqlVirtualNetworkRule.md) -Creates or updates an existing virtual network rule. - diff --git a/src/MySql/MySql/help/Get-AzMySqlConfiguration.md b/src/MySql/MySql/help/Get-AzMySqlConfiguration.md deleted file mode 100644 index ffb4a599eebf..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlConfiguration.md +++ /dev/null @@ -1,181 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlconfiguration -schema: 2.0.0 ---- - -# Get-AzMySqlConfiguration - -## SYNOPSIS -Gets information about a configuration of server. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlConfiguration -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzMySqlConfiguration -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### GetViaIdentity -``` -Get-AzMySqlConfiguration -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets information about a configuration of server. - -## EXAMPLES - -### Example 1: List all configurations in specified MySql server -```powershell -Get-AzMySqlConfiguration -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -audit_log_enabled Microsoft.DBforMySQL/servers/configurations -audit_log_events Microsoft.DBforMySQL/servers/configurations -audit_log_exclude_users Microsoft.DBforMySQL/servers/configurations -audit_log_include_users Microsoft.DBforMySQL/servers/configurations -... -transaction_prealloc_size Microsoft.DBforMySQL/servers/configurations -tx_isolation Microsoft.DBforMySQL/servers/configurations -updatable_views_with_limit Microsoft.DBforMySQL/servers/configurations -wait_timeout Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet lists all configurations in specified MySql server. - -### Example 2: Get specified MySql configuration by name -```powershell -Get-AzMySqlConfiguration -Name time_zone -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -time_zone Microsoft.DBforMySQL/servers/configurations -``` - -This cmdlet gets specified MySql configuration by name. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server configuration. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ConfigurationName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: List, Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Get-AzMySqlConnectionString.md b/src/MySql/MySql/help/Get-AzMySqlConnectionString.md deleted file mode 100644 index 1807fa8ee389..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlConnectionString.md +++ /dev/null @@ -1,161 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlconnectionstring -schema: 2.0.0 ---- - -# Get-AzMySqlConnectionString - -## SYNOPSIS -Get the connection string according to client connection provider. - -## SYNTAX - -### Get (Default) -``` -Get-AzMySqlConnectionString -Client -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### GetViaIdentity -``` -Get-AzMySqlConnectionString -Client -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Get the connection string according to client connection provider. - -## EXAMPLES - -### Example 1: Get MySql server connection string by resource group and server name -```powershell -Get-AzMySqlConnectionString -Client ADO.NET -Name mysql-test -ResourceGroupName PowershellMySqlTest -``` - -```output -Server=mysql-test.mysql.database.azure.com; Port=3306; Database={your_database}; Uid=mysql_test@mysql-test; Pwd={your_password}; -``` - -This cmdlet gets MySql server connection string by resource group and server name. - -### Example 2: Get MySql server connection string by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Get-AzMySqlConnectionString -Client PHP -``` - -```output -$con=mysqli_init(); mysqli_real_connect($con, "mysql-test.mysql.database.azure.com", "mysql_test@mysql-test", {your_password}, {your_database}, 3306); -``` - -This cmdlet gets MySql server connection string by identity. - -## PARAMETERS - -### -Client -Client connection provider. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -The server for the connection string. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### System.String - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Get-AzMySqlFirewallRule.md b/src/MySql/MySql/help/Get-AzMySqlFirewallRule.md deleted file mode 100644 index 46e85dcae108..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlFirewallRule.md +++ /dev/null @@ -1,187 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Get-AzMySqlFirewallRule - -## SYNOPSIS -Gets information about a server firewall rule. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlFirewallRule -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### Get -``` -Get-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### GetViaIdentity -``` -Get-AzMySqlFirewallRule -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets information about a server firewall rule. - -## EXAMPLES - -### Example 1: Lists all the Firewall Rules in specified MySql server -```powershell -Get-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet lists all the Firewall Rule in specified MySql server. - -### Example 2: Get Firewall Rule by name -```powershell -Get-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by name. - -### Example 3: Get Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Get-AzMySqlFirewallRule -InputObject $ID -``` - -```output -Name Type ----- ---- -rule Microsoft.DBforMySQL/servers/firewallRules -``` - -This cmdlet gets Firewall Rule by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: List, Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServer.md index 6bf1cda89e11..8cfa4f33c716 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServer.md @@ -115,7 +115,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -184,7 +183,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md index 00cec200ab20..f77165a67358 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md @@ -107,7 +107,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IAdvancedThreatProtection ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConfiguration.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConfiguration.md index 7ca53402a054..ec169395a7f5 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConfiguration.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConfiguration.md @@ -19,6 +19,12 @@ Get-AzMySqlFlexibleServerConfiguration -ResourceGroupName -ServerName < [] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerConfiguration -Name -FlexibleServerInputObject + [-DefaultProfile ] [] +``` + ### Get ``` Get-AzMySqlFlexibleServerConfiguration -Name -ResourceGroupName -ServerName @@ -100,9 +106,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -121,7 +141,7 @@ The name of the server configuration. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityFlexibleServer, Get Aliases: ConfigurationName Required: True @@ -186,7 +206,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConnectionString.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConnectionString.md index 6862316f10ac..974ec5262485 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConnectionString.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerConnectionString.md @@ -86,7 +86,6 @@ Accept wildcard characters: False ### -InputObject The server for the connection string. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerDatabase.md index fde883694227..75c98cf3762c 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerDatabase.md @@ -18,6 +18,12 @@ Get-AzMySqlFlexibleServerDatabase -ResourceGroupName -ServerName ] [] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerDatabase -Name -FlexibleServerInputObject + [-DefaultProfile ] [] +``` + ### Get ``` Get-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -ServerName @@ -102,9 +108,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -123,7 +143,7 @@ The name of the database. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityFlexibleServer, Get Aliases: DatabaseName Required: True @@ -188,7 +208,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IDatabase ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerFirewallRule.md index 41b8f0cddaba..fa629d27457d 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerFirewallRule.md @@ -19,6 +19,12 @@ Get-AzMySqlFlexibleServerFirewallRule -ResourceGroupName -ServerName ] ``` +### GetViaIdentityFlexibleServer +``` +Get-AzMySqlFlexibleServerFirewallRule -Name -FlexibleServerInputObject + [-DefaultProfile ] [] +``` + ### Get ``` Get-AzMySqlFlexibleServerFirewallRule -Name -ResourceGroupName -ServerName @@ -96,9 +102,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: GetViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -117,7 +137,7 @@ The name of the server firewall rule. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityFlexibleServer, Get Aliases: FirewallRuleName Required: True @@ -182,7 +202,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerLocationBasedCapability.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerLocationBasedCapability.md index 972ac35d71f2..8209342a8ccf 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerLocationBasedCapability.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerLocationBasedCapability.md @@ -107,7 +107,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ICapabilityProperties ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerReplica.md b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerReplica.md index 0e08430e12d8..66d349c926c1 100644 --- a/src/MySql/MySql/help/Get-AzMySqlFlexibleServerReplica.md +++ b/src/MySql/MySql/help/Get-AzMySqlFlexibleServerReplica.md @@ -106,7 +106,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/Get-AzMySqlReplica.md b/src/MySql/MySql/help/Get-AzMySqlReplica.md deleted file mode 100644 index d3e5b79b9b4f..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlReplica.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlreplica -schema: 2.0.0 ---- - -# Get-AzMySqlReplica - -## SYNOPSIS -List all the replicas for a given server. - -## SYNTAX - -``` -Get-AzMySqlReplica -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -## DESCRIPTION -List all the replicas for a given server. - -## EXAMPLES - -### Example 1: Get MySql server replica by resource group and server name -```powershell -Get-AzMySqlReplica -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet gets MySql server replica by resource group and server name. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Get-AzMySqlServer.md b/src/MySql/MySql/help/Get-AzMySqlServer.md deleted file mode 100644 index acf7264f0352..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlServer.md +++ /dev/null @@ -1,190 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlserver -schema: 2.0.0 ---- - -# Get-AzMySqlServer - -## SYNOPSIS -Gets information about a server. - -## SYNTAX - -### List1 (Default) -``` -Get-AzMySqlServer [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### Get -``` -Get-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] -``` - -### List -``` -Get-AzMySqlServer -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] -``` - -### GetViaIdentity -``` -Get-AzMySqlServer -InputObject [-DefaultProfile ] - [] -``` - -## DESCRIPTION -Gets information about a server. - -## EXAMPLES - -### Example 1: Get MySql server with default context -```powershell -Get-AzMySqlServer -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server with default context. - -### Example 2: Get MySql server by resource group and server name -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet gets MySql server by resource group and server name. - -### Example 3: Lists all the MySql servers in specified resource group -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists all the MySql servers in specified resource group. - -### Example 4: Get MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Get-AzMySqlServer -InputObject $ID -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -This cmdlet lists gets MySql server by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Get, List -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: List1, Get, List -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Get-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql/help/Get-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index afe011e28644..000000000000 --- a/src/MySql/MySql/help/Get-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,202 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Get-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Gets a virtual network rule. - -## SYNTAX - -### List (Default) -``` -Get-AzMySqlVirtualNetworkRule -ResourceGroupName -ServerName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] -``` - -### Get -``` -Get-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [] -``` - -### GetViaIdentity -``` -Get-AzMySqlVirtualNetworkRule -InputObject [-DefaultProfile ] [-PassThru] - [] -``` - -## DESCRIPTION -Gets a virtual network rule. - -## EXAMPLES - -### Example 1: Lists all the Virtual Network Rules in specified MySql server -```powershell -Get-AzMySqlVirtualNetworkRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet lists all the Virtual Network Rules in specified MySql server. - -### Example 2: Get Virtual Network Rule by name -```powershell -Get-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by name. - -### Example 3: Get Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Get-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet gets Virtual Network Rule by identity. - -## PARAMETERS - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: GetViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: Get -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: List, Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String[] -Parameter Sets: List, Get -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/New-AzMySqlFirewallRule.md b/src/MySql/MySql/help/New-AzMySqlFirewallRule.md deleted file mode 100644 index c449728f9756..000000000000 --- a/src/MySql/MySql/help/New-AzMySqlFirewallRule.md +++ /dev/null @@ -1,295 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlfirewallrule -schema: 2.0.0 ---- - -# New-AzMySqlFirewallRule - -## SYNOPSIS -Creates a new firewall rule or updates an existing firewall rule. - -## SYNTAX - -### CreateExpanded (Default) -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName [-Name ] - [-SubscriptionId ] -EndIPAddress -StartIPAddress [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] -``` - -### ClientIPAddress -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName [-Name ] - [-SubscriptionId ] -ClientIPAddress [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -### AllowAll -``` -New-AzMySqlFirewallRule -ResourceGroupName -ServerName [-Name ] - [-SubscriptionId ] [-AllowAll] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates a new firewall rule or updates an existing firewall rule. - -## EXAMPLES - -### Example 1: Create a new MySql server Firewall Rule -```powershell -New-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.1 -StartIPAddress 0.0.0.0 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.0 0.0.0.1 -``` - -This cmdlets create a MySql server Firewall Rule. - -### Example 2: Create a new MySql Firewall Rule using -ClientIPAddress. -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -ClientIPAddress 0.0.0.1 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -ClientIPAddress_2020-08-11_18-19-27 0.0.0.1 0.0.0.1 -``` - -This cmdlets create a MySql Firewall Rule using -ClientIPAddress. - -### Example 3: Create a new MySql Firewall Rule to allow all IPs -```powershell -New-AzMySqlFirewallRule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -AllowAll -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -AllowAll_2020-08-11_18-19-27 0.0.0.0 255.255.255.255 -``` - -This cmdlets create a new MySql Firewall Rule to allow all IPs. - -## PARAMETERS - -### -AllowAll -Present to allow all range IPs, from 0.0.0.0 to 255.255.255.255. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: AllowAll -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ClientIPAddress -Client specified single IP of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EndIPAddress -The end IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. -If not specified, the default is undefined. -If AllowAll is present, the default name is AllowAll_yyyy-MM-dd_HH-mm-ss. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: FirewallRuleName - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartIPAddress -The start IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/New-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/New-AzMySqlFlexibleServer.md index 1f8ea93b2b3c..04e921a2e3f7 100644 --- a/src/MySql/MySql/help/New-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/New-AzMySqlFlexibleServer.md @@ -16,10 +16,10 @@ Creates a new MySQL flexible server. New-AzMySqlFlexibleServer [-Name ] [-ResourceGroupName ] [-SubscriptionId ] [-Location ] [-Zone ] [-AdministratorUserName ] [-AdministratorLoginPassword ] [-Sku ] [-SkuTier ] [-BackupRetentionDay ] - [-StorageInMb ] [-StorageAutogrow ] [-Iops ] [-Tag ] - [-Version ] [-SubnetPrefix ] [-Subnet ] [-VnetPrefix ] [-Vnet ] - [-PrivateDnsZone ] [-PublicAccess ] [-HighAvailability ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-StorageInMb ] [-StorageAutogrow ] [-Iops ] [-Tag ] [-Version ] + [-SubnetPrefix ] [-Subnet ] [-VnetPrefix ] [-Vnet ] [-PrivateDnsZone ] + [-PublicAccess ] [-HighAvailability ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -428,7 +428,7 @@ Enable or disable Storage Auto Grow. The default value is Disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow +Type: System.String Parameter Sets: (All) Aliases: @@ -522,7 +522,7 @@ Accept wildcard characters: False Server version. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion +Type: System.String Parameter Sets: (All) Aliases: @@ -619,7 +619,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/New-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql/help/New-AzMySqlFlexibleServerDatabase.md index 75bbc9651a62..bab334deddd3 100644 --- a/src/MySql/MySql/help/New-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql/help/New-AzMySqlFlexibleServerDatabase.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzMySqlFlexibleServerDatabase ## SYNOPSIS -Creates a new database or updates an existing database. +Create a new database or create an existing database. ## SYNTAX @@ -19,6 +19,27 @@ New-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -Se [-NoWait] [-WhatIf] [-Confirm] [] ``` +### CreateViaJsonString +``` +New-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -ServerName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonFilePath +``` +New-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName -ServerName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityFlexibleServerExpanded +``` +New-AzMySqlFlexibleServerDatabase -Name -FlexibleServerInputObject + [-Charset ] [-Collation ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + ### CreateViaIdentityExpanded ``` New-AzMySqlFlexibleServerDatabase -InputObject [-Charset ] [-Collation ] @@ -27,7 +48,7 @@ New-AzMySqlFlexibleServerDatabase -InputObject [-Charset -ResourceGroupName [-SubscriptionId ] - -Master [-Zone ] [-DefaultProfile ] [-AsJob] [-NoWait] + -Master [-Zone ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -84,10 +84,9 @@ Accept wildcard characters: False ### -Master The source server object to create replica from. -To construct, see NOTES section for MASTER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer Parameter Sets: (All) Aliases: InputObject @@ -209,11 +208,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/New-AzMySqlReplica.md b/src/MySql/MySql/help/New-AzMySqlReplica.md deleted file mode 100644 index 8bb32b901a64..000000000000 --- a/src/MySql/MySql/help/New-AzMySqlReplica.md +++ /dev/null @@ -1,236 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlreplica -schema: 2.0.0 ---- - -# New-AzMySqlReplica - -## SYNOPSIS -Creates a new replica from an existing database. - -## SYNTAX - -``` -New-AzMySqlReplica -Replica -ResourceGroupName [-SubscriptionId ] -Master - [-Location ] [-Sku ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates a new replica from an existing database. - -## EXAMPLES - -### Example 1: Create a new MySql server replica -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | New-AzMySqlReplica -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet creates a new MySql server replica. - -### Example 2: Create a new MySql server replica -```powershell -$mysql = Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -New-AzMySqlReplica -Master $mysql -Replica mysql-test-replica -ResourceGroupName PowershellMySqlTest -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-replica eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet with parameter master(inputobject) creates a new MySql server replica. - -## PARAMETERS - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Master -The source server object to create replica from. -To construct, see NOTES section for MASTER properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: (All) -Aliases: InputObject - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Replica -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ReplicaServerName, Name - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/New-AzMySqlServer.md b/src/MySql/MySql/help/New-AzMySqlServer.md deleted file mode 100644 index 1f4b7581f2d5..000000000000 --- a/src/MySql/MySql/help/New-AzMySqlServer.md +++ /dev/null @@ -1,363 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlserver -schema: 2.0.0 ---- - -# New-AzMySqlServer - -## SYNOPSIS -Creates a new server. - -## SYNTAX - -``` -New-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] -Location - -AdministratorUserName -AdministratorLoginPassword -Sku - [-SslEnforcement ] [-MinimalTlsVersion ] - [-BackupRetentionDay ] [-GeoRedundantBackup ] [-StorageAutogrow ] - [-StorageInMb ] [-Tag ] [-Version ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates a new server. - -## EXAMPLES - -### Example 1: Create a new MySql server -```powershell -$password = ConvertTo-SecureString -String "1234" -Force -AsPlainText -New-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -Location eastus -AdministratorUserName mysql_test -AdministratorLoginPassword $password -Sku GP_Gen5_4 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- ------------ -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Enabled -``` - -These cmdlets create a new MySql server. - -## PARAMETERS - -### -AdministratorLoginPassword -The password of the administrator. -Minimum 8 characters and maximum 128 characters. -Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters. - -```yaml -Type: System.Security.SecureString -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AdministratorUserName -Administrator username for the server. -Once set, it cannot be changed. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupRetentionDay -Backup retention days for the server. -Day count is between 7 and 35. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -GeoRedundantBackup -Enable Geo-redundant or not for server backup. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -MinimalTlsVersion -Set the minimal TLS version for connections to server when SSL is enabled. -Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SslEnforcement -Enable ssl enforcement or not when connect to server. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageAutogrow -Enable Storage Auto Grow. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageInMb -Max storage allowed for a server. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Version -Server version. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/New-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql/help/New-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 942ca85f25c2..000000000000 --- a/src/MySql/MySql/help/New-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,236 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/new-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# New-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Creates or updates an existing virtual network rule. - -## SYNTAX - -``` -New-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] -SubnetId [-IgnoreMissingVnetServiceEndpoint] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates or updates an existing virtual network rule. - -## EXAMPLES - -### Example 1: Create a new MySql server Virtual Network Rule -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -New-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets create a MySql server Virtual Network Rule. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IgnoreMissingVnetServiceEndpoint -Create firewall rule before the virtual network has vnet service endpoint enabled. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubnetId -The ARM resource id of the virtual network subnet. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Remove-AzMySqlFirewallRule.md b/src/MySql/MySql/help/Remove-AzMySqlFirewallRule.md deleted file mode 100644 index b0a573e73934..000000000000 --- a/src/MySql/MySql/help/Remove-AzMySqlFirewallRule.md +++ /dev/null @@ -1,232 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Remove-AzMySqlFirewallRule - -## SYNOPSIS -Deletes a server firewall rule. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlFirewallRule -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Deletes a server firewall rule. - -## EXAMPLES - -### Example 1: Remove MySql Firewall Rule by name -```powershell -Remove-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql Firewall Rule by name. - -### Example 2: Remove MySql Firewall Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Remove-AzMySqlFirewallRule -InputObject $ID -``` - -These cmdlets remove MySql Firewall Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServer.md index 48937ec410d5..436fd84e0526 100644 --- a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServer.md @@ -80,7 +80,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerDatabase.md b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerDatabase.md index 3c860ac74176..7155133afc6d 100644 --- a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerDatabase.md +++ b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerDatabase.md @@ -19,6 +19,13 @@ Remove-AzMySqlFlexibleServerDatabase -Name -ResourceGroupName [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityFlexibleServer +``` +Remove-AzMySqlFlexibleServerDatabase -Name -FlexibleServerInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzMySqlFlexibleServerDatabase -InputObject [-DefaultProfile ] [-AsJob] @@ -78,9 +85,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: DeleteViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -99,7 +120,7 @@ The name of the database. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityFlexibleServer Aliases: DatabaseName Required: True diff --git a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerFirewallRule.md index 59aad5f3def2..d6c96334f06b 100644 --- a/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql/help/Remove-AzMySqlFlexibleServerFirewallRule.md @@ -19,6 +19,13 @@ Remove-AzMySqlFlexibleServerFirewallRule -Name -ResourceGroupName ] ``` +### DeleteViaIdentityFlexibleServer +``` +Remove-AzMySqlFlexibleServerFirewallRule -Name -FlexibleServerInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzMySqlFlexibleServerFirewallRule -InputObject [-DefaultProfile ] [-AsJob] @@ -78,9 +85,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FlexibleServerInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +Parameter Sets: DeleteViaIdentityFlexibleServer +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -99,7 +120,7 @@ The name of the server firewall rule. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityFlexibleServer Aliases: FirewallRuleName Required: True diff --git a/src/MySql/MySql/help/Remove-AzMySqlServer.md b/src/MySql/MySql/help/Remove-AzMySqlServer.md deleted file mode 100644 index 06bb10ab705d..000000000000 --- a/src/MySql/MySql/help/Remove-AzMySqlServer.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlserver -schema: 2.0.0 ---- - -# Remove-AzMySqlServer - -## SYNOPSIS -Deletes a server. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlServer -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Deletes a server. - -## EXAMPLES - -### Example 1: Remove MySql server by resourceGroup and server name -```powershell -Remove-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet removes MySql server by resourceGroup and server name. - -### Example 2: Remove MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test" -Remove-AzMySqlServer -InputObject $ID -``` - -These cmdlets remove MySql server by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Remove-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql/help/Remove-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index 02f174e4deda..000000000000 --- a/src/MySql/MySql/help/Remove-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,232 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Remove-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Deletes the virtual network rule with the given name. - -## SYNTAX - -### Delete (Default) -``` -Remove-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] -``` - -### DeleteViaIdentity -``` -Remove-AzMySqlVirtualNetworkRule -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Deletes the virtual network rule with the given name. - -## EXAMPLES - -### Example 1: Remove MySql server Virtual Network Rule by name -```powershell -Remove-AzMySqlVirtualNetworkRule -Name vnet -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -This cmdlet removes MySql server Virtual Network Rule by name. - -### Example 2: Remove MySql server Virtual Network Rule by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Remove-AzMySqlVirtualNetworkRule -InputObject $ID -``` - -These cmdlets remove MySql server Virtual Network Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: DeleteViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Delete -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Restart-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Restart-AzMySqlFlexibleServer.md index 30c27c0f5f56..d926f4aad3e6 100644 --- a/src/MySql/MySql/help/Restart-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Restart-AzMySqlFlexibleServer.md @@ -15,8 +15,22 @@ Restarts a server. ### RestartExpanded (Default) ``` Restart-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] - [-MaxFailoverSecond ] [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-MaxFailoverSecond ] [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RestartViaJsonString +``` +Restart-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### RestartViaJsonFilePath +``` +Restart-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### Restart @@ -29,7 +43,7 @@ Restart-AzMySqlFlexibleServer -Name -ResourceGroupName [-Subsc ### RestartViaIdentityExpanded ``` Restart-AzMySqlFlexibleServer -InputObject [-MaxFailoverSecond ] - [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-RestartWithFailover ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -102,7 +116,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -116,6 +129,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MaxFailoverSecond The maximum allowed failover time in seconds. @@ -136,7 +179,7 @@ The name of the server. ```yaml Type: System.String -Parameter Sets: RestartExpanded, Restart +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: ServerName Required: True @@ -163,10 +206,9 @@ Accept wildcard characters: False ### -Parameter Server restart parameters. -To construct, see NOTES section for PARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerRestartParameter Parameter Sets: Restart, RestartViaIdentity Aliases: @@ -198,7 +240,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: RestartExpanded, Restart +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: Required: True @@ -212,7 +254,7 @@ Accept wildcard characters: False Whether or not failover to standby server when restarting a server with high availability enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum +Type: System.String Parameter Sets: RestartExpanded, RestartViaIdentityExpanded Aliases: @@ -228,7 +270,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: RestartExpanded, Restart +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: Required: False @@ -274,10 +316,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter - ### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerRestartParameter + ## OUTPUTS ### System.Boolean diff --git a/src/MySql/MySql/help/Restart-AzMySqlServer.md b/src/MySql/MySql/help/Restart-AzMySqlServer.md deleted file mode 100644 index a8ae4e680806..000000000000 --- a/src/MySql/MySql/help/Restart-AzMySqlServer.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/restart-azmysqlserver -schema: 2.0.0 ---- - -# Restart-AzMySqlServer - -## SYNOPSIS -Restarts a server. - -## SYNTAX - -### Restart (Default) -``` -Restart-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] -``` - -### RestartViaIdentity -``` -Restart-AzMySqlServer -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Restarts a server. - -## EXAMPLES - -### Example 1: Restart MySql server by resource group and server name -```powershell -Restart-AzMySqlServer -ResourceGroupName PowershellMySqlTest -Name mysql-test -``` - -This cmdlet restarts MySql server by resource group and server name. - -### Example 2: Restart MySql server by identity -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/restart" -Restart-AzMySqlServer -InputObject $ID -``` - -These cmdlets restart MySql server by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: RestartViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: Restart -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### System.Boolean - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md index 24fbc1dc7440..74a68407915f 100644 --- a/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Restore-AzMySqlFlexibleServer.md @@ -15,7 +15,7 @@ Restore a server from an existing backup using GeoRestore ### PointInTimeRestore (Default) ``` Restore-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] - -InputObject -RestorePointInTime [-Zone ] [-Subnet ] + -InputObject -RestorePointInTime [-Zone ] [-Subnet ] [-PrivateDnsZone ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Restore-AzMySqlFlexibleServer -Name -ResourceGroupName [-Subsc ### GeoRestore ``` Restore-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] - -InputObject -Location [-UseGeoRestore] [-Sku ] [-Tag ] + -InputObject -Location [-UseGeoRestore] [-Sku ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -95,10 +95,9 @@ Accept wildcard characters: False ### -InputObject The source server object to restore from. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer Parameter Sets: (All) Aliases: @@ -331,11 +330,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/Restore-AzMySqlServer.md b/src/MySql/MySql/help/Restore-AzMySqlServer.md deleted file mode 100644 index b2b56689c856..000000000000 --- a/src/MySql/MySql/help/Restore-AzMySqlServer.md +++ /dev/null @@ -1,306 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/restore-azmysqlserver -schema: 2.0.0 ---- - -# Restore-AzMySqlServer - -## SYNOPSIS -Restore a server from an existing backup - -## SYNTAX - -### GeoRestore (Default) -``` -Restore-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - -InputObject [-UseGeoRestore] [-Location ] [-Sku ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] -``` - -### PointInTimeRestore -``` -Restore-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - -InputObject [-Location ] [-Sku ] [-Tag ] -RestorePointInTime - [-UsePointInTimeRestore] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Restore a server from an existing backup - -## EXAMPLES - -### Example 1: Restore MySql server using GeoReplica Restore -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test-replica | Restore-AzMySqlServer -Name mysql-test -ResourceGroupName PowershellMySqlTest -UseGeoRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-11 eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet restores MySql server using GeoReplica Restore. - -### Example 2: Restore MySql server using PointInTime Restore -```powershell -$restorePointInTime = (Get-Date).AddMinutes(-10) -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Restore-AzMySqlServer -Name mysql-test-restore -ResourceGroupName PowershellMySqlTest -RestorePointInTime $restorePointInTime -UsePointInTimeRestore -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test-restore eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -These cmdlets restore MySql server using PointInTime Restore. - -## PARAMETERS - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -The source server object to restore from. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Location -The location the resource resides in. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource, You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RestorePointInTime -The location the resource resides in. - -```yaml -Type: System.DateTime -Parameter Sets: PointInTimeRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UseGeoRestore -Use Geo mode to restore - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: GeoRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UsePointInTimeRestore -Use PointInTime mode to restore - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: PointInTimeRestore -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Start-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Start-AzMySqlFlexibleServer.md index 583b75833182..6b84c5523549 100644 --- a/src/MySql/MySql/help/Start-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Start-AzMySqlFlexibleServer.md @@ -80,7 +80,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql/help/Stop-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Stop-AzMySqlFlexibleServer.md index 976d9bf5233b..4cb1ac1d7ffb 100644 --- a/src/MySql/MySql/help/Stop-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Stop-AzMySqlFlexibleServer.md @@ -80,7 +80,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql/help/Test-AzMySqlFlexibleServerConnect.md b/src/MySql/MySql/help/Test-AzMySqlFlexibleServerConnect.md index 336e1cb6bddc..8ae57e69eebe 100644 --- a/src/MySql/MySql/help/Test-AzMySqlFlexibleServerConnect.md +++ b/src/MySql/MySql/help/Test-AzMySqlFlexibleServerConnect.md @@ -169,7 +169,6 @@ Accept wildcard characters: False ### -InputObject The server to connect. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity diff --git a/src/MySql/MySql/help/Update-AzMySqlConfiguration.md b/src/MySql/MySql/help/Update-AzMySqlConfiguration.md deleted file mode 100644 index d206171800ab..000000000000 --- a/src/MySql/MySql/help/Update-AzMySqlConfiguration.md +++ /dev/null @@ -1,261 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlconfiguration -schema: 2.0.0 ---- - -# Update-AzMySqlConfiguration - -## SYNOPSIS -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlConfiguration -Name -ResourceGroupName -ServerName - [-SubscriptionId ] [-Source ] [-Value ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlConfiguration -InputObject [-Source ] [-Value ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] -``` - -## DESCRIPTION -Updates a configuration of a server. -Use Update-AzMySqlServer instead if you want update AdministratorLoginPassword, sku, etc. - -## EXAMPLES - -### Example 1: Update MySql configuration by name -```powershell -Update-AzMySqlConfiguration -Name net_retry_count -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -Value 15 -``` - -```output -Name Value ----- ----- -net_retry_count 15 -``` - -This cmdlet updates MySql configuration by name. - -### Example 2: Update MySql configuration by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/configurations/wait_timeout" -Update-AzMySqlConfiguration -InputObject $ID -Value 150 -``` - -```output -Name Value ----- ----- -wait_timeout 150 -``` - -These cmdlets update MySql configuration by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server configuration. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: ConfigurationName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Source -Source of the configuration. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Value -Value of the configuration. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Update-AzMySqlFirewallRule.md b/src/MySql/MySql/help/Update-AzMySqlFirewallRule.md deleted file mode 100644 index 83cf71ab8b2c..000000000000 --- a/src/MySql/MySql/help/Update-AzMySqlFirewallRule.md +++ /dev/null @@ -1,304 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlfirewallrule -schema: 2.0.0 ---- - -# Update-AzMySqlFirewallRule - -## SYNOPSIS -Creates a new firewall rule or updates an existing firewall rule. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] -EndIPAddress -StartIPAddress [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] -``` - -### ClientIPAddress -``` -Update-AzMySqlFirewallRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] -ClientIPAddress [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlFirewallRule -InputObject -EndIPAddress -StartIPAddress - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] -``` - -### ClientIPAddressViaIdentity -``` -Update-AzMySqlFirewallRule -InputObject -ClientIPAddress [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates a new firewall rule or updates an existing firewall rule. - -## EXAMPLES - -### Example 1: Update MySql Firewall Rule by name -```powershell -Update-AzMySqlFirewallRule -Name rule -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -This cmdlet updates MySql Firewall Rule by name. - -### Example 2: Update MySql Firewall Rule by identity. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -EndIPAddress 0.0.0.3 -StartIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.3 -``` - -These cmdlets update MySql Firewall Rule by identity. - -### Example 3: Update MySql Firewall Rule by -ClientIPAddress. -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/firewallRules/rule" -Update-AzMySqlFirewallRule -InputObject $ID -ClientIPAddress 0.0.0.2 -``` - -```output -Name StartIPAddress EndIPAddress ----- -------------- ------------ -rule 0.0.0.2 0.0.0.2 -``` - -These cmdlets update MySql Firewall Rule by -ClientIPAddress. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ClientIPAddress -Client specified single IP of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: ClientIPAddress, ClientIPAddressViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EndIPAddress -The end IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded, ClientIPAddressViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the server firewall rule. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, ClientIPAddress -Aliases: FirewallRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, ClientIPAddress -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, ClientIPAddress -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartIPAddress -The start IP address of the server firewall rule. -Must be IPv4 format. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, ClientIPAddress -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Update-AzMySqlFlexibleServer.md b/src/MySql/MySql/help/Update-AzMySqlFlexibleServer.md index db401f8c84ee..b9a5cbe1bad6 100644 --- a/src/MySql/MySql/help/Update-AzMySqlFlexibleServer.md +++ b/src/MySql/MySql/help/Update-AzMySqlFlexibleServer.md @@ -17,17 +17,17 @@ Use Update-AzMySqlFlexibleServerConfiguration instead if you want update server ### UpdateExpanded (Default) ``` Update-AzMySqlFlexibleServer -Name -ResourceGroupName [-SubscriptionId ] - [-AdministratorLoginPassword ] [-ReplicationRole ] [-Sku ] [-SkuTier ] - [-HighAvailability ] [-BackupRetentionDay ] [-StorageAutogrow ] - [-StorageInMb ] [-Tag ] [-MaintenanceWindow ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-AdministratorLoginPassword ] [-ReplicationRole ] [-Sku ] [-SkuTier ] + [-HighAvailability ] [-BackupRetentionDay ] [-StorageAutogrow ] [-StorageInMb ] + [-Tag ] [-MaintenanceWindow ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzMySqlFlexibleServer -InputObject [-AdministratorLoginPassword ] - [-ReplicationRole ] [-Sku ] [-SkuTier ] [-HighAvailability ] - [-BackupRetentionDay ] [-StorageAutogrow ] [-StorageInMb ] [-Tag ] + [-ReplicationRole ] [-Sku ] [-SkuTier ] [-HighAvailability ] + [-BackupRetentionDay ] [-StorageAutogrow ] [-StorageInMb ] [-Tag ] [-MaintenanceWindow ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -261,7 +261,7 @@ Accepted values: Burstable, GeneralPurpose, Memory Optimized. Default: Burstable. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier +Type: System.String Parameter Sets: (All) Aliases: @@ -277,7 +277,7 @@ Enable or disable Storage Auto Grow. The default value is Disabled ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow +Type: System.String Parameter Sets: (All) Aliases: @@ -373,7 +373,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServer ## NOTES diff --git a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md index b42c6523a36a..56f65dce9ef9 100644 --- a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md +++ b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting.md @@ -8,26 +8,40 @@ schema: 2.0.0 # Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting ## SYNOPSIS -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName - [-SubscriptionId ] [-State ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-State ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaJsonString +``` +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaJsonFilePath ``` -Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -InputObject - [-State ] [-DefaultProfile ] [-AsJob] [-NoWait] +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -ResourceGroupName -ServerName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` +### UpdateViaIdentityExpanded +``` +Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting -InputObject [-State ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + ## DESCRIPTION -Updates a server's Advanced Threat Protection state. +Update a server's Advanced Threat Protection state. ## EXAMPLES @@ -79,7 +93,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity @@ -93,6 +106,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Update operation + +```yaml +Type: System.String +Parameter Sets: UpdateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -114,7 +157,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: True @@ -129,7 +172,7 @@ The name of the server. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: True @@ -143,8 +186,8 @@ Accept wildcard characters: False Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState -Parameter Sets: (All) +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -159,7 +202,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath Aliases: Required: False @@ -209,7 +252,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IAdvancedThreatProtection ## NOTES diff --git a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerConfiguration.md b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerConfiguration.md index a89355fa16bb..fb639c1c0d80 100644 --- a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerConfiguration.md +++ b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerConfiguration.md @@ -253,7 +253,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration ## NOTES diff --git a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerFirewallRule.md b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerFirewallRule.md index c33a2b54cd7b..77b6f18b8613 100644 --- a/src/MySql/MySql/help/Update-AzMySqlFlexibleServerFirewallRule.md +++ b/src/MySql/MySql/help/Update-AzMySqlFlexibleServerFirewallRule.md @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated +### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule ## NOTES diff --git a/src/MySql/MySql/help/Update-AzMySqlServer.md b/src/MySql/MySql/help/Update-AzMySqlServer.md deleted file mode 100644 index 74f353266973..000000000000 --- a/src/MySql/MySql/help/Update-AzMySqlServer.md +++ /dev/null @@ -1,424 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlserver -schema: 2.0.0 ---- - -# Update-AzMySqlServer - -## SYNOPSIS -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlServer -Name -ResourceGroupName [-SubscriptionId ] - [-AdministratorLoginPassword ] [-ReplicationRole ] [-SkuCapacity ] - [-SkuFamily ] [-Sku ] [-SkuTier ] [-SslEnforcement ] - [-MinimalTlsVersion ] [-BackupRetentionDay ] - [-StorageAutogrow ] [-StorageInMb ] [-Tag ] - [-PublicNetworkAccess ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlServer -InputObject [-AdministratorLoginPassword ] - [-ReplicationRole ] [-SkuCapacity ] [-SkuFamily ] [-Sku ] [-SkuTier ] - [-SslEnforcement ] [-MinimalTlsVersion ] - [-BackupRetentionDay ] [-StorageAutogrow ] [-StorageInMb ] [-Tag ] - [-PublicNetworkAccess ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Updates an existing server. -The request body can contain one to many of the properties present in the normal server definition. -Use Update-AzMySqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. - -## EXAMPLES - -### Example 1: Update MySql server by resource group and server name -```powershell -Update-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -SslEnforcement Disabled -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 5120 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by resource group and server name. - -### Example 2: Update MySql server by identity. -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServer -BackupRetentionDay 23 -StorageInMb 10240 -``` - -```output -Name Location AdministratorLogin Version StorageProfileStorageMb SkuName SkuTier SslEnforcement ----- -------- ------------------ ------- ----------------------- ------- ------- -------------- -mysql-test eastus mysql_test 5.7 10240 GP_Gen5_4 GeneralPurpose Disabled -``` - -This cmdlet updates MySql server by identity. - -## PARAMETERS - -### -AdministratorLoginPassword -The password of the administrator login. - -```yaml -Type: System.Security.SecureString -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AsJob -Run the command as a job. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupRetentionDay -Backup retention days for the server. -Day count is between 7 and 35. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter. -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -MinimalTlsVersion -Set the minimal TLS version for connections to server when SSL is enabled. -Default is TLSEnforcementDisabled.accepted values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: ServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PublicNetworkAccess -Whether or not public network access is allowed for this server. -Value is optional but if passed in, must be 'Enabled' or 'Disabled' - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReplicationRole -The replication role of the server. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group that contains the resource. -You can obtain this value from the Azure Resource Manager API or the portal. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Sku -The name of the sku, typically, tier + family + cores, e.g. -B_Gen4_1, GP_Gen5_8. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuCapacity -The scale up/out capacity, representing server's compute units. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuFamily -The family of hardware. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SkuTier -The tier of the particular SKU, e.g. -Basic. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SslEnforcement -Enable ssl enforcement or not when connect to server. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageAutogrow -Enable Storage Auto Grow. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StorageInMb -Max storage allowed for a server. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The subscription ID that identifies an Azure subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Tag -Application-specific metadata in the form of key-value pairs. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Update-AzMySqlServerConfigurationsList.md b/src/MySql/MySql/help/Update-AzMySqlServerConfigurationsList.md deleted file mode 100644 index bf1f578277f4..000000000000 --- a/src/MySql/MySql/help/Update-AzMySqlServerConfigurationsList.md +++ /dev/null @@ -1,218 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlserverconfigurationslist -schema: 2.0.0 ---- - -# Update-AzMySqlServerConfigurationsList - -## SYNOPSIS -Update a list of configurations in a given server. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlServerConfigurationsList -ResourceGroupName -ServerName - [-SubscriptionId ] [-Value ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlServerConfigurationsList -InputObject [-Value ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] -``` - -## DESCRIPTION -Update a list of configurations in a given server. - -## EXAMPLES - -### Example 1: Update MySQL configurations list by name -```powershell -Update-AzMySqlServerConfigurationsList -ResourceGroupName PowershellMySqlTest -ServerName mysql-test -``` - -Update MySQL configurations list by name. - -### Example 2: Update MySQL configurations list by identity -```powershell -Get-AzMySqlServer -ResourceGroupName PowershellMySqlTest -ServerName mysql-test | Update-AzMySqlServerConfigurationsList -``` - -Update MySQL configurations list by ID. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Value -The list of server configurations. -To construct, see NOTES section for VALUE properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration - -## NOTES - -## RELATED LINKS diff --git a/src/MySql/MySql/help/Update-AzMySqlVirtualNetworkRule.md b/src/MySql/MySql/help/Update-AzMySqlVirtualNetworkRule.md deleted file mode 100644 index ff7a2397929c..000000000000 --- a/src/MySql/MySql/help/Update-AzMySqlVirtualNetworkRule.md +++ /dev/null @@ -1,277 +0,0 @@ ---- -external help file: Az.MySql-help.xml -Module Name: Az.MySql -online version: https://learn.microsoft.com/powershell/module/az.mysql/update-azmysqlvirtualnetworkrule -schema: 2.0.0 ---- - -# Update-AzMySqlVirtualNetworkRule - -## SYNOPSIS -Creates or updates an existing virtual network rule. - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzMySqlVirtualNetworkRule -Name -ResourceGroupName -ServerName - [-SubscriptionId ] -SubnetId [-IgnoreMissingVnetServiceEndpoint] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMySqlVirtualNetworkRule -InputObject -SubnetId - [-IgnoreMissingVnetServiceEndpoint] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Creates or updates an existing virtual network rule. - -## EXAMPLES - -### Example 1: Update MySql Virtual Network Rule by name -```powershell -$ID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet2" -Update-AzMySqlVirtualNetworkRule -Name $env.VNetName -ResourceGroupName $env.resourceGroup -ServerName $env.serverName -SubnetId $ID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -This cmdlet updates MySql Virtual Network Rule by name. - -### Example 2: Update MySql Virtual Network Rule by identity. -```powershell -$SubnetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.Network/virtualNetworks/MySqlVNet/subnets/MysqlSubnet1" -$VNetID = "/subscriptions//resourceGroups/PowershellMySqlTest/providers/Microsoft.DBforMySQL/servers/mysql-test/virtualNetworkRules/vnet" -Update-AzMySqlVirtualNetworkRule -InputObject $VNetID -SubnetId $SubnetID -``` - -```output -Name Type ----- ---- -vnet Microsoft.DBforMySQL/servers/virtualNetworkRules -``` - -These cmdlets update MySql Virtual Network Rule by identity. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IgnoreMissingVnetServiceEndpoint -Create firewall rule before the virtual network has vnet service endpoint enabled. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the virtual network rule. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: VirtualNetworkRuleName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ServerName -The name of the server. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubnetId -The ARM resource id of the virtual network subnet. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule - -## NOTES - -## RELATED LINKS diff --git a/tools/StaticAnalysis/Exceptions/Az.MySql/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.MySql/BreakingChangeIssues.csv new file mode 100644 index 000000000000..0df085d342b9 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.MySql/BreakingChangeIssues.csv @@ -0,0 +1,102 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.MySql","Get-AzMySqlConfiguration","Get-AzMySqlConfiguration","0","1000","The cmdlet 'Get-AzMySqlConfiguration' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlConfiguration' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Get-AzMySqlConnectionString","Get-AzMySqlConnectionString","0","1000","The cmdlet 'Get-AzMySqlConnectionString' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlConnectionString' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Get-AzMySqlFirewallRule","Get-AzMySqlFirewallRule","0","1000","The cmdlet 'Get-AzMySqlFirewallRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlFirewallRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Get-AzMySqlFlexibleServer","Get-AzMySqlFlexibleServer","0","1020","The cmdlet 'Get-AzMySqlFlexibleServer' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'Get-AzMySqlFlexibleServer' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","Get-AzMySqlFlexibleServer","Get-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Get-AzMySqlFlexibleServer","Get-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServer","Get-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]'." +"Az.MySql","Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3000","The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]' to 'System.String'.","Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]'." +"Az.MySql","Get-AzMySqlFlexibleServerConfiguration","Get-AzMySqlFlexibleServerConfiguration","0","1020","The cmdlet 'Get-AzMySqlFlexibleServerConfiguration' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated'.","Make cmdlet 'Get-AzMySqlFlexibleServerConfiguration' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated'." +"Az.MySql","Get-AzMySqlFlexibleServerConfiguration","Get-AzMySqlFlexibleServerConfiguration","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Get-AzMySqlFlexibleServerConfiguration","Get-AzMySqlFlexibleServerConfiguration","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerConfiguration","Get-AzMySqlFlexibleServerConfiguration","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerConnectionString","Get-AzMySqlFlexibleServerConnectionString","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Get-AzMySqlFlexibleServerConnectionString","Get-AzMySqlFlexibleServerConnectionString","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerConnectionString","Get-AzMySqlFlexibleServerConnectionString","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerDatabase","Get-AzMySqlFlexibleServerDatabase","0","1020","The cmdlet 'Get-AzMySqlFlexibleServerDatabase' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated'.","Make cmdlet 'Get-AzMySqlFlexibleServerDatabase' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated'." +"Az.MySql","Get-AzMySqlFlexibleServerDatabase","Get-AzMySqlFlexibleServerDatabase","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Get-AzMySqlFlexibleServerDatabase","Get-AzMySqlFlexibleServerDatabase","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerDatabase","Get-AzMySqlFlexibleServerDatabase","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerFirewallRule","Get-AzMySqlFlexibleServerFirewallRule","0","1020","The cmdlet 'Get-AzMySqlFlexibleServerFirewallRule' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated'.","Make cmdlet 'Get-AzMySqlFlexibleServerFirewallRule' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated'." +"Az.MySql","Get-AzMySqlFlexibleServerFirewallRule","Get-AzMySqlFlexibleServerFirewallRule","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Get-AzMySqlFlexibleServerFirewallRule","Get-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerFirewallRule","Get-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Get-AzMySqlFlexibleServerLocationBasedCapability","Get-AzMySqlFlexibleServerLocationBasedCapability","0","3000","The type of property 'SupportedFlexibleServerEdition' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerEditionCapability' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerEditionCapability]'.","Change the type of property 'SupportedFlexibleServerEdition' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IServerEditionCapability'." +"Az.MySql","Get-AzMySqlFlexibleServerLocationBasedCapability","Get-AzMySqlFlexibleServerLocationBasedCapability","0","3000","The type of property 'SupportedGeoBackupRegion' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.","Change the type of property 'SupportedGeoBackupRegion' back to 'System.String[]'." +"Az.MySql","Get-AzMySqlFlexibleServerLocationBasedCapability","Get-AzMySqlFlexibleServerLocationBasedCapability","0","3000","The type of property 'SupportedHaMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.","Change the type of property 'SupportedHaMode' back to 'System.String[]'." +"Az.MySql","Get-AzMySqlFlexibleServerReplica","Get-AzMySqlFlexibleServerReplica","0","1020","The cmdlet 'Get-AzMySqlFlexibleServerReplica' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'Get-AzMySqlFlexibleServerReplica' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","Get-AzMySqlReplica","Get-AzMySqlReplica","0","1000","The cmdlet 'Get-AzMySqlReplica' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlReplica' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Get-AzMySqlServer","Get-AzMySqlServer","0","1000","The cmdlet 'Get-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Get-AzMySqlVirtualNetworkRule","Get-AzMySqlVirtualNetworkRule","0","1000","The cmdlet 'Get-AzMySqlVirtualNetworkRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzMySqlVirtualNetworkRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","New-AzMySqlFirewallRule","New-AzMySqlFirewallRule","0","1000","The cmdlet 'New-AzMySqlFirewallRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzMySqlFirewallRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","New-AzMySqlFlexibleServer","New-AzMySqlFlexibleServer","0","1020","The cmdlet 'New-AzMySqlFlexibleServer' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'New-AzMySqlFlexibleServer' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","New-AzMySqlFlexibleServer","New-AzMySqlFlexibleServer","0","2020","The cmdlet 'New-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow' for parameter 'StorageAutogrow'.","Change the type for parameter 'StorageAutogrow' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow'." +"Az.MySql","New-AzMySqlFlexibleServer","New-AzMySqlFlexibleServer","0","2020","The cmdlet 'New-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion' for parameter 'Version'.","Change the type for parameter 'Version' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion'." +"Az.MySql","New-AzMySqlFlexibleServerDatabase","New-AzMySqlFlexibleServerDatabase","0","1020","The cmdlet 'New-AzMySqlFlexibleServerDatabase' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated'.","Make cmdlet 'New-AzMySqlFlexibleServerDatabase' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated'." +"Az.MySql","New-AzMySqlFlexibleServerDatabase","New-AzMySqlFlexibleServerDatabase","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","New-AzMySqlFlexibleServerDatabase","New-AzMySqlFlexibleServerDatabase","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","New-AzMySqlFlexibleServerDatabase","New-AzMySqlFlexibleServerDatabase","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","New-AzMySqlFlexibleServerDatabase","New-AzMySqlFlexibleServerDatabase","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzMySqlFlexibleServerDatabase' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzMySqlFlexibleServerDatabase'." +"Az.MySql","New-AzMySqlFlexibleServerReplica","New-AzMySqlFlexibleServerReplica","0","1020","The cmdlet 'New-AzMySqlFlexibleServerReplica' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'New-AzMySqlFlexibleServerReplica' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","New-AzMySqlFlexibleServerReplica","New-AzMySqlFlexibleServerReplica","0","2020","The cmdlet 'New-AzMySqlFlexibleServerReplica' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated' for parameter 'Master'.","Change the type for parameter 'Master' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","New-AzMySqlReplica","New-AzMySqlReplica","0","1000","The cmdlet 'New-AzMySqlReplica' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzMySqlReplica' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","New-AzMySqlServer","New-AzMySqlServer","0","1000","The cmdlet 'New-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","New-AzMySqlVirtualNetworkRule","New-AzMySqlVirtualNetworkRule","0","1000","The cmdlet 'New-AzMySqlVirtualNetworkRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzMySqlVirtualNetworkRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Remove-AzMySqlFirewallRule","Remove-AzMySqlFirewallRule","0","1000","The cmdlet 'Remove-AzMySqlFirewallRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzMySqlFirewallRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Remove-AzMySqlFlexibleServer","Remove-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Remove-AzMySqlFlexibleServer","Remove-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlFlexibleServer","Remove-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlFlexibleServerDatabase","Remove-AzMySqlFlexibleServerDatabase","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Remove-AzMySqlFlexibleServerDatabase","Remove-AzMySqlFlexibleServerDatabase","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlFlexibleServerDatabase","Remove-AzMySqlFlexibleServerDatabase","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlFlexibleServerFirewallRule","Remove-AzMySqlFlexibleServerFirewallRule","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Remove-AzMySqlFlexibleServerFirewallRule","Remove-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlFlexibleServerFirewallRule","Remove-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Remove-AzMySqlServer","Remove-AzMySqlServer","0","1000","The cmdlet 'Remove-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Remove-AzMySqlVirtualNetworkRule","Remove-AzMySqlVirtualNetworkRule","0","1000","The cmdlet 'Remove-AzMySqlVirtualNetworkRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzMySqlVirtualNetworkRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Restart-AzMySqlFlexibleServer","Restart-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Restart-AzMySqlFlexibleServer","Restart-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Restart-AzMySqlFlexibleServer","Restart-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Restart-AzMySqlFlexibleServer","Restart-AzMySqlFlexibleServer","0","3000","The type of property 'RestartWithFailover' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]' to 'System.String'.","Change the type of property 'RestartWithFailover' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]'." +"Az.MySql","Restart-AzMySqlFlexibleServer","Restart-AzMySqlFlexibleServer","0","2020","The cmdlet 'Restart-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum' for parameter 'RestartWithFailover'.","Change the type for parameter 'RestartWithFailover' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum'." +"Az.MySql","Restart-AzMySqlServer","Restart-AzMySqlServer","0","1000","The cmdlet 'Restart-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Restart-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Restore-AzMySqlFlexibleServer","Restore-AzMySqlFlexibleServer","0","1020","The cmdlet 'Restore-AzMySqlFlexibleServer' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'Restore-AzMySqlFlexibleServer' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","Restore-AzMySqlFlexibleServer","Restore-AzMySqlFlexibleServer","0","2020","The cmdlet 'Restore-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated' for parameter 'InputObject'.","Change the type for parameter 'InputObject' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","Restore-AzMySqlServer","Restore-AzMySqlServer","0","1000","The cmdlet 'Restore-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Restore-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Start-AzMySqlFlexibleServer","Start-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Start-AzMySqlFlexibleServer","Start-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Start-AzMySqlFlexibleServer","Start-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Stop-AzMySqlFlexibleServer","Stop-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Stop-AzMySqlFlexibleServer","Stop-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Stop-AzMySqlFlexibleServer","Stop-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Test-AzMySqlFlexibleServerConnect","Test-AzMySqlFlexibleServerConnect","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Test-AzMySqlFlexibleServerConnect","Test-AzMySqlFlexibleServerConnect","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Test-AzMySqlFlexibleServerConnect","Test-AzMySqlFlexibleServerConnect","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlConfiguration","Update-AzMySqlConfiguration","0","1000","The cmdlet 'Update-AzMySqlConfiguration' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzMySqlConfiguration' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Update-AzMySqlFirewallRule","Update-AzMySqlFirewallRule","0","1000","The cmdlet 'Update-AzMySqlFirewallRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzMySqlFirewallRule' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","1020","The cmdlet 'Update-AzMySqlFlexibleServer' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'.","Make cmdlet 'Update-AzMySqlFlexibleServer' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated'." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","2020","The cmdlet 'Update-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier' for parameter 'SkuTier'.","Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier'." +"Az.MySql","Update-AzMySqlFlexibleServer","Update-AzMySqlFlexibleServer","0","2020","The cmdlet 'Update-AzMySqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow' for parameter 'StorageAutogrow'.","Change the type for parameter 'StorageAutogrow' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3000","The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]' to 'System.String'.","Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","2020","The cmdlet 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState' for parameter 'State'.","Change the type for parameter 'State' back to 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState'." +"Az.MySql","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting'." +"Az.MySql","Update-AzMySqlFlexibleServerConfiguration","Update-AzMySqlFlexibleServerConfiguration","0","1020","The cmdlet 'Update-AzMySqlFlexibleServerConfiguration' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated'.","Make cmdlet 'Update-AzMySqlFlexibleServerConfiguration' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated'." +"Az.MySql","Update-AzMySqlFlexibleServerConfiguration","Update-AzMySqlFlexibleServerConfiguration","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Update-AzMySqlFlexibleServerConfiguration","Update-AzMySqlFlexibleServerConfiguration","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServerConfiguration","Update-AzMySqlFlexibleServerConfiguration","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServerFirewallRule","Update-AzMySqlFlexibleServerFirewallRule","0","1020","The cmdlet 'Update-AzMySqlFlexibleServerFirewallRule' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated'.","Make cmdlet 'Update-AzMySqlFlexibleServerFirewallRule' return type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated'." +"Az.MySql","Update-AzMySqlFlexibleServerFirewallRule","Update-AzMySqlFlexibleServerFirewallRule","0","3000","The type of property 'AdvancedThreatProtectionName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]' to 'System.String'.","Change the type of property 'AdvancedThreatProtectionName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]'." +"Az.MySql","Update-AzMySqlFlexibleServerFirewallRule","Update-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'SecurityAlertPolicyName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlFlexibleServerFirewallRule","Update-AzMySqlFlexibleServerFirewallRule","0","3010","The property 'VirtualNetworkRuleName' of type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity' has been removed.","Add the property 'VirtualNetworkRuleName' back to type 'Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity'." +"Az.MySql","Update-AzMySqlServer","Update-AzMySqlServer","0","1000","The cmdlet 'Update-AzMySqlServer' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzMySqlServer' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Update-AzMySqlServerConfigurationsList","Update-AzMySqlServerConfigurationsList","0","1000","The cmdlet 'Update-AzMySqlServerConfigurationsList' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzMySqlServerConfigurationsList' back to the module, or add an alias to the original cmdlet name." +"Az.MySql","Update-AzMySqlVirtualNetworkRule","Update-AzMySqlVirtualNetworkRule","0","1000","The cmdlet 'Update-AzMySqlVirtualNetworkRule' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzMySqlVirtualNetworkRule' back to the module, or add an alias to the original cmdlet name."