diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/IJobExecutionsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/IJobExecutionsOperations.cs index caeaf4fdba60..a5fe7fe4058a 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/IJobExecutionsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/IJobExecutionsOperations.cs @@ -241,7 +241,7 @@ public partial interface IJobExecutionsOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The name of the resource group that contains the resource. You can @@ -310,7 +310,7 @@ public partial interface IJobExecutionsOperations /// Task> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The name of the resource group that contains the resource. You can diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ILongTermRetentionBackupsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ILongTermRetentionBackupsOperations.cs index 103731bf8088..d5f36dc44841 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/ILongTermRetentionBackupsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ILongTermRetentionBackupsOperations.cs @@ -30,8 +30,10 @@ public partial interface ILongTermRetentionBackupsOperations /// The location of the database. /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -59,8 +61,10 @@ public partial interface ILongTermRetentionBackupsOperations /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -85,8 +89,10 @@ public partial interface ILongTermRetentionBackupsOperations /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// Whether or not to only get the latest backup for each database. @@ -149,6 +155,7 @@ public partial interface ILongTermRetentionBackupsOperations /// The location of the database /// /// + /// The name of the server /// /// /// Whether or not to only get the latest backup for each database. @@ -181,8 +188,10 @@ public partial interface ILongTermRetentionBackupsOperations /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedDatabasesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedDatabasesOperations.cs index d3e5c657a004..929625cfd6de 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedDatabasesOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedDatabasesOperations.cs @@ -139,7 +139,7 @@ public partial interface IManagedDatabasesOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedDatabase parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The name of the resource group that contains the resource. You can @@ -257,7 +257,7 @@ public partial interface IManagedDatabasesOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedDatabase parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The name of the resource group that contains the resource. You can diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs new file mode 100644 index 000000000000..262e36247210 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs @@ -0,0 +1,235 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations. + /// + public partial interface IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations + { + /// + /// Gets a dropped database's short term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByRestorableDroppedDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByRestorableDroppedDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/IRecommendedElasticPoolsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/IRecommendedElasticPoolsOperations.cs index 5c67b4626627..77e7dd819296 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/IRecommendedElasticPoolsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/IRecommendedElasticPoolsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Sql public partial interface IRecommendedElasticPoolsOperations { /// - /// Gets a recommented elastic pool. + /// Gets a recommended elastic pool. /// /// /// The name of the resource group that contains the resource. You can @@ -81,7 +81,7 @@ public partial interface IRecommendedElasticPoolsOperations /// Task>> ListByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Returns recommented elastic pool metrics. + /// Returns recommended elastic pool metrics. /// /// /// The name of the resource group that contains the resource. You can diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/IRestorableDroppedManagedDatabasesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/IRestorableDroppedManagedDatabasesOperations.cs new file mode 100644 index 000000000000..3f76779dafb3 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/IRestorableDroppedManagedDatabasesOperations.cs @@ -0,0 +1,105 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// RestorableDroppedManagedDatabasesOperations operations. + /// + public partial interface IRestorableDroppedManagedDatabasesOperations + { + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a restorable dropped managed database. + /// + /// + /// The name of the resource group that contains the resource. You can + /// obtain this value from the Azure Resource Manager API or the + /// portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ISqlManagementClient.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ISqlManagementClient.cs index 97ea7720f039..2c519a530158 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/ISqlManagementClient.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ISqlManagementClient.cs @@ -332,6 +332,11 @@ public partial interface ISqlManagementClient : System.IDisposable /// IManagedDatabasesOperations ManagedDatabases { get; } + /// + /// Gets the IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations. + /// + IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies { get; } + /// /// Gets the IServerAutomaticTuningOperations. /// @@ -347,6 +352,11 @@ public partial interface ISqlManagementClient : System.IDisposable /// IServerSecurityAlertPoliciesOperations ServerSecurityAlertPolicies { get; } + /// + /// Gets the IRestorableDroppedManagedDatabasesOperations. + /// + IRestorableDroppedManagedDatabasesOperations RestorableDroppedManagedDatabases { get; } + /// /// Gets the IRestorePointsOperations. /// diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperations.cs index f357a5b98afa..ce9b96d7b30f 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperations.cs @@ -1032,7 +1032,7 @@ internal JobExecutionsOperations(SqlManagementClient client) } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The name of the resource group that contains the resource. You can obtain @@ -1277,7 +1277,7 @@ internal JobExecutionsOperations(SqlManagementClient client) } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The name of the resource group that contains the resource. You can obtain diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperationsExtensions.cs index 11e6982fb153..fcac4b069c70 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperationsExtensions.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/JobExecutionsOperationsExtensions.cs @@ -395,7 +395,7 @@ public static JobExecution Get(this IJobExecutionsOperations operations, string } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The operations group for this extension method. @@ -422,7 +422,7 @@ public static JobExecution CreateOrUpdate(this IJobExecutionsOperations operatio } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The operations group for this extension method. @@ -509,7 +509,7 @@ public static JobExecution BeginCreate(this IJobExecutionsOperations operations, } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The operations group for this extension method. @@ -536,7 +536,7 @@ public static JobExecution BeginCreateOrUpdate(this IJobExecutionsOperations ope } /// - /// Creates or updatess a job execution. + /// Creates or updates a job execution. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperations.cs index 1daaf4c0bf27..aef8b3b93efc 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperations.cs @@ -57,8 +57,10 @@ internal LongTermRetentionBackupsOperations(SqlManagementClient client) /// The location of the database. /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -267,8 +269,10 @@ internal LongTermRetentionBackupsOperations(SqlManagementClient client) /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -293,8 +297,10 @@ internal LongTermRetentionBackupsOperations(SqlManagementClient client) /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// Whether or not to only get the latest backup for each database. @@ -713,6 +719,7 @@ internal LongTermRetentionBackupsOperations(SqlManagementClient client) /// The location of the database /// /// + /// The name of the server /// /// /// Whether or not to only get the latest backup for each database. @@ -923,8 +930,10 @@ internal LongTermRetentionBackupsOperations(SqlManagementClient client) /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperationsExtensions.cs index 85d3b0aafb20..85a478ff1351 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperationsExtensions.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/LongTermRetentionBackupsOperationsExtensions.cs @@ -31,8 +31,10 @@ public static partial class LongTermRetentionBackupsOperationsExtensions /// The location of the database. /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -52,8 +54,10 @@ public static LongTermRetentionBackup Get(this ILongTermRetentionBackupsOperatio /// The location of the database. /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -79,8 +83,10 @@ public static LongTermRetentionBackup Get(this ILongTermRetentionBackupsOperatio /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -100,8 +106,10 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -124,8 +132,10 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// Whether or not to only get the latest backup for each database. @@ -149,8 +159,10 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// Whether or not to only get the latest backup for each database. @@ -228,6 +240,7 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// /// Whether or not to only get the latest backup for each database. @@ -251,6 +264,7 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// /// Whether or not to only get the latest backup for each database. @@ -280,8 +294,10 @@ public static void Delete(this ILongTermRetentionBackupsOperations operations, s /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. @@ -301,8 +317,10 @@ public static void BeginDelete(this ILongTermRetentionBackupsOperations operatio /// The location of the database /// /// + /// The name of the server /// /// + /// The name of the database /// /// /// The backup name. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperations.cs index 4c1c231a2097..b5331c826965 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperations.cs @@ -504,7 +504,7 @@ internal ManagedDatabasesOperations(SqlManagementClient client) } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The name of the resource group that contains the resource. You can obtain @@ -986,7 +986,7 @@ internal ManagedDatabasesOperations(SqlManagementClient client) } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The name of the resource group that contains the resource. You can obtain diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperationsExtensions.cs index 2322a35971c8..8894b541e243 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperationsExtensions.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedDatabasesOperationsExtensions.cs @@ -209,7 +209,7 @@ public static ManagedDatabase CreateOrUpdate(this IManagedDatabasesOperations op } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The operations group for this extension method. @@ -230,7 +230,7 @@ public static void Delete(this IManagedDatabasesOperations operations, string re } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The operations group for this extension method. @@ -405,7 +405,7 @@ public static ManagedDatabase BeginCreateOrUpdate(this IManagedDatabasesOperatio } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The operations group for this extension method. @@ -426,7 +426,7 @@ public static void BeginDelete(this IManagedDatabasesOperations operations, stri } /// - /// Deletes the managed database. + /// Deletes a managed database. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs new file mode 100644 index 000000000000..08ce3af3a3b7 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs @@ -0,0 +1,1132 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations. + /// + internal partial class ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations : IServiceOperations, IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations + { + /// + /// Initializes a new instance of the ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations(SqlManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the SqlManagementClient + /// + public SqlManagementClient Client { get; private set; } + + /// + /// Gets a dropped database's short term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (restorableDroppedDatabaseId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorableDroppedDatabaseId"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string policyName = "default"; + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("restorableDroppedDatabaseId", restorableDroppedDatabaseId); + tracingParameters.Add("policyName", policyName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{restorableDroppedDatabaseId}", System.Uri.EscapeDataString(restorableDroppedDatabaseId)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByRestorableDroppedDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (restorableDroppedDatabaseId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorableDroppedDatabaseId"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("restorableDroppedDatabaseId", restorableDroppedDatabaseId); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByRestorableDroppedDatabase", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{restorableDroppedDatabaseId}", System.Uri.EscapeDataString(restorableDroppedDatabaseId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (restorableDroppedDatabaseId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorableDroppedDatabaseId"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string policyName = "default"; + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("restorableDroppedDatabaseId", restorableDroppedDatabaseId); + tracingParameters.Add("policyName", policyName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{restorableDroppedDatabaseId}", System.Uri.EscapeDataString(restorableDroppedDatabaseId)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (restorableDroppedDatabaseId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorableDroppedDatabaseId"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string policyName = "default"; + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("restorableDroppedDatabaseId", restorableDroppedDatabaseId); + tracingParameters.Add("policyName", policyName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{restorableDroppedDatabaseId}", System.Uri.EscapeDataString(restorableDroppedDatabaseId)); + _url = _url.Replace("{policyName}", System.Uri.EscapeDataString(policyName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByRestorableDroppedDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByRestorableDroppedDatabaseNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions.cs new file mode 100644 index 000000000000..0f5a61659b21 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions.cs @@ -0,0 +1,359 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations. + /// + public static partial class ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions + { + /// + /// Gets a dropped database's short term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + public static ManagedBackupShortTermRetentionPolicy Get(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId) + { + return operations.GetAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId).GetAwaiter().GetResult(); + } + + /// + /// Gets a dropped database's short term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + public static ManagedBackupShortTermRetentionPolicy CreateOrUpdate(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + public static ManagedBackupShortTermRetentionPolicy Update(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters) + { + return operations.UpdateAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + public static IPage ListByRestorableDroppedDatabase(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId) + { + return operations.ListByRestorableDroppedDatabaseAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId).GetAwaiter().GetResult(); + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The cancellation token. + /// + public static async Task> ListByRestorableDroppedDatabaseAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByRestorableDroppedDatabaseWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + public static ManagedBackupShortTermRetentionPolicy BeginCreateOrUpdate(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters) + { + return operations.BeginCreateOrUpdateAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateOrUpdateAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + public static ManagedBackupShortTermRetentionPolicy BeginUpdate(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters) + { + return operations.BeginUpdateAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Sets a database's long term retention policy. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The long term retention policy info. + /// + /// + /// The cancellation token. + /// + public static async Task BeginUpdateAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedBackupShortTermRetentionPolicy parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByRestorableDroppedDatabaseNext(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string nextPageLink) + { + return operations.ListByRestorableDroppedDatabaseNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets a dropped database's short term retention policy list. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByRestorableDroppedDatabaseNextAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByRestorableDroppedDatabaseNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/JobSchedule.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/JobSchedule.cs index c108f887dbb1..1783bf647bac 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/JobSchedule.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/JobSchedule.cs @@ -36,7 +36,7 @@ public JobSchedule() /// Whether or not the schedule is /// enabled. /// Value of the schedule's recurring interval, - /// if the scheduletype is recurring. ISO8601 duration format. + /// if the schedule type is recurring. ISO8601 duration format. public JobSchedule(System.DateTime? startTime = default(System.DateTime?), System.DateTime? endTime = default(System.DateTime?), JobScheduleType? type = default(JobScheduleType?), bool? enabled = default(bool?), string interval = default(string)) { StartTime = startTime; @@ -79,7 +79,7 @@ public JobSchedule() /// /// Gets or sets value of the schedule's recurring interval, if the - /// scheduletype is recurring. ISO8601 duration format. + /// schedule type is recurring. ISO8601 duration format. /// [JsonProperty(PropertyName = "interval")] public string Interval { get; set; } diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabase.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabase.cs index 8cb9f179dc92..ff4e3a509695 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabase.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabase.cs @@ -40,9 +40,9 @@ public ManagedDatabase() /// Resource type. /// Resource tags. /// Collation of the managed database. - /// Status for the database. Possible values + /// Status of the database. Possible values /// include: 'Online', 'Offline', 'Shutdown', 'Creating', - /// 'Inaccessible' + /// 'Inaccessible', 'Updating' /// Creation date of the database. /// Earliest restore point in time /// for point in time restore. @@ -60,9 +60,11 @@ public ManagedDatabase() /// SourceManagedInstanceName and PointInTime must be specified. /// RestoreExternalBackup: Create a database by restoring from external /// backup files. Collation, StorageContainerUri and - /// StorageContainerSasToken must be specified. Possible values - /// include: 'Default', 'RestoreExternalBackup', - /// 'PointInTimeRestore' + /// StorageContainerSasToken must be specified. Recovery: Creates a + /// database by restoring a geo-replicated backup. + /// RecoverableDatabaseId must be specified as the recoverable database + /// resource ID to restore. Possible values include: 'Default', + /// 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery' /// Conditional. If createMode is /// RestoreExternalBackup, this value is required. Specifies the uri of /// the storage container where backups for this restore are @@ -70,12 +72,18 @@ public ManagedDatabase() /// The resource identifier of the /// source database associated with create operation of this /// database. + /// The restorable dropped + /// database resource id to restore when creating this + /// database. /// Conditional. If createMode /// is RestoreExternalBackup, this value is required. Specifies the /// storage container sas token. /// Instance Failover Group resource /// identifier that this managed database belongs to. - public ManagedDatabase(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string collation = default(string), string status = default(string), System.DateTime? creationDate = default(System.DateTime?), System.DateTime? earliestRestorePoint = default(System.DateTime?), System.DateTime? restorePointInTime = default(System.DateTime?), string defaultSecondaryLocation = default(string), string catalogCollation = default(string), string createMode = default(string), string storageContainerUri = default(string), string sourceDatabaseId = default(string), string storageContainerSasToken = default(string), string failoverGroupId = default(string)) + /// The resource identifier of the + /// recoverable database associated with create operation of this + /// database. + public ManagedDatabase(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string collation = default(string), string status = default(string), System.DateTime? creationDate = default(System.DateTime?), System.DateTime? earliestRestorePoint = default(System.DateTime?), System.DateTime? restorePointInTime = default(System.DateTime?), string defaultSecondaryLocation = default(string), string catalogCollation = default(string), string createMode = default(string), string storageContainerUri = default(string), string sourceDatabaseId = default(string), string restorableDroppedDatabaseId = default(string), string storageContainerSasToken = default(string), string failoverGroupId = default(string), string recoverableDatabaseId = default(string)) : base(location, id, name, type, tags) { Collation = collation; @@ -88,8 +96,10 @@ public ManagedDatabase() CreateMode = createMode; StorageContainerUri = storageContainerUri; SourceDatabaseId = sourceDatabaseId; + RestorableDroppedDatabaseId = restorableDroppedDatabaseId; StorageContainerSasToken = storageContainerSasToken; FailoverGroupId = failoverGroupId; + RecoverableDatabaseId = recoverableDatabaseId; CustomInit(); } @@ -105,8 +115,8 @@ public ManagedDatabase() public string Collation { get; set; } /// - /// Gets status for the database. Possible values include: 'Online', - /// 'Offline', 'Shutdown', 'Creating', 'Inaccessible' + /// Gets status of the database. Possible values include: 'Online', + /// 'Offline', 'Shutdown', 'Creating', 'Inaccessible', 'Updating' /// [JsonProperty(PropertyName = "properties.status")] public string Status { get; private set; } @@ -152,8 +162,10 @@ public ManagedDatabase() /// and PointInTime must be specified. RestoreExternalBackup: Create a /// database by restoring from external backup files. Collation, /// StorageContainerUri and StorageContainerSasToken must be specified. - /// Possible values include: 'Default', 'RestoreExternalBackup', - /// 'PointInTimeRestore' + /// Recovery: Creates a database by restoring a geo-replicated backup. + /// RecoverableDatabaseId must be specified as the recoverable database + /// resource ID to restore. Possible values include: 'Default', + /// 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery' /// [JsonProperty(PropertyName = "properties.createMode")] public string CreateMode { get; set; } @@ -173,6 +185,13 @@ public ManagedDatabase() [JsonProperty(PropertyName = "properties.sourceDatabaseId")] public string SourceDatabaseId { get; set; } + /// + /// Gets or sets the restorable dropped database resource id to restore + /// when creating this database. + /// + [JsonProperty(PropertyName = "properties.restorableDroppedDatabaseId")] + public string RestorableDroppedDatabaseId { get; set; } + /// /// Gets or sets conditional. If createMode is RestoreExternalBackup, /// this value is required. Specifies the storage container sas token. @@ -187,6 +206,13 @@ public ManagedDatabase() [JsonProperty(PropertyName = "properties.failoverGroupId")] public string FailoverGroupId { get; private set; } + /// + /// Gets or sets the resource identifier of the recoverable database + /// associated with create operation of this database. + /// + [JsonProperty(PropertyName = "properties.recoverableDatabaseId")] + public string RecoverableDatabaseId { get; set; } + /// /// Validate the object. /// diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseCreateMode.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseCreateMode.cs index e1ae53d2bfbd..2c9d29bfb2c6 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseCreateMode.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseCreateMode.cs @@ -19,5 +19,6 @@ public static class ManagedDatabaseCreateMode public const string Default = "Default"; public const string RestoreExternalBackup = "RestoreExternalBackup"; public const string PointInTimeRestore = "PointInTimeRestore"; + public const string Recovery = "Recovery"; } } diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseStatus.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseStatus.cs index 7bb5997f1665..35793cd16d8c 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseStatus.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseStatus.cs @@ -21,5 +21,6 @@ public static class ManagedDatabaseStatus public const string Shutdown = "Shutdown"; public const string Creating = "Creating"; public const string Inaccessible = "Inaccessible"; + public const string Updating = "Updating"; } } diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseUpdate.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseUpdate.cs index a4aa043cb4d9..ee7d3a7f3089 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseUpdate.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/ManagedDatabaseUpdate.cs @@ -35,9 +35,9 @@ public ManagedDatabaseUpdate() /// Initializes a new instance of the ManagedDatabaseUpdate class. /// /// Collation of the managed database. - /// Status for the database. Possible values + /// Status of the database. Possible values /// include: 'Online', 'Offline', 'Shutdown', 'Creating', - /// 'Inaccessible' + /// 'Inaccessible', 'Updating' /// Creation date of the database. /// Earliest restore point in time /// for point in time restore. @@ -55,9 +55,11 @@ public ManagedDatabaseUpdate() /// SourceManagedInstanceName and PointInTime must be specified. /// RestoreExternalBackup: Create a database by restoring from external /// backup files. Collation, StorageContainerUri and - /// StorageContainerSasToken must be specified. Possible values - /// include: 'Default', 'RestoreExternalBackup', - /// 'PointInTimeRestore' + /// StorageContainerSasToken must be specified. Recovery: Creates a + /// database by restoring a geo-replicated backup. + /// RecoverableDatabaseId must be specified as the recoverable database + /// resource ID to restore. Possible values include: 'Default', + /// 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery' /// Conditional. If createMode is /// RestoreExternalBackup, this value is required. Specifies the uri of /// the storage container where backups for this restore are @@ -65,13 +67,19 @@ public ManagedDatabaseUpdate() /// The resource identifier of the /// source database associated with create operation of this /// database. + /// The restorable dropped + /// database resource id to restore when creating this + /// database. /// Conditional. If createMode /// is RestoreExternalBackup, this value is required. Specifies the /// storage container sas token. /// Instance Failover Group resource /// identifier that this managed database belongs to. + /// The resource identifier of the + /// recoverable database associated with create operation of this + /// database. /// Resource tags. - public ManagedDatabaseUpdate(string collation = default(string), string status = default(string), System.DateTime? creationDate = default(System.DateTime?), System.DateTime? earliestRestorePoint = default(System.DateTime?), System.DateTime? restorePointInTime = default(System.DateTime?), string defaultSecondaryLocation = default(string), string catalogCollation = default(string), string createMode = default(string), string storageContainerUri = default(string), string sourceDatabaseId = default(string), string storageContainerSasToken = default(string), string failoverGroupId = default(string), IDictionary tags = default(IDictionary)) + public ManagedDatabaseUpdate(string collation = default(string), string status = default(string), System.DateTime? creationDate = default(System.DateTime?), System.DateTime? earliestRestorePoint = default(System.DateTime?), System.DateTime? restorePointInTime = default(System.DateTime?), string defaultSecondaryLocation = default(string), string catalogCollation = default(string), string createMode = default(string), string storageContainerUri = default(string), string sourceDatabaseId = default(string), string restorableDroppedDatabaseId = default(string), string storageContainerSasToken = default(string), string failoverGroupId = default(string), string recoverableDatabaseId = default(string), IDictionary tags = default(IDictionary)) { Collation = collation; Status = status; @@ -83,8 +91,10 @@ public ManagedDatabaseUpdate() CreateMode = createMode; StorageContainerUri = storageContainerUri; SourceDatabaseId = sourceDatabaseId; + RestorableDroppedDatabaseId = restorableDroppedDatabaseId; StorageContainerSasToken = storageContainerSasToken; FailoverGroupId = failoverGroupId; + RecoverableDatabaseId = recoverableDatabaseId; Tags = tags; CustomInit(); } @@ -101,8 +111,8 @@ public ManagedDatabaseUpdate() public string Collation { get; set; } /// - /// Gets status for the database. Possible values include: 'Online', - /// 'Offline', 'Shutdown', 'Creating', 'Inaccessible' + /// Gets status of the database. Possible values include: 'Online', + /// 'Offline', 'Shutdown', 'Creating', 'Inaccessible', 'Updating' /// [JsonProperty(PropertyName = "properties.status")] public string Status { get; private set; } @@ -148,8 +158,10 @@ public ManagedDatabaseUpdate() /// and PointInTime must be specified. RestoreExternalBackup: Create a /// database by restoring from external backup files. Collation, /// StorageContainerUri and StorageContainerSasToken must be specified. - /// Possible values include: 'Default', 'RestoreExternalBackup', - /// 'PointInTimeRestore' + /// Recovery: Creates a database by restoring a geo-replicated backup. + /// RecoverableDatabaseId must be specified as the recoverable database + /// resource ID to restore. Possible values include: 'Default', + /// 'RestoreExternalBackup', 'PointInTimeRestore', 'Recovery' /// [JsonProperty(PropertyName = "properties.createMode")] public string CreateMode { get; set; } @@ -169,6 +181,13 @@ public ManagedDatabaseUpdate() [JsonProperty(PropertyName = "properties.sourceDatabaseId")] public string SourceDatabaseId { get; set; } + /// + /// Gets or sets the restorable dropped database resource id to restore + /// when creating this database. + /// + [JsonProperty(PropertyName = "properties.restorableDroppedDatabaseId")] + public string RestorableDroppedDatabaseId { get; set; } + /// /// Gets or sets conditional. If createMode is RestoreExternalBackup, /// this value is required. Specifies the storage container sas token. @@ -183,6 +202,13 @@ public ManagedDatabaseUpdate() [JsonProperty(PropertyName = "properties.failoverGroupId")] public string FailoverGroupId { get; private set; } + /// + /// Gets or sets the resource identifier of the recoverable database + /// associated with create operation of this database. + /// + [JsonProperty(PropertyName = "properties.recoverableDatabaseId")] + public string RecoverableDatabaseId { get; set; } + /// /// Gets or sets resource tags. /// diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/MetricDefinition.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/MetricDefinition.cs index 420305885e67..5bd07c0d50f1 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/MetricDefinition.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/MetricDefinition.cs @@ -40,7 +40,7 @@ public MetricDefinition() /// 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', /// 'BytesPerSecond' /// The list of database metric - /// availabities for the metric. + /// availabilities for the metric. public MetricDefinition(MetricName name = default(MetricName), string primaryAggregationType = default(string), string resourceUri = default(string), string unit = default(string), IList metricAvailabilities = default(IList)) { Name = name; @@ -84,7 +84,7 @@ public MetricDefinition() public string Unit { get; private set; } /// - /// Gets the list of database metric availabities for the metric. + /// Gets the list of database metric availabilities for the metric. /// [JsonProperty(PropertyName = "metricAvailabilities")] public IList MetricAvailabilities { get; private set; } diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RecommendedElasticPool.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RecommendedElasticPool.cs index 70bbf17df4cc..9ab5bc7e1859 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RecommendedElasticPool.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RecommendedElasticPool.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Sql.Models using System.Linq; /// - /// Represents a recommented elastic pool. + /// Represents a recommended elastic pool. /// [Rest.Serialization.JsonTransformation] public partial class RecommendedElasticPool : ProxyResource diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RestorableDroppedManagedDatabase.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RestorableDroppedManagedDatabase.cs new file mode 100644 index 000000000000..47742664dea2 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/Models/RestorableDroppedManagedDatabase.cs @@ -0,0 +1,101 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A restorable dropped managed database resource. + /// + [Rest.Serialization.JsonTransformation] + public partial class RestorableDroppedManagedDatabase : TrackedResource + { + /// + /// Initializes a new instance of the RestorableDroppedManagedDatabase + /// class. + /// + public RestorableDroppedManagedDatabase() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RestorableDroppedManagedDatabase + /// class. + /// + /// Resource location. + /// Resource ID. + /// Resource name. + /// Resource type. + /// Resource tags. + /// The name of the database. + /// The creation date of the database + /// (ISO8601 format). + /// The deletion date of the database + /// (ISO8601 format). + /// The earliest restore date of the + /// database (ISO8601 format). + public RestorableDroppedManagedDatabase(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string databaseName = default(string), System.DateTime? creationDate = default(System.DateTime?), System.DateTime? deletionDate = default(System.DateTime?), System.DateTime? earliestRestoreDate = default(System.DateTime?)) + : base(location, id, name, type, tags) + { + DatabaseName = databaseName; + CreationDate = creationDate; + DeletionDate = deletionDate; + EarliestRestoreDate = earliestRestoreDate; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the name of the database. + /// + [JsonProperty(PropertyName = "properties.databaseName")] + public string DatabaseName { get; private set; } + + /// + /// Gets the creation date of the database (ISO8601 format). + /// + [JsonProperty(PropertyName = "properties.creationDate")] + public System.DateTime? CreationDate { get; private set; } + + /// + /// Gets the deletion date of the database (ISO8601 format). + /// + [JsonProperty(PropertyName = "properties.deletionDate")] + public System.DateTime? DeletionDate { get; private set; } + + /// + /// Gets the earliest restore date of the database (ISO8601 format). + /// + [JsonProperty(PropertyName = "properties.earliestRestoreDate")] + public System.DateTime? EarliestRestoreDate { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + } + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperations.cs index f86c033a4d48..8f5b8001213f 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperations.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperations.cs @@ -51,7 +51,7 @@ internal RecommendedElasticPoolsOperations(SqlManagementClient client) public SqlManagementClient Client { get; private set; } /// - /// Gets a recommented elastic pool. + /// Gets a recommended elastic pool. /// /// /// The name of the resource group that contains the resource. You can obtain @@ -450,7 +450,7 @@ internal RecommendedElasticPoolsOperations(SqlManagementClient client) } /// - /// Returns recommented elastic pool metrics. + /// Returns recommended elastic pool metrics. /// /// /// The name of the resource group that contains the resource. You can obtain diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperationsExtensions.cs index cf79901cae4a..1cb689bd8c2a 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperationsExtensions.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/RecommendedElasticPoolsOperationsExtensions.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Sql public static partial class RecommendedElasticPoolsOperationsExtensions { /// - /// Gets a recommented elastic pool. + /// Gets a recommended elastic pool. /// /// /// The operations group for this extension method. @@ -45,7 +45,7 @@ public static RecommendedElasticPool Get(this IRecommendedElasticPoolsOperations } /// - /// Gets a recommented elastic pool. + /// Gets a recommended elastic pool. /// /// /// The operations group for this extension method. @@ -114,7 +114,7 @@ public static IEnumerable ListByServer(this IRecommended } /// - /// Returns recommented elastic pool metrics. + /// Returns recommended elastic pool metrics. /// /// /// The operations group for this extension method. @@ -135,7 +135,7 @@ public static IEnumerable ListMetrics(this IRecomm } /// - /// Returns recommented elastic pool metrics. + /// Returns recommended elastic pool metrics. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperations.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperations.cs new file mode 100644 index 000000000000..e29929ae5374 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperations.cs @@ -0,0 +1,625 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// RestorableDroppedManagedDatabasesOperations operations. + /// + internal partial class RestorableDroppedManagedDatabasesOperations : IServiceOperations, IRestorableDroppedManagedDatabasesOperations + { + /// + /// Initializes a new instance of the RestorableDroppedManagedDatabasesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal RestorableDroppedManagedDatabasesOperations(SqlManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the SqlManagementClient + /// + public SqlManagementClient Client { get; private set; } + + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByInstance", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a restorable dropped managed database. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (managedInstanceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "managedInstanceName"); + } + if (restorableDroppedDatabaseId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "restorableDroppedDatabaseId"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string apiVersion = "2017-03-01-preview"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("managedInstanceName", managedInstanceName); + tracingParameters.Add("restorableDroppedDatabaseId", restorableDroppedDatabaseId); + tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{managedInstanceName}", System.Uri.EscapeDataString(managedInstanceName)); + _url = _url.Replace("{restorableDroppedDatabaseId}", System.Uri.EscapeDataString(restorableDroppedDatabaseId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (apiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByInstanceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperationsExtensions.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperationsExtensions.cs new file mode 100644 index 000000000000..abbdb21994d2 --- /dev/null +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/RestorableDroppedManagedDatabasesOperationsExtensions.cs @@ -0,0 +1,147 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Sql +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for RestorableDroppedManagedDatabasesOperations. + /// + public static partial class RestorableDroppedManagedDatabasesOperationsExtensions + { + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + public static IPage ListByInstance(this IRestorableDroppedManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName) + { + return operations.ListByInstanceAsync(resourceGroupName, managedInstanceName).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByInstanceAsync(this IRestorableDroppedManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByInstanceWithHttpMessagesAsync(resourceGroupName, managedInstanceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a restorable dropped managed database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + public static RestorableDroppedManagedDatabase Get(this IRestorableDroppedManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId) + { + return operations.GetAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId).GetAwaiter().GetResult(); + } + + /// + /// Gets a restorable dropped managed database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the resource. You can obtain + /// this value from the Azure Resource Manager API or the portal. + /// + /// + /// The name of the managed instance. + /// + /// + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IRestorableDroppedManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByInstanceNext(this IRestorableDroppedManagedDatabasesOperations operations, string nextPageLink) + { + return operations.ListByInstanceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets a list of restorable dropped managed databases. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByInstanceNextAsync(this IRestorableDroppedManagedDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByInstanceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/SdkInfo_SqlManagementClient.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/SdkInfo_SqlManagementClient.cs index f50a67e33c71..c04d5e2720ff 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/SdkInfo_SqlManagementClient.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/SdkInfo_SqlManagementClient.cs @@ -67,12 +67,14 @@ public static IEnumerable> ApiInfo_SqlManagementCl new Tuple("Sql", "ManagedInstanceTdeCertificates", "2017-10-01-preview"), new Tuple("Sql", "ManagedInstanceVulnerabilityAssessments", "2018-06-01-preview"), new Tuple("Sql", "ManagedInstances", "2015-05-01-preview"), + new Tuple("Sql", "ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies", "2017-03-01-preview"), new Tuple("Sql", "ManagedServerSecurityAlertPolicies", "2017-03-01-preview"), new Tuple("Sql", "Operations", "2015-05-01-preview"), new Tuple("Sql", "RecommendedElasticPools", "2014-04-01"), new Tuple("Sql", "RecoverableDatabases", "2014-04-01"), new Tuple("Sql", "ReplicationLinks", "2014-04-01"), new Tuple("Sql", "RestorableDroppedDatabases", "2014-04-01"), + new Tuple("Sql", "RestorableDroppedManagedDatabases", "2017-03-01-preview"), new Tuple("Sql", "RestorePoints", "2017-03-01-preview"), new Tuple("Sql", "ServerAutomaticTuning", "2017-03-01-preview"), new Tuple("Sql", "ServerAzureADAdministrators", "2014-04-01"), @@ -102,10 +104,10 @@ public static IEnumerable> ApiInfo_SqlManagementCl // BEGIN: Code Generation Metadata Section public static readonly String AutoRestVersion = "latest"; public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\Vs\\azure-sdk-for-net\\src\\SDKs"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\\azure-sdk-for-net\\src\\SDKs"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "72e806d809ab08b0e0d3ffc679f8c8d662074010"; + public static readonly String GithubCommidId = "2c26ca134086846b742141e3dfffcc8b92afeccf"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/src/SDKs/SqlManagement/Management.Sql/Generated/SqlManagementClient.cs b/src/SDKs/SqlManagement/Management.Sql/Generated/SqlManagementClient.cs index 2331ddeacd15..2b4fd70fa259 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Generated/SqlManagementClient.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Generated/SqlManagementClient.cs @@ -337,6 +337,11 @@ public partial class SqlManagementClient : ServiceClient, I /// public virtual IManagedDatabasesOperations ManagedDatabases { get; private set; } + /// + /// Gets the IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations. + /// + public virtual IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies { get; private set; } + /// /// Gets the IServerAutomaticTuningOperations. /// @@ -352,6 +357,11 @@ public partial class SqlManagementClient : ServiceClient, I /// public virtual IServerSecurityAlertPoliciesOperations ServerSecurityAlertPolicies { get; private set; } + /// + /// Gets the IRestorableDroppedManagedDatabasesOperations. + /// + public virtual IRestorableDroppedManagedDatabasesOperations RestorableDroppedManagedDatabases { get; private set; } + /// /// Gets the IRestorePointsOperations. /// @@ -442,6 +452,19 @@ public partial class SqlManagementClient : ServiceClient, I /// public virtual IServerVulnerabilityAssessmentsOperations ServerVulnerabilityAssessments { get; private set; } + /// + /// Initializes a new instance of the SqlManagementClient class. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling SqlManagementClient.Dispose(). False: will not dispose provided httpClient + protected SqlManagementClient(HttpClient httpClient, bool disposeHttpClient) : base(httpClient, disposeHttpClient) + { + Initialize(); + } + /// /// Initializes a new instance of the SqlManagementClient class. /// @@ -537,6 +560,33 @@ public SqlManagementClient(ServiceClientCredentials credentials, params Delegati } } + /// + /// Initializes a new instance of the SqlManagementClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling SqlManagementClient.Dispose(). False: will not dispose provided httpClient + /// + /// Thrown when a required parameter is null + /// + public SqlManagementClient(ServiceClientCredentials credentials, HttpClient httpClient, bool disposeHttpClient) : this(httpClient, disposeHttpClient) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + Credentials = credentials; + if (Credentials != null) + { + Credentials.InitializeServiceClient(this); + } + } + /// /// Initializes a new instance of the SqlManagementClient class. /// @@ -696,9 +746,11 @@ private void Initialize() BackupLongTermRetentionPolicies = new BackupLongTermRetentionPoliciesOperations(this); ManagedBackupShortTermRetentionPolicies = new ManagedBackupShortTermRetentionPoliciesOperations(this); ManagedDatabases = new ManagedDatabasesOperations(this); + ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies = new ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations(this); ServerAutomaticTuning = new ServerAutomaticTuningOperations(this); ServerDnsAliases = new ServerDnsAliasesOperations(this); ServerSecurityAlertPolicies = new ServerSecurityAlertPoliciesOperations(this); + RestorableDroppedManagedDatabases = new RestorableDroppedManagedDatabasesOperations(this); RestorePoints = new RestorePointsOperations(this); ManagedDatabaseSecurityAlertPolicies = new ManagedDatabaseSecurityAlertPoliciesOperations(this); ManagedServerSecurityAlertPolicies = new ManagedServerSecurityAlertPoliciesOperations(this); diff --git a/src/SDKs/SqlManagement/Management.Sql/Microsoft.Azure.Management.Sql.csproj b/src/SDKs/SqlManagement/Management.Sql/Microsoft.Azure.Management.Sql.csproj index 406c0d4decb4..2e77f95e7d9d 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Microsoft.Azure.Management.Sql.csproj +++ b/src/SDKs/SqlManagement/Management.Sql/Microsoft.Azure.Management.Sql.csproj @@ -7,12 +7,13 @@ Microsoft.Azure.Management.Sql Azure SQL Management SDK library Microsoft.Azure.Management.Sql - 1.25.0-preview + 1.26.0-preview Microsoft Azure SQL Management;SQL;SQL Management; diff --git a/src/SDKs/SqlManagement/Management.Sql/Properties/AssemblyInfo.cs b/src/SDKs/SqlManagement/Management.Sql/Properties/AssemblyInfo.cs index 36815c573b5e..17496cc69b63 100644 --- a/src/SDKs/SqlManagement/Management.Sql/Properties/AssemblyInfo.cs +++ b/src/SDKs/SqlManagement/Management.Sql/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ [assembly: AssemblyTitle("Microsoft Azure SQL Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.25.0.0")] +[assembly: AssemblyFileVersion("1.26.0.0")] diff --git a/src/SDKs/SqlManagement/Sql.Tests/ManagedDatabaseRestoreScenarioTests.cs b/src/SDKs/SqlManagement/Sql.Tests/ManagedDatabaseRestoreScenarioTests.cs index e57dd29f30ef..7d4e8a5dae4d 100644 --- a/src/SDKs/SqlManagement/Sql.Tests/ManagedDatabaseRestoreScenarioTests.cs +++ b/src/SDKs/SqlManagement/Sql.Tests/ManagedDatabaseRestoreScenarioTests.cs @@ -3,9 +3,12 @@ using Microsoft.Azure.Management.Sql; using Microsoft.Azure.Management.Sql.Models; using Microsoft.Azure.Management.Network.Models; +using Microsoft.Azure.Test.HttpRecorder; using Sku = Microsoft.Azure.Management.Sql.Models.Sku; using System; using System.Collections.Generic; +using System.Linq; +using System.Threading; using Xunit; @@ -77,6 +80,242 @@ public void ShortTermRetentionOnLiveDatabase() Assert.Equal(validValue, policy.RetentionDays); } } + + [Fact] + public void ShortTermRetentionOnDroppedDatabase() + { + string testPrefix = "manageddatabaserestorescenariotest-"; + + using (SqlManagementTestContext Context = new SqlManagementTestContext(this)) + { + SqlManagementClient sqlClient = Context.GetClient(); + ResourceGroup resourceGroup = Context.CreateResourceGroup(); + + // Create vnet and get the subnet id + VirtualNetwork vnet = ManagedInstanceTestFixture.CreateVirtualNetwork(Context, resourceGroup, TestEnvironmentUtilities.DefaultLocationId); + + Sku sku = new Sku(); + sku.Name = "MIGP8G4"; + sku.Tier = "GeneralPurpose"; + ManagedInstance managedInstance = sqlClient.ManagedInstances.CreateOrUpdate(resourceGroup.Name, + testPrefix + SqlManagementTestUtilities.GenerateName(), new ManagedInstance() + { + AdministratorLogin = SqlManagementTestUtilities.DefaultLogin, + AdministratorLoginPassword = SqlManagementTestUtilities.DefaultPassword, + Sku = sku, + SubnetId = vnet.Subnets[0].Id, + Tags = new Dictionary(), + Location = TestEnvironmentUtilities.DefaultLocationId, + }); + + // Create managed database + // + string dbName = SqlManagementTestUtilities.GenerateName(testPrefix); + var db1 = sqlClient.ManagedDatabases.CreateOrUpdate(resourceGroup.Name, managedInstance.Name, dbName, new ManagedDatabase() + { + Location = managedInstance.Location, + }); + Assert.NotNull(db1); + + int startingRetention = 25; + int invalidValue = 35; + int validValue = 20; + + // Attempt to increase retention period to 25 days and verfiy that the operation succeeded. Since increasing of retention days for dropped database is disabled, + // we need to increase retention beforehand, and test reducing it once database is dropped. + ManagedBackupShortTermRetentionPolicy parameters0 = new ManagedBackupShortTermRetentionPolicy(retentionDays: startingRetention); + sqlClient.ManagedBackupShortTermRetentionPolicies.CreateOrUpdateWithHttpMessagesAsync(resourceGroup.Name, managedInstance.Name, dbName, parameters0); + Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities.Wait(TimeSpan.FromSeconds(3)); + ManagedBackupShortTermRetentionPolicy policy = sqlClient.ManagedBackupShortTermRetentionPolicies.Get(resourceGroup.Name, managedInstance.Name, dbName); + Assert.Equal(startingRetention, policy.RetentionDays); + + // We need to wait for database to create its first backup. Currently if database drops too quickly it won't be restorable. + // This will be changed in couple of weeks, howerver since building up Managed Instance takes over 60mins, this wait isn't not be a problem. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromMinutes(10)); + } + + // Delete the original database + sqlClient.ManagedDatabases.Delete(resourceGroup.Name, managedInstance.Name, db1.Name); + + // Wait until the final backup is created and the restorable dropped database exists. + // This could be up to 10 minutes after the database is deleted, and the database must already + // have a backup (which was accomplished by the previous wait period). Let's wait up to 15 + // just to give it a little more room. + IEnumerable droppedDatabases; + DateTime startTime = DateTime.UtcNow; + TimeSpan timeout = TimeSpan.FromMinutes(15); + do + { + droppedDatabases = sqlClient.RestorableDroppedManagedDatabases.ListByInstance(resourceGroup.Name, managedInstance.Name); + + if (droppedDatabases.Any()) + { + // Dropped database now exists. Exit polling loop. + break; + } + + // Sleep if we are running live to avoid hammering the server. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromSeconds(30)); + } + } while (DateTime.UtcNow < startTime + timeout); + + // Assert that we found a restorable db before timeout ended. + Assert.True(droppedDatabases.Any(), "No dropped databases were found after waiting for " + timeout); + + var rdmd = droppedDatabases.Single(); + + // Attempt to increase retention period to 3 days and verfiy that the operation fails. + ManagedBackupShortTermRetentionPolicy parameters1 = new ManagedBackupShortTermRetentionPolicy(retentionDays: invalidValue); + sqlClient.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.CreateOrUpdateWithHttpMessagesAsync(resourceGroup.Name, managedInstance.Name, rdmd.Name, parameters1); + Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities.Wait(TimeSpan.FromSeconds(3)); + policy = sqlClient.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.Get(resourceGroup.Name, managedInstance.Name, rdmd.Name); + Assert.Equal(startingRetention, policy.RetentionDays); + + // Attempt to increase retention period to 20 days and verfiy that the operation succeeded . + ManagedBackupShortTermRetentionPolicy parameters2 = new ManagedBackupShortTermRetentionPolicy(retentionDays: validValue); + sqlClient.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.CreateOrUpdateWithHttpMessagesAsync(resourceGroup.Name, managedInstance.Name, rdmd.Name, parameters2); + Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities.Wait(TimeSpan.FromSeconds(3)); + policy = sqlClient.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.Get(resourceGroup.Name, managedInstance.Name, rdmd.Name); + Assert.Equal(validValue, policy.RetentionDays); + } + } + + [Fact] + public void RestorableDroppedManagedDatabasesTests() + { + string testPrefix = "manageddatabaserestorescenariotest-"; + + using (SqlManagementTestContext Context = new SqlManagementTestContext(this)) + { + SqlManagementClient sqlClient = Context.GetClient(); + ResourceGroup resourceGroup = Context.CreateResourceGroup(); + + // Create vnet and get the subnet id + VirtualNetwork vnet = ManagedInstanceTestFixture.CreateVirtualNetwork(Context, resourceGroup, TestEnvironmentUtilities.DefaultLocationId); + + Sku sku = new Sku(); + sku.Name = "MIGP8G4"; + sku.Tier = "GeneralPurpose"; + ManagedInstance managedInstance = sqlClient.ManagedInstances.CreateOrUpdate(resourceGroup.Name, + testPrefix + SqlManagementTestUtilities.GenerateName(), new ManagedInstance() + { + AdministratorLogin = SqlManagementTestUtilities.DefaultLogin, + AdministratorLoginPassword = SqlManagementTestUtilities.DefaultPassword, + Sku = sku, + SubnetId = vnet.Subnets[0].Id, + Tags = new Dictionary(), + Location = TestEnvironmentUtilities.DefaultLocationId, + }); + + // Create managed database + // + string dbName = SqlManagementTestUtilities.GenerateName(testPrefix); + var db1 = sqlClient.ManagedDatabases.CreateOrUpdate(resourceGroup.Name, managedInstance.Name, dbName, new ManagedDatabase() + { + Location = managedInstance.Location, + }); + Assert.NotNull(db1); + + // We need to wait for database to create its first backup. Currently if database drops too quickly it won't be restorable. + // This will be changed in couple of weeks, howerver since building up Managed Instance takes over 60mins, this wait isn't not be a problem. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromMinutes(10)); + } + + // Delete the original database + sqlClient.ManagedDatabases.Delete(resourceGroup.Name, managedInstance.Name, db1.Name); + + // Wait until the final backup is created and the restorable dropped database exists. + // This could be up to 10 minutes after the database is deleted, and the database must already + // have a backup (which was accomplished by the previous wait period). Let's wait up to 15 + // just to give it a little more room. + IEnumerable droppedDatabases; + DateTime startTime = DateTime.UtcNow; + TimeSpan timeout = TimeSpan.FromMinutes(15); + do + { + droppedDatabases = sqlClient.RestorableDroppedManagedDatabases.ListByInstance(resourceGroup.Name, managedInstance.Name); + + if (droppedDatabases.Any()) + { + // Dropped database now exists. Exit polling loop. + break; + } + + // Sleep if we are running live to avoid hammering the server. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromSeconds(30)); + } + } while (DateTime.UtcNow < startTime + timeout); + + // Assert that we found a restorable db before timeout ended. + Assert.True(droppedDatabases.Any(), "No dropped databases were found after waiting for " + timeout); + + // The original database should now exist as a restorable dropped database + var droppedDatabase = droppedDatabases.Single(); + Assert.StartsWith(db1.Name, droppedDatabase.Name); + Assert.True(droppedDatabases.Count() == 1); + + // Test single get + var getDroppedDatabase = sqlClient.RestorableDroppedManagedDatabases.Get(resourceGroup.Name, managedInstance.Name, droppedDatabase.Name); + Assert.StartsWith(getDroppedDatabase.Name, droppedDatabase.Name); + + // Create another managed database + // + dbName = SqlManagementTestUtilities.GenerateName(testPrefix); + var db2 = sqlClient.ManagedDatabases.CreateOrUpdate(resourceGroup.Name, managedInstance.Name, dbName, new ManagedDatabase() + { + Location = managedInstance.Location, + }); + Assert.NotNull(db2); + + // We need to wait for database to create its first backup. Currently if database drops too quickly it won't be restorable. + // This will be changed in couple of weeks, howerver since building up Managed Instance takes over 60mins, this wait isn't not be a problem. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromMinutes(10)); + } + + // Delete the original database + sqlClient.ManagedDatabases.Delete(resourceGroup.Name, managedInstance.Name, db2.Name); + + // Wait until the final backup is created and the restorable dropped database exists. + // This could be up to 10 minutes after the database is deleted, and the database must already + // have a backup (which was accomplished by the previous wait period). Let's wait up to 15 + // just to give it a little more room. + do + { + droppedDatabases = sqlClient.RestorableDroppedManagedDatabases.ListByInstance(resourceGroup.Name, managedInstance.Name); + + if (droppedDatabases.Any()) + { + // Dropped database now exists. Exit polling loop. + break; + } + + // Sleep if we are running live to avoid hammering the server. + // No need to sleep if we are playing back the recording. + if (HttpMockServer.Mode == HttpRecorderMode.Record) + { + Thread.Sleep(TimeSpan.FromSeconds(30)); + } + } while (DateTime.UtcNow < startTime + timeout); + + // There should be 2 dropped databases now + Assert.True(droppedDatabases.Count() == 2); + } + } } } diff --git a/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/RestorableDroppedManagedDatabasesTests.json b/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/RestorableDroppedManagedDatabasesTests.json new file mode 100644 index 000000000000..662a865683c6 --- /dev/null +++ b/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/RestorableDroppedManagedDatabasesTests.json @@ -0,0 +1,10601 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/sqlcrudtest-4157?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3NxbGNydWR0ZXN0LTQxNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"east us\",\r\n \"tags\": {\r\n \"sqlcrudtest-4157\": \"2018-12-18 11:13:04Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0915a5d5-5a0a-4d46-a8e2-28a8bf249f20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "96" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "f400e46a-6f87-46aa-aff6-f323797daa52" + ], + "x-ms-correlation-request-id": [ + "f400e46a-6f87-46aa-aff6-f323797daa52" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111307Z:f400e46a-6f87-46aa-aff6-f323797daa52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157\",\r\n \"name\": \"sqlcrudtest-4157\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"sqlcrudtest-4157\": \"2018-12-18 11:13:04Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC05MTI/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_management_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_misubnet_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_health_probe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\"\r\n },\r\n \"name\": \"allow_management_outbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\"\r\n },\r\n \"name\": \"allow_misubnet_outbound\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bce495e6-d2a9-4d6d-bbf5-6590f9482051" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2295" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4339f70a-c239-462a-963e-5351cc20aa4b" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/4339f70a-c239-462a-963e-5351cc20aa4b?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "47d72d24-21de-4dc7-ad88-cbf11ebbf4c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111309Z:47d72d24-21de-4dc7-ad88-cbf11ebbf4c9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11469" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-912\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9c09de83-caa8-4d9f-a336-368d19c89061\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"d1b7ccbb-2ec3-408e-9a29-6d9476ed4e19\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/4339f70a-c239-462a-963e-5351cc20aa4b?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNDMzOWY3MGEtYzIzOS00NjJhLTk2M2UtNTM1MWNjMjBhYTRiP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f5fd3c9e-0797-4163-8fc8-7aed1b47d6d7" + ], + "x-ms-correlation-request-id": [ + "fc825e3d-768e-4ddd-9eba-ab764babfd17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111320Z:fc825e3d-768e-4ddd-9eba-ab764babfd17" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC05MTI/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"4e785031-83f7-4a41-8297-3e5c4c04c200\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "515c2e63-4a41-4b0d-8539-66629c2f4911" + ], + "x-ms-correlation-request-id": [ + "357f81bb-13a0-497d-aebb-db509e618b61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111320Z:357f81bb-13a0-497d-aebb-db509e618b61" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11481" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-912\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c09de83-caa8-4d9f-a336-368d19c89061\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC05MTI/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61a0fa92-fd2e-45f3-880a-ba3b1f11a1c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"4e785031-83f7-4a41-8297-3e5c4c04c200\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0319c810-f866-4c4f-8a6b-78155abb802c" + ], + "x-ms-correlation-request-id": [ + "c8c1b3b5-6f61-465c-a8d5-f1e3a3705b3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111320Z:c8c1b3b5-6f61-465c-a8d5-f1e3a3705b3f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11481" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-912\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9c09de83-caa8-4d9f-a336-368d19c89061\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTkzODk/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"name\": \"sqlcrudtest-577\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f823775a-16cf-4f27-9238-807221914874" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "245" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c4b4af90-8682-4fca-b9e7-34e18429837c" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/c4b4af90-8682-4fca-b9e7-34e18429837c?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "46048540-dc00-41c5-941d-011d8d676838" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111322Z:46048540-dc00-41c5-941d-011d8d676838" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "975" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-9389\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\",\r\n \"etag\": \"W/\\\"3a825efd-597a-494b-a664-5fe453cf93ee\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"35d28983-3d57-45e3-9fd8-be4abc23fdff\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-577\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389/routes/sqlcrudtest-577\",\r\n \"etag\": \"W/\\\"3a825efd-597a-494b-a664-5fe453cf93ee\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/c4b4af90-8682-4fca-b9e7-34e18429837c?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzRiNGFmOTAtODY4Mi00ZmNhLWI5ZTctMzRlMTg0Mjk4MzdjP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2632dfc1-3f55-434c-90fe-201c7340e7fa" + ], + "x-ms-correlation-request-id": [ + "79a64e38-9976-447b-b0c7-1b043c521f8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111332Z:79a64e38-9976-447b-b0c7-1b043c521f8f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTkzODk/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"3d7b0571-605f-492a-a474-4a0c40cfd697\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "54a5042d-d58c-4bfc-9f10-4b15308182da" + ], + "x-ms-correlation-request-id": [ + "83145b4f-33ad-4d0d-bb5b-417241603a32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111332Z:83145b4f-33ad-4d0d-bb5b-417241603a32" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "977" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-9389\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\",\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"35d28983-3d57-45e3-9fd8-be4abc23fdff\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-577\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389/routes/sqlcrudtest-577\",\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTkzODk/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff9892cd-ea59-4c51-9b0b-6efe9b79b05d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"3d7b0571-605f-492a-a474-4a0c40cfd697\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1438d541-f91b-4aec-89c0-a033b946b17b" + ], + "x-ms-correlation-request-id": [ + "ea91ee2f-0dc9-459f-bc96-61236fafdf50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111333Z:ea91ee2f-0dc9-459f-bc96-61236fafdf50" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "977" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-9389\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\",\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"35d28983-3d57-45e3-9fd8-be4abc23fdff\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-577\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389/routes/sqlcrudtest-577\",\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC0xNjczP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_management_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_health_probe\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_health_probe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_management_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_management_outbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/securityRules/allow_misubnet_outbound\"\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"DenyAllInBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowVnetOutBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/AllowInternetOutBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912/defaultSecurityRules/DenyAllOutBound\"\r\n }\r\n ],\r\n \"resourceGuid\": \"9c09de83-caa8-4d9f-a336-368d19c89061\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"etag\": \"W/\\\"4e785031-83f7-4a41-8297-3e5c4c04c200\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\",\r\n \"location\": \"eastus\"\r\n },\r\n \"routeTable\": {\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"sqlcrudtest-577\",\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389/routes/sqlcrudtest-577\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"etag\": \"W/\\\"3d7b0571-605f-492a-a474-4a0c40cfd697\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\",\r\n \"location\": \"eastus\"\r\n }\r\n },\r\n \"name\": \"MISubnet\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "053bfd25-a8b8-4971-9ba4-880fe6b60eb1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "14383" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6d59fdb9-851e-4e78-ba8f-0c011a950be5" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/6d59fdb9-851e-4e78-ba8f-0c011a950be5?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "ea930635-11ce-4741-a40a-faf08860574c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111335Z:ea930635-11ce-4741-a40a-faf08860574c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1565" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-1673\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673\",\r\n \"etag\": \"W/\\\"a88b1a8e-db1c-42c3-9e7b-a1f5b77faad5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e90b90fd-cd57-4898-9d80-e64857c93604\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"a88b1a8e-db1c-42c3-9e7b-a1f5b77faad5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/6d59fdb9-851e-4e78-ba8f-0c011a950be5?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNmQ1OWZkYjktODUxZS00ZTc4LWJhOGYtMGMwMTFhOTUwYmU1P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c53d5bd4-9340-4867-b768-21331a099cc4" + ], + "x-ms-correlation-request-id": [ + "a80d54ca-c3ef-4bad-855e-73f4f4c163ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111338Z:a80d54ca-c3ef-4bad-855e-73f4f4c163ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/6d59fdb9-851e-4e78-ba8f-0c011a950be5?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNmQ1OWZkYjktODUxZS00ZTc4LWJhOGYtMGMwMTFhOTUwYmU1P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "29f3e2c3-441a-44af-9e95-69fab420ba14" + ], + "x-ms-correlation-request-id": [ + "52088ae1-7cae-47a5-834b-c3450c41831f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111348Z:52088ae1-7cae-47a5-834b-c3450c41831f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC0xNjczP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "413842a9-3bc3-445e-af6c-538524ae4b23" + ], + "x-ms-correlation-request-id": [ + "04e03d43-1390-4ff0-8b4b-bdafdc5df52c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111348Z:04e03d43-1390-4ff0-8b4b-bdafdc5df52c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1567" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-1673\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673\",\r\n \"etag\": \"W/\\\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e90b90fd-cd57-4898-9d80-e64857c93604\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC0xNjczP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12dd3912-5c16-4db6-94de-da264a9b6944" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "30ff67f3-4d9d-42b9-9b74-8b44e90ba2ae" + ], + "x-ms-correlation-request-id": [ + "5873e282-e996-4b0f-a2af-82c5b7c710b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111349Z:5873e282-e996-4b0f-a2af-82c5b7c710b9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1567" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-1673\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673\",\r\n \"etag\": \"W/\\\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e90b90fd-cd57-4898-9d80-e64857c93604\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"4c712dd6-d363-4b48-b4c4-9b71042f4f1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-912\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/routeTables/sqlcrudtest-9389\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzc/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"MIGP8G4\",\r\n \"tier\": \"GeneralPurpose\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"dummylogin\",\r\n \"administratorLoginPassword\": \"Un53cuRE!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673/subnets/MISubnet\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "55e5f62f-f111-44e7-af3b-fa2848d7f8d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "410" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:13:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceOperationResults/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview" + ], + "x-ms-request-id": [ + "21424e95-b0ab-4e7b-b26b-da5f179b6ee5" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "c5b949cf-ca0a-4fb8-b35e-d253014f839f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111350Z:c5b949cf-ca0a-4fb8-b35e-d253014f839f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "73" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:14:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e79d4b34-77b1-4c05-a5ca-42d3fa1ab484" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "ac1a242c-1bf6-44b2-a430-42d520439d85" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111451Z:ac1a242c-1bf6-44b2-a430-42d520439d85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:15:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b1a0930f-cf7d-4ca0-8b88-29a0e0f55ea7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "deabef12-baf5-4d97-b7a6-1c2540015729" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111551Z:deabef12-baf5-4d97-b7a6-1c2540015729" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:16:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a2f45f74-21e8-453c-9876-8a2326d4c275" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "84b152d5-c0d7-40f1-a1da-0a0f6194f5cd" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111651Z:84b152d5-c0d7-40f1-a1da-0a0f6194f5cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:17:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8688896d-83b4-416f-aff8-504645c56a84" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "34fa78a0-7907-497f-9fac-15f69f9fbd1f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111751Z:34fa78a0-7907-497f-9fac-15f69f9fbd1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:18:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "60e38439-4427-40df-89e3-d9e42c845fab" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9c43f4e6-b04a-45f0-baa1-3e2a7b275a0d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111852Z:9c43f4e6-b04a-45f0-baa1-3e2a7b275a0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:19:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5b24c7b8-533a-46f5-80c2-87d97c784e3a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "d9f05563-b503-4ae8-85ef-2deccef75513" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T111952Z:d9f05563-b503-4ae8-85ef-2deccef75513" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:20:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5e2aeb04-5424-48aa-8d61-00ec688f0693" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "08ee53ec-2938-4ad7-b788-17ac9fa337e5" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112052Z:08ee53ec-2938-4ad7-b788-17ac9fa337e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:21:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1ba1f8ca-e3d9-4629-9280-898354d3b667" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "75977ebd-539b-418a-ab01-e726751fd2ee" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112152Z:75977ebd-539b-418a-ab01-e726751fd2ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:22:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7018786a-7806-476b-bc42-bd1e7be21663" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "c5fc63e5-9208-4457-bd5b-6a8eecc9224a" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112252Z:c5fc63e5-9208-4457-bd5b-6a8eecc9224a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:23:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "bdf9265b-232d-4e30-bd74-b7506c2f6444" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "59093cb1-6106-4f86-8991-2f242f32bc47" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112353Z:59093cb1-6106-4f86-8991-2f242f32bc47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:24:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7a76e1e9-16f8-4a96-a7f7-6761807c0988" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "2e7f71a5-cac8-4c11-905b-0131485b9258" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112453Z:2e7f71a5-cac8-4c11-905b-0131485b9258" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:25:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c236314e-1ae2-4c57-8f5a-17491c3a0073" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "be55e19c-ee1a-4275-83f3-60d5cbcfd61f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112553Z:be55e19c-ee1a-4275-83f3-60d5cbcfd61f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:26:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "56b55a56-50b5-43e5-a530-a19d01571402" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "0b71b0dd-3325-432a-a7f4-e54bd2ab7bbc" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112654Z:0b71b0dd-3325-432a-a7f4-e54bd2ab7bbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:27:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c965b798-1a43-410f-81cd-eb87edb9877d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "8c5a56bf-7462-4fea-80a5-d45312ede74d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112754Z:8c5a56bf-7462-4fea-80a5-d45312ede74d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:28:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "829f9a76-5058-4dce-a792-37e0c38cf075" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "d4e6c32d-6601-484f-b10a-873595398c66" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112854Z:d4e6c32d-6601-484f-b10a-873595398c66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:29:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4bbf98fc-2a35-4547-a678-8342fd60a6bf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "882cfb59-33a8-4ccd-9bf1-8f89086285a1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T112954Z:882cfb59-33a8-4ccd-9bf1-8f89086285a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:30:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fba88e64-d881-4619-8cf4-e5871c983520" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "862aa044-5b0b-40f8-a5a6-54259685c728" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113054Z:862aa044-5b0b-40f8-a5a6-54259685c728" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:31:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8295f9f9-cc86-4ddd-8cd7-347d14f0ff76" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "1b2eaf93-abdf-4d13-979f-624239dd7bc3" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113155Z:1b2eaf93-abdf-4d13-979f-624239dd7bc3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:32:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2e037019-a3fc-4c42-8302-e7947fdee6b3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "9793aa6d-5ab6-4869-9adb-a810a253670f" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T113255Z:9793aa6d-5ab6-4869-9adb-a810a253670f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:33:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0d88358f-1715-43d1-a413-a5fac382008b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "1c9186a7-62f5-4f13-a68d-eb2b1a962607" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113355Z:1c9186a7-62f5-4f13-a68d-eb2b1a962607" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:34:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "83f84ba5-6349-4f2c-bef9-c4ea0cad242a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "cdc7fd17-018c-489b-a548-3c3854cfc20f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113456Z:cdc7fd17-018c-489b-a548-3c3854cfc20f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:35:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7b52e417-3369-4b98-95b2-e088a0ef642e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "e31b1148-48f5-4ce1-849d-28565f9a9d61" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113556Z:e31b1148-48f5-4ce1-849d-28565f9a9d61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:36:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2aa2b2f4-978a-4e9f-9173-16be97dbffde" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "b34f2bc1-abe5-41d2-b2f1-37501684a400" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113656Z:b34f2bc1-abe5-41d2-b2f1-37501684a400" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:37:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b58713f3-e6ea-40ee-bc99-565a3b00dc9f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "d0398f86-31ed-49a3-8697-6ad2a457582e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113756Z:d0398f86-31ed-49a3-8697-6ad2a457582e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:38:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ea8927ce-c58e-451a-a120-f06aa1427494" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b2270f30-e92e-4c27-bceb-d66ffdb4216d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113857Z:b2270f30-e92e-4c27-bceb-d66ffdb4216d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:39:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4b2f02d7-5697-4c46-8027-12775ffa1a49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "15159467-e397-4eaa-8bff-76090da456aa" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T113957Z:15159467-e397-4eaa-8bff-76090da456aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:40:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9fe0c5a8-c6d9-449b-b814-dd4aec9f41eb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "700a4dd4-3702-4ca2-90aa-77949da19421" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114058Z:700a4dd4-3702-4ca2-90aa-77949da19421" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:41:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "087fdde5-a03e-45e5-853d-0c3620d88868" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b5a9bbf0-ea90-499f-8805-dcb81f266b53" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114159Z:b5a9bbf0-ea90-499f-8805-dcb81f266b53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:42:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7378eb27-4344-4f69-b101-f8673392eef7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "30cd8c20-f15a-4888-aa9b-9cfa998cd706" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114259Z:30cd8c20-f15a-4888-aa9b-9cfa998cd706" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:43:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f54e4b79-9587-4b5c-b36e-47480924d9a2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "cd2bafe0-3f42-416d-90d8-5b60bbee2219" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114400Z:cd2bafe0-3f42-416d-90d8-5b60bbee2219" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:44:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c91ac984-b87b-42c7-b422-c255a2028442" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "4e9af78e-8ec0-4851-93f3-bc24f986b5d0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114500Z:4e9af78e-8ec0-4851-93f3-bc24f986b5d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:46:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d1df29dc-c51a-4f85-92cf-9fd14460ecce" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "019a0e5e-5cb5-443a-aaed-b25de5ad6037" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114600Z:019a0e5e-5cb5-443a-aaed-b25de5ad6037" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:47:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d91564ff-599e-4447-a281-5b27d580096b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "5142676a-50db-403b-959b-333902d8a4ac" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114701Z:5142676a-50db-403b-959b-333902d8a4ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:48:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "52c46379-9e28-42d6-a6cc-29621164bd9b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "4c9d2dee-3ed7-490d-94b5-1e1e8ca1b15e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114801Z:4c9d2dee-3ed7-490d-94b5-1e1e8ca1b15e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:49:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "364a0354-28ac-43e6-ad48-a06450ddeab1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "47455812-fc95-40da-a9e8-5347311685ad" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T114901Z:47455812-fc95-40da-a9e8-5347311685ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:50:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "672489c9-2fd7-4020-b24b-e026d26b13e2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "ab7f86fb-5aa7-41ae-9364-ff142e6524eb" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115002Z:ab7f86fb-5aa7-41ae-9364-ff142e6524eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:51:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c6e67aaa-f88e-4b8f-a418-c23046ec5847" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "27ff6af4-5aab-40c9-aeda-d1164f76618b" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115102Z:27ff6af4-5aab-40c9-aeda-d1164f76618b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:52:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "15865d8b-3cac-41be-9c32-ad1222945ad7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "4d24a432-3726-4df3-ba93-b826f1395196" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115202Z:4d24a432-3726-4df3-ba93-b826f1395196" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:53:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9dcfdcd8-e964-49c8-9350-b0ad43f19ea1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "b3c87398-e970-4c77-a628-4298ccec7e41" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115302Z:b3c87398-e970-4c77-a628-4298ccec7e41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:54:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "682c7790-5ddf-4435-8623-353b5e31bd6c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "8386307f-6f82-406c-87ad-49ae29279284" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115403Z:8386307f-6f82-406c-87ad-49ae29279284" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:55:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ba97e939-08ee-4a6e-a28d-6c8689c2c44b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "3995ad5a-3d90-46bd-a160-494cb8de83c0" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115503Z:3995ad5a-3d90-46bd-a160-494cb8de83c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:56:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5f85bf27-fabb-4ba0-8fe4-d0a1cf0a0d86" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "58071ded-6330-4dac-8eac-0e622907593a" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115603Z:58071ded-6330-4dac-8eac-0e622907593a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:57:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "52ba8c7b-9349-4df5-8309-45016f895359" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11875" + ], + "x-ms-correlation-request-id": [ + "2f834a8a-33fd-41af-a652-a4fafeec5ada" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T115704Z:2f834a8a-33fd-41af-a652-a4fafeec5ada" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:58:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a73af4d7-445f-4986-affa-e33c2aa0e3c2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11871" + ], + "x-ms-correlation-request-id": [ + "d26f7513-6551-4e54-a55d-90d37487b916" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T115804Z:d26f7513-6551-4e54-a55d-90d37487b916" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 11:59:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "daa8095b-365d-4a71-900d-b541c2789635" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "c034a58f-a7fd-437b-ae98-5804315e2913" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T115904Z:c034a58f-a7fd-437b-ae98-5804315e2913" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:00:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "81a1fd0c-bc8e-4426-8a22-b1645ed95d20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11875" + ], + "x-ms-correlation-request-id": [ + "11cd8cb9-3bb0-409e-8fb9-02c92a00623e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T120004Z:11cd8cb9-3bb0-409e-8fb9-02c92a00623e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:01:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fd666b82-208d-4142-b068-c351440b9629" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "cd7f9ece-30fd-4cc3-af78-f2ad4d4ea9aa" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120105Z:cd7f9ece-30fd-4cc3-af78-f2ad4d4ea9aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:02:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "190c66d0-38ae-41b5-94e3-97f18e1b918b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "72fca126-5873-412a-9f64-df3e1d35e97f" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120205Z:72fca126-5873-412a-9f64-df3e1d35e97f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:03:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "be275fbf-61a5-4c0d-a4f8-3fbb5be023a5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29989" + ], + "x-ms-correlation-request-id": [ + "2fd88f95-f312-4c37-9b6d-d0aa880c22d1" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120306Z:2fd88f95-f312-4c37-9b6d-d0aa880c22d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:04:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9b875c6e-8d17-4006-8703-6488cae8e76f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29987" + ], + "x-ms-correlation-request-id": [ + "164eeede-3da2-4fe3-88bf-88823478370a" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120406Z:164eeede-3da2-4fe3-88bf-88823478370a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:05:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "80660597-3912-4332-a453-a026cd20ef57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29987" + ], + "x-ms-correlation-request-id": [ + "05301f61-cc02-489e-91f3-0939c40d13f8" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120506Z:05301f61-cc02-489e-91f3-0939c40d13f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:06:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "62ff4d16-fdec-4341-bf6d-795bd1ad5525" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "acded3c6-0699-4bea-abfa-3b2ad6c726d1" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120606Z:acded3c6-0699-4bea-abfa-3b2ad6c726d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:07:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3a7f78d5-a4b4-4c87-9b28-5538c4c33e94" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29985" + ], + "x-ms-correlation-request-id": [ + "a6f41c8d-de60-46c9-8b6f-3bc68adfe900" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120707Z:a6f41c8d-de60-46c9-8b6f-3bc68adfe900" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:08:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3d148580-8751-4f0f-995d-6787e637645d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "620cbfac-0ae9-4111-81b4-4c4fe37162e6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120808Z:620cbfac-0ae9-4111-81b4-4c4fe37162e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:09:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e7570e4a-571f-43ff-91f8-6d20df43ef6c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29982" + ], + "x-ms-correlation-request-id": [ + "d2e4eb7a-7527-4c27-90c4-62838280fa0c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T120908Z:d2e4eb7a-7527-4c27-90c4-62838280fa0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:10:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "92a7e482-fd0c-41e6-aa48-e6ac7a9fc471" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29981" + ], + "x-ms-correlation-request-id": [ + "74756abf-b9cd-40fa-9477-8edc9baf68ae" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121008Z:74756abf-b9cd-40fa-9477-8edc9baf68ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:11:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8cff5e99-9c04-496d-a61d-e29e9d5d0a9c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29980" + ], + "x-ms-correlation-request-id": [ + "bc36b882-58a1-41f9-a269-ecd479391146" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121108Z:bc36b882-58a1-41f9-a269-ecd479391146" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:12:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "dc3f6eaf-9889-40cf-9f10-7854dd380874" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "0ea7f51f-357e-4ee4-b3ca-9c37f12089e2" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121209Z:0ea7f51f-357e-4ee4-b3ca-9c37f12089e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:13:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "33169d51-cab3-46cc-aa92-67d8edb15ddb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "a9f953a2-9247-4dec-8c6c-0351cb6c8733" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121309Z:a9f953a2-9247-4dec-8c6c-0351cb6c8733" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:14:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f20db04c-e6f1-49af-ab58-4885136e309e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "5f55c189-46d2-42ca-9708-2defa6c0f96f" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121409Z:5f55c189-46d2-42ca-9708-2defa6c0f96f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:15:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0f60cf48-06fc-4282-a593-43617d776075" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "49a7e535-cad2-4ac6-91b0-0be4a4044fda" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T121510Z:49a7e535-cad2-4ac6-91b0-0be4a4044fda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:16:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ed37acf4-6e37-4f72-83e4-0ba80abc5ddf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "f952acda-28ea-49db-a727-9b11fea1af12" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121610Z:f952acda-28ea-49db-a727-9b11fea1af12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:17:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "06bee7f5-1cf7-4c78-b2a6-f0d7b3d856d2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "3b849503-3fbc-43b7-9b5b-72303a105371" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121710Z:3b849503-3fbc-43b7-9b5b-72303a105371" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:18:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "50c6d02b-2f66-41af-bb5b-5a3eac5b5d2b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "e8dd7148-2b43-46d8-bfdb-7f74312b3d9b" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121811Z:e8dd7148-2b43-46d8-bfdb-7f74312b3d9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:19:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4ac19b71-a844-48e6-9a75-416d1cb4bca1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "ae3645c3-16a8-4b28-ac35-afcc9c3f00ae" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T121911Z:ae3645c3-16a8-4b28-ac35-afcc9c3f00ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:20:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "da93bb75-d505-400b-a599-70017862235c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "458c7d50-bcc4-4487-85bf-2c386d15f4fc" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122011Z:458c7d50-bcc4-4487-85bf-2c386d15f4fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:21:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9aa6b53e-a657-4a51-ac24-318df2e33f24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29966" + ], + "x-ms-correlation-request-id": [ + "bb16b66c-2db3-4dfc-ad85-93ee3f441d7f" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122112Z:bb16b66c-2db3-4dfc-ad85-93ee3f441d7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:22:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "855fabcc-6699-483f-a274-a1f9af432b74" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29962" + ], + "x-ms-correlation-request-id": [ + "12c108ab-49c8-43c8-b7b7-ce2f6e476470" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122213Z:12c108ab-49c8-43c8-b7b7-ce2f6e476470" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:23:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "99ab92f9-fc32-431c-b5cb-6969ab5d5817" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29959" + ], + "x-ms-correlation-request-id": [ + "eb34f142-9efc-422e-a1c4-aaa97c8afd9f" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122313Z:eb34f142-9efc-422e-a1c4-aaa97c8afd9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:24:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c4038d2d-3334-416e-a5d8-87f3631a0e29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "b987b986-bab7-4b9f-b854-bbce1e378586" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122413Z:b987b986-bab7-4b9f-b854-bbce1e378586" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:25:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c2f943ab-8b14-484d-8fe0-ed195506548a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "740016a3-dc50-4cbc-b421-8902771d1c5e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122513Z:740016a3-dc50-4cbc-b421-8902771d1c5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:26:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1f9b70b8-eadb-4ae0-83ee-d2dbcd06980a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "34305006-c613-4b63-be01-df955feb01d6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122614Z:34305006-c613-4b63-be01-df955feb01d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:27:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a43ea37d-944d-410f-a240-834ba5ae9ca0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29990" + ], + "x-ms-correlation-request-id": [ + "ea728c0a-9503-4975-b76e-bb417da844af" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T122714Z:ea728c0a-9503-4975-b76e-bb417da844af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:28:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "edbe3f59-1219-4140-bc21-0e858c0bab01" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "0405cf35-e25c-430c-9a14-4df5bdc6083e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T122814Z:0405cf35-e25c-430c-9a14-4df5bdc6083e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:29:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b0f328e6-64f8-4938-8154-a476ca5a7a48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "fbf81893-38a4-4af3-8525-084fda7f546e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T122915Z:fbf81893-38a4-4af3-8525-084fda7f546e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:30:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e05563d2-4da0-4026-b6d0-2d6a859bea68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "55793fd9-8720-42ef-8e61-0965b4920c4e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123015Z:55793fd9-8720-42ef-8e61-0965b4920c4e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:31:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2c8e0112-dd67-4666-be4f-d66803af55e5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "68f26153-8421-494e-9791-d21a38554b52" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123115Z:68f26153-8421-494e-9791-d21a38554b52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:32:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c710552d-f192-4a63-8edb-e75f1087595b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "89dfb41b-567c-4f5e-9258-6e6b58adbdf2" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123215Z:89dfb41b-567c-4f5e-9258-6e6b58adbdf2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:33:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3acb5ae6-32b9-4c85-aa92-1127d62732dd" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "ac6f3e3d-3509-4879-9bf1-8725ba6bdeb9" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123316Z:ac6f3e3d-3509-4879-9bf1-8725ba6bdeb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:34:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f0640196-b232-4f0c-ae9d-82c6ff6e1863" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "a28bec22-7773-4fdf-8073-9e559c83af62" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123416Z:a28bec22-7773-4fdf-8073-9e559c83af62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:35:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "be85bcdb-c83a-4af0-b465-d0cfd290267d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a0b300e6-9b91-43b9-9557-8e268a89f26b" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123516Z:a0b300e6-9b91-43b9-9557-8e268a89f26b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:36:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7d715fab-f8fc-483c-bd20-b8d098cd1d3e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "1ab23836-90c9-4165-847f-d788c8f405cf" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123617Z:1ab23836-90c9-4165-847f-d788c8f405cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:37:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4a23076e-d5a2-478b-8403-bf4699b57be4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "fbd47093-b1ab-4817-9dda-9786bfc33561" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123717Z:fbd47093-b1ab-4817-9dda-9786bfc33561" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:38:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1f79e005-a4ba-41e8-b42b-8fbc40519cec" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "dfbcdc32-be7f-470d-9efa-283be49f973b" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T123818Z:dfbcdc32-be7f-470d-9efa-283be49f973b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:39:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c1b3e127-ed89-4323-a818-2c16380dba92" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "b1c8af73-9c47-401c-ad0f-b354396b5ded" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T123918Z:b1c8af73-9c47-401c-ad0f-b354396b5ded" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:40:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a5a2d984-7db9-4fc7-a363-4d498f52fe49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "8ec4931e-ab55-431c-92ad-3843a9b9defa" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124018Z:8ec4931e-ab55-431c-92ad-3843a9b9defa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:41:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "836c0b83-4f2d-49f1-8573-63aa6eb792e2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "3156e4cf-8ab7-4d2c-bf87-b902e2f6a571" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124118Z:3156e4cf-8ab7-4d2c-bf87-b902e2f6a571" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:42:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fc06e1e9-2c41-4d6d-873e-98ce8bec706b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "5bb23e3b-3446-4a8f-bacf-d97aa08c14e4" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124218Z:5bb23e3b-3446-4a8f-bacf-d97aa08c14e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:43:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c68e4606-12e8-45de-9cf5-4f2fcea37259" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29956" + ], + "x-ms-correlation-request-id": [ + "4d500546-ae6f-4930-96a2-b11409f88787" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124319Z:4d500546-ae6f-4930-96a2-b11409f88787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:44:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "41e2a947-678d-4380-b68c-4cb7292fada2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "17ab2d1e-3fd4-4d11-9780-f9bf00476139" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124419Z:17ab2d1e-3fd4-4d11-9780-f9bf00476139" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:45:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2ac012c4-03d7-419d-a33b-cd17c25831ad" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "aa527cf2-1e65-4c82-83ac-8c5d1a7ef027" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124520Z:aa527cf2-1e65-4c82-83ac-8c5d1a7ef027" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:46:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "35eb82ea-ea91-4a95-a49f-e3866db0ee6c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "e8147015-d0e3-4a10-a280-3df19d0929d5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T124620Z:e8147015-d0e3-4a10-a280-3df19d0929d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:47:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "64ca1e15-fb35-416e-bc96-ff17cd91d007" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "788687c4-23c5-4a73-a42a-962a89f0cea0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T124720Z:788687c4-23c5-4a73-a42a-962a89f0cea0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:48:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "74b067c9-480d-4f16-81ac-26c57bc20ae0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "a10b9c2d-ecd8-4d9c-a29f-31a959f681f3" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T124820Z:a10b9c2d-ecd8-4d9c-a29f-31a959f681f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:49:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "68b796eb-1633-4e2c-b78b-540accbd540c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "46431c03-948d-4c0a-b354-46d1caf913b0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T124921Z:46431c03-948d-4c0a-b354-46d1caf913b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:50:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a2888a4a-f0a6-4ea6-aebf-460efe30f0e5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d83880fd-f06d-405d-8eff-705ed90307ad" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125021Z:d83880fd-f06d-405d-8eff-705ed90307ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:51:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3f127d5f-813b-4471-bdb0-0e23a7b48821" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "776c1fcd-72c7-48ec-8ed7-8b35787d8d2d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125122Z:776c1fcd-72c7-48ec-8ed7-8b35787d8d2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:52:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e5d41d1e-ae2f-44d0-8ae6-ab11a973413f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "1f703fc5-ff8f-4661-887b-e8a30579c308" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125223Z:1f703fc5-ff8f-4661-887b-e8a30579c308" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:53:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e7f4637f-27ed-489e-9bad-f640b20cc033" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "aa6fcd76-347c-47c3-8094-43bc69b596ac" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125323Z:aa6fcd76-347c-47c3-8094-43bc69b596ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:54:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8dd103d7-1619-4f1e-8fcd-b33949f5b9ed" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "6d0e558a-f618-490a-8821-18ff861edcab" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125423Z:6d0e558a-f618-490a-8821-18ff861edcab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:55:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "02226ead-80af-41b5-a718-c2bebc49662e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "f9e044fe-dd99-4142-898a-e8da86cf1610" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125524Z:f9e044fe-dd99-4142-898a-e8da86cf1610" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:56:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0ceb5341-7bc5-47ad-b8c5-c32bd917c800" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b0342f5d-2d31-4aae-923e-a9c71cffc259" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125624Z:b0342f5d-2d31-4aae-923e-a9c71cffc259" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:57:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b3c30485-cff2-4e4e-9e25-e77ae7406a65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "56411f41-4772-45a7-b69a-c0895a1b609e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125724Z:56411f41-4772-45a7-b69a-c0895a1b609e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:58:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3b462832-780d-4960-ab77-cda1c43cc3bf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "ee2e0136-39cc-47a2-968b-6ba5cc0c727d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125825Z:ee2e0136-39cc-47a2-968b-6ba5cc0c727d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 12:59:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a849a262-c6b7-494f-8eec-cce2480ab3d3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "a8ea4003-b115-42f4-8738-1e4c08953aa0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T125925Z:a8ea4003-b115-42f4-8738-1e4c08953aa0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:00:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "78318c63-3b78-42c2-8fb7-5316a2e8f4c4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29962" + ], + "x-ms-correlation-request-id": [ + "5bb76746-5e03-4d8e-abdb-ea279e5d6997" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T130025Z:5bb76746-5e03-4d8e-abdb-ea279e5d6997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:01:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e2db8cdb-7f38-4bed-a5a4-a24047affefe" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "d090834c-5922-42cd-a291-f55b04964765" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T130125Z:d090834c-5922-42cd-a291-f55b04964765" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:02:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "563e2f13-da4a-43a1-a1aa-f7e99ec59dd8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "82a04580-7c9d-4349-91f8-c184ecd87e21" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T130226Z:82a04580-7c9d-4349-91f8-c184ecd87e21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:03:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "66165415-0722-412c-ab9e-7074274f8c81" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "e64dc355-a02b-4f70-ae93-6f73f02b1bdb" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T130326Z:e64dc355-a02b-4f70-ae93-6f73f02b1bdb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:04:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "52a9e4de-c4e2-480d-b381-52dbf33409f6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "6b249433-953b-48c4-b047-e76f2ef7bfac" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T130427Z:6b249433-953b-48c4-b047-e76f2ef7bfac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:05:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a0d3df90-d6c7-4165-8d83-bcbf64e0401b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "87951085-6478-4964-9715-f2c7df4a6286" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T130527Z:87951085-6478-4964-9715-f2c7df4a6286" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:06:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4f2d4c80-b91b-4c71-b2f7-25865b22e0b3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "0d3e01a4-3910-4ba7-9a44-ba023c53583b" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T130627Z:0d3e01a4-3910-4ba7-9a44-ba023c53583b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:07:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3af04cce-63d6-450f-bb2b-17406742bf54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "2ddf9e62-3689-41a6-830d-e39d8b7dc64c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T130727Z:2ddf9e62-3689-41a6-830d-e39d8b7dc64c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:08:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c7451e5c-900f-4c98-8a23-18d9e8cb7d08" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11866" + ], + "x-ms-correlation-request-id": [ + "95fb585d-61a4-4174-bf63-ec76d4a0a837" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T130828Z:95fb585d-61a4-4174-bf63-ec76d4a0a837" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:09:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5ef8d4fe-4dac-4b18-91c9-ee8b7cca9660" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11863" + ], + "x-ms-correlation-request-id": [ + "4ec68167-3559-4421-bf6e-af88fe60d902" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T130928Z:4ec68167-3559-4421-bf6e-af88fe60d902" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:10:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fac08a96-47d8-4cac-9261-7ba50d2e9df0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11871" + ], + "x-ms-correlation-request-id": [ + "3c08c087-5171-430d-bd4e-204e2a043b87" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T131029Z:3c08c087-5171-430d-bd4e-204e2a043b87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:11:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f83fd645-0e58-476c-b444-d67964506453" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11868" + ], + "x-ms-correlation-request-id": [ + "329988d1-8ae3-4001-96d3-98e7ab03d2c1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T131129Z:329988d1-8ae3-4001-96d3-98e7ab03d2c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:12:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c59cf218-838b-4b4c-8f38-a8c50f9dac5d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11865" + ], + "x-ms-correlation-request-id": [ + "2131e4f4-18b2-4cfc-9529-7a831a8fd420" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T131229Z:2131e4f4-18b2-4cfc-9529-7a831a8fd420" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:13:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7e106464-e7ac-4c49-a07b-4fd0b47b5f92" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "20eccb62-becb-45d1-ba12-0ebfd7381661" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131330Z:20eccb62-becb-45d1-ba12-0ebfd7381661" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:14:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "610e0e78-43c2-424f-a4a9-861b4ca14b85" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "7ce7ee02-aa1f-40f0-b6e2-1ffcf46e46ea" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131430Z:7ce7ee02-aa1f-40f0-b6e2-1ffcf46e46ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:15:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4389572f-5ed5-469b-905b-1dfab5ab3534" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "79bee33a-45aa-43cd-91b7-54b541ed2bf0" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131530Z:79bee33a-45aa-43cd-91b7-54b541ed2bf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:16:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "050253e5-398f-456f-8a20-a5d5dc52b66a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "51e6ada4-f45e-4fbd-b3b4-86f2b1f2b20e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131630Z:51e6ada4-f45e-4fbd-b3b4-86f2b1f2b20e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:17:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f0fcac78-422c-4721-949c-19aec4fcdf6b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "49868a3e-9aab-41ac-a4c0-2491168f2bf6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131734Z:49868a3e-9aab-41ac-a4c0-2491168f2bf6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:18:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "38174df0-8f4b-46a7-9a62-f52953fdc99a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "a74bea63-01cf-48f4-bdba-6487543f041d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131834Z:a74bea63-01cf-48f4-bdba-6487543f041d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:19:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ad2359da-962f-4d71-b312-79bd7285345c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29927" + ], + "x-ms-correlation-request-id": [ + "65ece094-7355-4703-9df6-442375e214a5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T131935Z:65ece094-7355-4703-9df6-442375e214a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:20:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "12a76103-4168-48c8-82b8-657c8b57cdfa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29935" + ], + "x-ms-correlation-request-id": [ + "f7726aa9-5ebd-4828-aec2-a7ba845005c6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T132035Z:f7726aa9-5ebd-4828-aec2-a7ba845005c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:21:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9a2ba077-e577-46bd-89bf-4e4350c15ead" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29929" + ], + "x-ms-correlation-request-id": [ + "fa19e9b3-7f2c-457f-baf4-fed086c5535c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T132135Z:fa19e9b3-7f2c-457f-baf4-fed086c5535c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:22:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "77e6b842-81ab-4256-aa11-bdea965e5a97" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29922" + ], + "x-ms-correlation-request-id": [ + "1ac3f438-4469-4b35-937e-48c0fe471065" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T132235Z:1ac3f438-4469-4b35-937e-48c0fe471065" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:23:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f46df992-207c-48ab-8a05-52f47e011c69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29918" + ], + "x-ms-correlation-request-id": [ + "fe6b6096-02dd-4d94-8b1b-432fe0c30643" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T132336Z:fe6b6096-02dd-4d94-8b1b-432fe0c30643" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:24:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9cb25686-7709-405a-9773-0262d2cff14c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "9d7366f4-2117-42e8-b97b-3334c6ae8d61" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132436Z:9d7366f4-2117-42e8-b97b-3334c6ae8d61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:25:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "651a5444-7cf8-488a-ac0b-4b2cf13cb2c6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "cfbc0d91-32aa-4157-8631-113ea68be042" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132537Z:cfbc0d91-32aa-4157-8631-113ea68be042" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:26:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9c6f22dc-a93b-4003-876c-5aa16ad5197c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "80c3a24b-bdcd-4e21-b102-28b7a18eded6" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132637Z:80c3a24b-bdcd-4e21-b102-28b7a18eded6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:27:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5c3d52df-2893-4ee3-9e36-b6e419c6176e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "5f2ff154-de95-4b67-a2ce-3e55104a59f3" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132737Z:5f2ff154-de95-4b67-a2ce-3e55104a59f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:28:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fa9c4435-db75-453d-a234-ba1713cce946" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "3841e102-6513-4e85-8412-9e3bcb22dfdb" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132838Z:3841e102-6513-4e85-8412-9e3bcb22dfdb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:29:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3cec2093-2ac7-4c25-b9ed-fda1255c774c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "d0c669b7-91cc-48ad-9fbb-344b54415c33" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T132938Z:d0c669b7-91cc-48ad-9fbb-344b54415c33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:30:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1861f623-b574-4588-92a5-ef8dc71ab471" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "2af7c0d5-62c4-4e60-8ac3-d029141fe4c0" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T133038Z:2af7c0d5-62c4-4e60-8ac3-d029141fe4c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:31:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "be6f495a-6c4b-402b-be2e-926d83c132ce" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "6d6872ed-cd5c-425a-8569-a3c87e50eadd" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T133139Z:6d6872ed-cd5c-425a-8569-a3c87e50eadd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:32:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f21de670-8aca-4d40-9afd-ff80240d16be" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "32a737ef-7383-48d0-ac02-a3a76e3d72d3" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T133239Z:32a737ef-7383-48d0-ac02-a3a76e3d72d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:33:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d0d6a06b-46ae-497f-9965-f384cb14ffce" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "eb94abd3-52bb-431b-85b7-d33ac918aab1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133339Z:eb94abd3-52bb-431b-85b7-d33ac918aab1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/21424e95-b0ab-4e7b-b26b-da5f179b6ee5?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzIxNDI0ZTk1LWIwYWItNGU3Yi1iMjZiLWRhNWYxNzliNmVlNT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:34:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4e77d6da-3b38-466f-aaec-840b9d50b0b6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "5c38e518-3f6c-4622-b2ab-ceb4d57d23ed" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133440Z:5c38e518-3f6c-4622-b2ab-ceb4d57d23ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"21424e95-b0ab-4e7b-b26b-da5f179b6ee5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T11:13:50.56Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzc/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:34:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0bca563c-17c2-4f2a-a2a7-c7ba311734bd" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "a8a0dfb1-9692-4f67-9346-f1d95c1b6b0c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133440Z:a8a0dfb1-9692-4f67-9346-f1d95c1b6b0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"GP_Gen5\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen5\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"manageddatabaserestorescenariotest-sqlcrudtest-7377.0c56c87548b9.database.windows.net\",\r\n \"administratorLogin\": \"dummylogin\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-1673/subnets/MISubnet\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 32,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"0c56c87548b9\",\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377\",\r\n \"name\": \"manageddatabaserestorescenariotest-sqlcrudtest-7377\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9167?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTE2Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4a1aad2-d59e-45b3-8d90-2b5c6e72214d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:34:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/1c08af54-ecd3-42c7-a019-2775499c9e20?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/1c08af54-ecd3-42c7-a019-2775499c9e20?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "1c08af54-ecd3-42c7-a019-2775499c9e20" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "5cd8e506-733a-49b7-a473-3f27874e2a75" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133442Z:5cd8e506-733a-49b7-a473-3f27874e2a75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"CreateManagedDatabase\",\r\n \"startTime\": \"2018-12-18T13:34:41.94Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/1c08af54-ecd3-42c7-a019-2775499c9e20?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8xYzA4YWY1NC1lY2QzLTQyYzctYTAxOS0yNzc1NDk5YzllMjA/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:34:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "81527479-d595-49c7-aa35-98b817f3faa0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "18290c61-ae44-41d8-8839-5e4147fe125d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133457Z:18290c61-ae44-41d8-8839-5e4147fe125d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1c08af54-ecd3-42c7-a019-2775499c9e20\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T13:34:41.94Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/1c08af54-ecd3-42c7-a019-2775499c9e20?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8xYzA4YWY1NC1lY2QzLTQyYzctYTAxOS0yNzc1NDk5YzllMjA/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:35:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3677eaf5-b189-4922-ade6-aaae063ebde4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "09de4b9e-b89b-4adf-b275-e596d3a35e8f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133512Z:09de4b9e-b89b-4adf-b275-e596d3a35e8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1c08af54-ecd3-42c7-a019-2775499c9e20\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T13:34:41.94Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/1c08af54-ecd3-42c7-a019-2775499c9e20?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8xYzA4YWY1NC1lY2QzLTQyYzctYTAxOS0yNzc1NDk5YzllMjA/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:35:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b54dd937-8e97-465f-9cc0-abd7d8e2772a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "2e873fd2-0216-449d-8d31-4890440261bb" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133527Z:2e873fd2-0216-449d-8d31-4890440261bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1c08af54-ecd3-42c7-a019-2775499c9e20\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T13:34:41.94Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9167?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTE2Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:35:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "97da9054-b680-4822-a818-3dd28107186f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "ef02946d-6151-4a0a-beb1-a534c794e2c4" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T133527Z:ef02946d-6151-4a0a-beb1-a534c794e2c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"status\": \"Online\",\r\n \"creationDate\": \"2018-12-18T13:34:46.33Z\",\r\n \"defaultSecondaryLocation\": \"westus\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9167\",\r\n \"name\": \"manageddatabaserestorescenariotest-9167\",\r\n \"type\": \"Microsoft.Sql/managedInstances/databases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9167?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTE2Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "578acbe4-b186-4d6d-a8a4-0cb22f9663fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/290bc50c-1c9f-465e-882f-4faf5fbeb498?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/290bc50c-1c9f-465e-882f-4faf5fbeb498?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "290bc50c-1c9f-465e-882f-4faf5fbeb498" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "bd68daa6-412f-49c2-80ca-46ff1ed9cef3" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134529Z:bd68daa6-412f-49c2-80ca-46ff1ed9cef3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"DropManagedDatabase\",\r\n \"startTime\": \"2018-12-18T13:45:28.863Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/290bc50c-1c9f-465e-882f-4faf5fbeb498?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8yOTBiYzUwYy0xYzlmLTQ2NWUtODgyZi00ZmFmNWZiZWI0OTg/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5ba58199-184c-49e7-bdb0-0c099e0f7519" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "4cecf5a0-46fa-41c0-b75e-9c86b4d7e9c6" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134544Z:4cecf5a0-46fa-41c0-b75e-9c86b4d7e9c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"290bc50c-1c9f-465e-882f-4faf5fbeb498\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T13:45:28.863Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/290bc50c-1c9f-465e-882f-4faf5fbeb498?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlT3BlcmF0aW9uUmVzdWx0cy8yOTBiYzUwYy0xYzlmLTQ2NWUtODgyZi00ZmFmNWZiZWI0OTg/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "08ab40ff-cfe6-4ec0-b562-71e61b9fd40d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "d0e6239c-212d-494b-ba24-68cc18088b14" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134544Z:d0e6239c-212d-494b-ba24-68cc18088b14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "74b743f1-f863-461f-a457-0cd7b7ea3b1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c51f4259-88ee-4bdf-8484-ab95ee184771" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "146917b7-3fa3-4133-89b0-a4f656063cd1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134544Z:146917b7-3fa3-4133-89b0-a4f656063cd1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "593" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"databaseName\": \"manageddatabaserestorescenariotest-9167\",\r\n \"creationDate\": \"2018-12-18T13:34:46.33Z\",\r\n \"deletionDate\": \"2018-12-18T13:45:38.747Z\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases/manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"name\": \"manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bfcc5fcb-469a-4881-a56e-290849935c03" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:56:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0326af21-4363-4796-9886-4afb61c8ea84" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "3b2f8df9-bf48-41e5-8a68-915f2f11a5de" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T135618Z:3b2f8df9-bf48-41e5-8a68-915f2f11a5de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1175" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"databaseName\": \"manageddatabaserestorescenariotest-9167\",\r\n \"creationDate\": \"2018-12-18T13:34:46.33Z\",\r\n \"deletionDate\": \"2018-12-18T13:45:38.747Z\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases/manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"name\": \"manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases\"\r\n },\r\n {\r\n \"properties\": {\r\n \"databaseName\": \"manageddatabaserestorescenariotest-9257\",\r\n \"creationDate\": \"2018-12-18T13:45:46.35Z\",\r\n \"deletionDate\": \"2018-12-18T13:56:10.367Z\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases/manageddatabaserestorescenariotest-9257,131896149703670000\",\r\n \"name\": \"manageddatabaserestorescenariotest-9257,131896149703670000\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases/manageddatabaserestorescenariotest-9167%2C131896143387470000?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXMvbWFuYWdlZGRhdGFiYXNlcmVzdG9yZXNjZW5hcmlvdGVzdC05MTY3JTJDMTMxODk2MTQzMzg3NDcwMDAwP2FwaS12ZXJzaW9uPTIwMTctMDMtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c680690e-be64-41ca-9c16-9a68db709dfb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a4d48e05-ff5f-489e-8d92-3d1fd989c78b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "bd71d301-774c-4f6b-9ff2-6f03d5e648b0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134544Z:bd71d301-774c-4f6b-9ff2-6f03d5e648b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "581" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"databaseName\": \"manageddatabaserestorescenariotest-9167\",\r\n \"creationDate\": \"2018-12-18T13:34:46.33Z\",\r\n \"deletionDate\": \"2018-12-18T13:45:38.747Z\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/restorableDroppedDatabases/manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"name\": \"manageddatabaserestorescenariotest-9167,131896143387470000\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9257?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTI1Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97cb59e5-fa49-4293-a2ac-a96552e845ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:45:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/209fd27a-0192-4d70-9f52-a8bbedbd425a?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/209fd27a-0192-4d70-9f52-a8bbedbd425a?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "209fd27a-0192-4d70-9f52-a8bbedbd425a" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "c2d04af4-b974-485f-b236-6f54697c2a09" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134546Z:c2d04af4-b974-485f-b236-6f54697c2a09" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "76" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"CreateManagedDatabase\",\r\n \"startTime\": \"2018-12-18T13:45:46.083Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/209fd27a-0192-4d70-9f52-a8bbedbd425a?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8yMDlmZDI3YS0wMTkyLTRkNzAtOWY1Mi1hOGJiZWRiZDQyNWE/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:46:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9eacea42-736f-42b5-aab8-390d3a028924" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "317f1198-a859-4ae2-926b-fb80301305ca" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134601Z:317f1198-a859-4ae2-926b-fb80301305ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"209fd27a-0192-4d70-9f52-a8bbedbd425a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T13:45:46.083Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9257?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTI1Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:46:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "138d10e1-42db-4dba-aa38-ba7000a9f28b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "925f0f78-bcbf-4162-8eb6-7d259e564547" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T134601Z:925f0f78-bcbf-4162-8eb6-7d259e564547" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"status\": \"Online\",\r\n \"creationDate\": \"2018-12-18T13:45:46.35Z\",\r\n \"defaultSecondaryLocation\": \"westus\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9257\",\r\n \"name\": \"manageddatabaserestorescenariotest-9257\",\r\n \"type\": \"Microsoft.Sql/managedInstances/databases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4157/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-7377/databases/manageddatabaserestorescenariotest-9257?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTczNzcvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtOTI1Nz9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cad783de-8383-4e82-83e0-d4d40a6fcaba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:56:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/c732762f-33d9-4600-81ad-54313889cb51?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/c732762f-33d9-4600-81ad-54313889cb51?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "c732762f-33d9-4600-81ad-54313889cb51" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "e047814a-b0da-4ef3-9bbc-83e541df0161" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T135602Z:e047814a-b0da-4ef3-9bbc-83e541df0161" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"DropManagedDatabase\",\r\n \"startTime\": \"2018-12-18T13:56:02.213Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/c732762f-33d9-4600-81ad-54313889cb51?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi9jNzMyNzYyZi0zM2Q5LTQ2MDAtODFhZC01NDMxMzg4OWNiNTE/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:56:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "05d194c2-f937-40f3-8b7a-999c0bf19eab" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "de4723dd-c0d4-4e17-b138-f37b8d600a65" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T135617Z:de4723dd-c0d4-4e17-b138-f37b8d600a65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"c732762f-33d9-4600-81ad-54313889cb51\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T13:56:02.213Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/c732762f-33d9-4600-81ad-54313889cb51?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlT3BlcmF0aW9uUmVzdWx0cy9jNzMyNzYyZi0zM2Q5LTQ2MDAtODFhZC01NDMxMzg4OWNiNTE/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:56:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b972fbda-d6b8-45f4-91e0-a614162c63f7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "1a95da84-7ea0-4427-9eb4-345edc642328" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T135617Z:1a95da84-7ea0-4427-9eb4-345edc642328" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/sqlcrudtest-4157?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3NxbGNydWR0ZXN0LTQxNTc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24d89027-f175-440a-adee-ebe743afbc70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 13:56:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TUUxDUlVEVEVTVDoyRDQxNTctRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "2b89b3ce-2e8d-4fa3-959b-969901a6b512" + ], + "x-ms-correlation-request-id": [ + "2b89b3ce-2e8d-4fa3-959b-969901a6b512" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T135619Z:2b89b3ce-2e8d-4fa3-959b-969901a6b512" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + } + ], + "Names": { + "CreateResourceGroup": [ + "sqlcrudtest-4157" + ], + "CreateVirtualNetwork": [ + "sqlcrudtest-1673", + "sqlcrudtest-912", + "sqlcrudtest-577", + "sqlcrudtest-9389" + ], + "RestorableDroppedManagedDatabasesTests": [ + "sqlcrudtest-7377", + "manageddatabaserestorescenariotest-9167", + "manageddatabaserestorescenariotest-9257" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1", + "DefaultLocation": "east us", + "DefaultLocationId": "eastus" + } +} \ No newline at end of file diff --git a/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/ShortTermRetentionOnDroppedDatabase.json b/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/ShortTermRetentionOnDroppedDatabase.json new file mode 100644 index 000000000000..2b39ae1d5030 --- /dev/null +++ b/src/SDKs/SqlManagement/Sql.Tests/SessionRecords/Sql.Tests.ManagedDatabaseRestoreScenarioTests/ShortTermRetentionOnDroppedDatabase.json @@ -0,0 +1,11295 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/sqlcrudtest-4115?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3NxbGNydWR0ZXN0LTQxMTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"east us\",\r\n \"tags\": {\r\n \"sqlcrudtest-4115\": \"2018-12-18 18:00:34Z\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1147daff-2cef-41e4-a2dc-2e47f85e393d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "96" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "2399" + ], + "x-ms-request-id": [ + "456dd82f-277f-4388-8ed5-29b5a3900443" + ], + "x-ms-correlation-request-id": [ + "456dd82f-277f-4388-8ed5-29b5a3900443" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T180036Z:456dd82f-277f-4388-8ed5-29b5a3900443" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115\",\r\n \"name\": \"sqlcrudtest-4115\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"sqlcrudtest-4115\": \"2018-12-18 18:00:34Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC04NDY2P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_management_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_misubnet_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"allow_health_probe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\"\r\n },\r\n \"name\": \"allow_management_outbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\"\r\n },\r\n \"name\": \"allow_misubnet_outbound\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78b87611-7462-4059-87bc-ebcc01063ba0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2295" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "dc0f5334-6845-4a86-9f5f-aeff4f13fe63" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/dc0f5334-6845-4a86-9f5f-aeff4f13fe63?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "b3b075fd-e393-4892-b074-c43ffe28aa5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180039Z:b3b075fd-e393-4892-b074-c43ffe28aa5e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11482" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-8466\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c21ab326-f4b2-4918-82dd-f623638ac68c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"32f6495e-691a-48ae-81f5-fe21b47036e6\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/dc0f5334-6845-4a86-9f5f-aeff4f13fe63?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZGMwZjUzMzQtNjg0NS00YTg2LTlmNWYtYWVmZjRmMTNmZTYzP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7fb24e8e-6552-4375-9810-f25cd0bc49ad" + ], + "x-ms-correlation-request-id": [ + "b8ff80a2-4334-4d6b-9c13-ada3487ed54f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180050Z:b8ff80a2-4334-4d6b-9c13-ada3487ed54f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC04NDY2P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"46c568bf-98a3-4cb5-8360-397fe9d4257f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1f218979-c83c-4b90-a641-fa2bf72b7643" + ], + "x-ms-correlation-request-id": [ + "1582e050-1132-4804-b582-350fd6e0a66f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180050Z:1582e050-1132-4804-b582-350fd6e0a66f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11494" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-8466\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c21ab326-f4b2-4918-82dd-f623638ac68c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9zcWxjcnVkdGVzdC04NDY2P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a1d383db-4d93-4d11-af11-58f1b470c962" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"46c568bf-98a3-4cb5-8360-397fe9d4257f\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2a5b91c8-51a6-4a73-a35f-6072a6268956" + ], + "x-ms-correlation-request-id": [ + "598a16ef-e45e-41b5-aec0-32a76cf3e990" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180050Z:598a16ef-e45e-41b5-aec0-32a76cf3e990" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "11494" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-8466\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c21ab326-f4b2-4918-82dd-f623638ac68c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"allow_management_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_health_probe\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_health_probe\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_management_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTYzNjM/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"name\": \"sqlcrudtest-9233\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3dce0267-0703-4fdd-a286-a9d80cfd2ee7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "246" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:00:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4c96c43c-9697-43fd-a097-09a3ceb66ba2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/4c96c43c-9697-43fd-a097-09a3ceb66ba2?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "dc45aa91-4af3-43b3-b0ec-2459534bbc09" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180052Z:dc45aa91-4af3-43b3-b0ec-2459534bbc09" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "977" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-6363\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\",\r\n \"etag\": \"W/\\\"b91df27b-d746-4e3f-83fb-0dd6be5e45fd\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"92b805d2-0f8d-4545-aabf-f31054ad5878\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-9233\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363/routes/sqlcrudtest-9233\",\r\n \"etag\": \"W/\\\"b91df27b-d746-4e3f-83fb-0dd6be5e45fd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/4c96c43c-9697-43fd-a097-09a3ceb66ba2?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNGM5NmM0M2MtOTY5Ny00M2ZkLWEwOTctMDlhM2NlYjY2YmEyP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "63212bdb-8703-4ce5-b9e3-c90ef4345c04" + ], + "x-ms-correlation-request-id": [ + "f07f7c23-7848-4ee0-b0a4-ac9725907375" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180102Z:f07f7c23-7848-4ee0-b0a4-ac9725907375" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTYzNjM/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "45cbc3e9-126c-4a2d-8190-eb0bdc748605" + ], + "x-ms-correlation-request-id": [ + "ee490f0a-1c92-4a0a-935c-3f4fd4a8a762" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180102Z:ee490f0a-1c92-4a0a-935c-3f4fd4a8a762" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "979" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-6363\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\",\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"92b805d2-0f8d-4545-aabf-f31054ad5878\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-9233\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363/routes/sqlcrudtest-9233\",\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3JvdXRlVGFibGVzL3NxbGNydWR0ZXN0LTYzNjM/YXBpLXZlcnNpb249MjAxNy0wOC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "767cbc8c-ceb3-4146-8449-3e43ecf54852" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "efcbf1b7-8f79-4fb6-a8d3-18864a96207d" + ], + "x-ms-correlation-request-id": [ + "cffed63c-89ae-44b5-b8e8-7970863040e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180102Z:cffed63c-89ae-44b5-b8e8-7970863040e8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "979" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-6363\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\",\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"92b805d2-0f8d-4545-aabf-f31054ad5878\",\r\n \"routes\": [\r\n {\r\n \"name\": \"sqlcrudtest-9233\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363/routes/sqlcrudtest-9233\",\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC00NDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"1433\",\r\n \"1434\",\r\n \"5022\",\r\n \"9000\",\r\n \"9003\",\r\n \"1438\",\r\n \"1440\",\r\n \"1452\",\r\n \"80\",\r\n \"443\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_management_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"10.0.0.0/26\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_misubnet_inbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_inbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 300,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_health_probe\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_health_probe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [\r\n \"80\",\r\n \"443\",\r\n \"12000\"\r\n ],\r\n \"access\": \"Allow\",\r\n \"priority\": 100,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_management_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_management_outbound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"10.0.0.0/26\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 200,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"allow_misubnet_outbound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/securityRules/allow_misubnet_outbound\"\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowVnetInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"DenyAllInBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllInBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowVnetOutBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/AllowInternetOutBound\"\r\n },\r\n {\r\n \"properties\": {\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefix\": \"*\",\r\n \"destinationAddressPrefixes\": [],\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"DenyAllOutBound\",\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466/defaultSecurityRules/DenyAllOutBound\"\r\n }\r\n ],\r\n \"resourceGuid\": \"c21ab326-f4b2-4918-82dd-f623638ac68c\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"etag\": \"W/\\\"46c568bf-98a3-4cb5-8360-397fe9d4257f\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\",\r\n \"location\": \"eastus\"\r\n },\r\n \"routeTable\": {\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"0.0.0.0/0\",\r\n \"nextHopType\": \"Internet\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"sqlcrudtest-9233\",\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363/routes/sqlcrudtest-9233\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"etag\": \"W/\\\"f2b6c5ee-24a2-4ef6-aa12-23d9e42ee515\\\"\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\",\r\n \"location\": \"eastus\"\r\n }\r\n },\r\n \"name\": \"MISubnet\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "609618dd-8aa1-4bc4-af71-de8abf855bc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "14397" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8ef472b0-ed45-47f2-816b-9e03d27f0cac" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/8ef472b0-ed45-47f2-816b-9e03d27f0cac?api-version=2017-08-01" + ], + "x-ms-correlation-request-id": [ + "a4436964-0ea3-4809-b698-1edc749cb70e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180103Z:a4436964-0ea3-4809-b698-1edc749cb70e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1566" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-4424\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424\",\r\n \"etag\": \"W/\\\"751587ec-d99f-4aed-a641-a39e551114b5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ad5b329d-0601-4181-ab29-e93b2f4b00a7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"751587ec-d99f-4aed-a641-a39e551114b5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Network/locations/eastus/operations/8ef472b0-ed45-47f2-816b-9e03d27f0cac?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOGVmNDcyYjAtZWQ0NS00N2YyLTgxNmItOWUwM2QyN2YwY2FjP2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "73a73043-0640-4573-a80f-1d5f66cc9708" + ], + "x-ms-correlation-request-id": [ + "9cf8bbd7-6f9f-41c2-bf5e-4b788fcb175b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180106Z:9cf8bbd7-6f9f-41c2-bf5e-4b788fcb175b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC00NDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"899a5eb7-f1ff-4264-a481-d6a5d5900661\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7a8a18c4-a6c8-4e38-8798-7e140c2adb21" + ], + "x-ms-correlation-request-id": [ + "3a4cb556-46c8-4e0f-803f-c2e508c812c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180107Z:3a4cb556-46c8-4e0f-803f-c2e508c812c8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1568" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-4424\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424\",\r\n \"etag\": \"W/\\\"899a5eb7-f1ff-4264-a481-d6a5d5900661\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad5b329d-0601-4181-ab29-e93b2f4b00a7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"899a5eb7-f1ff-4264-a481-d6a5d5900661\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424?api-version=2017-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9zcWxjcnVkdGVzdC00NDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7012054f-f744-4303-a319-ee638dcf4ca0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/14.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"899a5eb7-f1ff-4264-a481-d6a5d5900661\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ed73ba9a-e60b-439f-96a1-fc4138d5d7ba" + ], + "x-ms-correlation-request-id": [ + "f209123f-c01d-4b48-ae25-1dee2c6fe013" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180107Z:f209123f-c01d-4b48-ae25-1dee2c6fe013" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1568" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"sqlcrudtest-4424\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424\",\r\n \"etag\": \"W/\\\"899a5eb7-f1ff-4264-a481-d6a5d5900661\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad5b329d-0601-4181-ab29-e93b2f4b00a7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/22\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"MISubnet\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424/subnets/MISubnet\",\r\n \"etag\": \"W/\\\"899a5eb7-f1ff-4264-a481-d6a5d5900661\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/26\",\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/networkSecurityGroups/sqlcrudtest-8466\"\r\n },\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/routeTables/sqlcrudtest-6363\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzY/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"MIGP8G4\",\r\n \"tier\": \"GeneralPurpose\"\r\n },\r\n \"properties\": {\r\n \"administratorLogin\": \"dummylogin\",\r\n \"administratorLoginPassword\": \"Un53cuRE!\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424/subnets/MISubnet\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cbc600ac-b53a-41da-8e4e-f76ee48f984a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "410" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:01:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceOperationResults/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview" + ], + "x-ms-request-id": [ + "02df6da7-2809-4937-a9fa-8738a9716a14" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "68ae8302-b661-406b-ad4e-44a504d51cf1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180109Z:68ae8302-b661-406b-ad4e-44a504d51cf1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "73" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertManagedServer\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:02:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b1968594-fe47-417c-bea6-da7a3eaa8a0c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "c7717b1a-0ae4-4298-92ff-1ca62d2cf0ec" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180209Z:c7717b1a-0ae4-4298-92ff-1ca62d2cf0ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:03:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1a269e91-bf07-4a19-8613-cf650771104c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "9f4a8b2f-c6ec-46c2-9a03-4b00ecbd8cd1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180310Z:9f4a8b2f-c6ec-46c2-9a03-4b00ecbd8cd1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:04:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "43d1247a-5659-4101-a58e-431797382a09" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a0351e36-6b9e-4dd8-9741-bb08ea331482" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180410Z:a0351e36-6b9e-4dd8-9741-bb08ea331482" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:05:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "dbe1bfac-3be5-4808-b13c-7cd4ba445b16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f49309fa-e096-44a2-ab1c-90e253180705" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180511Z:f49309fa-e096-44a2-ab1c-90e253180705" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:06:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b9d67b81-a800-4d59-ab5a-58ca376797d2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "b83f8620-4df4-4be9-8cf1-c0a781c7d151" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180611Z:b83f8620-4df4-4be9-8cf1-c0a781c7d151" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:07:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "feef13bc-71f6-4428-b3b5-a721fd69d5de" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "85587737-273d-4766-94f0-a425dfb934ab" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180712Z:85587737-273d-4766-94f0-a425dfb934ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:08:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9b642f5f-1517-4509-b606-ef4f5e213ab9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9e343f69-bf62-48c9-a1d7-0f8b45f72ed0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180813Z:9e343f69-bf62-48c9-a1d7-0f8b45f72ed0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:09:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f26eaab8-217a-4103-af57-1545e1dcd310" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "1a7185ac-c008-4f69-ae97-f4529d6dd358" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T180913Z:1a7185ac-c008-4f69-ae97-f4529d6dd358" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:10:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f3593214-5fca-4ef0-84b3-1113b5a99a8f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "2da1abc8-fdac-46d2-a6b6-08fef35492d7" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181013Z:2da1abc8-fdac-46d2-a6b6-08fef35492d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:11:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ab93b932-19e6-4d06-9530-55105dc18bb4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "8795e9a2-97c7-4825-8882-e4b6dabbec14" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181114Z:8795e9a2-97c7-4825-8882-e4b6dabbec14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:12:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "641846d0-88e7-4f59-87f9-3ae355b9de52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "cd0e81c4-12ae-4341-9a53-1781632fde13" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181215Z:cd0e81c4-12ae-4341-9a53-1781632fde13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:13:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "edf31602-fa1f-40d6-bc59-e90394e19dcf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "d4a9c06e-4501-42a9-9808-5a4afa66182c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181315Z:d4a9c06e-4501-42a9-9808-5a4afa66182c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:14:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "98fa096b-39f9-4a43-b01c-63c7b3aca4a9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "7b42e8e6-5786-45fa-beb0-fd6761f51068" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181416Z:7b42e8e6-5786-45fa-beb0-fd6761f51068" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:15:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "969dfeab-0cb2-43d8-99e5-ce056978a00d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "4aeef789-5cff-48df-b296-b0bf32bc0b67" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181516Z:4aeef789-5cff-48df-b296-b0bf32bc0b67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:16:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "52e5713f-fe15-4c4c-b65d-867f338d8f1c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "627687b1-9e38-4273-adef-e9b4aae29f49" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181617Z:627687b1-9e38-4273-adef-e9b4aae29f49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:17:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "193757e3-cbb2-4a64-84f7-fb74dc4a8cd2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "e9b4ca00-b0cf-479b-a598-3c80f9a68e71" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181717Z:e9b4ca00-b0cf-479b-a598-3c80f9a68e71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:18:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f097d324-2beb-47ba-967c-63cfc09fa9cf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "e902af27-81ca-482d-90a9-a1b60d70a03f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181818Z:e902af27-81ca-482d-90a9-a1b60d70a03f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:19:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "36e7d2b2-219a-453f-9caa-a8cae2c6e711" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "01b3f622-8c9d-432c-8359-3bbfa8cceb73" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T181918Z:01b3f622-8c9d-432c-8359-3bbfa8cceb73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:20:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e95c510e-55d8-43c8-a649-955dd0bebc77" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "5f517cef-c26d-4b7a-8bd3-1f8a6ec9b30c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182018Z:5f517cef-c26d-4b7a-8bd3-1f8a6ec9b30c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:21:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a4adcb57-7a1d-4bd6-b424-c911e1f6b38f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "f5262a0d-8feb-4d79-970c-e01911aa25f2" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182119Z:f5262a0d-8feb-4d79-970c-e01911aa25f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:22:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e3b00dd9-6a92-4402-b3cb-184c0122ad74" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "3b2e4e78-2f02-4581-b11d-329d7158d8dc" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182219Z:3b2e4e78-2f02-4581-b11d-329d7158d8dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:23:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "899baf57-dd13-4fe3-9dd7-a9c570f4a4c3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "f346a88f-32ae-4b3e-9918-9c02cb950f1c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182320Z:f346a88f-32ae-4b3e-9918-9c02cb950f1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:24:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d44d3145-9950-4fb9-95d5-22eef302f466" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "cde78e98-6b1b-4b01-a243-cafc516d3997" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182420Z:cde78e98-6b1b-4b01-a243-cafc516d3997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:25:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "be0969b0-d692-46bc-a7b4-e0cd19633552" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "cd29f37a-93a3-431c-a2fb-9bfc0c87687b" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182521Z:cd29f37a-93a3-431c-a2fb-9bfc0c87687b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:26:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3dcbe53f-e34c-4d5f-a12b-de14e9296440" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "f4141181-0028-4569-b995-351be319cdab" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182621Z:f4141181-0028-4569-b995-351be319cdab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:27:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a70db216-83c9-4668-ba6f-cbf26059f726" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "221d6371-eb32-4043-85fc-5816809a1faa" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182722Z:221d6371-eb32-4043-85fc-5816809a1faa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:28:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c68bc8c7-af0f-40c0-acdb-15497c900ff0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "de999389-c2b1-4d22-9d1e-b3fba39c8b50" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182822Z:de999389-c2b1-4d22-9d1e-b3fba39c8b50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:29:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "10e2e671-8ed2-4705-b555-69944d97da91" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "f2de9faa-a706-437b-a1ac-ce9367d97e28" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T182923Z:f2de9faa-a706-437b-a1ac-ce9367d97e28" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:30:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f941115f-5928-476b-9818-7151382163f9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "4c454ac9-ec10-4b4d-b60e-4a38f7523866" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183023Z:4c454ac9-ec10-4b4d-b60e-4a38f7523866" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:31:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e35f3226-aae2-4db1-a143-b46097ed2218" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "dc320674-cf35-4335-bf18-31fb21723096" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183123Z:dc320674-cf35-4335-bf18-31fb21723096" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:32:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e326610f-8e92-42c7-9bbb-86dfbaf6a3ec" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "125e74b1-db3d-4815-a9c8-ff3a4975143a" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183224Z:125e74b1-db3d-4815-a9c8-ff3a4975143a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:33:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c32850fc-df29-47b6-944d-703bc4b3e206" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "7fc7f161-0218-42ac-9857-9eefa0ecf3ef" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183324Z:7fc7f161-0218-42ac-9857-9eefa0ecf3ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:34:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1b9d0b73-3c33-46c7-8f36-03613699e4d5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "b40946b7-a3bc-41a1-a029-a82461079281" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183425Z:b40946b7-a3bc-41a1-a029-a82461079281" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:35:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "212c1ac6-242d-4b79-9c30-7f040c6e0fcf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "76cc136d-0abf-46b0-ba7b-1e189ca4a529" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183525Z:76cc136d-0abf-46b0-ba7b-1e189ca4a529" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:36:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6407a4d2-40d2-44ee-bf95-9b540e7fc4ef" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "013808c7-d295-41aa-ac1c-e862e6dc1e9d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183626Z:013808c7-d295-41aa-ac1c-e862e6dc1e9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:37:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "bfa14434-3a5c-4958-b723-3c981d53233b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "f84bd64d-b948-4006-a9ef-cb5712a2924a" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T183726Z:f84bd64d-b948-4006-a9ef-cb5712a2924a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:38:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3d344494-075a-498c-be70-079551da0bbe" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "cdb0ff4f-cf91-47fa-b29f-5b4ee561fbb5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T183827Z:cdb0ff4f-cf91-47fa-b29f-5b4ee561fbb5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:39:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6b976b68-c521-482f-8e35-f91669abc6e9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "70d53748-f901-44f6-8bee-34c9b922f12b" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T183927Z:70d53748-f901-44f6-8bee-34c9b922f12b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:40:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7495d109-f75e-4dc5-99f3-54c69a8b368c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "dbf21842-05be-4acd-9ec1-d7da4dd7072c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184028Z:dbf21842-05be-4acd-9ec1-d7da4dd7072c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:41:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1170bee9-fb7b-41e2-a4cc-600f0b0a1ec3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "e5e07b34-cf4d-4b5a-8f8a-8aa5eb30c176" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184128Z:e5e07b34-cf4d-4b5a-8f8a-8aa5eb30c176" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:42:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f5d7756b-2dd3-41e1-a848-e7c70e4c7237" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "fb9a7b54-06a2-4cd0-ace5-86d8a8cb9467" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184228Z:fb9a7b54-06a2-4cd0-ace5-86d8a8cb9467" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:43:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8b43bd53-50de-4dc0-b072-7468101996ff" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "12dead88-83c0-42c9-8bdb-4463030ee4cf" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184329Z:12dead88-83c0-42c9-8bdb-4463030ee4cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:44:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6b74cedb-5e30-41c2-b541-b2282264782d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "f9dcaf13-2664-4411-a674-3aa98354b9d0" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184429Z:f9dcaf13-2664-4411-a674-3aa98354b9d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:45:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "45104368-d96c-4d1e-ac8d-bf7159a69674" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "220bd7b4-e710-47da-8718-21cf793030bf" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184530Z:220bd7b4-e710-47da-8718-21cf793030bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:46:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f2ef8501-030d-40b2-9a6a-62e0d361f243" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "59fb2156-2baf-43c0-bc22-68c38ac5f9d3" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184630Z:59fb2156-2baf-43c0-bc22-68c38ac5f9d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:47:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f1a5023e-dc35-4a02-ab72-09f965ebec28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "256b2f80-1a29-46e3-86a5-e3ae5ad0a5d5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184730Z:256b2f80-1a29-46e3-86a5-e3ae5ad0a5d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:48:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fdd91818-0e99-42be-8937-4efc50e131b3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "5369c55a-e532-40e5-976c-4d807516cf85" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184831Z:5369c55a-e532-40e5-976c-4d807516cf85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:49:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6b8a37b5-ec64-45d1-b4ad-9a301e559153" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "0e2350bd-561e-4f4d-bfd8-81357eaa1568" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T184931Z:0e2350bd-561e-4f4d-bfd8-81357eaa1568" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:50:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e9fe258f-0fe0-44d3-8d5e-065ca99baedf" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "32c024b7-fcd6-49af-a66e-54a81bf79c9c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185031Z:32c024b7-fcd6-49af-a66e-54a81bf79c9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:51:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f2dc5f13-4944-4f92-a5fe-654d835b4e99" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "6156ad24-1dd1-49d9-80f8-51985433402e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185132Z:6156ad24-1dd1-49d9-80f8-51985433402e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:52:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "27ca0132-391c-45e7-9b60-54420f00a1df" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "e140af7a-8745-4d5b-8243-6f6530eab1df" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185233Z:e140af7a-8745-4d5b-8243-6f6530eab1df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:53:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f4db1355-7b03-4267-b02d-a57162d244eb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "50d601d0-9090-4396-b6d3-b89196988d83" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185333Z:50d601d0-9090-4396-b6d3-b89196988d83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:54:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fa3aa92c-3697-453f-9b39-4595af895dc4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "d9c476c9-506f-4529-bfa0-9307f850aef0" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185434Z:d9c476c9-506f-4529-bfa0-9307f850aef0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:55:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c94c2d14-7c90-4ac4-b65f-f96b2e44cc1c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "82070545-bb2f-4ddf-9693-edb27d5c9b04" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185534Z:82070545-bb2f-4ddf-9693-edb27d5c9b04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:56:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1285199f-f92c-48a7-b96e-ccc1ece67117" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "ecf42035-ae05-432e-8ddb-4269a6183472" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185635Z:ecf42035-ae05-432e-8ddb-4269a6183472" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:57:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "44490a2c-9cfb-471a-aeea-4cdadf72b874" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "7f961e61-be43-4799-807d-86ff30554015" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185735Z:7f961e61-be43-4799-807d-86ff30554015" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:58:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2858917c-4023-40e1-afd6-ef26281bd9bd" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "9b00c064-a735-4f1f-9581-2f0b06e6d593" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185835Z:9b00c064-a735-4f1f-9581-2f0b06e6d593" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 18:59:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "76dc4e0f-23cb-4710-9e75-5b53e37de05f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "f1a17e29-bd51-4f62-8093-689cce3cf79b" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T185936Z:f1a17e29-bd51-4f62-8093-689cce3cf79b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:00:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b456b579-c24d-4830-862f-5892877fec0c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "34df0a42-2aab-40c1-a780-02ed3b76dfe2" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190036Z:34df0a42-2aab-40c1-a780-02ed3b76dfe2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:01:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d82f8b1c-d6d1-4c6b-9c7c-20e0d4856e14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "e65531cd-ec44-45c1-9fe6-4b033ffa56c1" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190137Z:e65531cd-ec44-45c1-9fe6-4b033ffa56c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:02:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a5f3ec32-7baa-4cb8-b3f4-8a5b6e107f13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "2dc6ea4e-ca18-4f90-82c8-90562f4e85fe" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190237Z:2dc6ea4e-ca18-4f90-82c8-90562f4e85fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:03:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d1a81eab-882b-442d-8b81-bd5a7228cea1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "7e547b34-fab8-4ed8-b4a0-9429606ec64e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190338Z:7e547b34-fab8-4ed8-b4a0-9429606ec64e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:04:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c12ab31a-d131-4734-88aa-3975acc8ae57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "3e4cd82c-3802-46e2-92f8-bd9cc20a6661" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190438Z:3e4cd82c-3802-46e2-92f8-bd9cc20a6661" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:05:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d360528f-2238-4e23-99d1-e59233f02fe3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "9b33527f-ea7f-4dc8-b3af-784467e68a55" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190539Z:9b33527f-ea7f-4dc8-b3af-784467e68a55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:06:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "810ac7a0-c8bc-4e27-8609-9b12fc3728d1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "036d4320-16da-4d94-a6fd-f3f4e9f98b91" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190639Z:036d4320-16da-4d94-a6fd-f3f4e9f98b91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:07:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "dac90405-9f2a-4731-a000-ee60d0b57206" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "efb8c410-c490-4e46-b2de-2113947fafd2" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190739Z:efb8c410-c490-4e46-b2de-2113947fafd2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:08:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "52e03d19-8a46-4f5e-9b37-2b8eee19df13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "4325302b-eadc-4ffb-ac64-ee2f545f3a41" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190840Z:4325302b-eadc-4ffb-ac64-ee2f545f3a41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:09:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "11f29c33-6a74-4961-b717-b9e59cf2cf59" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "3443d708-c25a-496f-b921-3601a586e582" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T190940Z:3443d708-c25a-496f-b921-3601a586e582" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:10:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "aa6d49e8-dbf1-40fd-a3da-e1766f43d326" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "f5c27389-02b4-4b13-a6c8-3646704737a3" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191040Z:f5c27389-02b4-4b13-a6c8-3646704737a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:11:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f33fc425-ea96-4106-bbfa-c972eb66a2be" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "a8628950-b114-4256-910c-c88533f25181" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191141Z:a8628950-b114-4256-910c-c88533f25181" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:12:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ce571928-0a58-48ce-b75a-8aa5bcaef052" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "0fa8aad5-e536-4e36-9f2f-9cd0acaec3f5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191241Z:0fa8aad5-e536-4e36-9f2f-9cd0acaec3f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:13:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "baccda85-3e03-406d-8999-05bbe37778e5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "72eb87bf-69d9-401d-b7a7-3774ebcd72ec" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191342Z:72eb87bf-69d9-401d-b7a7-3774ebcd72ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:14:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4289a9c9-1a70-41c7-944d-39f35eb5b5fa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "ca3c401a-0f7b-4e2d-88a6-23a3aafbf436" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191442Z:ca3c401a-0f7b-4e2d-88a6-23a3aafbf436" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:15:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "20ec4f29-f009-4d42-842c-268ad6c1ec8d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "8eec9be9-0c22-4520-85c1-6c15ac2d0a7d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191542Z:8eec9be9-0c22-4520-85c1-6c15ac2d0a7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:16:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4a6f73a5-dbc8-40f8-acbc-68058cff0cc8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "7c9d97b9-3fbd-4464-9f15-2b95f2cb3283" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191643Z:7c9d97b9-3fbd-4464-9f15-2b95f2cb3283" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:17:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "752a05e1-d5b0-4b92-b240-eb27632bf843" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "c0ce0c3e-c206-429e-b5d4-f0723d9cc8f6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191743Z:c0ce0c3e-c206-429e-b5d4-f0723d9cc8f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:18:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "27ef806c-5ffd-4173-ad1f-29411d6cc370" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "cb5fffab-55a5-4723-a68e-554fc014f266" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191843Z:cb5fffab-55a5-4723-a68e-554fc014f266" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:19:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "29976c27-ff06-4cb9-ac60-ca0d3b5de1fa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29977" + ], + "x-ms-correlation-request-id": [ + "0aaf9f81-b764-493e-8ea5-b2cb8f88d8b5" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T191944Z:0aaf9f81-b764-493e-8ea5-b2cb8f88d8b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:20:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7ef211f6-cc2c-4e38-87f0-018b00285fc8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "03d9cb3c-c785-4e68-80c5-5cd3edceff9c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T192044Z:03d9cb3c-c785-4e68-80c5-5cd3edceff9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:21:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "debf023e-1a9f-440e-a093-f566d0401c18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "5cf8b7a2-b18c-4513-80df-2ae6cd616b5e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T192145Z:5cf8b7a2-b18c-4513-80df-2ae6cd616b5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:22:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9463cce4-66a6-4c03-ba1a-87ec8e88dea8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "16db48df-c27e-4595-95e9-4875b04fc1dc" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T192245Z:16db48df-c27e-4595-95e9-4875b04fc1dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:23:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9c145215-c0d2-4a1f-a8e4-9f223c8d44ce" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "bae09c7e-5b71-444c-83f5-5947803adf69" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T192346Z:bae09c7e-5b71-444c-83f5-5947803adf69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:24:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "aef96961-3050-41d2-b5c7-a3705d329af5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "db850c1f-6b8f-43f6-815d-9434efbc80bc" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T192446Z:db850c1f-6b8f-43f6-815d-9434efbc80bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:25:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7b4e07c4-80e6-4e1a-bcdc-d6e4456f952b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "0ff31136-043a-4904-b609-223d520511f0" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T192546Z:0ff31136-043a-4904-b609-223d520511f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:26:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1b43e7ba-1233-4d26-a8e5-c603b5542c1c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "24c70a4f-ff58-4bce-b9f2-7bf8d4eb1bae" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T192647Z:24c70a4f-ff58-4bce-b9f2-7bf8d4eb1bae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:27:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f41f8426-e57e-493f-9079-4d31b2b1655b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "6649ce3f-26c5-467b-87b0-0778dde4c084" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T192747Z:6649ce3f-26c5-467b-87b0-0778dde4c084" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:28:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8c037180-fe95-494e-9bea-fd79e2208a22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "7245e6fd-c393-4528-a9b9-faf9dbd77fe5" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T192848Z:7245e6fd-c393-4528-a9b9-faf9dbd77fe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:29:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f69ea9ff-cede-467b-add2-2c930e0379ef" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "b84a9e10-36af-40c6-967f-02253f3c9b83" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T192948Z:b84a9e10-36af-40c6-967f-02253f3c9b83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:30:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "08737960-15e3-447c-b627-bbe0c83aa72b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "aff8d4f7-f518-477d-9d5c-1965841f6c97" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193049Z:aff8d4f7-f518-477d-9d5c-1965841f6c97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:31:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b18f6040-95c5-427c-a959-4441419a489d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "2b8a5285-9308-4ac3-a8e2-f67c6d63825a" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193149Z:2b8a5285-9308-4ac3-a8e2-f67c6d63825a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:32:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a0168382-baef-471f-ab62-d79cf5e5c3f4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "f047723b-1c5b-450f-b1c7-05a8c8c99b02" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193249Z:f047723b-1c5b-450f-b1c7-05a8c8c99b02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:33:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9eacb873-929e-4bc8-878e-f7215e5cd13e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b159a88b-3859-4f87-b801-66634d07f190" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193350Z:b159a88b-3859-4f87-b801-66634d07f190" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:34:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "12f25f06-c322-42b5-a782-04f6a84c5a3a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "1c2bcad5-cf97-47ee-b735-3b1e1fd9bb53" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193450Z:1c2bcad5-cf97-47ee-b735-3b1e1fd9bb53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:35:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f8ba3ef5-0239-49f3-aeb1-e36425e2a34f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "be196d56-f0ab-4808-b329-c479d0e0f955" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193551Z:be196d56-f0ab-4808-b329-c479d0e0f955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:36:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2267bcd3-07c5-467c-bf49-8b6711c2085e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "dfb0a818-1c37-45ba-8d8e-059ab01337ea" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T193651Z:dfb0a818-1c37-45ba-8d8e-059ab01337ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:37:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "85a8cc82-ae74-4554-aa10-bfe6ebbdac27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "828fb4c1-37f2-4a19-9a8d-982a83177253" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T193752Z:828fb4c1-37f2-4a19-9a8d-982a83177253" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:38:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4f8d6e42-25e2-4795-86e5-085211fa2798" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "9cc4dcf7-6ec2-4ef9-adea-175aed63e798" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T193853Z:9cc4dcf7-6ec2-4ef9-adea-175aed63e798" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:39:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "cf2dfacd-9d5a-44dc-87c4-d924d7337112" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29990" + ], + "x-ms-correlation-request-id": [ + "68f20a1a-76c0-488f-9ca0-613d1db0b563" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T193953Z:68f20a1a-76c0-488f-9ca0-613d1db0b563" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:40:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8eacff59-0170-4a50-a94b-cd289f360dee" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29978" + ], + "x-ms-correlation-request-id": [ + "e5b754e2-1f7f-4b85-bf57-4eb0190790f3" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194053Z:e5b754e2-1f7f-4b85-bf57-4eb0190790f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:41:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5454f158-832a-4ceb-8a14-c31f69d74831" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29989" + ], + "x-ms-correlation-request-id": [ + "6ab45efe-5232-48fa-b532-c3b69f39ceb7" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194154Z:6ab45efe-5232-48fa-b532-c3b69f39ceb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:42:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0d5e0156-0b25-4b23-ab02-e39c86002f0c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "11c687d4-3a29-4fe5-a7e1-31f693664783" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194254Z:11c687d4-3a29-4fe5-a7e1-31f693664783" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:43:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7b9904e7-6873-4437-bbd6-b2003c13f650" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "c13bf7b4-0fef-4c44-9b17-0a51db1053f9" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194354Z:c13bf7b4-0fef-4c44-9b17-0a51db1053f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:44:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "030b509a-2b62-4b1f-956d-608c318a2392" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "4284790a-a85b-40e0-9b69-e643f3652975" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194455Z:4284790a-a85b-40e0-9b69-e643f3652975" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:45:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5ebd2798-3eb7-4a5a-8105-daf08d7a7ea3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "04c672a0-0ef0-4b6d-a6e4-2d37e4ec9fe8" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194555Z:04c672a0-0ef0-4b6d-a6e4-2d37e4ec9fe8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:46:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fa1aafd3-07bd-4a31-8131-f0e1036f368d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "f9f3d195-db02-45e7-b004-50ddb1e6c7bc" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194656Z:f9f3d195-db02-45e7-b004-50ddb1e6c7bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:47:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f39eadaa-731e-46ad-a2f5-bae459e5df05" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "9ce0c80d-0964-42e5-861c-80264ea5ca21" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194756Z:9ce0c80d-0964-42e5-861c-80264ea5ca21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:48:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1050f080-76c1-459e-9dc8-4658507d6662" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "f85ff231-7252-4520-978f-7132aec646ab" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T194857Z:f85ff231-7252-4520-978f-7132aec646ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:49:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "95696424-a1e7-4c83-8de8-069a2cb11566" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b71d334b-2039-49e1-94c7-9fdecb6b1376" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T194957Z:b71d334b-2039-49e1-94c7-9fdecb6b1376" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:50:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5fa84a76-65e1-40c3-8e1e-edd523589b85" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "a9d45209-0628-4249-b818-1172026980ce" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195058Z:a9d45209-0628-4249-b818-1172026980ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:51:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "92364fd6-bb38-48d9-8c46-82931c2735d5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "9133784e-60e5-423f-b326-97ef837724e1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195159Z:9133784e-60e5-423f-b326-97ef837724e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:52:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ccb6dc8c-a9a7-4987-9109-2a94491753ed" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "c5864ea8-a226-4f86-b1d9-b803fced5456" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195300Z:c5864ea8-a226-4f86-b1d9-b803fced5456" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:53:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5159c05d-6692-49f2-b041-97373f027325" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "e881b05e-1335-4875-beff-fe276b409439" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195400Z:e881b05e-1335-4875-beff-fe276b409439" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:55:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "83163fdb-1b45-477e-b4d9-5776ed65729f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "09f52627-f9c8-4867-8b91-90a457183f18" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195501Z:09f52627-f9c8-4867-8b91-90a457183f18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:56:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c0bf6cfd-87dc-470b-9378-a8f3e2ae42fc" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "5fbe0078-fba1-4043-9cf1-5f1693a5d838" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195601Z:5fbe0078-fba1-4043-9cf1-5f1693a5d838" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:57:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2c113398-f270-4b39-b749-1c84d51be21e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "73775b78-58fd-4ef4-acb9-22dc6668a432" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195702Z:73775b78-58fd-4ef4-acb9-22dc6668a432" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:58:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f1e3d31b-1e1d-46bc-a6ce-0c046f419bf0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "d58c32ca-8dab-468d-9582-de23d65bb19e" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195802Z:d58c32ca-8dab-468d-9582-de23d65bb19e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 19:59:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f60b660e-8667-44ab-949e-854ad0f8665f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "660cd758-15e5-4b4b-87f4-f8610cb912db" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T195903Z:660cd758-15e5-4b4b-87f4-f8610cb912db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:00:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "6bdd768e-8956-4b17-83b1-123e5dfcf6ab" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "84fe52fb-7bc5-410c-a8b6-fdf4d5ad5707" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200003Z:84fe52fb-7bc5-410c-a8b6-fdf4d5ad5707" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:01:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2317abfc-7f13-422f-a725-a2c880270b12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "2e6a6a31-cd93-4287-bf78-f428d5dffd76" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200104Z:2e6a6a31-cd93-4287-bf78-f428d5dffd76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:02:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "31f41225-5aca-49a7-8312-6485e0e072a4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "742a3eb8-3574-46a6-8c87-5db35fed4db6" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200205Z:742a3eb8-3574-46a6-8c87-5db35fed4db6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:03:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f297dd74-51b1-4ea4-8a0d-7fa1bfcca5d9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "aaae129d-79bf-4763-aba9-af0efcb7280f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200305Z:aaae129d-79bf-4763-aba9-af0efcb7280f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:04:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "152c14d0-95bf-40eb-8d79-ff3fe9baba10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "59ea6774-7c8a-44f2-8f28-5521eee8e9cf" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200405Z:59ea6774-7c8a-44f2-8f28-5521eee8e9cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:05:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "577b59b6-7429-4aa7-9b8f-463b7e26f66f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "5e48e1cc-1faa-41ba-b227-63a11f42533f" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200506Z:5e48e1cc-1faa-41ba-b227-63a11f42533f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:06:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a286757f-a562-4cad-91b7-109ad0056f81" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "7f6c3254-ad8d-4595-a89e-8deabd40af06" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200606Z:7f6c3254-ad8d-4595-a89e-8deabd40af06" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:07:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "631d66ef-e184-4a8f-9a99-9ad9248991c3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "30174e65-b03a-4762-b0b9-9ccdb571e65c" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200707Z:30174e65-b03a-4762-b0b9-9ccdb571e65c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:08:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3b0ca849-2eb6-4660-9808-b1d9c4375b24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "6b74f957-e5e7-4d19-8739-032a6ef76fe1" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200807Z:6b74f957-e5e7-4d19-8739-032a6ef76fe1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:09:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b72da1e7-11cf-4f8c-8a07-b5ad94c148ee" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "f74b2fbe-6a1a-4bf5-864a-2aadc25ac787" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T200908Z:f74b2fbe-6a1a-4bf5-864a-2aadc25ac787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:10:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "cbd85de5-7efe-4d67-82a5-869710684c8b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "6e6ea333-0f1d-4410-b271-463f845c6414" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T201008Z:6e6ea333-0f1d-4410-b271-463f845c6414" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:11:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9fd0c502-24fd-4c21-bb1c-84bd16026d80" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "64cfe4c6-1306-47ae-90b2-3fae58cf1fa4" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T201109Z:64cfe4c6-1306-47ae-90b2-3fae58cf1fa4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:12:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d01722c8-75aa-4381-a0e6-a072d215c23a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6f9989d8-5aeb-4936-91ed-3f86dca70f80" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T201209Z:6f9989d8-5aeb-4936-91ed-3f86dca70f80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:13:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1c386362-badc-4706-a1a8-86362f727aaa" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "1efac888-2930-4ce7-afaa-0a5e170b3291" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T201310Z:1efac888-2930-4ce7-afaa-0a5e170b3291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:14:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "30ad3d19-4d3b-4694-ab9d-fd63d4965b0e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "e440fdf3-4fe6-4c33-9668-ac25a082adb7" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201410Z:e440fdf3-4fe6-4c33-9668-ac25a082adb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:15:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f823d7aa-2f38-41fe-a27d-def030ab0d1e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "149cd86c-318c-4e98-89fa-7e7dcdf4b695" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201511Z:149cd86c-318c-4e98-89fa-7e7dcdf4b695" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:16:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "35c8bfd4-1036-470e-bfaa-54aaa5cfe373" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "aca5ef4e-cc60-4bc6-b729-3fac08412ab4" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201611Z:aca5ef4e-cc60-4bc6-b729-3fac08412ab4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:17:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "51aca1cc-4039-495f-99da-14e72ba3c412" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "9f09eff8-fd44-49ed-a942-943e9a5f3b60" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201712Z:9f09eff8-fd44-49ed-a942-943e9a5f3b60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:18:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "88eb3c24-36ca-4f5c-9c62-38cf0b459604" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "2c6d4720-c8f2-4680-a8ac-c1a51132348e" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201812Z:2c6d4720-c8f2-4680-a8ac-c1a51132348e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:19:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "68be056b-23fc-42df-97dd-41e6402bfd94" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "fccf9f17-78f9-46cd-876b-443d19e6cf67" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T201912Z:fccf9f17-78f9-46cd-876b-443d19e6cf67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:20:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2fe1e6f3-cd4d-4ec5-acbd-7f6443ad26b2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "70f0cf6b-dc98-4630-9d44-b3c457e011c4" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202013Z:70f0cf6b-dc98-4630-9d44-b3c457e011c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:21:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "019a0b34-b3ef-4905-abee-dc6bf1f3e72d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "d28935c0-14bb-4dc6-a2e6-1c1da697eb3c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202113Z:d28935c0-14bb-4dc6-a2e6-1c1da697eb3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:22:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "cf4e1658-eeae-48e7-bedb-0ea9ff658907" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "4ec61186-7087-4358-94d1-dffd9a662ef8" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202214Z:4ec61186-7087-4358-94d1-dffd9a662ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:23:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "353dbf4e-3ee3-483f-be71-dea322fddf5d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "7e3235ac-49b7-4a4a-96ac-5a985466a679" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202314Z:7e3235ac-49b7-4a4a-96ac-5a985466a679" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:24:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "26a6e42d-d775-4361-be3b-58715f614823" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "b3f8a2b4-51d9-40bc-8a90-1231d293cee6" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202415Z:b3f8a2b4-51d9-40bc-8a90-1231d293cee6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:25:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4fa0732b-1ceb-461a-bb2c-405e876c2da5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "fe350863-88dc-492c-b4a6-4e1fd0640522" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202515Z:fe350863-88dc-492c-b4a6-4e1fd0640522" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:26:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "e0f7d1ca-95cd-4bfa-968b-5a98fc47babe" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "f8bfda32-e0e0-406c-a9df-8e63aff79984" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202616Z:f8bfda32-e0e0-406c-a9df-8e63aff79984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:27:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "765c06d5-d1cf-45f4-a7c6-cbb945d7f4ed" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "42bc5318-bb18-42aa-8cfe-d2b8a533a4b8" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202716Z:42bc5318-bb18-42aa-8cfe-d2b8a533a4b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:28:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "fd3f16f6-2f1f-421d-93d2-4c24481ce85d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "7a17a7dc-7f58-4c5e-b135-68fe158485d2" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202816Z:7a17a7dc-7f58-4c5e-b135-68fe158485d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:29:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8dd1cb9d-70b6-41fb-a690-d34317b91761" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29999" + ], + "x-ms-correlation-request-id": [ + "aeee1a9e-49ec-4f38-8f97-334b8c080ccc" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T202917Z:aeee1a9e-49ec-4f38-8f97-334b8c080ccc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:30:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3c050dab-d6cc-43b6-92cf-256243272ef5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "f709306d-a6c3-4dd7-8814-92d704ccc018" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203017Z:f709306d-a6c3-4dd7-8814-92d704ccc018" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:31:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ed46630a-952e-4108-9ebf-2973c383e881" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "82f20963-359e-4e21-bf21-496d0fe7e24d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203117Z:82f20963-359e-4e21-bf21-496d0fe7e24d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:32:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a8ccf41b-3a1c-45e8-9068-7962a88234db" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "23107d53-1f31-4cb7-962c-8a7a0202148d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203218Z:23107d53-1f31-4cb7-962c-8a7a0202148d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:33:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d71d1d78-dd6c-433c-8e1e-c8f08083c56d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "ce072273-1983-4b59-ae92-22b006800053" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203319Z:ce072273-1983-4b59-ae92-22b006800053" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:34:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "3edebbfe-ede6-461a-9e2b-818fb204fb79" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29998" + ], + "x-ms-correlation-request-id": [ + "a7beed02-f125-4323-a12b-b9a18cf5ae4d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203419Z:a7beed02-f125-4323-a12b-b9a18cf5ae4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:35:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "047a1e98-0534-4d08-aa67-8e33633c9cb6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29997" + ], + "x-ms-correlation-request-id": [ + "785d37bd-0fa4-4de5-84d3-7f1d7c995e1c" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203519Z:785d37bd-0fa4-4de5-84d3-7f1d7c995e1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedInstanceAzureAsyncOperation/02df6da7-2809-4937-a9fa-8738a9716a14?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkSW5zdGFuY2VBenVyZUFzeW5jT3BlcmF0aW9uLzAyZGY2ZGE3LTI4MDktNDkzNy1hOWZhLTg3MzhhOTcxNmExND9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "227e9f1c-3324-4ff6-bbea-a54eb2b747c7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29996" + ], + "x-ms-correlation-request-id": [ + "31ea6732-65e7-4dad-a5ca-d75508c930e7" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203621Z:31ea6732-65e7-4dad-a5ca-d75508c930e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"02df6da7-2809-4937-a9fa-8738a9716a14\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T18:01:09.08Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036?api-version=2015-05-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzY/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2c923df5-1919-4dc4-b058-1021ce17c251" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29995" + ], + "x-ms-correlation-request-id": [ + "345f1c8a-5499-4735-8135-ac262e2d3e7d" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203622Z:345f1c8a-5499-4735-8135-ac262e2d3e7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "917" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"GP_Gen5\",\r\n \"tier\": \"GeneralPurpose\",\r\n \"family\": \"Gen5\",\r\n \"capacity\": 16\r\n },\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"manageddatabaserestorescenariotest-sqlcrudtest-1036.d76b536fd4b7.database.windows.net\",\r\n \"administratorLogin\": \"dummylogin\",\r\n \"subnetId\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Network/virtualNetworks/sqlcrudtest-4424/subnets/MISubnet\",\r\n \"state\": \"Ready\",\r\n \"licenseType\": \"LicenseIncluded\",\r\n \"vCores\": 16,\r\n \"storageSizeInGB\": 32,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"dnsZone\": \"d76b536fd4b7\",\r\n \"publicDataEndpointEnabled\": false\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036\",\r\n \"name\": \"manageddatabaserestorescenariotest-sqlcrudtest-1036\",\r\n \"type\": \"Microsoft.Sql/managedInstances\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtODc1Nj9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3538b25-d9bf-4667-a094-7c6312d55c2d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/8b318e72-a67f-45ef-9112-c876785207e3?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/8b318e72-a67f-45ef-9112-c876785207e3?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "8b318e72-a67f-45ef-9112-c876785207e3" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "2399" + ], + "x-ms-correlation-request-id": [ + "93ec3183-648d-482a-8710-1be5e6beb645" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203624Z:93ec3183-648d-482a-8710-1be5e6beb645" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"CreateManagedDatabase\",\r\n \"startTime\": \"2018-12-18T20:36:24.45Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/8b318e72-a67f-45ef-9112-c876785207e3?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi84YjMxOGU3Mi1hNjdmLTQ1ZWYtOTExMi1jODc2Nzg1MjA3ZTM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "dfbcb740-8467-4e0f-8dd5-eb87881e8e51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29994" + ], + "x-ms-correlation-request-id": [ + "fd254268-5c51-4c7f-bfef-be52a64834bf" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203639Z:fd254268-5c51-4c7f-bfef-be52a64834bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"8b318e72-a67f-45ef-9112-c876785207e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2018-12-18T20:36:24.45Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/8b318e72-a67f-45ef-9112-c876785207e3?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi84YjMxOGU3Mi1hNjdmLTQ1ZWYtOTExMi1jODc2Nzg1MjA3ZTM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "cb708dd2-52e4-4eea-a399-47cfc20c934b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29993" + ], + "x-ms-correlation-request-id": [ + "957e359f-e2cc-4a3a-b2a1-91b93f4a3675" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203654Z:957e359f-e2cc-4a3a-b2a1-91b93f4a3675" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"8b318e72-a67f-45ef-9112-c876785207e3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T20:36:24.45Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtODc1Nj9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9f15c3d9-d97b-40a1-b53d-8c5999b8cef0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29992" + ], + "x-ms-correlation-request-id": [ + "2eea8d68-e395-452e-9060-8d7a19cc9dbf" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203655Z:2eea8d68-e395-452e-9060-8d7a19cc9dbf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "508" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"status\": \"Online\",\r\n \"creationDate\": \"2018-12-18T20:36:26.873Z\",\r\n \"defaultSecondaryLocation\": \"westus\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756\",\r\n \"name\": \"manageddatabaserestorescenariotest-8756\",\r\n \"type\": \"Microsoft.Sql/managedInstances/databases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtODc1Ni9iYWNrdXBTaG9ydFRlcm1SZXRlbnRpb25Qb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMDMtMDEtcHJldmlldw==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 25\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1221b323-5e7f-451b-9d48-762a9b7cda1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "53" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyOperationResults/564e9e56-5753-4a63-b196-c3c41b84f0f5?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyAzureAsyncOperation/564e9e56-5753-4a63-b196-c3c41b84f0f5?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "564e9e56-5753-4a63-b196-c3c41b84f0f5" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "2398" + ], + "x-ms-correlation-request-id": [ + "3b2a6bd9-ae05-4228-b84a-e5be04df6a87" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203656Z:3b2a6bd9-ae05-4228-b84a-e5be04df6a87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"AlterManagedDatabase\",\r\n \"startTime\": \"2018-12-18T20:36:55.937Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtODc1Ni9iYWNrdXBTaG9ydFRlcm1SZXRlbnRpb25Qb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMDMtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "483f676c-ccbb-42d5-9d4f-95cfd4d97d8d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:36:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "8f9b5ca0-eba0-4061-bc52-0dc2731705b9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29991" + ], + "x-ms-correlation-request-id": [ + "6314ad64-159c-4422-b8e5-89ad1708e758" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203658Z:6314ad64-159c-4422-b8e5-89ad1708e758" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "410" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 25\r\n },\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756/backupShortTermRetentionPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyAzureAsyncOperation/564e9e56-5753-4a63-b196-c3c41b84f0f5?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbG9jYXRpb25zL2Vhc3R1cy9tYW5hZ2VkU2hvcnRUZXJtUmV0ZW50aW9uUG9saWN5QXp1cmVBc3luY09wZXJhdGlvbi81NjRlOWU1Ni01NzUzLTRhNjMtYjE5Ni1jM2M0MWI4NGYwZjU/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:37:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "24baeea3-f891-41ca-89f2-9c99c13e4cf4" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "29990" + ], + "x-ms-correlation-request-id": [ + "f179ffb4-5cba-4282-8fa5-6ac43456d814" + ], + "x-ms-routing-request-id": [ + "UKSOUTH2:20181218T203711Z:f179ffb4-5cba-4282-8fa5-6ac43456d814" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "416" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The specified resource 'https://management.eastus.control.database.windows.net/modules/AzureResourceManager/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyAzureAsyncOperation/564e9e56-5753-4a63-b196-c3c41b84f0f5?api-version=2017-03-01-preview' was not found.\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/databases/manageddatabaserestorescenariotest-8756?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvZGF0YWJhc2VzL21hbmFnZWRkYXRhYmFzZXJlc3RvcmVzY2VuYXJpb3Rlc3QtODc1Nj9hcGktdmVyc2lvbj0yMDE3LTAzLTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d4075313-6355-446a-8038-47db5a1e4470" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/0394b569-d389-43eb-8ef7-f6334b805353?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/0394b569-d389-43eb-8ef7-f6334b805353?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "0394b569-d389-43eb-8ef7-f6334b805353" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "7f2b04a2-3b7e-4e9d-bba2-4e110a444069" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204700Z:7f2b04a2-3b7e-4e9d-bba2-4e110a444069" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "73" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"DropManagedDatabase\",\r\n \"startTime\": \"2018-12-18T20:46:59.99Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseAzureAsyncOperation/0394b569-d389-43eb-8ef7-f6334b805353?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlQXp1cmVBc3luY09wZXJhdGlvbi8wMzk0YjU2OS1kMzg5LTQzZWItOGVmNy1mNjMzNGI4MDUzNTM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9f096ba1-ad7a-4ee6-8b1b-d8cc96799f5a" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "72e00bed-91b5-48fb-9e34-94504e82729d" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204715Z:72e00bed-91b5-48fb-9e34-94504e82729d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"0394b569-d389-43eb-8ef7-f6334b805353\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-12-18T20:46:59.99Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/providers/Microsoft.Sql/locations/eastus/managedDatabaseOperationResults/0394b569-d389-43eb-8ef7-f6334b805353?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL2xvY2F0aW9ucy9lYXN0dXMvbWFuYWdlZERhdGFiYXNlT3BlcmF0aW9uUmVzdWx0cy8wMzk0YjU2OS1kMzg5LTQzZWItOGVmNy1mNjMzNGI4MDUzNTM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b852d2a7-974c-4d44-9b78-55bb7f0f7afc" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "959e64ee-5f39-4a71-85ad-c533c83a7a57" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204715Z:959e64ee-5f39-4a71-85ad-c533c83a7a57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXM/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f2ceb9d-6980-4813-8149-e7936f45682e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "defdedd2-6e63-474e-8326-062ff6381a5c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "e41e650e-9d8b-46ef-8614-3eeef0fb4786" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204715Z:e41e650e-9d8b-46ef-8614-3eeef0fb4786" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "594" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"databaseName\": \"manageddatabaserestorescenariotest-8756\",\r\n \"creationDate\": \"2018-12-18T20:36:26.873Z\",\r\n \"deletionDate\": \"2018-12-18T20:47:05.773Z\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756,131896396257730000\",\r\n \"name\": \"manageddatabaserestorescenariotest-8756,131896396257730000\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756%2C131896396257730000/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXMvbWFuYWdlZGRhdGFiYXNlcmVzdG9yZXNjZW5hcmlvdGVzdC04NzU2JTJDMTMxODk2Mzk2MjU3NzMwMDAwL2JhY2t1cFNob3J0VGVybVJldGVudGlvblBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 35\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be6c5a54-1f1c-4258-9e60-92e9c64129f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "53" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyOperationResults/ab17a0d3-30c3-4b9a-803b-3b52f0949fcf?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyAzureAsyncOperation/ab17a0d3-30c3-4b9a-803b-3b52f0949fcf?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "ab17a0d3-30c3-4b9a-803b-3b52f0949fcf" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "424b64c7-380e-46be-9bfc-8dacbcfe31bd" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204716Z:424b64c7-380e-46be-9bfc-8dacbcfe31bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"AlterManagedDatabase\",\r\n \"startTime\": \"2018-12-18T20:47:16.477Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756%2C131896396257730000/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXMvbWFuYWdlZGRhdGFiYXNlcmVzdG9yZXNjZW5hcmlvdGVzdC04NzU2JTJDMTMxODk2Mzk2MjU3NzMwMDAwL2JhY2t1cFNob3J0VGVybVJldGVudGlvblBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 20\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "196bdc9b-b500-45e7-a720-e8e5d709b56f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "53" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyOperationResults/c5ad5ca2-d2be-4d5e-8530-ba28fd7d891d?api-version=2017-03-01-preview" + ], + "Retry-After": [ + "15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/locations/eastus/managedShortTermRetentionPolicyAzureAsyncOperation/c5ad5ca2-d2be-4d5e-8530-ba28fd7d891d?api-version=2017-03-01-preview" + ], + "x-ms-request-id": [ + "c5ad5ca2-d2be-4d5e-8530-ba28fd7d891d" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "8e00f3ca-78cf-4889-aa5c-af4f31b4d094" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204719Z:8e00f3ca-78cf-4889-aa5c-af4f31b4d094" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"AlterManagedDatabase\",\r\n \"startTime\": \"2018-12-18T20:47:19.117Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756%2C131896396257730000/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXMvbWFuYWdlZGRhdGFiYXNlcmVzdG9yZXNjZW5hcmlvdGVzdC04NzU2JTJDMTMxODk2Mzk2MjU3NzMwMDAwL2JhY2t1cFNob3J0VGVybVJldGVudGlvblBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e7ed99e-613e-4af6-a6fd-03ed09d6dc92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "70365d90-0cfe-4cbc-9b2c-f738daf2fd61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "e93133d9-87b6-4e9d-b4b4-51f6cb871514" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204718Z:e93133d9-87b6-4e9d-b4b4-51f6cb871514" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "463" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 25\r\n },\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756,131896396257730000/backupShortTermRetentionPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756%2C131896396257730000/backupShortTermRetentionPolicies/default?api-version=2017-03-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlR3JvdXBzL3NxbGNydWR0ZXN0LTQxMTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvbWFuYWdlZEluc3RhbmNlcy9tYW5hZ2VkZGF0YWJhc2VyZXN0b3Jlc2NlbmFyaW90ZXN0LXNxbGNydWR0ZXN0LTEwMzYvcmVzdG9yYWJsZURyb3BwZWREYXRhYmFzZXMvbWFuYWdlZGRhdGFiYXNlcmVzdG9yZXNjZW5hcmlvdGVzdC04NzU2JTJDMTMxODk2Mzk2MjU3NzMwMDAwL2JhY2t1cFNob3J0VGVybVJldGVudGlvblBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c07d8ef2-e251-44ad-b4b8-61e84185d205" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.24.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "24dcdedb-fada-4bba-a2da-29c5d5649fd3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "7acbd201-2190-4f00-944c-66ac14831858" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204722Z:7acbd201-2190-4f00-944c-66ac14831858" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "463" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"retentionDays\": 20\r\n },\r\n \"id\": \"/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourceGroups/sqlcrudtest-4115/providers/Microsoft.Sql/managedInstances/manageddatabaserestorescenariotest-sqlcrudtest-1036/restorableDroppedDatabases/manageddatabaserestorescenariotest-8756,131896396257730000/backupShortTermRetentionPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/resourcegroups/sqlcrudtest-4115?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYThjOWE5MjQtMDZjMC00YmRlLTk3ODgtZTdiMTM3MDk2OWUxL3Jlc291cmNlZ3JvdXBzL3NxbGNydWR0ZXN0LTQxMTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ce052f4-8974-454d-93ce-8fa77a324b7c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.14393.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 18 Dec 2018 20:47:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/a8c9a924-06c0-4bde-9788-e7b1370969e1/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TUUxDUlVEVEVTVDoyRDQxMTUtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "a9bb99e1-6e5f-4424-a582-7539679e60ea" + ], + "x-ms-correlation-request-id": [ + "a9bb99e1-6e5f-4424-a582-7539679e60ea" + ], + "x-ms-routing-request-id": [ + "UKWEST:20181218T204724Z:a9bb99e1-6e5f-4424-a582-7539679e60ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + } + ], + "Names": { + "CreateResourceGroup": [ + "sqlcrudtest-4115" + ], + "CreateVirtualNetwork": [ + "sqlcrudtest-4424", + "sqlcrudtest-8466", + "sqlcrudtest-9233", + "sqlcrudtest-6363" + ], + "ShortTermRetentionOnDroppedDatabase": [ + "sqlcrudtest-1036", + "manageddatabaserestorescenariotest-8756" + ] + }, + "Variables": { + "SubscriptionId": "a8c9a924-06c0-4bde-9788-e7b1370969e1", + "DefaultLocation": "east us", + "DefaultLocationId": "eastus" + } +} \ No newline at end of file diff --git a/src/SDKs/_metadata/sql_resource-manager.txt b/src/SDKs/_metadata/sql_resource-manager.txt index db5a8bfaf9c3..0eee85270ac7 100644 --- a/src/SDKs/_metadata/sql_resource-manager.txt +++ b/src/SDKs/_metadata/sql_resource-manager.txt @@ -3,12 +3,12 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\Vs\azure-sdk-for-net\src\SDKs -2018-12-16 09:29:26 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\src\SDKs +2019-01-18 17:41:20 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 72e806d809ab08b0e0d3ffc679f8c8d662074010 +Commit: 2c26ca134086846b742141e3dfffcc8b92afeccf AutoRest information Requested version: latest Bootstrapper version: autorest@2.0.4283