diff --git a/src/Sql/Sql.Test/ScenarioTests/ReadScaleCrudTests.ps1 b/src/Sql/Sql.Test/ScenarioTests/ReadScaleCrudTests.ps1 index 738f808abe91..47901a8a648e 100644 --- a/src/Sql/Sql.Test/ScenarioTests/ReadScaleCrudTests.ps1 +++ b/src/Sql/Sql.Test/ScenarioTests/ReadScaleCrudTests.ps1 @@ -60,6 +60,11 @@ function Test-GetDatabaseReadScale ($serverVersion = "12.0", $location = "Southe $db1 = Get-AzSqlDatabase -ResourceGroupName $server.ResourceGroupname -ServerName $server.ServerName -DatabaseName $db.DatabaseName Assert-AreEqual Enabled $db1.ReadScale + # Alter database without specifying read scale value, it should remain enabled + $db2 = Set-AzSqlDatabase -ResourceGroupName $db.ResourceGroupName -ServerName $db.ServerName -DatabaseName $db.DatabaseName ` + -RequestedServiceObjectiveName P2 + Assert-AreEqual Enabled $db2.ReadScale + # Alter read scale properties, Premium ignores HighAvailabilityReplicaCount $db2 = Set-AzSqlDatabase -ResourceGroupName $db.ResourceGroupName -ServerName $db.ServerName -DatabaseName $db.DatabaseName ` -ReadScale Disabled -HighAvailabilityReplicaCount -1 diff --git a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ReadScaleCrudTests/TestDatabaseReadScaleGet.json b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ReadScaleCrudTests/TestDatabaseReadScaleGet.json index 5a299ee832f5..f504626f6e80 100644 --- a/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ReadScaleCrudTests/TestDatabaseReadScaleGet.json +++ b/src/Sql/Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ReadScaleCrudTests/TestDatabaseReadScaleGet.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourcegroups/ps4849?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlZ3JvdXBzL3BzNDg0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourcegroups/ps5519?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlZ3JvdXBzL3BzNTUxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b816fc97-3058-4148-8c59-0097ebf69a0e" + "ff48de59-6e8f-4b2d-a1a3-4da6ae236bfc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,16 +33,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "eda0ab11-c758-420a-be00-95db7a5deac7" + "32407aa1-c2f0-446a-a329-86dae44f1f58" ], "x-ms-correlation-request-id": [ - "eda0ab11-c758-420a-be00-95db7a5deac7" + "32407aa1-c2f0-446a-a329-86dae44f1f58" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023009Z:eda0ab11-c758-420a-be00-95db7a5deac7" + "WESTCENTRALUS:20210602T174906Z:32407aa1-c2f0-446a-a329-86dae44f1f58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:08 GMT" + "Wed, 02 Jun 2021 17:49:06 GMT" ], "Content-Length": [ "172" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849\",\r\n \"name\": \"ps4849\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519\",\r\n \"name\": \"ps5519\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "gateway" ], "x-ms-request-id": [ - "2527e604-8de2-42ac-8c3a-21fb9ab3e2d6" + "a09aea0f-eeb8-49d5-be71-7b753605eacb" ], "x-ms-correlation-request-id": [ - "2527e604-8de2-42ac-8c3a-21fb9ab3e2d6" + "a09aea0f-eeb8-49d5-be71-7b753605eacb" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023009Z:2527e604-8de2-42ac-8c3a-21fb9ab3e2d6" + "WESTCENTRALUS:20210602T174906Z:a09aea0f-eeb8-49d5-be71-7b753605eacb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:09 GMT" + "Wed, 02 Jun 2021 17:49:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,23 +123,23 @@ "206" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/ps8550' under resource group 'ps4849' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/ps3459' under resource group 'ps5519' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -150,7 +150,7 @@ "no-cache" ], "x-ms-request-id": [ - "f843a091-2844-4e9b-933a-5c66060ef224" + "359abf5e-db46-4fd6-abcb-be80061caee3" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -159,10 +159,10 @@ "11991" ], "x-ms-correlation-request-id": [ - "d3f7754b-dab3-444c-9e0f-ea7dadf21b8d" + "cc5630f8-eff4-40ee-83ba-ab4978e2a3ca" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023117Z:d3f7754b-dab3-444c-9e0f-ea7dadf21b8d" + "WESTCENTRALUS:20210602T175014Z:cc5630f8-eff4-40ee-83ba-ab4978e2a3ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:17 GMT" + "Wed, 02 Jun 2021 17:50:13 GMT" ], "Content-Length": [ "415" @@ -183,26 +183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps8550.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550\",\r\n \"name\": \"ps8550\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", + "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps3459.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459\",\r\n \"name\": \"ps3459\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -213,7 +213,7 @@ "no-cache" ], "x-ms-request-id": [ - "286e48fb-b446-46f8-b1f3-94adc9186298" + "d029c841-e917-4f26-aff5-99c32bed52c9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -222,10 +222,10 @@ "11990" ], "x-ms-correlation-request-id": [ - "c7228f3f-4a4e-48b2-97d7-80b59447c5fa" + "7f691a3d-5f1e-4ea5-adf7-958478c02f1b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023117Z:c7228f3f-4a4e-48b2-97d7-80b59447c5fa" + "WESTCENTRALUS:20210602T175014Z:7f691a3d-5f1e-4ea5-adf7-958478c02f1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:17 GMT" + "Wed, 02 Jun 2021 17:50:13 GMT" ], "Content-Length": [ "415" @@ -246,26 +246,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps8550.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550\",\r\n \"name\": \"ps8550\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", + "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps3459.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459\",\r\n \"name\": \"ps3459\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "x-ms-request-id": [ - "3f77be37-e261-4881-a395-731e32ba3cab" + "f0c39933-8bde-47f8-86dc-bc681c9b9413" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -285,10 +285,10 @@ "11988" ], "x-ms-correlation-request-id": [ - "de967a99-20b2-4b38-9952-c2039a701dfd" + "34228c51-412c-49e4-945d-ae755c6c2ed7" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023118Z:de967a99-20b2-4b38-9952-c2039a701dfd" + "WESTCENTRALUS:20210602T175014Z:34228c51-412c-49e4-945d-ae755c6c2ed7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:17 GMT" + "Wed, 02 Jun 2021 17:50:14 GMT" ], "Content-Length": [ "415" @@ -309,26 +309,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps8550.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550\",\r\n \"name\": \"ps8550\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", + "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps3459.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459\",\r\n \"name\": \"ps3459\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "545974b4-e981-416a-9dce-ef7f85e39839" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -339,19 +339,82 @@ "no-cache" ], "x-ms-request-id": [ - "4aaefe57-0e5f-4533-9062-b1a4bf50ed84" + "9072f1a5-9c82-4714-8d20-a88057090390" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11979" + ], + "x-ms-correlation-request-id": [ + "f6776b84-fc6c-42db-a4c5-16acec285897" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175148Z:f6776b84-fc6c-42db-a4c5-16acec285897" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:51:47 GMT" + ], + "Content-Length": [ + "415" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps3459.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459\",\r\n \"name\": \"ps3459\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5df06180-7d76-443e-9082-3e79483e51ac" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" ], "x-ms-correlation-request-id": [ - "1046f9af-493d-44f8-8b17-03d70b5d44ee" + "129c5692-e416-4a1b-8452-9f4d08e03edb" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023236Z:1046f9af-493d-44f8-8b17-03d70b5d44ee" + "WESTCENTRALUS:20210602T175352Z:129c5692-e416-4a1b-8452-9f4d08e03edb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,7 +423,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:36 GMT" + "Wed, 02 Jun 2021 17:53:51 GMT" ], "Content-Length": [ "415" @@ -372,26 +435,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps8550.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550\",\r\n \"name\": \"ps8550\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", + "ResponseBody": "{\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\",\r\n \"fullyQualifiedDomainName\": \"ps3459.database.windows.net\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459\",\r\n \"name\": \"ps3459\",\r\n \"type\": \"Microsoft.Sql/servers\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\"\r\n },\r\n \"location\": \"Southeast Asia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -408,16 +471,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverOperationResults/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverOperationResults/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview" ], "Retry-After": [ "1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview" ], "x-ms-request-id": [ - "9955cbc6-ad15-4018-9328-8f7e9bc29ac6" + "7b1e86de-3c57-4990-9d68-a4bcde1ee728" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -426,10 +489,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "78f65af4-a0b0-4869-b03d-dfda740093df" + "898166a3-fbdb-4d57-ae57-2d388f5b7098" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023011Z:78f65af4-a0b0-4869-b03d-dfda740093df" + "WESTCENTRALUS:20210602T174908Z:898166a3-fbdb-4d57-ae57-2d388f5b7098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -438,10 +501,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:11 GMT" + "Wed, 02 Jun 2021 17:49:08 GMT" ], "Content-Length": [ - "74" + "73" ], "Content-Type": [ "application/json; charset=utf-8" @@ -450,23 +513,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"operation\": \"UpsertLogicalServer\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"operation\": \"UpsertLogicalServer\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -480,7 +543,7 @@ "1" ], "x-ms-request-id": [ - "565a1dba-6473-4784-81be-abbb65401255" + "79b71235-b90d-42ad-be98-5fd48441cd3a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -489,10 +552,10 @@ "11998" ], "x-ms-correlation-request-id": [ - "6bdbbbda-02f1-42df-a21f-38f5ac990597" + "259da3d1-383c-43d7-9fe5-ba1702971b71" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023012Z:6bdbbbda-02f1-42df-a21f-38f5ac990597" + "WESTCENTRALUS:20210602T174909Z:259da3d1-383c-43d7-9fe5-ba1702971b71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -501,10 +564,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:12 GMT" + "Wed, 02 Jun 2021 17:49:09 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -513,23 +576,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -543,7 +606,7 @@ "1" ], "x-ms-request-id": [ - "6c5ea4fd-42e4-423a-bf4a-df8d11ed57bd" + "64f30334-5d21-45df-b152-98384a1db944" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -552,10 +615,10 @@ "11997" ], "x-ms-correlation-request-id": [ - "f90190b7-7747-4df3-b310-59c744404868" + "5ca17aac-d1d3-4bed-b314-b45ac0ad44b9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023013Z:f90190b7-7747-4df3-b310-59c744404868" + "WESTCENTRALUS:20210602T174910Z:5ca17aac-d1d3-4bed-b314-b45ac0ad44b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -564,10 +627,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:13 GMT" + "Wed, 02 Jun 2021 17:49:10 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -576,23 +639,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -606,7 +669,7 @@ "1" ], "x-ms-request-id": [ - "4738e4f7-bf7d-4a0b-a54a-bdc1c43ba307" + "f99aa0e7-0299-4cfd-a708-0d4b772d6316" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -615,10 +678,10 @@ "11996" ], "x-ms-correlation-request-id": [ - "cb22e617-09df-4a9b-9b2a-2760766978a0" + "9d03e2b3-0dec-46bb-85d6-77489726b62b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023014Z:cb22e617-09df-4a9b-9b2a-2760766978a0" + "WESTCENTRALUS:20210602T174912Z:9d03e2b3-0dec-46bb-85d6-77489726b62b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -627,10 +690,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:14 GMT" + "Wed, 02 Jun 2021 17:49:11 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -639,23 +702,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -669,7 +732,7 @@ "20" ], "x-ms-request-id": [ - "3fc59f73-e995-44fb-aa0f-8c9e436964d9" + "4583da59-44fb-4f8a-ae7b-f102bcf191d3" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -678,10 +741,10 @@ "11995" ], "x-ms-correlation-request-id": [ - "0599c8c0-ab58-4be2-ad8c-3f8776a30ab1" + "457231a2-dd40-4932-8bcc-e3fb01f20261" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023016Z:0599c8c0-ab58-4be2-ad8c-3f8776a30ab1" + "WESTCENTRALUS:20210602T174913Z:457231a2-dd40-4932-8bcc-e3fb01f20261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -690,10 +753,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:15 GMT" + "Wed, 02 Jun 2021 17:49:13 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -702,23 +765,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -732,7 +795,7 @@ "20" ], "x-ms-request-id": [ - "60d6a54e-d9bb-4996-9d85-47657ba64062" + "2ee26ef1-0cc6-4f67-9b8e-03072a1af699" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -741,10 +804,10 @@ "11994" ], "x-ms-correlation-request-id": [ - "c8d53611-c6c2-4ff7-9850-65482ce58b88" + "ce51e8e5-acea-4b7b-a339-dd4289f4bbd5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023036Z:c8d53611-c6c2-4ff7-9850-65482ce58b88" + "WESTCENTRALUS:20210602T174933Z:ce51e8e5-acea-4b7b-a339-dd4289f4bbd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -753,10 +816,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:36 GMT" + "Wed, 02 Jun 2021 17:49:33 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -765,23 +828,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -795,7 +858,7 @@ "20" ], "x-ms-request-id": [ - "f4f97875-8c23-4f30-844b-cdfdeae6323e" + "bfb5232f-6df3-4f01-b242-bf3ae9d8714b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -804,10 +867,10 @@ "11993" ], "x-ms-correlation-request-id": [ - "52b630c6-fcba-42ad-92f7-a84010e06a24" + "d4b42501-40d7-4b85-95fb-69052aeb6f78" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023057Z:52b630c6-fcba-42ad-92f7-a84010e06a24" + "WESTCENTRALUS:20210602T174953Z:d4b42501-40d7-4b85-95fb-69052aeb6f78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -816,10 +879,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:30:56 GMT" + "Wed, 02 Jun 2021 17:49:53 GMT" ], "Content-Length": [ - "108" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -828,23 +891,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/9955cbc6-ad15-4018-9328-8f7e9bc29ac6?api-version=2020-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzk5NTVjYmM2LWFkMTUtNDAxOC05MzI4LThmN2U5YmMyOWFjNj9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/serverAzureAsyncOperation/7b1e86de-3c57-4990-9d68-a4bcde1ee728?api-version=2020-11-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9zZXJ2ZXJBenVyZUFzeW5jT3BlcmF0aW9uLzdiMWU4NmRlLTNjNTctNDk5MC05ZDY4LWE0YmNkZTFlZTcyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2695490-56fe-4939-88ed-37605f015f53" + "acd89223-f2ff-4a5e-bc51-eb0c4c4c1b09" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -858,7 +921,7 @@ "15" ], "x-ms-request-id": [ - "64ad4fb9-a0d0-46fc-973d-6e47cfb9c396" + "0c564e59-b3a2-42aa-b917-fa2bba85fd9f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -867,10 +930,10 @@ "11992" ], "x-ms-correlation-request-id": [ - "e7686ffa-1f17-4373-9237-b785b84098bc" + "756ea89f-56f1-45fc-bf9e-053854e75cab" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023117Z:e7686ffa-1f17-4373-9237-b785b84098bc" + "WESTCENTRALUS:20210602T175013Z:756ea89f-56f1-45fc-bf9e-053854e75cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,10 +942,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:16 GMT" + "Wed, 02 Jun 2021 17:50:13 GMT" ], "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -891,26 +954,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9955cbc6-ad15-4018-9328-8f7e9bc29ac6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T02:30:10.837Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"7b1e86de-3c57-4990-9d68-a4bcde1ee728\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-06-02T17:49:07.69Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -924,13 +987,13 @@ "gateway" ], "x-ms-request-id": [ - "f15efda0-7f8d-478d-bc41-044417b58f61" + "384a4e32-3e03-4578-aa9a-2930fa3a60f7" ], "x-ms-correlation-request-id": [ - "f15efda0-7f8d-478d-bc41-044417b58f61" + "384a4e32-3e03-4578-aa9a-2930fa3a60f7" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023118Z:f15efda0-7f8d-478d-bc41-044417b58f61" + "WESTCENTRALUS:20210602T175014Z:384a4e32-3e03-4578-aa9a-2930fa3a60f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +1002,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:17 GMT" + "Wed, 02 Jun 2021 17:50:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -951,23 +1014,23 @@ "223" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/ps8550/databases/ps3250' under resource group 'ps4849' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/ps3459/databases/ps8140' under resource group 'ps5519' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -978,19 +1041,19 @@ "no-cache" ], "x-ms-request-id": [ - "ac46ae60-174c-4136-bbe9-850b5f327af3" + "7d997b43-baa7-4d96-8e38-12637def3909" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11981" ], "x-ms-correlation-request-id": [ - "9d71a984-380b-4295-85cf-82db12c0bd62" + "aba058bb-3a3f-4a89-926b-85cc0f27d956" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023235Z:9d71a984-380b-4295-85cf-82db12c0bd62" + "WESTCENTRALUS:20210602T175147Z:aba058bb-3a3f-4a89-926b-85cc0f27d956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -999,10 +1062,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:35 GMT" + "Wed, 02 Jun 2021 17:51:47 GMT" ], "Content-Length": [ - "1004" + "1056" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1011,26 +1074,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"109a4619-dbd1-4ce1-be90-5586241103e5\",\r\n \"creationDate\": \"2021-05-17T02:32:31.103Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250\",\r\n \"name\": \"ps3250\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04255a6f-f9c6-458f-a022-96dc9f7cf3b3" + "38f51e85-195b-4d9d-adb8-439c13a2fb2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1041,19 +1104,19 @@ "no-cache" ], "x-ms-request-id": [ - "90b63543-d438-4af5-9791-915c909d83c6" + "589b6fb4-0ebf-4c27-97df-bceed2577fb3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11980" ], "x-ms-correlation-request-id": [ - "3f00a424-3796-4784-b975-167e960a1459" + "d3d57470-4ca1-4f7f-be06-b8ad55b5cee1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023236Z:3f00a424-3796-4784-b975-167e960a1459" + "WESTCENTRALUS:20210602T175147Z:d3d57470-4ca1-4f7f-be06-b8ad55b5cee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1062,10 +1125,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:35 GMT" + "Wed, 02 Jun 2021 17:51:47 GMT" ], "Content-Length": [ - "1004" + "1056" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,26 +1137,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"109a4619-dbd1-4ce1-be90-5586241103e5\",\r\n \"creationDate\": \"2021-05-17T02:32:31.103Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250\",\r\n \"name\": \"ps3250\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "545974b4-e981-416a-9dce-ef7f85e39839" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1104,19 +1167,19 @@ "no-cache" ], "x-ms-request-id": [ - "6d1d73eb-9a40-4b8a-a506-bbcd180ff995" + "4dd64e52-7221-4f85-b697-318e05d72e81" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11978" ], "x-ms-correlation-request-id": [ - "ab8d045e-6f8e-4976-93a2-bf0278158b84" + "6ff66eb4-5e23-4fb9-a51f-9c36edea45fc" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023236Z:ab8d045e-6f8e-4976-93a2-bf0278158b84" + "WESTCENTRALUS:20210602T175148Z:6ff66eb4-5e23-4fb9-a51f-9c36edea45fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1125,10 +1188,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:36 GMT" + "Wed, 02 Jun 2021 17:51:47 GMT" ], "Content-Length": [ - "1004" + "1056" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1137,26 +1200,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"109a4619-dbd1-4ce1-be90-5586241103e5\",\r\n \"creationDate\": \"2021-05-17T02:32:31.103Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250\",\r\n \"name\": \"ps3250\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "545974b4-e981-416a-9dce-ef7f85e39839" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1167,19 +1230,19 @@ "no-cache" ], "x-ms-request-id": [ - "7d5eda56-a1fe-4ed1-bafe-b605c0b31235" + "477913a8-1f7d-46c4-8d8b-3156ee31c5a6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11977" ], "x-ms-correlation-request-id": [ - "e86bba7f-c438-48cb-844a-f84a091dc8fc" + "760ee07b-c646-4cab-8280-746d53fc5f20" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023236Z:e86bba7f-c438-48cb-844a-f84a091dc8fc" + "WESTCENTRALUS:20210602T175148Z:760ee07b-c646-4cab-8280-746d53fc5f20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1188,10 +1251,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:36 GMT" + "Wed, 02 Jun 2021 17:51:48 GMT" ], "Content-Length": [ - "1004" + "1056" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1200,23 +1263,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"109a4619-dbd1-4ce1-be90-5586241103e5\",\r\n \"creationDate\": \"2021-05-17T02:32:31.103Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250\",\r\n \"name\": \"ps3250\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "545974b4-e981-416a-9dce-ef7f85e39839" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1227,19 +1290,19 @@ "no-cache" ], "x-ms-request-id": [ - "10501797-b0f1-4de0-be72-3b576fbe6dd4" + "b030e6ea-ebdd-4d5a-8ee9-7115e8d939e8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11968" ], "x-ms-correlation-request-id": [ - "4c17bb76-628d-4fde-b8bf-c449094ec61d" + "bf600a23-f6b2-4547-9e39-65fca79e73a0" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023252Z:4c17bb76-628d-4fde-b8bf-c449094ec61d" + "WESTCENTRALUS:20210602T175351Z:bf600a23-f6b2-4547-9e39-65fca79e73a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1248,10 +1311,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:52 GMT" + "Wed, 02 Jun 2021 17:53:51 GMT" ], "Content-Length": [ - "1005" + "1056" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1260,32 +1323,89 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"109a4619-dbd1-4ce1-be90-5586241103e5\",\r\n \"creationDate\": \"2021-05-17T02:32:31.103Z\",\r\n \"currentServiceObjectiveName\": \"P1\",\r\n \"requestedServiceObjectiveName\": \"P1\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Disabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 125\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\"\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250\",\r\n \"name\": \"ps3250\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P2\",\r\n \"requestedServiceObjectiveName\": \"P2\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"readScale\": \"\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "598dcbee-240f-4c76-9c60-70fa0b9be2b0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "9bfc3bb0-8a99-474e-9996-93910aed6130" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175352Z:9bfc3bb0-8a99-474e-9996-93910aed6130" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:51 GMT" + ], + "Content-Length": [ + "1101" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "170" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P2\",\r\n \"requestedServiceObjectiveName\": \"P2\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"earliestRestoreDate\": \"2021-06-02T17:52:51Z\",\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1295,29 +1415,80 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseOperationResults/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview" + "x-ms-request-id": [ + "3c204687-7347-4ce3-ad21-26201592d324" ], - "Retry-After": [ - "15" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "e5e917b2-726f-4fed-9da1-f85144d714f2" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175352Z:e5e917b2-726f-4fed-9da1-f85144d714f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:51 GMT" + ], + "Content-Length": [ + "1101" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P2\",\r\n \"requestedServiceObjectiveName\": \"P2\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"earliestRestoreDate\": \"2021-06-02T17:52:51Z\",\r\n \"readScale\": \"Enabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "x-ms-request-id": [ - "3402501f-23d5-4c48-b0df-8ab03ba92592" + "3b78e522-babb-469c-a807-4868d73bc097" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], "x-ms-correlation-request-id": [ - "dabaa9ab-97aa-4f9b-8cd4-5d126187fc88" + "ec644417-db38-42c5-8f38-f4906752cf88" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023118Z:dabaa9ab-97aa-4f9b-8cd4-5d126187fc88" + "WESTCENTRALUS:20210602T175408Z:ec644417-db38-42c5-8f38-f4906752cf88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,10 +1497,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:18 GMT" + "Wed, 02 Jun 2021 17:54:08 GMT" ], "Content-Length": [ - "76" + "1102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1338,32 +1509,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"operation\": \"CreateLogicalDatabase\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", - "StatusCode": 202 + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 536870912000,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"e81c2677-84d2-4124-bdfb-e8f2920de803\",\r\n \"creationDate\": \"2021-06-02T17:51:35.083Z\",\r\n \"currentServiceObjectiveName\": \"P2\",\r\n \"requestedServiceObjectiveName\": \"P2\",\r\n \"defaultSecondaryLocation\": \"eastasia\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"zoneRedundant\": false,\r\n \"earliestRestoreDate\": \"2021-06-02T17:52:51Z\",\r\n \"readScale\": \"Disabled\",\r\n \"currentSku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 250\r\n },\r\n \"currentBackupStorageRedundancy\": \"Geo\",\r\n \"requestedBackupStorageRedundancy\": \"Geo\",\r\n \"maintenanceConfigurationId\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default\",\r\n \"isLedgerOn\": false,\r\n \"isInfraEncryptionEnabled\": false\r\n },\r\n \"location\": \"southeastasia\",\r\n \"id\": \"/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140\",\r\n \"name\": \"ps8140\",\r\n \"type\": \"Microsoft.Sql/servers/databases\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/servers/ps8550/databases/ps3250?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzODU1MC9kYXRhYmFzZXMvcHMzMjUwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"readScale\": \"Disabled\",\r\n \"highAvailabilityReplicaCount\": -1\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"readScale\": \"\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "154" + "170" ] }, "ResponseHeaders": { @@ -1374,28 +1545,28 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseOperationResults/d9017098-4c8d-4d50-a424-7f3c6dbb8a73?api-version=2021-02-01-preview" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseOperationResults/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview" ], "Retry-After": [ "15" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/d9017098-4c8d-4d50-a424-7f3c6dbb8a73?api-version=2021-02-01-preview" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview" ], "x-ms-request-id": [ - "d9017098-4c8d-4d50-a424-7f3c6dbb8a73" + "a78595b0-c586-41ec-a18f-c7aeb019d348" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "0c3f3abe-459e-4dae-bee9-08c4e5f904a9" + "eca20e02-c7c8-4d40-94b6-569222a876f5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023237Z:0c3f3abe-459e-4dae-bee9-08c4e5f904a9" + "WESTCENTRALUS:20210602T175015Z:eca20e02-c7c8-4d40-94b6-569222a876f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,10 +1575,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:37 GMT" + "Wed, 02 Jun 2021 17:50:14 GMT" ], "Content-Length": [ - "75" + "76" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1416,23 +1587,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"operation\": \"UpdateLogicalDatabase\",\r\n \"startTime\": \"2021-05-17T02:32:37.04Z\"\r\n}", + "ResponseBody": "{\r\n \"operation\": \"CreateLogicalDatabase\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMzQwMjUwMWYtMjNkNS00YzQ4LWIwZGYtOGFiMDNiYTkyNTkyP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"P2\"\r\n },\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"readScale\": \"\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "141" ] }, "ResponseHeaders": { @@ -1442,23 +1622,29 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseOperationResults/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview" + ], "Retry-After": [ "15" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview" + ], "x-ms-request-id": [ - "0be40192-7023-4553-9285-df1299a47ce6" + "547f99b9-4975-41c3-9ce3-89ca4b9d2e3c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "711c3271-4b3d-4339-9b3d-a65eea45b86b" + "f8bb3f20-a008-43b1-a87d-b7c86e4dd208" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023134Z:711c3271-4b3d-4339-9b3d-a65eea45b86b" + "WESTCENTRALUS:20210602T175149Z:f8bb3f20-a008-43b1-a87d-b7c86e4dd208" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1467,10 +1653,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:33 GMT" + "Wed, 02 Jun 2021 17:51:48 GMT" ], "Content-Length": [ - "108" + "76" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1479,23 +1665,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3402501f-23d5-4c48-b0df-8ab03ba92592\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"operation\": \"UpdateLogicalDatabase\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMzQwMjUwMWYtMjNkNS00YzQ4LWIwZGYtOGFiMDNiYTkyNTkyP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/servers/ps3459/databases/ps8140?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL3BzMzQ1OS9kYXRhYmFzZXMvcHM4MTQwP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"readScale\": \"Disabled\",\r\n \"highAvailabilityReplicaCount\": -1\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "154" ] }, "ResponseHeaders": { @@ -1505,23 +1700,29 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseOperationResults/6781c0b9-54e9-489e-a0a4-385f63cfad09?api-version=2021-02-01-preview" + ], "Retry-After": [ "15" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/6781c0b9-54e9-489e-a0a4-385f63cfad09?api-version=2021-02-01-preview" + ], "x-ms-request-id": [ - "18dfbfd6-9c00-4007-8da3-4987294b2374" + "6781c0b9-54e9-489e-a0a4-385f63cfad09" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-correlation-request-id": [ - "3660b6d2-3921-48a1-987f-b682fab37488" + "78a7aea8-0fdc-49ab-9836-7970a4f8cc17" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023149Z:3660b6d2-3921-48a1-987f-b682fab37488" + "WESTCENTRALUS:20210602T175353Z:78a7aea8-0fdc-49ab-9836-7970a4f8cc17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1530,10 +1731,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:31:48 GMT" + "Wed, 02 Jun 2021 17:53:52 GMT" ], "Content-Length": [ - "108" + "76" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1542,23 +1743,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3402501f-23d5-4c48-b0df-8ab03ba92592\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"operation\": \"UpdateLogicalDatabase\",\r\n \"startTime\": \"2021-06-02T17:53:53.017Z\"\r\n}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMzQwMjUwMWYtMjNkNS00YzQ4LWIwZGYtOGFiMDNiYTkyNTkyP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1572,19 +1773,19 @@ "15" ], "x-ms-request-id": [ - "14f5d96b-9b6e-4d6b-bc3e-7e8666e1507f" + "540f81c6-0d1b-4dc5-96d6-a62c9b047854" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" ], "x-ms-correlation-request-id": [ - "2fc78a27-78b5-404a-8139-39484a47a8f2" + "71b2a5d3-3480-4ff0-b857-e7d6c28a2e50" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023204Z:2fc78a27-78b5-404a-8139-39484a47a8f2" + "WESTCENTRALUS:20210602T175030Z:71b2a5d3-3480-4ff0-b857-e7d6c28a2e50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1593,7 +1794,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:03 GMT" + "Wed, 02 Jun 2021 17:50:30 GMT" ], "Content-Length": [ "108" @@ -1605,23 +1806,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3402501f-23d5-4c48-b0df-8ab03ba92592\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMzQwMjUwMWYtMjNkNS00YzQ4LWIwZGYtOGFiMDNiYTkyNTkyP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1635,19 +1836,19 @@ "15" ], "x-ms-request-id": [ - "54aebc59-dda6-4c4f-a253-32c06a657186" + "a331539a-d925-452d-be1f-45aa1ef2e92a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11986" ], "x-ms-correlation-request-id": [ - "8e74f619-91a4-4809-9c18-dedae8d4fc11" + "4f9f0663-661f-4cf5-8412-7253124e4290" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023219Z:8e74f619-91a4-4809-9c18-dedae8d4fc11" + "WESTCENTRALUS:20210602T175046Z:4f9f0663-661f-4cf5-8412-7253124e4290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1656,7 +1857,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:19 GMT" + "Wed, 02 Jun 2021 17:50:45 GMT" ], "Content-Length": [ "108" @@ -1668,23 +1869,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3402501f-23d5-4c48-b0df-8ab03ba92592\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/3402501f-23d5-4c48-b0df-8ab03ba92592?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMzQwMjUwMWYtMjNkNS00YzQ4LWIwZGYtOGFiMDNiYTkyNTkyP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "303e27c4-aeef-48e0-9cbc-010a3f306f8e" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1698,19 +1899,19 @@ "15" ], "x-ms-request-id": [ - "65629c71-c1ec-4d3f-9954-1c7735874d4b" + "cd0372c7-45ff-4b56-a189-52ae8ecda155" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11985" ], "x-ms-correlation-request-id": [ - "4b0d1dd3-4d41-4297-ad9e-81921ab6537c" + "a66b106a-fed1-405f-ae5d-5c2d3b6d43b0" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023235Z:4b0d1dd3-4d41-4297-ad9e-81921ab6537c" + "WESTCENTRALUS:20210602T175101Z:a66b106a-fed1-405f-ae5d-5c2d3b6d43b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1719,10 +1920,10 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:35 GMT" + "Wed, 02 Jun 2021 17:51:01 GMT" ], "Content-Length": [ - "107" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1731,23 +1932,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"3402501f-23d5-4c48-b0df-8ab03ba92592\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T02:31:18.633Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourceGroups/ps4849/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/d9017098-4c8d-4d50-a424-7f3c6dbb8a73?api-version=2021-02-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlR3JvdXBzL3BzNDg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vZDkwMTcwOTgtNGM4ZC00ZDUwLWE0MjQtN2YzYzZkYmI4YTczP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fb78498-db8b-436b-8b50-a2ad31f1f58f" + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Sql.SqlManagementClient/1.52.0.0" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" ] }, "ResponseHeaders": { @@ -1761,19 +1962,19 @@ "15" ], "x-ms-request-id": [ - "f61b17ea-418c-4f69-a210-db88dc755612" + "60438eda-a76f-48fd-ad03-cc06ba0eebd8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-correlation-request-id": [ - "556a04e5-4e87-44ca-a350-eb3f21945603" + "f2dd042b-5076-4b58-83f0-2d77970fb2fd" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20210517T023252Z:556a04e5-4e87-44ca-a350-eb3f21945603" + "WESTCENTRALUS:20210602T175116Z:f2dd042b-5076-4b58-83f0-2d77970fb2fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1782,10 +1983,703 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:52 GMT" + "Wed, 02 Jun 2021 17:51:16 GMT" ], "Content-Length": [ - "106" + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "bea55b17-9f5c-4aef-80a7-21af9d1205dd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "e3d23e8b-dbb7-4598-9c07-45329b206ec5" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175132Z:e3d23e8b-dbb7-4598-9c07-45329b206ec5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:51:31 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/a78595b0-c586-41ec-a18f-c7aeb019d348?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vYTc4NTk1YjAtYzU4Ni00MWVjLWExOGYtYzdhZWIwMTlkMzQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4051eda-9a90-49e6-a97b-db996cc7c4f6" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "85660ad0-d342-45bc-b140-76b5bbe70610" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "6f35d871-96e1-4fd4-98f0-c4a5febcd366" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175147Z:6f35d871-96e1-4fd4-98f0-c4a5febcd366" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:51:46 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a78595b0-c586-41ec-a18f-c7aeb019d348\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-06-02T17:50:15.287Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "dd97318e-8cf2-4f86-9120-6a7de7e3f13b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "9abf66d8-ddca-4685-968f-7abc0d22f65b" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175204Z:9abf66d8-ddca-4685-968f-7abc0d22f65b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:52:03 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "748cb79e-04d7-4321-a1a9-20571bebfb50" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "e3b58b09-c36c-4a8d-b343-15db9e126de3" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175219Z:e3b58b09-c36c-4a8d-b343-15db9e126de3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:52:18 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "1fe6591a-c646-49d5-87b0-3bafc9cea8c9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "168b1864-7935-42b6-868b-222f7afd3e0e" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175234Z:168b1864-7935-42b6-868b-222f7afd3e0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:52:33 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "1c3c9c1b-491c-4e34-90b5-23b6eb4e1f8f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "1428357c-262d-435c-ac66-02fb901f356c" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175250Z:1428357c-262d-435c-ac66-02fb901f356c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:52:50 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "20417695-16ea-4579-9035-5b393c6dfb16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "3d177e66-4857-44eb-885e-0e6df38cc5f0" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175305Z:3d177e66-4857-44eb-885e-0e6df38cc5f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:05 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "d67ed2ef-211c-496c-9b3d-f77a1984ac44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "23f3b18d-5ab5-416f-9e24-c167807be480" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175321Z:23f3b18d-5ab5-416f-9e24-c167807be480" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:20 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "dc5e136c-9477-4d36-9ecd-5fca81b8b64e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "cd502999-bad6-49f1-ae65-d5053a6daa7e" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175336Z:cd502999-bad6-49f1-ae65-d5053a6daa7e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:35 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/547f99b9-4975-41c3-9ce3-89ca4b9d2e3c?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNTQ3Zjk5YjktNDk3NS00MWMzLTljZTMtODljYTRiOWQyZTNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545974b4-e981-416a-9dce-ef7f85e39839" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "02827530-acae-4a92-b591-0f555753fdb9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "112be2ce-dfc7-4fdc-bdae-1dd53534c442" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175351Z:112be2ce-dfc7-4fdc-bdae-1dd53534c442" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:53:50 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"547f99b9-4975-41c3-9ce3-89ca4b9d2e3c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-06-02T17:51:48.847Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourceGroups/ps5519/providers/Microsoft.Sql/locations/southeastasia/databaseAzureAsyncOperation/6781c0b9-54e9-489e-a0a4-385f63cfad09?api-version=2021-02-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlR3JvdXBzL3BzNTUxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9kYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNjc4MWMwYjktNTRlOS00ODllLWEwYTQtMzg1ZjYzY2ZhZDA5P2FwaS12ZXJzaW9uPTIwMjEtMDItMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fbb148c7-a4cf-4fd2-9aa9-a50e3af4ec7d" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Sql.SqlManagementClient/1.53.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "fdbdc29d-bfe4-43f4-9ae4-76d1d1023597" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "63eb93f3-70c7-44c2-b0d0-433363c3cd7d" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210602T175408Z:63eb93f3-70c7-44c2-b0d0-433363c3cd7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 02 Jun 2021 17:54:08 GMT" + ], + "Content-Length": [ + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1794,26 +2688,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"d9017098-4c8d-4d50-a424-7f3c6dbb8a73\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T02:32:37.04Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"6781c0b9-54e9-489e-a0a4-385f63cfad09\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-06-02T17:53:53.017Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/resourcegroups/ps4849?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L3Jlc291cmNlZ3JvdXBzL3BzNDg0OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/resourcegroups/ps5519?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL3Jlc291cmNlZ3JvdXBzL3BzNTUxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d803aec6-22b2-4643-afdb-7ccf14379842" + "b4dbe86f-8619-4600-8309-50f2da5125b6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1824,7 +2718,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1833,13 +2727,13 @@ "14999" ], "x-ms-request-id": [ - "8b2b7369-1735-46d2-8012-f3cc09ae2126" + "a22a51da-6031-4134-8505-1efb2668a052" ], "x-ms-correlation-request-id": [ - "8b2b7369-1735-46d2-8012-f3cc09ae2126" + "a22a51da-6031-4134-8505-1efb2668a052" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023254Z:8b2b7369-1735-46d2-8012-f3cc09ae2126" + "WESTUS:20210602T175409Z:a22a51da-6031-4134-8505-1efb2668a052" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1848,7 +2742,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:32:53 GMT" + "Wed, 02 Jun 2021 17:54:09 GMT" ], "Expires": [ "-1" @@ -1861,16 +2755,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1881,7 +2775,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1890,13 +2784,13 @@ "11999" ], "x-ms-request-id": [ - "93ad6892-28f6-41b2-8543-727f359ae770" + "855b5b71-4c18-4237-92f9-c061ecc14761" ], "x-ms-correlation-request-id": [ - "93ad6892-28f6-41b2-8543-727f359ae770" + "855b5b71-4c18-4237-92f9-c061ecc14761" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023309Z:93ad6892-28f6-41b2-8543-727f359ae770" + "WESTUS:20210602T175425Z:855b5b71-4c18-4237-92f9-c061ecc14761" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,7 +2799,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:33:08 GMT" + "Wed, 02 Jun 2021 17:54:24 GMT" ], "Expires": [ "-1" @@ -1918,16 +2812,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1938,7 +2832,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1947,13 +2841,13 @@ "11998" ], "x-ms-request-id": [ - "20b5bb1d-f09d-4bff-b7db-bed47ff462b5" + "874ce92d-2851-45a0-b1e0-3748411d8b88" ], "x-ms-correlation-request-id": [ - "20b5bb1d-f09d-4bff-b7db-bed47ff462b5" + "874ce92d-2851-45a0-b1e0-3748411d8b88" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023324Z:20b5bb1d-f09d-4bff-b7db-bed47ff462b5" + "WESTUS:20210602T175440Z:874ce92d-2851-45a0-b1e0-3748411d8b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1962,7 +2856,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:33:23 GMT" + "Wed, 02 Jun 2021 17:54:39 GMT" ], "Expires": [ "-1" @@ -1975,16 +2869,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1995,7 +2889,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -2004,13 +2898,13 @@ "11997" ], "x-ms-request-id": [ - "3d12ab27-dec0-4b9b-97db-bd54f56bcf78" + "16f00c85-c249-4448-a09b-fa4343c0e6c7" ], "x-ms-correlation-request-id": [ - "3d12ab27-dec0-4b9b-97db-bd54f56bcf78" + "16f00c85-c249-4448-a09b-fa4343c0e6c7" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023339Z:3d12ab27-dec0-4b9b-97db-bd54f56bcf78" + "WESTUS:20210602T175455Z:16f00c85-c249-4448-a09b-fa4343c0e6c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2019,7 +2913,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:33:38 GMT" + "Wed, 02 Jun 2021 17:54:54 GMT" ], "Expires": [ "-1" @@ -2032,16 +2926,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2052,7 +2946,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -2061,13 +2955,13 @@ "11996" ], "x-ms-request-id": [ - "1cd1acdf-6cbf-440e-aa8d-5710e2a97de3" + "e1e3a0e2-2293-4fac-b538-fcfcdd8f4e34" ], "x-ms-correlation-request-id": [ - "1cd1acdf-6cbf-440e-aa8d-5710e2a97de3" + "e1e3a0e2-2293-4fac-b538-fcfcdd8f4e34" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023354Z:1cd1acdf-6cbf-440e-aa8d-5710e2a97de3" + "WESTUS:20210602T175510Z:e1e3a0e2-2293-4fac-b538-fcfcdd8f4e34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2076,7 +2970,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:33:53 GMT" + "Wed, 02 Jun 2021 17:55:10 GMT" ], "Expires": [ "-1" @@ -2089,16 +2983,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2109,7 +3003,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -2118,13 +3012,13 @@ "11995" ], "x-ms-request-id": [ - "80a8b556-31a1-4402-8bdd-25fa9871d977" + "ef36aa5a-d57b-431d-a8ba-726585f94b46" ], "x-ms-correlation-request-id": [ - "80a8b556-31a1-4402-8bdd-25fa9871d977" + "ef36aa5a-d57b-431d-a8ba-726585f94b46" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023409Z:80a8b556-31a1-4402-8bdd-25fa9871d977" + "WESTUS:20210602T175525Z:ef36aa5a-d57b-431d-a8ba-726585f94b46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2133,7 +3027,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:34:08 GMT" + "Wed, 02 Jun 2021 17:55:25 GMT" ], "Expires": [ "-1" @@ -2146,16 +3040,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2166,7 +3060,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -2175,13 +3069,13 @@ "11994" ], "x-ms-request-id": [ - "debdfc1e-ce0a-4337-83d8-50bc6f4db3d6" + "a06ddbd2-0620-451d-bc98-d215f5de4d77" ], "x-ms-correlation-request-id": [ - "debdfc1e-ce0a-4337-83d8-50bc6f4db3d6" + "a06ddbd2-0620-451d-bc98-d215f5de4d77" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023424Z:debdfc1e-ce0a-4337-83d8-50bc6f4db3d6" + "WESTUS:20210602T175540Z:a06ddbd2-0620-451d-bc98-d215f5de4d77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2190,7 +3084,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:34:24 GMT" + "Wed, 02 Jun 2021 17:55:40 GMT" ], "Expires": [ "-1" @@ -2203,16 +3097,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2226,13 +3120,13 @@ "11993" ], "x-ms-request-id": [ - "2c95ebfb-4adf-4ec3-ba1d-7e4ddc7b1936" + "d1a3b924-0ff0-4d5e-a2d7-af9f4822df94" ], "x-ms-correlation-request-id": [ - "2c95ebfb-4adf-4ec3-ba1d-7e4ddc7b1936" + "d1a3b924-0ff0-4d5e-a2d7-af9f4822df94" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023439Z:2c95ebfb-4adf-4ec3-ba1d-7e4ddc7b1936" + "WESTUS:20210602T175555Z:d1a3b924-0ff0-4d5e-a2d7-af9f4822df94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2241,7 +3135,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:34:39 GMT" + "Wed, 02 Jun 2021 17:55:55 GMT" ], "Expires": [ "-1" @@ -2254,16 +3148,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2c647056-bab2-4175-b172-493ff049eb29/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4NDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMmM2NDcwNTYtYmFiMi00MTc1LWIxNzItNDkzZmYwNDllYjI5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE5Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/91446693-dafa-4cc0-8b12-ec2c6c3f6250/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU1MTktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTE0NDY2OTMtZGFmYS00Y2MwLThiMTItZWMyYzZjM2Y2MjUwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMU1Ua3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29916.01", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.14393.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2277,13 +3171,13 @@ "11992" ], "x-ms-request-id": [ - "305b0156-2784-40f6-a947-324c8a3f64c2" + "c9b34de2-2a18-4683-9b87-0bcd5154e13d" ], "x-ms-correlation-request-id": [ - "305b0156-2784-40f6-a947-324c8a3f64c2" + "c9b34de2-2a18-4683-9b87-0bcd5154e13d" ], "x-ms-routing-request-id": [ - "WESTUS:20210517T023439Z:305b0156-2784-40f6-a947-324c8a3f64c2" + "WESTUS:20210602T175555Z:c9b34de2-2a18-4683-9b87-0bcd5154e13d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2292,7 +3186,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 02:34:39 GMT" + "Wed, 02 Jun 2021 17:55:55 GMT" ], "Expires": [ "-1" @@ -2307,12 +3201,12 @@ ], "Names": { "Test-GetDatabaseReadScale": [ - "ps4849", - "ps8550", - "ps3250" + "ps5519", + "ps3459", + "ps8140" ] }, "Variables": { - "SubscriptionId": "2c647056-bab2-4175-b172-493ff049eb29" + "SubscriptionId": "91446693-dafa-4cc0-8b12-ec2c6c3f6250" } } \ No newline at end of file diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index f3ee6a45fa04..8517ace3a734 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -23,6 +23,7 @@ * Add External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance - Added option to specify `-ExternalAdminName`, `-ExternalAdminSid`, `-EnableActiveDirectoryOnlyAuthentication` in `New-AzSqlInstance` and `Set-AzSqlInstance` cmdlets - Added option to expand external administrators information using `-ExpandActiveDirectoryAdministrator` in `Get-AzSqlServer` and `Get-AzSqlInstance` cmdlets +* Fixed `Set-AzSqlDatabase` to no longer default ReadScale to Disabled when not specified ## Version 3.1.0 * Updated `Set-AzSqlDatabaseVulnerabilityAssessmentRuleBaseline` documentation to include example of define array of array with one inner array. diff --git a/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs b/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs index e65ff9308f23..11218db3b601 100644 --- a/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs +++ b/src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs @@ -302,7 +302,7 @@ protected override IEnumerable ApplyUserInputToModel(IEnu Tags = TagsConversionHelper.ReadOrFetchTags(this, model.FirstOrDefault().Tags), ElasticPoolName = ElasticPoolName, Location = model.FirstOrDefault().Location, - ReadScale = ReadScale, + ReadScale = this.IsParameterBound(p => p.ReadScale) ? ReadScale : (DatabaseReadScale?)null, ZoneRedundant = MyInvocation.BoundParameters.ContainsKey("ZoneRedundant") ? (bool?)ZoneRedundant.ToBool() : null, LicenseType = LicenseType ?? model.FirstOrDefault().LicenseType, // set to original license type AutoPauseDelayInMinutes = this.IsParameterBound(p => p.AutoPauseDelayInMinutes) ? AutoPauseDelayInMinutes : (int?)null,