diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolTests.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolTests.ps1 index 4cc8016791f9..83c416f094ff 100644 --- a/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolTests.ps1 +++ b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolTests.ps1 @@ -9,6 +9,7 @@ function Test-SynapseSqlPool $resourceGroupName = (Get-ResourceGroupName), $workspaceName = (Get-SynapseWorkspaceName), $sqlPoolName = (Get-SynapseSqlPoolName), + $restoreFromSqlPoolName = 'dwtestbackup', $sqlPoolPerformanceLevel = 'DW200c' ) @@ -90,6 +91,31 @@ function Test-SynapseSqlPool # Verify that it is gone by trying to get it again Assert-Throws {Get-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName} + + # Get restore point + [array]$restorePoint = Get-AzSynapseSqlPoolRestorePoint -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $restoreFromSqlPoolName + + Assert-AreEqual "DISCRETE" $restorePoint[0].RestorePointType + + # Restore SqlPool + $sqlPoolRestored = Restore-AzSynapseSqlPool -FromRestorePoint -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -SourceWorkspaceName $workspaceName -SourceSqlPoolName $restoreFromSqlPoolName -PerformanceLevel $sqlPoolPerformanceLevel + + Assert-AreEqual $sqlPoolName $sqlPoolRestored.Name + Assert-AreEqual "Microsoft.Synapse/Workspaces/sqlPools" $sqlPoolRestored.Type + Assert-True {$sqlPoolRestored.Id -like "*$resourceGroupName*"} + + # Suspend SqlPool + $sqlPoolSuspended = Suspend-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName + + Assert-AreEqual "Paused" $sqlPoolSuspended.Status + + # Resume SqlPool + $sqlPoolResumed = Resume-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName + + Assert-AreEqual "Online" $sqlPoolResumed.Status + + # Delete SqlPool + Assert-True {Remove-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -PassThru} "Remove SqlPool failed." } finally { diff --git a/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolTests/TestSynapseSqlPool.json b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolTests/TestSynapseSqlPool.json index 424f3209f729..33a5e9628046 100644 --- a/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolTests/TestSynapseSqlPool.json +++ b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolTests/TestSynapseSqlPool.json @@ -7,16 +7,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "219a8b69-829c-4c14-a57a-802562b75a57" + "76b2d372-e7dc-473a-bc21-fd9bcdbba0d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -30,28 +30,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72d5b44f-eacb-4c5c-b774-aa88138d7ced" + "c5875117-577b-4b04-ac0b-5bc2f8dea19b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "38d5f8ad-967f-45c6-86e4-f398b6215d27" + "1ef1f6c5-a25e-44b4-9904-08d5c1b6cf9c" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062458Z:38d5f8ad-967f-45c6-86e4-f398b6215d27" + "JAPANEAST:20201010T084410Z:1ef1f6c5-a25e-44b4-9904-08d5c1b6cf9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:24:58 GMT" + "Sat, 10 Oct 2020 08:44:09 GMT" ], "Content-Length": [ - "1113" + "1235" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,7 +60,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-cf1e0457-375a-4c2d-a9b4-51676e4fce7c\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://newzzyadlsgen2.dfs.core.windows.net\",\r\n \"filesystem\": \"testfilesystem\"\r\n },\r\n \"sqlAdministratorLogin\": \"zzy\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-cf1e0457-375a-4c2d-a9b4-51676e4fce7c\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://newzzyadlsgen2.dfs.core.windows.net\",\r\n \"filesystem\": \"testfilesystem\"\r\n },\r\n \"sqlAdministratorLogin\": \"zzy\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"55b6dcb5-2507-4063-ae78-9dfe279b4f89\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { @@ -70,16 +70,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "146bea5c-e5e1-4547-a7d5-e7088011fc40" + "66fbef10-7473-477a-8011-a04c2daee1d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -93,28 +93,91 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d396555f-0ec2-4e20-9448-e6013a0c6857" + "37b37d9f-e5be-490b-9c83-39c10e456f0d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" + ], + "x-ms-correlation-request-id": [ + "9a40d47e-a4f5-42f6-ac96-a1d689faa6a4" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084412Z:9a40d47e-a4f5-42f6-ac96-a1d689faa6a4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:11 GMT" + ], + "Content-Length": [ + "1235" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-cf1e0457-375a-4c2d-a9b4-51676e4fce7c\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://newzzyadlsgen2.dfs.core.windows.net\",\r\n \"filesystem\": \"testfilesystem\"\r\n },\r\n \"sqlAdministratorLogin\": \"zzy\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"55b6dcb5-2507-4063-ae78-9dfe279b4f89\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b67f4e90-ee2e-4b4f-bb10-d14858439fe4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9653f46a-44e4-4515-b4a6-91a5e5d0b08d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-correlation-request-id": [ - "471edf58-51dc-4faa-8cb8-8607a0d09be9" + "9c05de8a-1665-4801-b32e-49f7c4340baf" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062459Z:471edf58-51dc-4faa-8cb8-8607a0d09be9" + "JAPANEAST:20201010T085414Z:9c05de8a-1665-4801-b32e-49f7c4340baf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:24:58 GMT" + "Sat, 10 Oct 2020 08:54:14 GMT" ], "Content-Length": [ - "1113" + "1235" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +186,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-cf1e0457-375a-4c2d-a9b4-51676e4fce7c\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://newzzyadlsgen2.dfs.core.windows.net\",\r\n \"filesystem\": \"testfilesystem\"\r\n },\r\n \"sqlAdministratorLogin\": \"zzy\",\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-cf1e0457-375a-4c2d-a9b4-51676e4fce7c\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://newzzyadlsgen2.dfs.core.windows.net\",\r\n \"filesystem\": \"testfilesystem\"\r\n },\r\n \"sqlAdministratorLogin\": \"zzy\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"55b6dcb5-2507-4063-ae78-9dfe279b4f89\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5dd64ec-2c03-43e5-ba39-14405a4029d4" + "44e8566c-6da2-4d2e-8211-9e779ae53473" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -156,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "4ccce40f-905e-44d7-9bb1-2233649a717b" + "f09a68fc-2957-4079-82ce-d589f3a5ab20" ], "x-ms-correlation-request-id": [ - "4ccce40f-905e-44d7-9bb1-2233649a717b" + "f09a68fc-2957-4079-82ce-d589f3a5ab20" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062459Z:4ccce40f-905e-44d7-9bb1-2233649a717b" + "JAPANEAST:20201010T084411Z:f09a68fc-2957-4079-82ce-d589f3a5ab20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +234,7 @@ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:24:58 GMT" + "Sat, 10 Oct 2020 08:44:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -180,29 +243,29 @@ "-1" ], "Content-Length": [ - "178" + "248" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36' under resource group 'zzy-test-rg' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158' under resource group 'zzy-test-rg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62be5055-518d-43d9-af23-aaef29383cd7" + "c70fe46e-2c75-41fe-b7ce-1a5bad45ce0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -216,13 +279,13 @@ "gateway" ], "x-ms-request-id": [ - "40a2c78c-42c9-4bbc-8d78-6534da04f158" + "1176a173-7a26-49f3-828c-f73e4b14c02b" ], "x-ms-correlation-request-id": [ - "40a2c78c-42c9-4bbc-8d78-6534da04f158" + "1176a173-7a26-49f3-828c-f73e4b14c02b" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062459Z:40a2c78c-42c9-4bbc-8d78-6534da04f158" + "JAPANEAST:20201010T084413Z:1176a173-7a26-49f3-828c-f73e4b14c02b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +294,7 @@ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:24:58 GMT" + "Sat, 10 Oct 2020 08:44:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -240,23 +303,23 @@ "-1" ], "Content-Length": [ - "178" + "248" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36' under resource group 'zzy-test-rg' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158' under resource group 'zzy-test-rg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -270,28 +333,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ac511ce-9bc5-4fce-9c5d-37995a82a20e" + "026b074c-3f3d-4f6e-a7fc-f01d3bca60c3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11959" ], "x-ms-correlation-request-id": [ - "b0eb19e0-3b60-4f16-81f5-ec1544b31080" + "e425c1f4-4aba-42f2-8593-e42723f1ac0f" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062826Z:b0eb19e0-3b60-4f16-81f5-ec1544b31080" + "JAPANEAST:20201010T085021Z:e425c1f4-4aba-42f2-8593-e42723f1ac0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:26 GMT" + "Sat, 10 Oct 2020 08:50:21 GMT" ], "Content-Length": [ - "490" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -300,26 +363,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb4d1353-0f23-4e1d-a0d3-6b225288c39e" + "b30e85a7-9d26-4574-b745-f0ede00fe6b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -333,28 +396,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2202cb22-62cd-467a-bc02-a37f025f1894" + "227a1606-9051-4169-94f4-a45129350896" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11958" ], "x-ms-correlation-request-id": [ - "94c4c8e6-f539-46fe-ac9e-5a4df541f587" + "94f49b22-95aa-465e-a3ef-3dc6cbef0f49" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062826Z:94c4c8e6-f539-46fe-ac9e-5a4df541f587" + "JAPANEAST:20201010T085022Z:94f49b22-95aa-465e-a3ef-3dc6cbef0f49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:26 GMT" + "Sat, 10 Oct 2020 08:50:21 GMT" ], "Content-Length": [ - "490" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -363,26 +426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98fcfb56-1f2d-42e1-a74d-8a448d1b9146" + "1589ee4f-edec-433d-a9c5-e77ed718317b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -396,28 +459,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2b202b1-34a4-490c-94c6-2c51c424200e" + "d8d5ece2-e3d7-416f-a1dc-96d06c0b46cd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11957" ], "x-ms-correlation-request-id": [ - "ff41fb57-4dc3-4f76-b836-ae652b8c65d6" + "6c5da66f-d78b-46c6-93ce-0728f7a438cd" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062826Z:ff41fb57-4dc3-4f76-b836-ae652b8c65d6" + "JAPANEAST:20201010T085022Z:6c5da66f-d78b-46c6-93ce-0728f7a438cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:26 GMT" + "Sat, 10 Oct 2020 08:50:21 GMT" ], "Content-Length": [ - "490" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,26 +489,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "350b6021-1685-4c70-8947-74e758955b5a" + "54ed03d8-6d65-4881-b7b5-9ce28c451146" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -459,28 +522,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6d1d8476-6fbf-47ea-8bb4-4a59d8c49c5c" + "45e96002-3148-403c-9fe3-4f16c7612ce7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11956" ], "x-ms-correlation-request-id": [ - "36d3d1c8-94d1-49c1-9f13-099e5bfdaa61" + "b6a36f45-a45a-4c23-a323-8eab86c6df7e" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062826Z:36d3d1c8-94d1-49c1-9f13-099e5bfdaa61" + "JAPANEAST:20201010T085022Z:b6a36f45-a45a-4c23-a323-8eab86c6df7e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:26 GMT" + "Sat, 10 Oct 2020 08:50:22 GMT" ], "Content-Length": [ - "490" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -489,26 +552,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49cf86fa-4e2c-4a2b-8b49-55ab23b90489" + "5cd4a39d-150b-44b9-9674-c48836441092" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -522,28 +585,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65710e6e-a2d7-4059-aaa2-ec69a1950277" + "80f452c5-094f-4f68-865f-2c5fc8c374de" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-correlation-request-id": [ - "c8b6ebf4-7c4e-44bc-81ea-3de7ed5d5fdc" + "cc888cfc-fa6f-488d-afb8-c501e741b314" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063128Z:c8b6ebf4-7c4e-44bc-81ea-3de7ed5d5fdc" + "JAPANEAST:20201010T085326Z:cc888cfc-fa6f-488d-afb8-c501e741b314" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:28 GMT" + "Sat, 10 Oct 2020 08:53:25 GMT" ], "Content-Length": [ - "522" + "539" ], "Content-Type": [ "application/json; charset=utf-8" @@ -552,26 +615,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f0cca84-de81-465c-8275-3f6500ab292c" + "f588e36d-19c3-40c2-ada1-4699387f8ea7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -585,28 +648,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41d83ee0-4244-4fae-8538-02973e343373" + "92006df6-8c30-479a-8521-122f280658c4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "40510da7-21c4-430a-8ebc-7c6fc19255fc" + "9bc6da18-b640-4803-92f1-1a38a82ce60f" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063129Z:40510da7-21c4-430a-8ebc-7c6fc19255fc" + "JAPANEAST:20201010T085327Z:9bc6da18-b640-4803-92f1-1a38a82ce60f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:29 GMT" + "Sat, 10 Oct 2020 08:53:26 GMT" ], "Content-Length": [ - "522" + "539" ], "Content-Type": [ "application/json; charset=utf-8" @@ -615,26 +678,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3294195a-f8ae-4ff8-8a42-5bd79ecdb7e5" + "4e0f9fcb-797f-4ef3-a0f3-3c8eae6435c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -644,57 +707,5654 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "086ac601-437e-46c5-ab6f-6f7c0c898427" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "18cad596-b39b-4b41-bb8b-32c9a7898615" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085411Z:18cad596-b39b-4b41-bb8b-32c9a7898615" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8861acd-fb24-457c-9298-6ba56c5dda50" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1968bf94-8ec7-4639-89f9-1318eb0f9e94" + "61f7a943-9df6-467e-b243-6cd8597e8b58" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "x-ms-correlation-request-id": [ - "1968bf94-8ec7-4639-89f9-1318eb0f9e94" + "1aa4026c-ae3d-47b9-90b2-a8a353e54a7a" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063200Z:1968bf94-8ec7-4639-89f9-1318eb0f9e94" + "JAPANEAST:20201010T085415Z:1aa4026c-ae3d-47b9-90b2-a8a353e54a7a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "46f62fc2-2982-4770-90bc-84bc4bf68b1c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "x-ms-correlation-request-id": [ + "5d56e340-2477-4048-8ef2-912845323357" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090058Z:5d56e340-2477-4048-8ef2-912845323357" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:32:00 GMT" + "Sat, 10 Oct 2020 09:00:58 GMT" + ], + "Content-Length": [ + "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e53eecc4-98a6-4218-9139-dc710b456eab" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d805dcb5-58c1-4c8f-ae98-82cfea605247" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "x-ms-correlation-request-id": [ + "6376b96c-6dea-45b5-9d36-2b007de76d05" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090100Z:6376b96c-6dea-45b5-9d36-2b007de76d05" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:59 GMT" ], "Content-Length": [ - "178" + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36' under resource group 'zzy-test-rg' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2865e765-a61d-438d-9203-f1542cbad96d" + "ac6e48a6-901e-4b05-80f1-81680a7604b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0d1e4d4d-2bd3-4ef9-b99f-5d55d71e7040" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], + "x-ms-correlation-request-id": [ + "39ade9ae-b64a-4229-8ddc-3a3837935fe3" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090737Z:39ade9ae-b64a-4229-8ddc-3a3837935fe3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:07:36 GMT" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Paused\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d80524b2-4dce-451c-bae2-13e62c19fc8f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4d445472-74a6-46f9-a566-86013050dd96" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11926" + ], + "x-ms-correlation-request-id": [ + "29a020ca-23c7-4d35-bf12-8dcd990624a9" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090737Z:29a020ca-23c7-4d35-bf12-8dcd990624a9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:07:36 GMT" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Paused\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e8f1725-835b-44dd-8c64-916f84262561" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "77a5011e-ea8f-44a9-a3a3-372cfb2b6382" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11920" + ], + "x-ms-correlation-request-id": [ + "e87efed6-5ce9-4611-85b5-dd0868fb63c0" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090940Z:e87efed6-5ce9-4611-85b5-dd0868fb63c0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:09:40 GMT" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12a1f4a3-c9c0-47bb-8b54-97c481ff1e7a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7c8630f0-d86c-4261-b25f-8ee3766dcab4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11919" + ], + "x-ms-correlation-request-id": [ + "4f5a7244-65e1-48e7-b762-3167eb5b5be2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090940Z:4f5a7244-65e1-48e7-b762-3167eb5b5be2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:09:40 GMT" + ], + "Content-Length": [ + "507" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46b04caf-014c-4c5e-b175-e484f9c3db0b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "961165a7-58ae-4e04-9e98-f7aa2c05ee67" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11912" + ], + "x-ms-correlation-request-id": [ + "425e5215-d3bf-402b-92ea-f73e66d316b7" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T091043Z:425e5215-d3bf-402b-92ea-f73e66d316b7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:10:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"createMode\": \"Default\"\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b680b8d-9f0c-4168-b44d-f0219fdec6d0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "172" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview" + ], + "Access-Control-Allow-Headers": [ + "Location", + "Retry-After" + ], + "Access-Control-Expose-Headers": [ + "Location", + "Retry-After" + ], + "x-ms-request-id": [ + "b6613ab5-5123-4de9-8fef-3982c96a5ac0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "f88bd2b4-804a-489c-998e-c662fd7f7f2a" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084418Z:f88bd2b4-804a-489c-998e-c662fd7f7f2a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:17 GMT" + ], + "Content-Length": [ + "453" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"0001-01-01T00:00:00\",\r\n \"provisioningState\": \"Provisioning\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"properties\": {\r\n \"sourceDatabaseId\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Sql/servers/testsynapseworkspace/databases/dwtestbackup\",\r\n \"restorePointInTime\": \"2020-10-10T07:32:24Z\",\r\n \"createMode\": \"PointInTimeRestore\"\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62386a08-721f-45a5-a81c-8c114044dd0b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "367" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview" + ], + "Access-Control-Allow-Headers": [ + "Location", + "Retry-After" + ], + "Access-Control-Expose-Headers": [ + "Location", + "Retry-After" + ], + "x-ms-request-id": [ + "560673f1-7e71-4a66-90de-5b31c8c03f92" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "39e6cb8e-85a7-4bce-849f-3650948a8787" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085420Z:39e6cb8e-85a7-4bce-849f-3650948a8787" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:19 GMT" + ], + "Content-Length": [ + "410" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"0001-01-01T00:00:00\",\r\n \"provisioningState\": \"Provisioning\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c606df17-dbfb-4a1c-9b9d-d507eb8fce11" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "b930171a-9ea4-4f86-911f-5933ebf39afb" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084428Z:b930171a-9ea4-4f86-911f-5933ebf39afb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:28 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b3c44376-1f8d-45a7-86d1-1637120951a2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "ff3a5092-9952-43b7-86e5-f92dac94e020" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084438Z:ff3a5092-9952-43b7-86e5-f92dac94e020" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:38 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c219db15-5f6b-4a49-9bcb-5a04103110bd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "eabf8603-f652-4ec4-96eb-3ea6fe417b52" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084449Z:eabf8603-f652-4ec4-96eb-3ea6fe417b52" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:48 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a378ec1d-e507-4624-b4c8-55fb05056738" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "4056f52d-331b-43c5-8567-4f36fbb1d4c2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084459Z:4056f52d-331b-43c5-8567-4f36fbb1d4c2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:44:59 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "558b6ea6-7931-42ea-aa70-4cf59e007e97" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "d3dd7dd9-c525-48b3-be9e-1ca3f8bbf5f9" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084509Z:d3dd7dd9-c525-48b3-be9e-1ca3f8bbf5f9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:45:09 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fe0b1981-9392-4d56-8f0d-dfe5067376e9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "c8aa13bd-1802-4611-8218-a4acfd2f9ad6" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084520Z:c8aa13bd-1802-4611-8218-a4acfd2f9ad6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:45:19 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5f01f893-00b2-4d56-8756-72304930598d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "9f5f3a05-5aae-4160-a17c-72611e1006e2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084530Z:9f5f3a05-5aae-4160-a17c-72611e1006e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:45:29 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "22eed775-9840-4979-a4f1-4ccc9c37321a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "d8714ec9-831d-4ee9-a240-5935472082c4" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084540Z:d8714ec9-831d-4ee9-a240-5935472082c4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:45:40 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "799c2cc3-0e8d-4d09-bc49-7506d1305124" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "5bc014d2-c2c2-4df8-9be0-cd960f7c0fbb" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084551Z:5bc014d2-c2c2-4df8-9be0-cd960f7c0fbb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:45:51 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "814133e2-90c8-4f28-a4cb-a45a61a77a90" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "a2cbb993-0e49-4b3c-b2a2-ce4473a11f3e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084601Z:a2cbb993-0e49-4b3c-b2a2-ce4473a11f3e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:01 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "76debfdf-57d2-4d40-9299-1fc648651479" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "8bfc6134-0c4f-4928-b14d-abd2324c9eaa" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084611Z:8bfc6134-0c4f-4928-b14d-abd2324c9eaa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:11 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "91d15689-2abf-4ec4-a9dd-07e044f1b9f7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "a5272ed0-4ccf-4421-992e-93d26ef3b741" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084622Z:a5272ed0-4ccf-4421-992e-93d26ef3b741" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:21 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d1dc5edd-48a8-4891-ba9d-d7cc59a8953f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "1023171b-398f-4b6e-b4d2-cf552a28b6e6" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084632Z:1023171b-398f-4b6e-b4d2-cf552a28b6e6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:31 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ceeb2cc4-9d87-465d-8f1c-71dca7915797" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "3adccc53-fbd1-452e-9ffc-7fd73e1a2130" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084642Z:3adccc53-fbd1-452e-9ffc-7fd73e1a2130" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:42 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4e66ffa2-c2d8-410c-a20a-dac45731da71" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "b1f3d6a8-4690-4092-8389-3aa87b397e08" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084653Z:b1f3d6a8-4690-4092-8389-3aa87b397e08" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:46:52 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6a2e4894-1396-4bd1-953b-c525cc1a1e0f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "a8e6975f-8d31-40e4-a840-f3ee3bcbf9de" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084703Z:a8e6975f-8d31-40e4-a840-f3ee3bcbf9de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:03 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9dfffe7a-a84e-4d97-b81c-3f1315428465" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "9e89a10d-1dd3-4819-803b-aff0e215088f" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084713Z:9e89a10d-1dd3-4819-803b-aff0e215088f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:13 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fbfdf5fa-d9ff-4fd4-afc2-daf4784a102a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "bbef80b2-283c-4c00-94b3-38f7f19e0dc2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084723Z:bbef80b2-283c-4c00-94b3-38f7f19e0dc2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:23 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f6f22b5b-7867-4012-bc10-4348160f4e0f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "78bb395f-60bb-4cb4-8eaf-ced4a6669a5b" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084734Z:78bb395f-60bb-4cb4-8eaf-ced4a6669a5b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:33 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "00911197-b06d-4c36-a21f-9b703c2d6d2c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "14759f94-4034-4aaa-a196-af82626de367" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084744Z:14759f94-4034-4aaa-a196-af82626de367" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:44 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a91398ae-9ba0-4f73-841f-0845511d5581" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "8801becd-dae1-4794-a549-cbaa4dce4987" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084754Z:8801becd-dae1-4794-a549-cbaa4dce4987" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:47:54 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "00530043-140d-420d-bf02-0517f42bdd25" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "6b20e428-38a1-4c26-95e7-acab08adb522" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084805Z:6b20e428-38a1-4c26-95e7-acab08adb522" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:04 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "19ed8b74-a40d-4a7f-be4d-321eefb07359" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "d81ed48b-0d18-48a8-83d8-af072125280e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084815Z:d81ed48b-0d18-48a8-83d8-af072125280e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:15 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "829f20fc-4dbb-42b0-86f1-b83f9799cec6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "67d0cef5-55c0-4497-bdd8-a7bcf0c9a946" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084825Z:67d0cef5-55c0-4497-bdd8-a7bcf0c9a946" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:25 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e6cac7e0-a13c-4f85-9921-38ba3cb59565" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "4e1b1bfd-0c49-469a-be7a-6f1989d07cfe" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084836Z:4e1b1bfd-0c49-469a-be7a-6f1989d07cfe" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:35 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f56e5579-6fed-42f9-b282-be4d8e11682e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "c55425f1-3280-417e-a73a-a28ba33ccece" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084847Z:c55425f1-3280-417e-a73a-a28ba33ccece" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:46 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2c5687d8-bbd8-4aa3-b00b-4f833bc91716" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "1ec7cdac-1bb8-4b81-96ef-4b73118880f6" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084857Z:1ec7cdac-1bb8-4b81-96ef-4b73118880f6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:48:56 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4aa94ef8-995a-4198-ac16-d39c9a8d96dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "d6c8b3f1-5f08-4135-abfd-e7a28563b637" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084907Z:d6c8b3f1-5f08-4135-abfd-e7a28563b637" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:49:06 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "96dec433-af7d-48e6-be83-c55d272bfe55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "633d4fef-4b02-41a8-9789-8368e86057ea" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084917Z:633d4fef-4b02-41a8-9789-8368e86057ea" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:49:17 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e4fbbee2-4588-4054-99b5-3208b447dc50" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "ad5b2995-3602-4108-b6c4-c7477857a403" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084929Z:ad5b2995-3602-4108-b6c4-c7477857a403" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:49:29 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "adc44b5a-f352-4610-b20e-b3be81f0cbb4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "ad74c000-1186-41e1-ab5c-a286c2bd5114" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084939Z:ad74c000-1186-41e1-ab5c-a286c2bd5114" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:49:39 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "49dcd457-04cf-4211-ba17-fff1cde16df6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-correlation-request-id": [ + "9c5fae0c-605e-4a3d-b012-53368b25733d" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T084949Z:9c5fae0c-605e-4a3d-b012-53368b25733d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:49:49 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "30e06dfc-8047-415b-bd1b-ca3dbd7f2077" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "52b9a8e1-a164-4c72-a5a7-a972564316cc" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085000Z:52b9a8e1-a164-4c72-a5a7-a972564316cc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:50:00 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5d653086-ed6f-4504-8f06-52e91dd6c6dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "45d9669d-d46a-4ca3-b784-49483687756f" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085010Z:45d9669d-d46a-4ca3-b784-49483687756f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:50:10 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/7de6c516-b6c1-491c-a861-0bed46ddb3e4?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzdkZTZjNTE2LWI2YzEtNDkxYy1hODYxLTBiZWQ0NmRkYjNlND9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9e6466f7-6bac-401f-9d08-be008c9b142d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "018d6f10-172c-4239-b206-a24e4239d45c" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085020Z:018d6f10-172c-4239-b206-a24e4239d45c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:50:20 GMT" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf47b3fe-791e-4e38-b1d3-d0573add8bf4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "91" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationResults/sql04ftr-c3b4082d-8c88-4056-bf0b-4aed372b8756?api-version=2019-06-01-preview" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql04ftr-c3b4082d-8c88-4056-bf0b-4aed372b8756?api-version=2019-06-01-preview" + ], + "RetryAfter": [ + "" + ], + "Access-Control-Allow-Headers": [ + "Location" + ], + "Access-Control-Expose-Headers": [ + "Location" + ], + "x-ms-request-id": [ + "eceffb2d-a26a-446a-8335-e2b1387660a8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "9ad1a56b-ebf1-45bd-bf04-31cb81480309" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085024Z:9ad1a56b-ebf1-45bd-bf04-31cb81480309" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:50:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "077de816-19ca-4b28-99db-84d4f719af13" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "daa0a9de-491b-4f46-b58e-c352d56637cc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "732b7d4c-f160-4572-b79d-347e0c5613e1" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085327Z:732b7d4c-f160-4572-b79d-347e0c5613e1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:53:26 GMT" + ], + "Content-Length": [ + "2138" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-09T16:32:45.19Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/clisql3038\",\r\n \"name\": \"clisql3038\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag\": \"value\"\r\n }\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-07-24T06:13:57.623Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW100c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup\",\r\n \"name\": \"dwtestbackup\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-10-10T08:50:09.687Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Paused\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-03-02T04:27:54.933Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW1500c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/sqlpoolcli1\",\r\n \"name\": \"sqlpoolcli1\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44efd207-3bd2-4024-90ad-533f8158c777" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview" + ], + "Access-Control-Allow-Headers": [ + "Location", + "Retry-After" + ], + "Access-Control-Expose-Headers": [ + "Location", + "Retry-After" + ], + "x-ms-request-id": [ + "419f7e28-21f0-41fa-b6aa-fa1790329d00" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "f9bdf180-f9b9-4c29-aed9-8fce63e6cdc4" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085329Z:f9bdf180-f9b9-4c29-aed9-8fce63e6cdc4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:53:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c3c943c-5f2a-4203-ac26-d9aeb84aca16" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview" + ], + "Retry-After": [ + "10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview" + ], + "Access-Control-Allow-Headers": [ + "Location", + "Retry-After" + ], + "Access-Control-Expose-Headers": [ + "Location", + "Retry-After" + ], + "x-ms-request-id": [ + "5ef374d2-baf8-4983-911a-18f27c26a1d6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "234a2349-5696-46af-98fa-6720cf16e517" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090941Z:234a2349-5696-46af-98fa-6720cf16e517" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:09:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzBiNzAwYzZjLTVhZmUtNGYyMi1iZTUwLTIxYjIwMTc3YWI2Yz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "27da750d-8753-4bff-b67e-2d4b09d253bd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "fd04c93a-c073-4ae4-affe-6e08ccd14cff" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085339Z:fd04c93a-c073-4ae4-affe-6e08ccd14cff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:53:39 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzBiNzAwYzZjLTVhZmUtNGYyMi1iZTUwLTIxYjIwMTc3YWI2Yz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "966a145a-57f1-47e7-a1bd-e67b53cfb55d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "57e9e168-80d8-4999-b3f1-bada57d4893a" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085349Z:57e9e168-80d8-4999-b3f1-bada57d4893a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:53:49 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzBiNzAwYzZjLTVhZmUtNGYyMi1iZTUwLTIxYjIwMTc3YWI2Yz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "22b9e28f-7da8-49e2-8241-f33567a1a2c5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "ad4d794f-d70c-462d-9e8b-5aec193fea72" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085400Z:ad4d794f-d70c-462d-9e8b-5aec193fea72" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:53:59 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzBiNzAwYzZjLTVhZmUtNGYyMi1iZTUwLTIxYjIwMTc3YWI2Yz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6d56fae0-6e8f-4cb2-9376-aa71c443b7ad" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "83cd1c4d-a814-4968-bef3-b7553d72b65d" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085410Z:83cd1c4d-a814-4968-bef3-b7553d72b65d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:10 GMT" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/0b700c6c-5afe-4f22-be50-21b20177ab6c?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblJlc3VsdHMvMGI3MDBjNmMtNWFmZS00ZjIyLWJlNTAtMjFiMjAxNzdhYjZjP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2c0a8f1f-189a-4855-8e18-fd8c1e86174c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "40b11602-81cf-4e85-bfe7-c34761f9bc05" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085410Z:40b11602-81cf-4e85-bfe7-c34761f9bc05" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:10 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL2R3dGVzdGJhY2t1cC9yZXN0b3JlUG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "634a408c-a0d2-4a57-9af7-34378660015d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cac83ef7-3b6f-4875-8c69-0064e9eb33eb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "4abf00f3-9acc-4cf3-96d9-00df2f53f9ed" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085412Z:4abf00f3-9acc-4cf3-96d9-00df2f53f9ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:11 GMT" + ], + "Content-Length": [ + "17963" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461695440000000\",\r\n \"name\": \"132461695440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461839440000000\",\r\n \"name\": \"132461839440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461983440000000\",\r\n \"name\": \"132461983440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462127440000000\",\r\n \"name\": \"132462127440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462271440000000\",\r\n \"name\": \"132462271440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462415440000000\",\r\n \"name\": \"132462415440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462559440000000\",\r\n \"name\": \"132462559440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462703440000000\",\r\n \"name\": \"132462703440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462847440000000\",\r\n \"name\": \"132462847440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462991440000000\",\r\n \"name\": \"132462991440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463135440000000\",\r\n \"name\": \"132463135440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463279440000000\",\r\n \"name\": \"132463279440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463423440000000\",\r\n \"name\": \"132463423440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463567440000000\",\r\n \"name\": \"132463567440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463711440000000\",\r\n \"name\": \"132463711440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463855440000000\",\r\n \"name\": \"132463855440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T20:07:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464020440000000\",\r\n \"name\": \"132464020440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464143440000000\",\r\n \"name\": \"132464143440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T03:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464287450000000\",\r\n \"name\": \"132464287450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464431450000000\",\r\n \"name\": \"132464431450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T11:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464575450000000\",\r\n \"name\": \"132464575450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T15:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464719450000000\",\r\n \"name\": \"132464719450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T19:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464863450000000\",\r\n \"name\": \"132464863450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465007450000000\",\r\n \"name\": \"132465007450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465151440000000\",\r\n \"name\": \"132465151440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465295450000000\",\r\n \"name\": \"132465295450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T11:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465439450000000\",\r\n \"name\": \"132465439450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T15:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465583450000000\",\r\n \"name\": \"132465583450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T19:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465727450000000\",\r\n \"name\": \"132465727450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465871450000000\",\r\n \"name\": \"132465871450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466015440000000\",\r\n \"name\": \"132466015440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466159440000000\",\r\n \"name\": \"132466159440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466303440000000\",\r\n \"name\": \"132466303440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466447440000000\",\r\n \"name\": \"132466447440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466591440000000\",\r\n \"name\": \"132466591440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466735450000000\",\r\n \"name\": \"132466735450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T03:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466879450000000\",\r\n \"name\": \"132466879450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467023450000000\",\r\n \"name\": \"132467023450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467167440000000\",\r\n \"name\": \"132467167440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467311440000000\",\r\n \"name\": \"132467311440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467455440000000\",\r\n \"name\": \"132467455440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467599440000000\",\r\n \"name\": \"132467599440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-10T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467743440000000\",\r\n \"name\": \"132467743440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-10T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467887440000000\",\r\n \"name\": \"132467887440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL2R3dGVzdGJhY2t1cC9yZXN0b3JlUG9pbnRzP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "082ec8eb-0a36-4118-b537-3614a26bc7f9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7f8ee046-c8c9-4ddc-a912-36895264a172" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "97755c42-fc80-472f-8c32-54486107d0ac" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085416Z:97755c42-fc80-472f-8c32-54486107d0ac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:15 GMT" + ], + "Content-Length": [ + "17963" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461695440000000\",\r\n \"name\": \"132461695440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461839440000000\",\r\n \"name\": \"132461839440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132461983440000000\",\r\n \"name\": \"132461983440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462127440000000\",\r\n \"name\": \"132462127440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462271440000000\",\r\n \"name\": \"132462271440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-03T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462415440000000\",\r\n \"name\": \"132462415440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462559440000000\",\r\n \"name\": \"132462559440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462703440000000\",\r\n \"name\": \"132462703440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462847440000000\",\r\n \"name\": \"132462847440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132462991440000000\",\r\n \"name\": \"132462991440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463135440000000\",\r\n \"name\": \"132463135440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-04T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463279440000000\",\r\n \"name\": \"132463279440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463423440000000\",\r\n \"name\": \"132463423440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463567440000000\",\r\n \"name\": \"132463567440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463711440000000\",\r\n \"name\": \"132463711440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132463855440000000\",\r\n \"name\": \"132463855440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T20:07:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464020440000000\",\r\n \"name\": \"132464020440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-05T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464143440000000\",\r\n \"name\": \"132464143440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T03:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464287450000000\",\r\n \"name\": \"132464287450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464431450000000\",\r\n \"name\": \"132464431450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T11:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464575450000000\",\r\n \"name\": \"132464575450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T15:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464719450000000\",\r\n \"name\": \"132464719450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T19:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132464863450000000\",\r\n \"name\": \"132464863450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-06T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465007450000000\",\r\n \"name\": \"132465007450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465151440000000\",\r\n \"name\": \"132465151440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465295450000000\",\r\n \"name\": \"132465295450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T11:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465439450000000\",\r\n \"name\": \"132465439450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T15:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465583450000000\",\r\n \"name\": \"132465583450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T19:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465727450000000\",\r\n \"name\": \"132465727450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-07T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132465871450000000\",\r\n \"name\": \"132465871450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466015440000000\",\r\n \"name\": \"132466015440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466159440000000\",\r\n \"name\": \"132466159440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466303440000000\",\r\n \"name\": \"132466303440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466447440000000\",\r\n \"name\": \"132466447440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466591440000000\",\r\n \"name\": \"132466591440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-08T23:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466735450000000\",\r\n \"name\": \"132466735450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T03:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132466879450000000\",\r\n \"name\": \"132466879450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T07:32:25Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467023450000000\",\r\n \"name\": \"132467023450000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T11:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467167440000000\",\r\n \"name\": \"132467167440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T15:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467311440000000\",\r\n \"name\": \"132467311440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T19:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467455440000000\",\r\n \"name\": \"132467455440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-09T23:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467599440000000\",\r\n \"name\": \"132467599440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-10T03:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467743440000000\",\r\n \"name\": \"132467743440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"restorePointType\": \"DISCRETE\",\r\n \"restorePointCreationDate\": \"2020-10-10T07:32:24Z\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup/restorePoints/132467887440000000\",\r\n \"name\": \"132467887440000000\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools/restorePoints\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/providers/Microsoft.Synapse/workspaces?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eeefb526-9d74-40a7-b23e-f82424a93cf4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "0f90a8d5-90bf-49e7-982a-4491c4d79587", + "5551ca25-ba39-47f1-8725-8cb462d6da48", + "aa8cb5f2-4948-417c-9ef1-ca66ead90124", + "b6ad6263-d86f-4064-923f-ea43d63846d1", + "7acf8cf3-9f74-437a-afaf-8bd83dec2034", + "3f2eb0a5-b67a-4131-8886-c897beac76bb", + "95dadeda-6f37-4e84-8e52-3b03142ecd75" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-request-id": [ + "636e1ba3-2d31-41fe-8415-7d1e2cf34bda" + ], + "x-ms-correlation-request-id": [ + "636e1ba3-2d31-41fe-8415-7d1e2cf34bda" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085414Z:636e1ba3-2d31-41fe-8415-7d1e2cf34bda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:13 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "81656" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/aznb-integration-demo-rg/providers/Microsoft.Synapse/workspaces/aznbintdemows\",\r\n \"location\": \"westus2\",\r\n \"name\": \"aznbintdemows\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"309c2ad1-11c8-4a38-8e71-c8800a71bf9a\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2faznb-integration-demo-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2faznbintdemows\",\r\n \"sql\": \"aznbintdemows.sql.azuresynapse.net\",\r\n \"dev\": \"https://aznbintdemows.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"aznbintdemows-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"aznb-integration-demo-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0763c93f-0ff8-4c1a-aba0-72921021d0ae\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/beijingtest/providers/Microsoft.Synapse/workspaces/fenq\",\r\n \"location\": \"westus2\",\r\n \"name\": \"fenq\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"43c5521b-a729-41d4-979f-e25460e74e63\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbeijingtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ffenq\",\r\n \"sql\": \"fenq.sql.azuresynapse.net\",\r\n \"dev\": \"https://fenq.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"fenq-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"beijingtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"d8988db6-2bb7-42f4-8214-d81a4c4ef6b4\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/pierotest\",\r\n \"location\": \"westus2\",\r\n \"name\": \"pierotest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"58f07a59-4d85-4f87-a390-77ff1dcd79c6\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpierotest\",\r\n \"sql\": \"pierotest.sql.azuresynapse.net\",\r\n \"dev\": \"https://pierotest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pierotest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"1032481a-6443-402e-a36a-8d414b6eb0ec\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa1105ws\",\r\n \"location\": \"westus2\",\r\n \"name\": \"bigdataqa1105ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b78db07d-c7d9-4556-af15-87973308fcb9\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa1105ws\",\r\n \"sql\": \"bigdataqa1105ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa1105ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa1105ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"8f532044-31fd-42e0-b223-5d748231ed51\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa0407\",\r\n \"location\": \"westus2\",\r\n \"name\": \"bigdataqa0407\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4c1d6175-8cee-4958-8822-ae89062c508a\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa0407\",\r\n \"sql\": \"bigdataqa0407.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa0407.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa0407-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"2f603845-d8b7-456d-a682-4b9d476a480f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/chayang-test-rg/providers/Microsoft.Synapse/workspaces/chayang-synapse-westus\",\r\n \"location\": \"westus2\",\r\n \"name\": \"chayang-synapse-westus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2f36658a-7be2-4baa-b81c-19226899d74c\"\r\n },\r\n \"tags\": {\r\n \"pointOfContact\": \"chayang\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fchayang-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fchayang-synapse-westus\",\r\n \"sql\": \"chayang-synapse-westus.sql.azuresynapse.net\",\r\n \"dev\": \"https://chayang-synapse-westus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"chayang-synapse-westus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"chayang-test-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"19c69c7d-5c6e-4ebd-8c7c-7b74597d3ee7\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/chayang-test-rg/providers/Microsoft.Synapse/workspaces/chayangwestus2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"chayangwestus2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"76d1d861-3fe3-4e6c-814f-4bc4e61f5e37\"\r\n },\r\n \"tags\": {\r\n \"cleanup\": \"keep\",\r\n \"pointOfContact\": \"chayang\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fchayang-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fchayangwestus2\",\r\n \"sql\": \"chayangwestus2.sql.azuresynapse.net\",\r\n \"dev\": \"https://chayangwestus2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"chayangwestus2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"chayang-test-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"04c6e38a-ef39-4dd5-be11-36efcf607bb7\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/gyytest/providers/Microsoft.Synapse/workspaces/gyywestus2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"gyywestus2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"d6ce3a74-72aa-4031-b665-afd38c6238eb\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fgyytest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fgyywestus2\",\r\n \"sql\": \"gyywestus2.sql.azuresynapse.net\",\r\n \"dev\": \"https://gyywestus2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"gyywestus2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"gyytest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"04b55453-1dc0-4610-889a-8bb6a50d0166\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ltianrg/providers/Microsoft.Synapse/workspaces/ltiantest1234\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ltiantest1234\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fltianrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fltiantest1234\",\r\n \"sql\": \"ltiantest1234.sql.azuresynapse.net\",\r\n \"dev\": \"https://ltiantest1234.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ltiantest1234-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ltianrg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"b8145a99-7191-450d-8922-91bfc953710b\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ltianrg/providers/Microsoft.Synapse/workspaces/ltianwestus2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ltianwestus2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f9ada472-66a8-4ffe-b2fa-d20e64182ae5\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fltianrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fltianwestus2\",\r\n \"sql\": \"ltianwestus2.sql.azuresynapse.net\",\r\n \"dev\": \"https://ltianwestus2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ltianwestus2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ltianrg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"95383ff0-a9dd-4271-9a93-63409b7c4fe7\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/mandywtest/providers/Microsoft.Synapse/workspaces/mandyw1025a\",\r\n \"location\": \"westus2\",\r\n \"name\": \"mandyw1025a\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f2efb077-9502-47e8-86e3-16d13a7f5037\"\r\n },\r\n \"tags\": {\r\n \"lirsuntesttagname1\": \"lirsuntesttagvalue11111\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fmandywtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fmandyw1025a\",\r\n \"sql\": \"mandyw1025a.sql.azuresynapse.net\",\r\n \"dev\": \"https://mandyw1025a.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"mandyw1025a-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"mandywtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"ef5b4bc9-6217-4db9-bef4-8ce99de8dce6\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/pierosynapse/providers/Microsoft.Synapse/workspaces/kwcenter\",\r\n \"location\": \"westus2\",\r\n \"name\": \"kwcenter\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"81cac919-e1eb-4279-8720-2b222a1e9295\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fpierosynapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fkwcenter\",\r\n \"sql\": \"kwcenter.sql.azuresynapse.net\",\r\n \"dev\": \"https://kwcenter.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"kwcenter-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"pierosynapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"7971af79-baef-4f05-bbc8-c82bd9e5b2f4\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/pierowebtooling/providers/Microsoft.Synapse/workspaces/pi19\",\r\n \"location\": \"westus2\",\r\n \"name\": \"pi19\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"57ac3755-2a7b-49dc-aaea-b3f9bc598b00\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fpierowebtooling%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpi19\",\r\n \"sql\": \"pi19.sql.azuresynapse.net\",\r\n \"dev\": \"https://pi19.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pi19-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"pierowebtooling\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"9a583111-b949-4c92-b613-4abae2dc61a7\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/pierowebtooling/providers/Microsoft.Synapse/workspaces/labtestpbi\",\r\n \"location\": \"westus2\",\r\n \"name\": \"labtestpbi\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"1fa15a35-a7af-45e1-a33c-3fafc92508aa\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fpierowebtooling%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2flabtestpbi\",\r\n \"sql\": \"labtestpbi.sql.azuresynapse.net\",\r\n \"dev\": \"https://labtestpbi.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"labtestpbi-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"pierowebtooling\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"24ef1816-e594-465b-887a-851a057f054e\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/rufan0723rg01/providers/Microsoft.Synapse/workspaces/rufan072301ws\",\r\n \"location\": \"westus2\",\r\n \"name\": \"rufan072301ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frufan0723rg01%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2frufan072301ws\",\r\n \"sql\": \"rufan072301ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://rufan072301ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"rufan072301ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"rufan0723rg01\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"aaa71520-2ec1-48fd-bfa8-ab26ff213a48\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ruxurg/providers/Microsoft.Synapse/workspaces/ruxuwsoct\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ruxuwsoct\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"6449e0fb-f4e9-4fad-b26a-e3847d26c21b\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fruxurg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fruxuwsoct\",\r\n \"sql\": \"ruxuwsoct.sql.azuresynapse.net\",\r\n \"dev\": \"https://ruxuwsoct.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ruxuwsoct-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ruxurg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"6ec07ecb-19ee-420a-9f02-3e23ed345abb\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/shuaitest/providers/Microsoft.Synapse/workspaces/shuaitest2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"shuaitest2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f7e1a0e4-97b2-4aa0-b605-e515fc867242\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fshuaitest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fshuaitest2\",\r\n \"sql\": \"shuaitest2.sql.azuresynapse.net\",\r\n \"dev\": \"https://shuaitest2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"shuaitest2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"shuaitest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"9814d2c7-1c44-4c3a-b330-b749e40d21aa\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/soc-ux-verify/providers/Microsoft.Synapse/workspaces/socuxverify\",\r\n \"location\": \"westus2\",\r\n \"name\": \"socuxverify\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"7d54018b-0dca-4fb3-8b66-8e9df663db97\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsoc-ux-verify%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsocuxverify\",\r\n \"sql\": \"socuxverify.sql.azuresynapse.net\",\r\n \"dev\": \"https://socuxverify.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"socuxverify-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"soc-ux-verify\",\r\n \"adlaResourceId\": \"/subscriptions/b15a46e3-13e9-4504-a348-f823e6e01503/resourceGroups/conv/providers/Microsoft.DataLakeAnalytics/accounts/sparkwatchdog-c09\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"7d0ac82b-20aa-4f10-b928-eb4848c566ce\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/synapse-e2e/providers/Microsoft.Synapse/workspaces/synapsewestus2e2e\",\r\n \"location\": \"westus2\",\r\n \"name\": \"synapsewestus2e2e\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b0415034-89c8-4812-8fe0-50de8a86c860\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-e2e%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsewestus2e2e\",\r\n \"sql\": \"synapsewestus2e2e.sql.azuresynapse.net\",\r\n \"dev\": \"https://synapsewestus2e2e.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"synapsewestus2e2e-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"synapse-e2e\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"9916d5dc-8196-4354-901c-8f8ca0a3d689\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/xqctest/providers/Microsoft.Synapse/workspaces/xqctest\",\r\n \"location\": \"westus2\",\r\n \"name\": \"xqctest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"6b9ee482-d437-420f-8afd-d2f277f02096\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fxqctest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fxqctest\",\r\n \"sql\": \"xqctest.sql.azuresynapse.net\",\r\n \"dev\": \"https://xqctest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"xqctest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"xqctest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"cefa582b-0894-4acd-ba30-ee847ca8f43d\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/yifso-workspace/providers/Microsoft.Synapse/workspaces/yifso\",\r\n \"location\": \"westus2\",\r\n \"name\": \"yifso\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fyifso-workspace%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fyifso\",\r\n \"sql\": \"yifso.sql.azuresynapse.net\",\r\n \"dev\": \"https://yifso.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"yifso-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"yifso-workspace\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"5fc7f412-9bb2-4509-84d0-a13222d5d781\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"DeleteError\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/yifso-workspace/providers/Microsoft.Synapse/workspaces/yifso1202ws\",\r\n \"location\": \"westus2\",\r\n \"name\": \"yifso1202ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"cb9090e5-02a0-4805-b8fa-de52cf15d95b\"\r\n },\r\n \"tags\": {\r\n \"__gitRepoConfiguration__0\": \"%7B%22type%22%3A%22FactoryGitHubConfiguration%22%2C%22hostName%22%3A%22%22%2C%22accountName%22%3A%22yifso%22%2C%22repositoryName%22%3A%22SynapseTest%22%2C%22collaborationBranch%22%3A%22master%22%2C%22rootFolder%22%3A%22%2Fyifso20200106%22%2C%22lastCommitId\",\r\n \"__gitRepoConfiguration__1\": \"%22%3A%22%22%7D\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fyifso-workspace%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fyifso1202ws\",\r\n \"sql\": \"yifso1202ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://yifso1202ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"yifso1202ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"yifso-workspace\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"588e65d1-51b1-4c24-bc2e-05c8e211e208\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhwe-arc/providers/Microsoft.Synapse/workspaces/zhwe-0801\",\r\n \"location\": \"westus2\",\r\n \"name\": \"zhwe-0801\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhwe-arc%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhwe-0801\",\r\n \"sql\": \"zhwe-0801.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhwe-0801.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhwe-0801-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhwe-arc\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"4d5cdff4-ed2f-44ed-8eac-eaf1395ccc37\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/a365-anb-rg/providers/Microsoft.Synapse/workspaces/jennyhpdemo2\",\r\n \"location\": \"eastus\",\r\n \"name\": \"jennyhpdemo2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b537130d-2e81-4b46-9b6c-5d56713659d6\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fa365-anb-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fjennyhpdemo2\",\r\n \"sql\": \"jennyhpdemo2.sql.azuresynapse.net\",\r\n \"dev\": \"https://jennyhpdemo2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"jennyhpdemo2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"a365-anb-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"9d5343ae-522c-4914-8f10-2fed3436e5ac\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdata0925ws\",\r\n \"location\": \"eastus\",\r\n \"name\": \"bigdata0925ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"49bbf930-39ad-4d91-a09c-bd9fc7b17854\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdata0925ws\",\r\n \"sql\": \"bigdata0925ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdata0925ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdata0925ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"f036ef67-91bc-4b6e-b1a9-23a11443887e\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa0514ws2\",\r\n \"location\": \"eastus\",\r\n \"name\": \"bigdataqa0514ws2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"8aca5ca7-03c1-440c-8040-309b55a94c74\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa0514ws2\",\r\n \"sql\": \"bigdataqa0514ws2.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa0514ws2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa0514ws2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"48ff8e03-69d8-4274-9b79-1f2e6cc50563\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa0512ws2\",\r\n \"location\": \"eastus\",\r\n \"name\": \"bigdataqa0512ws2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"e751cac0-57c2-4004-bb73-23c6ba1411bf\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa0512ws2\",\r\n \"sql\": \"bigdataqa0512ws2.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa0512ws2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa0512ws2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"299fb9cf-fb6d-40d8-b07c-592e00ae1c41\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/qing0313\",\r\n \"location\": \"eastus\",\r\n \"name\": \"qing0313\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"eede0795-1aa4-468a-a5ff-a57174b43536\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fqing0313\",\r\n \"sql\": \"qing0313.sql.azuresynapse.net\",\r\n \"dev\": \"https://qing0313.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"qing0313-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"06c17c03-2c2a-46eb-80e3-8b231faeea14\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bjtest/providers/Microsoft.Synapse/workspaces/sparkbatchtest2\",\r\n \"location\": \"eastus\",\r\n \"name\": \"sparkbatchtest2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"e63bf885-458f-4eb2-969b-093b7e2f3e14\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbjtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsparkbatchtest2\",\r\n \"sql\": \"sparkbatchtest2.sql.azuresynapse.net\",\r\n \"dev\": \"https://sparkbatchtest2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"sparkbatchtest2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bjtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"b9d18e43-ba67-45ed-afe3-12d5ddab04d6\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/catestAWTeus/providers/Microsoft.Synapse/workspaces/catesteus\",\r\n \"location\": \"eastus\",\r\n \"name\": \"catesteus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fcatestAWTeus%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fcatesteus\",\r\n \"sql\": \"catesteus.sql.azuresynapse.net\",\r\n \"dev\": \"https://catesteus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"catesteus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"catestAWTeus\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"3b3a8794-3b19-4e7d-a6a0-74bff31682b2\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"DeleteError\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ltianrg/providers/Microsoft.Synapse/workspaces/ltianeastusvnetws\",\r\n \"location\": \"eastus\",\r\n \"name\": \"ltianeastusvnetws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fltianrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fltianeastusvnetws\",\r\n \"sql\": \"ltianeastusvnetws.sql.azuresynapse.net\",\r\n \"dev\": \"https://ltianeastusvnetws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ltianeastusvnetws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ltianrg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"06e31708-e822-457e-86f8-61056e7d9a82\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"DeleteError\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/mandywtest/providers/Microsoft.Synapse/workspaces/mandywtestd\",\r\n \"location\": \"eastus\",\r\n \"name\": \"mandywtestd\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"79e63652-f857-438d-8fc5-fd3f20a29b77\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fmandywtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fmandywtestd\",\r\n \"sql\": \"mandywtestd.sql.azuresynapse.net\",\r\n \"dev\": \"https://mandywtestd.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"mandywtestd-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"mandywtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"f1fc2b6b-be22-467c-83ec-bcae392eba51\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/pierowebtooling/providers/Microsoft.Synapse/workspaces/pieroeast\",\r\n \"location\": \"eastus\",\r\n \"name\": \"pieroeast\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b6a6ba32-0316-4898-94cb-addb28dcdd42\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fpierowebtooling%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpieroeast\",\r\n \"sql\": \"pieroeast.sql.azuresynapse.net\",\r\n \"dev\": \"https://pieroeast.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pieroeast-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"pierowebtooling\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"11c52905-7806-4eeb-8302-ed4729d45fe7\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/samplenbeastus/providers/Microsoft.Synapse/workspaces/samplenbwseastus\",\r\n \"location\": \"eastus\",\r\n \"name\": \"samplenbwseastus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4119c54f-2926-427b-b672-f92c5a72e9a7\"\r\n },\r\n \"tags\": {\r\n \"cleanup\": \"keep\",\r\n \"pointOfContact\": \"ruxu\"\r\n },\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsamplenbeastus%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsamplenbwseastus\",\r\n \"sql\": \"samplenbwseastus.sql.azuresynapse.net\",\r\n \"dev\": \"https://samplenbwseastus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"samplenbwseastus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"samplenbeastus\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"bfebb35b-3060-4db8-9dc6-8e399b52c91b\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/shangwei-synapse/providers/Microsoft.Synapse/workspaces/shangweiworkspacecli\",\r\n \"location\": \"eastus\",\r\n \"name\": \"shangweiworkspacecli\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"e64a6f06-c0ef-4564-ab5d-ac006d710db5\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fshangwei-synapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fshangweiworkspacecli\",\r\n \"sql\": \"shangweiworkspacecli.sql.azuresynapse.net\",\r\n \"dev\": \"https://shangweiworkspacecli.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"shangweiworkspacecli-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"shangwei-synapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"d199f45d-034a-42d1-afe1-fc7d1b1ada87\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/shuaitest/providers/Microsoft.Synapse/workspaces/devtooltelemetryws\",\r\n \"location\": \"eastus\",\r\n \"name\": \"devtooltelemetryws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"68c959d3-efe2-4d5e-814d-098c5fe97a05\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fshuaitest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fdevtooltelemetryws\",\r\n \"sql\": \"devtooltelemetryws.sql.azuresynapse.net\",\r\n \"dev\": \"https://devtooltelemetryws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"devtooltelemetryws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"shuaitest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"54f4ce98-e7f1-44e9-ac4f-5ff211c4f993\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/synapse-e2e/providers/Microsoft.Synapse/workspaces/synapseeastuse2e\",\r\n \"location\": \"eastus\",\r\n \"name\": \"synapseeastuse2e\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"1b49d1bc-cba5-4aa1-a245-caf19bbdcd18\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-e2e%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapseeastuse2e\",\r\n \"sql\": \"synapseeastuse2e.sql.azuresynapse.net\",\r\n \"dev\": \"https://synapseeastuse2e.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"synapseeastuse2e-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"synapse-e2e\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"af001cb8-b007-4f69-b2eb-ff5022e9df1f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/synapse-e2e/providers/Microsoft.Synapse/workspaces/synapseeastuse2e1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"synapseeastuse2e1\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4f9193ce-9c97-4b20-a7b6-50fc49455e9d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-e2e%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapseeastuse2e1\",\r\n \"sql\": \"synapseeastuse2e1.sql.azuresynapse.net\",\r\n \"dev\": \"https://synapseeastuse2e1.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"synapseeastuse2e1-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"synapse-e2e\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"617be487-be87-456f-928c-c3e6c09ec916\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/synapse-e2e/providers/Microsoft.Synapse/workspaces/synapseeastuse2e2\",\r\n \"location\": \"eastus\",\r\n \"name\": \"synapseeastuse2e2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2e88e543-956d-42c3-9633-a97617a4423d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-e2e%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapseeastuse2e2\",\r\n \"sql\": \"synapseeastuse2e2.sql.azuresynapse.net\",\r\n \"dev\": \"https://synapseeastuse2e2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"synapseeastuse2e2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"synapse-e2e\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"5c388dd2-7b9c-4f3d-832f-d603e10670a3\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/wasongSynapse2/providers/Microsoft.Synapse/workspaces/wasongws4\",\r\n \"location\": \"eastus\",\r\n \"name\": \"wasongws4\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"9a491145-d906-47e0-9483-cd1ab65fe9f5\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fwasongSynapse2%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fwasongws4\",\r\n \"sql\": \"wasongws4.sql.azuresynapse.net\",\r\n \"dev\": \"https://wasongws4.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"wasongws4-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"wasongSynapse2\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"20360929-3446-4ddc-84b0-b72b8957184a\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhejuntest/providers/Microsoft.Synapse/workspaces/zhejuntest\",\r\n \"location\": \"eastus\",\r\n \"name\": \"zhejuntest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"9a3d19dc-0994-48fd-b940-880f54381e37\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhejuntest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhejuntest\",\r\n \"sql\": \"zhejuntest.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhejuntest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhejuntest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhejuntest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"eae2fbba-a56b-4a41-a8c7-68dc71f3ec4e\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhwe-arc/providers/Microsoft.Synapse/workspaces/zhwe0214eus\",\r\n \"location\": \"eastus\",\r\n \"name\": \"zhwe0214eus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5b759132-99b4-4ef1-8104-c3d24e276586\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhwe-arc%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhwe0214eus\",\r\n \"sql\": \"zhwe0214eus.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhwe0214eus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhwe0214eus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhwe-arc\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"a7b64cc0-7704-471b-97b4-e4359cc54263\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace\",\r\n \"location\": \"eastus\",\r\n \"name\": \"testsynapseworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5c40eee1-1044-4ec5-9d56-bbbd73b93df0\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestsynapseworkspace\",\r\n \"sql\": \"testsynapseworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testsynapseworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testsynapseworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zzy-test-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"55b6dcb5-2507-4063-ae78-9dfe279b4f89\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/beijingtest/providers/Microsoft.Synapse/workspaces/zhaotestworkspace\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"zhaotestworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"bb17d021-989f-445f-9be2-8dae7b27b6e0\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbeijingtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhaotestworkspace\",\r\n \"sql\": \"zhaotestworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhaotestworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhaotestworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"beijingtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"b0c831f7-d495-4443-ae04-4eeb66a75287\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/beijingtest/providers/Microsoft.Synapse/workspaces/xssc\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"xssc\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"aba6c6ee-cc3f-4105-b213-8a0e26fd2dd0\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbeijingtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fxssc\",\r\n \"sql\": \"xssc.sql.azuresynapse.net\",\r\n \"dev\": \"https://xssc.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"xssc-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"beijingtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"7799fa41-3afe-43aa-8a44-41a6b39c7168\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/xiaocw0316\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"xiaocw0316\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f98fa659-f0f1-4d52-9b3b-c5e6c48a1556\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fxiaocw0316\",\r\n \"sql\": \"xiaocw0316.sql.azuresynapse.net\",\r\n \"dev\": \"https://xiaocw0316.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"xiaocw0316-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"e5586b4a-a9ee-4d57-959f-0b86b4fc97db\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/kuhuan-vnet-test/providers/Microsoft.Synapse/workspaces/kuhuanvnettest\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"kuhuanvnettest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"ee41bad8-3072-4f07-a4b9-43f7c2db2838\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fkuhuan-vnet-test%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fkuhuanvnettest\",\r\n \"sql\": \"kuhuanvnettest.sql.azuresynapse.net\",\r\n \"dev\": \"https://kuhuanvnettest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"kuhuanvnettest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"kuhuan-vnet-test\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"2d013033-701d-482f-9295-7abe277dc62b\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/lilijing/providers/Microsoft.Synapse/workspaces/lilijing0227neur\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"lilijing0227neur\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"9555b5c3-a247-4047-8df1-8d7b7363c5b2\"\r\n },\r\n \"tags\": {\r\n \"cleanup\": \"keep\",\r\n \"pointOfContact\": \"lilijing\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2flilijing%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2flilijing0227neur\",\r\n \"sql\": \"lilijing0227neur.sql.azuresynapse.net\",\r\n \"dev\": \"https://lilijing0227neur.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"lilijing0227neur-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"lilijing\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"4ecee115-e338-415d-b064-53f13087a809\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/lilijing/providers/Microsoft.Synapse/workspaces/lilijing0901neur\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"lilijing0901neur\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"53f98667-1a07-4d72-95b6-7cdc51d43420\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2flilijing%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2flilijing0901neur\",\r\n \"sql\": \"lilijing0901neur.sql.azuresynapse.net\",\r\n \"dev\": \"https://lilijing0901neur.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"lilijing0901neur-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"lilijing\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"62f1e6f5-698d-49a5-80cd-e2d0b5454122\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ltianrg/providers/Microsoft.Synapse/workspaces/ltiannortheurope\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"ltiannortheurope\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"ea1bb792-dcb8-4ac7-9adf-a0aa627dac66\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fltianrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fltiannortheurope\",\r\n \"sql\": \"ltiannortheurope.sql.azuresynapse.net\",\r\n \"dev\": \"https://ltiannortheurope.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ltiannortheurope-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ltianrg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"de706e37-e93f-45d2-a8b9-e66a2e9000d4\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/samplenb/providers/Microsoft.Synapse/workspaces/ruxuwsne\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"ruxuwsne\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"3e0da1ed-a0cc-4829-b521-3ffa85cf4400\"\r\n },\r\n \"tags\": {\r\n \"cleanup\": \"keep\",\r\n \"pointOfContact\": \"ruxu\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsamplenb%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fruxuwsne\",\r\n \"sql\": \"ruxuwsne.sql.azuresynapse.net\",\r\n \"dev\": \"https://ruxuwsne.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"ruxuwsne-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"samplenb\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"f8aa9724-091e-4e1d-b43f-7f5b933d96d8\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/silahuhilotest2/providers/Microsoft.Synapse/workspaces/silahuhilotestworkspace\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"silahuhilotestworkspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"afabe409-5e61-4260-af71-3211c7aa0fd1\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsilahuhilotest2%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsilahuhilotestworkspace\",\r\n \"sql\": \"silahuhilotestworkspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://silahuhilotestworkspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"silahuhilotestworkspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"silahuhilotest2\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"8aefc8e4-dcd7-4657-b812-e6bca84e6755\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/fromcliwithstorageresourceid\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"fromcliwithstorageresourceid\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"238b1d30-d2a4-4930-af12-19e5a3a54862\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzzy-test-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ffromcliwithstorageresourceid\",\r\n \"sql\": \"fromcliwithstorageresourceid.sql.azuresynapse.net\",\r\n \"dev\": \"https://fromcliwithstorageresourceid.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"fromcliwithstorageresourceid-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zzy-test-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"a7e911e4-dc96-4234-aa28-34b6599fa682\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/aznb-integration-demo-rg/providers/Microsoft.Synapse/workspaces/aznbintdemoweu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"aznbintdemoweu\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"fecb7d8f-d487-4f1b-ae7f-87210e677e28\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2faznb-integration-demo-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2faznbintdemoweu\",\r\n \"sql\": \"aznbintdemoweu.sql.azuresynapse.net\",\r\n \"dev\": \"https://aznbintdemoweu.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"aznbintdemoweu-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"aznb-integration-demo-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0c00275e-9da1-4872-9bc9-cfd018c43a1f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/Dansynapse/providers/Microsoft.Synapse/workspaces/dansynapse20200212\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"dansynapse20200212\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"2b1dbd69-efd3-42ac-be3f-c6c0b38d56ae\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fDansynapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fdansynapse20200212\",\r\n \"sql\": \"dansynapse20200212.sql.azuresynapse.net\",\r\n \"dev\": \"https://dansynapse20200212.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"dansynapse20200212-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"Dansynapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"23295cb4-fc16-4c82-9a96-102aba0b7c0b\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/fengqi-synapse-rg/providers/Microsoft.Synapse/workspaces/fengqi0507weeu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"fengqi0507weeu\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"18e6e06b-0bf0-4696-a1f9-56d6fd1387dc\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2ffengqi-synapse-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ffengqi0507weeu\",\r\n \"sql\": \"fengqi0507weeu.sql.azuresynapse.net\",\r\n \"dev\": \"https://fengqi0507weeu.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"fengqi0507weeu-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"fengqi-synapse-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"36754994-aad5-4168-b859-21ea946c14c8\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/gyytest/providers/Microsoft.Synapse/workspaces/gyywseu0826\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"gyywseu0826\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"eb2f81d7-ae7c-46a4-8bdb-f9e5bfac6e37\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fgyytest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fgyywseu0826\",\r\n \"sql\": \"gyywseu0826.sql.azuresynapse.net\",\r\n \"dev\": \"https://gyywseu0826.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"gyywseu0826-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"gyytest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"dc660303-3cbb-494f-bb81-0ae6fa7fdd05\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/pierosynapse/providers/Microsoft.Synapse/workspaces/testemirates\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testemirates\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"a4b12147-a465-4ac9-ba66-2d33fb7d9d6c\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fpierosynapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestemirates\",\r\n \"sql\": \"testemirates.sql.azuresynapse.net\",\r\n \"dev\": \"https://testemirates.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testemirates-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"pierosynapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"718128fb-fe4e-408b-bab6-680615f05556\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/yifso-workspace/providers/Microsoft.Synapse/workspaces/yifso0409weu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"yifso0409weu\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"208f38c9-e8e8-47a3-8ccd-36999051e2e0\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fyifso-workspace%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fyifso0409weu\",\r\n \"sql\": \"yifso0409weu.sql.azuresynapse.net\",\r\n \"dev\": \"https://yifso0409weu.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"yifso0409weu-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"yifso-workspace\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"37c146fa-67d0-413c-9e21-60f5467cfd7f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zexutest/providers/Microsoft.Synapse/workspaces/zexutest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"zexutest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"1190459f-3897-4032-a4ea-9105c770c3c1\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzexutest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzexutest\",\r\n \"sql\": \"zexutest.sql.azuresynapse.net\",\r\n \"dev\": \"https://zexutest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zexutest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zexutest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"3598431e-aa21-4f53-9148-fbb79ecd2497\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/fengqi-synapse-rg/providers/Microsoft.Synapse/workspaces/fengqi0924scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"fengqi0924scus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"a7dccaed-75cb-468c-ab6f-e0be23a02b11\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2ffengqi-synapse-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ffengqi0924scus\",\r\n \"sql\": \"fengqi0924scus.sql.azuresynapse.net\",\r\n \"dev\": \"https://fengqi0924scus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"fengqi0924scus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"fengqi-synapse-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"ed116c0b-1f3e-4f32-aa32-7257ab9c19a6\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/jezheng-test-synapse/providers/Microsoft.Synapse/workspaces/jezheng0scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"jezheng0scus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"14010f99-f7da-434f-a824-bf033fbeaf7a\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fjezheng-test-synapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fjezheng0scus\",\r\n \"sql\": \"jezheng0scus.sql.azuresynapse.net\",\r\n \"dev\": \"https://jezheng0scus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"jezheng0scus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"jezheng-test-synapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"d076fb5a-12f6-4e65-b189-3be50f716070\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/beijingtest/providers/Microsoft.Synapse/workspaces/catest0715\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"catest0715\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"9a161959-326c-4d12-8372-ba4e70b58fe4\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbeijingtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fcatest0715\",\r\n \"sql\": \"catest0715.sql.azuresynapse.net\",\r\n \"dev\": \"https://catest0715.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"catest0715-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"beijingtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"ee78858a-f6ca-4a35-abd2-b5943dab435e\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/beijingtest/providers/Microsoft.Synapse/workspaces/rongbitest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"rongbitest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f2a4713f-2b06-490f-972d-4cd80655a8f0\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbeijingtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2frongbitest\",\r\n \"sql\": \"rongbitest.sql.azuresynapse.net\",\r\n \"dev\": \"https://rongbitest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"rongbitest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"beijingtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0f0e0b8f-4095-4f76-8f9b-18f638f8a6f8\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa0917ws\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bigdataqa0917ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"3fb116f7-5fd8-4937-bbfd-5fd3e1a49315\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa0917ws\",\r\n \"sql\": \"bigdataqa0917ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa0917ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa0917ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"216d3779-24e9-4a6b-880f-389713e803f4\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/bigdataqa/providers/Microsoft.Synapse/workspaces/bigdataqa0924ws\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bigdataqa0924ws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"5d1ec74c-3c7b-4183-a32d-abbb3f635488\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fbigdataqa%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fbigdataqa0924ws\",\r\n \"sql\": \"bigdataqa0924ws.sql.azuresynapse.net\",\r\n \"dev\": \"https://bigdataqa0924ws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"bigdataqa0924ws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"bigdataqa\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"d269208a-1050-4f57-8115-82959003460f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/HMSaaS/providers/Microsoft.Synapse/workspaces/hmsaasvnettesting\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"hmsaasvnettesting\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"0ab90e1f-ffee-402f-80ad-135a66081dcd\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fHMSaaS%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fhmsaasvnettesting\",\r\n \"sql\": \"hmsaasvnettesting.sql.azuresynapse.net\",\r\n \"dev\": \"https://hmsaasvnettesting.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"hmsaasvnettesting-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"HMSaaS\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"712e429e-9b3f-4970-a853-63022bf3ee78\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/jezheng-test-synapse/providers/Microsoft.Synapse/workspaces/jezheng0synapse0eastus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"jezheng0synapse0eastus2\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"997c7599-bc1f-43ef-aff9-36f361ae5419\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fjezheng-test-synapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fjezheng0synapse0eastus2\",\r\n \"sql\": \"jezheng0synapse0eastus2.sql.azuresynapse.net\",\r\n \"dev\": \"https://jezheng0synapse0eastus2.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"jezheng0synapse0eastus2-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"jezheng-test-synapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"a4a7ff32-56da-489c-b8ee-411c8967cd7c\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/madhu-0605rg/providers/Microsoft.Synapse/workspaces/mrebbwssparktest0605\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"mrebbwssparktest0605\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"78230af7-9da6-462f-85ca-e9ed227ab2e3\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fmadhu-0605rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fmrebbwssparktest0605\",\r\n \"sql\": \"mrebbwssparktest0605.sql.azuresynapse.net\",\r\n \"dev\": \"https://mrebbwssparktest0605.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"mrebbwssparktest0605-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"madhu-0605rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"df772c30-7167-4372-b32d-371fbb464071\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/rufanSynapseRG1/providers/Microsoft.Synapse/workspaces/rufanworkspace0709\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"rufanworkspace0709\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"0af1f54f-d172-430d-94a0-9059717d7ab3\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frufanSynapseRG1%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2frufanworkspace0709\",\r\n \"sql\": \"rufanworkspace0709.sql.azuresynapse.net\",\r\n \"dev\": \"https://rufanworkspace0709.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"rufanworkspace0709-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"rufanSynapseRG1\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"3c2bd781-b92a-4b7b-84a4-bea49d46cc07\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/yifso-workspace/providers/Microsoft.Synapse/workspaces/yifso0811eus2vnet\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"yifso0811eus2vnet\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"c961967a-fd4e-423f-86c9-3d88db773e22\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fyifso-workspace%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fyifso0811eus2vnet\",\r\n \"sql\": \"yifso0811eus2vnet.sql.azuresynapse.net\",\r\n \"dev\": \"https://yifso0811eus2vnet.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"yifso0811eus2vnet-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"yifso-workspace\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"f89c23da-b0ca-4ddc-928a-832b2253e7da\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ywtest/providers/Microsoft.Synapse/workspaces/testdeletespace1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testdeletespace1\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"c79f2b52-84db-4e64-9aee-1035306e7ad8\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fywtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestdeletespace1\",\r\n \"sql\": \"testdeletespace1.sql.azuresynapse.net\",\r\n \"dev\": \"https://testdeletespace1.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testdeletespace1-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ywtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"9eff9948-edf0-416b-b362-3e68bab0d58d\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ywtest/providers/Microsoft.Synapse/workspaces/roletestspace\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"roletestspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"39445276-c45e-4772-be7e-91ce6f9170fe\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fywtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2froletestspace\",\r\n \"sql\": \"roletestspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://roletestspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"roletestspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ywtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"72b31aa1-82c9-4b4d-a777-c331dc22f0df\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ywtest/providers/Microsoft.Synapse/workspaces/testspace\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"testspace\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"a8e53278-97e0-4fbb-80b1-d81d4243e6e2\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fywtest%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2ftestspace\",\r\n \"sql\": \"testspace.sql.azuresynapse.net\",\r\n \"dev\": \"https://testspace.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"testspace-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ywtest\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"cf332fe1-8958-4518-840e-30b89185d796\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhouyu-rg/providers/Microsoft.Synapse/workspaces/zhouyutest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"zhouyutest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"25e95856-95bd-46a9-9bd0-fd912124719a\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhouyu-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhouyutest\",\r\n \"sql\": \"zhouyutest.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhouyutest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhouyutest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhouyu-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"6abea392-4680-422a-9daa-72350e38512b\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhouyu-rg/providers/Microsoft.Synapse/workspaces/zhouyuworkspaceeus\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"zhouyuworkspaceeus\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b26e8a97-9d41-4b50-aa5b-ebfd819f837d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhouyu-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhouyuworkspaceeus\",\r\n \"sql\": \"zhouyuworkspaceeus.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhouyuworkspaceeus.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhouyuworkspaceeus-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhouyu-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"d609bf18-f34f-4795-8178-1cf50830715f\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/ammishra-wslite-rg/providers/Microsoft.Synapse/workspaces/workspacelite\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"workspacelite\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4e832241-c414-4283-aa43-b82fcba344ff\"\r\n },\r\n \"tags\": {\r\n \"purpose\": \"for ws lite\",\r\n \"in\": \"prod east us2 euap\"\r\n },\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fammishra-wslite-rg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fworkspacelite\",\r\n \"sql\": \"workspacelite.sql.azuresynapse.net\",\r\n \"dev\": \"https://workspacelite.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"workspacelite-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"ammishra-wslite-rg\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"29a09ea3-d752-4089-a824-9816332a5cfa\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Connected\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/catestAWTeus/providers/Microsoft.Synapse/workspaces/lanjun0421\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"lanjun0421\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fcatestAWTeus%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2flanjun0421\",\r\n \"sql\": \"lanjun0421.sql.azuresynapse.net\",\r\n \"dev\": \"https://lanjun0421.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"lanjun0421-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"catestAWTeus\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"f15c456d-46a7-469c-a3e3-398c752399fa\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"DeleteError\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/catestrgsynapse/providers/Microsoft.Synapse/workspaces/lanjuntest\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"lanjuntest\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"4de69469-c898-4083-84ed-177189badfd0\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fcatestrgsynapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2flanjuntest\",\r\n \"sql\": \"lanjuntest.sql.azuresynapse.net\",\r\n \"dev\": \"https://lanjuntest.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"lanjuntest-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"catestrgsynapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"18643ccb-2fb8-40d9-bd9e-1802aedbef30\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Failed\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/yifso-workspace/providers/Microsoft.Synapse/workspaces/yifsoeus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"yifsoeus2euap\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"b3c9459f-c352-46d1-8632-5fa179b33102\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fyifso-workspace%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fyifsoeus2euap\",\r\n \"sql\": \"yifsoeus2euap.sql.azuresynapse.net\",\r\n \"dev\": \"https://yifsoeus2euap.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"yifsoeus2euap-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"yifso-workspace\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"03810e34-6098-4847-8b4b-81f8e7af3d99\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhwe-eus2-euap-synapse/providers/Microsoft.Synapse/workspaces/zhwe0917monvnet\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"zhwe0917monvnet\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"78352330-9a36-4c2c-8961-d9efe395a005\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"managedVirtualNetwork\": \"default\",\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhwe-eus2-euap-synapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhwe0917monvnet\",\r\n \"sql\": \"zhwe0917monvnet.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhwe0917monvnet.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhwe0917monvnet-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhwe-eus2-euap-synapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"1ea67461-0546-4057-94de-64373f316986\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zhwe-eus2-euap-synapse/providers/Microsoft.Synapse/workspaces/zhwe4synapse2testspkmon8euap\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"zhwe4synapse2testspkmon8euap\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"TenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"bcd469d4-65ce-4812-af5d-526ac9cdc766\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fzhwe-eus2-euap-synapse%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fzhwe4synapse2testspkmon8euap\",\r\n \"sql\": \"zhwe4synapse2testspkmon8euap.sql.azuresynapse.net\",\r\n \"dev\": \"https://zhwe4synapse2testspkmon8euap.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"zhwe4synapse2testspkmon8euap-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"zhwe-eus2-euap-synapse\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"3fd8b422-8793-419e-b587-37e64384701c\",\r\n \"extraProperties\": {\r\n \"IsScopeEnabled\": false,\r\n \"WorkspaceType\": \"Normal\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL2R3dGVzdGJhY2t1cD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0edf869b-4307-4d1e-bb53-f2936d9ab2ff" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "86641ea5-5d1f-456d-8aa7-54dbc17f9ef0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "2234dbc5-6b91-4be4-a0ad-9bdd9cf04bb4" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085415Z:2234dbc5-6b91-4be4-a0ad-9bdd9cf04bb4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:15 GMT" + ], + "Content-Length": [ + "529" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-07-24T06:13:57.623Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW100c\",\r\n \"capacity\": 0\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/dwtestbackup\",\r\n \"name\": \"dwtestbackup\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {}\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f05d5bfc-5736-4c9f-b3ec-3702aaf105d5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "7b8d4185-5228-495d-a356-20533f500b9c" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085430Z:7b8d4185-5228-495d-a356-20533f500b9c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:29 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ac7e218b-bad6-496f-9c7b-1cd3378e8dd9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "22f5d4c1-f568-433c-b54b-7398f24fa86a" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085440Z:22f5d4c1-f568-433c-b54b-7398f24fa86a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:40 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b08e2ecf-d11a-4e54-98bc-429590f64b13" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "9a5f2843-f1d7-4b26-b353-3c8ce0caa2c9" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085451Z:9a5f2843-f1d7-4b26-b353-3c8ce0caa2c9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:54:50 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a8bd861b-9ec8-4486-a19f-2bd4cd01d5bb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "2e0b0f8f-5a2e-48f0-917c-6bc1e1cc9b2f" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085501Z:2e0b0f8f-5a2e-48f0-917c-6bc1e1cc9b2f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:01 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8974280f-045c-40d9-afa5-3f749bff2ab9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "7d274639-d73e-4cb9-bf5d-55d79e583cdf" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085511Z:7d274639-d73e-4cb9-bf5d-55d79e583cdf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:11 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5bfe1850-968b-4f17-adf2-e4e0ed7fc1b3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "3b407670-1255-4f8e-9531-7efb77352175" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085522Z:3b407670-1255-4f8e-9531-7efb77352175" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:21 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e01e04ef-77bb-44a5-bc8e-dab7dad5d85d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "177000de-bd57-4c10-ad86-f5afbc0ac48e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085532Z:177000de-bd57-4c10-ad86-f5afbc0ac48e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:32 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3dd64916-33bf-45d1-80b6-6c94d308e45e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "871cc5af-7507-4dd2-a2f3-5ce15fd4460c" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085543Z:871cc5af-7507-4dd2-a2f3-5ce15fd4460c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:42 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b25e1974-c205-4b6b-885a-752e46f4905e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "de783b48-2fa4-4907-ba7a-961bc05fcf37" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085554Z:de783b48-2fa4-4907-ba7a-961bc05fcf37" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:55:53 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0e147890-a48f-45ec-b381-fc2956cae099" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "d7634572-2524-4432-bab9-c9b776659224" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085605Z:d7634572-2524-4432-bab9-c9b776659224" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:04 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cdbdcf1e-b32e-45c8-bb25-e985f2d01d43" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "0b0f32c4-25d9-4537-ae17-013002d954ac" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085615Z:0b0f32c4-25d9-4537-ae17-013002d954ac" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:14 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7d83afa8-faff-47c4-8380-d10e11b78efe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "a75da5a3-b19e-41ef-9d9e-8152e1213807" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085625Z:a75da5a3-b19e-41ef-9d9e-8152e1213807" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:25 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c8a86c88-c435-4cce-89f1-1e17caa09596" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "d21dbf1c-4cd9-42eb-b722-a85329abec56" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085637Z:d21dbf1c-4cd9-42eb-b722-a85329abec56" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:37 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6933d921-2340-440a-8a5b-d79089ad1069" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "a0df1cfa-907c-4c57-9060-aa31c9a1d967" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085648Z:a0df1cfa-907c-4c57-9060-aa31c9a1d967" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:47 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "561487c7-ea91-4487-bfdb-a6b15f9dfc68" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "502abccf-ef65-4040-9978-59c7e2931fda" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085658Z:502abccf-ef65-4040-9978-59c7e2931fda" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:56:57 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "34362d39-c23c-4262-a3ae-f92de0a91594" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "fb09f8ac-1ac5-4d2e-96d6-563697171c51" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085708Z:fb09f8ac-1ac5-4d2e-96d6-563697171c51" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:57:08 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8fdd6a4f-e0e6-4c29-a227-3f753c4078d8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "f1fb2216-84ac-4b79-b4f2-86241d2336f8" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085719Z:f1fb2216-84ac-4b79-b4f2-86241d2336f8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:57:18 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "208ea6f7-169d-4be1-9cae-8a5b45b26a46" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "5748265e-ddc0-47b6-a3e9-b574c12dcb93" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085729Z:5748265e-ddc0-47b6-a3e9-b574c12dcb93" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:57:28 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fe4dc9c8-f61c-4291-9055-fb75ebf29f77" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "8d99cbde-dc46-4247-a6e2-1b67b6b9afd2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085739Z:8d99cbde-dc46-4247-a6e2-1b67b6b9afd2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:57:39 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ca549ba4-4637-4e27-9e45-735808622e5e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-correlation-request-id": [ + "0c436867-156f-4666-b123-901832458dda" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085750Z:0c436867-156f-4666-b123-901832458dda" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:57:50 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "19c7be83-0275-4cb5-b705-40361bb7cc7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-correlation-request-id": [ + "1e559018-57b9-4515-ab94-c094f812d02e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085801Z:1e559018-57b9-4515-ab94-c094f812d02e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:00 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "63ba9d73-8e59-4163-9b8f-36ef3ffc321e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-correlation-request-id": [ + "3ebe2abc-6cbd-4c22-b34b-56c687d36a13" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085811Z:3ebe2abc-6cbd-4c22-b34b-56c687d36a13" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:10 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cb8af6ff-92bf-4e79-a258-3e0659d0eb5f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "8b7ecaec-f59f-48a7-92dc-0750642fd6ef" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085821Z:8b7ecaec-f59f-48a7-92dc-0750642fd6ef" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:21 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "59ba419b-63eb-45f5-aa9b-ef1c5291f9d8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-correlation-request-id": [ + "99e44212-1bc2-4696-a061-e1b354d8dd71" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085831Z:99e44212-1bc2-4696-a061-e1b354d8dd71" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:31 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9b8c8373-98b3-44e1-a996-1c181943c7ca" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "d0acc8a8-08d5-45bb-ad66-801c43730e28" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085842Z:d0acc8a8-08d5-45bb-ad66-801c43730e28" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:41 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d2287a1d-e27d-4caa-bcb1-aecd253931a4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "fe52352d-6177-4f2b-8b9b-16d0fafc052c" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085853Z:fe52352d-6177-4f2b-8b9b-16d0fafc052c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:58:53 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "88933c93-790b-4b54-8b8d-b600273e75f5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "e85879ca-7a28-4fc7-8ed7-787337fe1807" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085903Z:e85879ca-7a28-4fc7-8ed7-787337fe1807" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:03 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c084b831-9ae5-45e0-83b3-45fbe2f26c80" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "638b0faa-206a-4210-a8b5-76c9ab2c9ba2" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085914Z:638b0faa-206a-4210-a8b5-76c9ab2c9ba2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:13 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c6603a42-a201-48ec-a0e4-6f2f523e2b69" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-correlation-request-id": [ + "88a2a332-7809-404a-a0db-efdd2ff91921" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085924Z:88a2a332-7809-404a-a0db-efdd2ff91921" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:24 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a4f0d1ae-8f26-4cca-be3c-5a02553d6b49" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-correlation-request-id": [ + "b0b10188-06a7-4092-9fb5-85a6fd493873" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085935Z:b0b10188-06a7-4092-9fb5-85a6fd493873" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:34 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "93accb78-35a2-4fe3-ab0f-8e1391b3318f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-correlation-request-id": [ + "d1f903d2-a7ea-4a53-a7d0-6c59e3d88578" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085945Z:d1f903d2-a7ea-4a53-a7d0-6c59e3d88578" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:44 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "49ca4c7b-7e50-416c-840b-20eabb63bff3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "x-ms-correlation-request-id": [ + "b3b6460b-1d75-4a31-a0f9-51791747806e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T085956Z:b3b6460b-1d75-4a31-a0f9-51791747806e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 08:59:55 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "57106c78-cb5b-4747-bf39-d4407e4c695b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-correlation-request-id": [ + "7ef4534e-4538-4d91-8069-29a2bab60da5" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090006Z:7ef4534e-4538-4d91-8069-29a2bab60da5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:05 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "27a34c84-56fa-484b-afaa-8f00e445aa8b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-correlation-request-id": [ + "48ce4d07-b0c6-4b0f-8d2e-b2b0e360f9ee" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090016Z:48ce4d07-b0c6-4b0f-8d2e-b2b0e360f9ee" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:16 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3fb4e9c1-fe4e-4f81-8308-004ab47a76f6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], + "x-ms-correlation-request-id": [ + "fe67ff5f-ec3b-4e0f-aa19-8ef2fa235d8a" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090026Z:fe67ff5f-ec3b-4e0f-aa19-8ef2fa235d8a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:26 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "be3ed2a7-e390-4c8d-a521-6436c4c50482" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], + "x-ms-correlation-request-id": [ + "29d780b5-3133-4483-82b6-624eea149acb" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090037Z:29d780b5-3133-4483-82b6-624eea149acb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:37 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ae3afd25-2e44-4444-aa82-7550f48ced45" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "x-ms-correlation-request-id": [ + "8cbbe950-743a-41c2-9e9b-bb6f7d4b28da" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20201010T090047Z:8cbbe950-743a-41c2-9e9b-bb6f7d4b28da" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 10 Oct 2020 09:00:47 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/a51b974f-e6d2-4cc9-825b-653e2b735623?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2E1MWI5NzRmLWU2ZDItNGNjOS04MjViLTY1M2UyYjczNTYyMz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -704,63 +6364,60 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81ef2e85-9629-4249-895b-5d922d306f76" + "54342047-2cdb-46a8-91ba-7c27c2ead0ec" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" ], "x-ms-correlation-request-id": [ - "81ef2e85-9629-4249-895b-5d922d306f76" + "b9e072dc-6fb3-41ad-bf4f-48ff9a8d5fc3" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063201Z:81ef2e85-9629-4249-895b-5d922d306f76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "JAPANEAST:20201010T090058Z:b9e072dc-6fb3-41ad-bf4f-48ff9a8d5fc3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:32:00 GMT" + "Sat, 10 Oct 2020 09:00:57 GMT" + ], + "Content-Length": [ + "22" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "178" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36' under resource group 'zzy-test-rg' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"createMode\": \"Default\"\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/pause?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9wYXVzZT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08841eb0-b0f2-4d66-aca7-7181048c4e71" + "9d677447-7a4b-4a3d-a4a1-b0031361e3c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "172" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -771,27 +6428,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview" - ], - "Retry-After": [ - "10" + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationResults/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview" + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview" + ], + "RetryAfter": [ + "" ], "Access-Control-Allow-Headers": [ - "Location", - "Retry-After" + "Location" ], "Access-Control-Expose-Headers": [ - "Location", - "Retry-After" + "Location" ], "x-ms-request-id": [ - "138b90f1-4a46-444d-962f-3cf0ceaf449d" + "697a7847-cc01-4ced-9132-4518740bddff" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -800,41 +6455,38 @@ "1199" ], "x-ms-correlation-request-id": [ - "fb636141-ddf6-44a5-95df-50e7cbe22506" + "30a36b94-55b6-42bb-bf2a-740b4bec8b9b" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062502Z:fb636141-ddf6-44a5-95df-50e7cbe22506" + "JAPANEAST:20201010T090100Z:30a36b94-55b6-42bb-bf2a-740b4bec8b9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:01 GMT" - ], - "Content-Length": [ - "436" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sat, 10 Oct 2020 09:01:00 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"maxSizeBytes\": 0,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"0001-01-01T00:00:00\",\r\n \"provisioningState\": \"Provisioning\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -848,28 +6500,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "616c130a-5a9f-41e3-b789-b18b0abc2763" + "fb31ad6a-dd3e-4117-a89f-1ac04c0b230a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11942" ], "x-ms-correlation-request-id": [ - "f104eb61-8db0-4335-90dc-d9c14801d0c0" + "68fe78f6-438e-4cb7-8433-22bd21c10693" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062512Z:f104eb61-8db0-4335-90dc-d9c14801d0c0" + "JAPANEAST:20201010T090130Z:68fe78f6-438e-4cb7-8433-22bd21c10693" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:11 GMT" + "Sat, 10 Oct 2020 09:01:30 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -878,20 +6530,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -905,28 +6557,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a817d2cd-ca9c-4d76-a7a8-93f941e777cd" + "77dee42d-e8e5-40b4-8640-d339e5409cce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11940" ], "x-ms-correlation-request-id": [ - "ef9b44a7-f8c0-483b-bd87-a3cb8cc1fd9b" + "545dc6dc-c110-4857-a35e-02f7af753c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062522Z:ef9b44a7-f8c0-483b-bd87-a3cb8cc1fd9b" + "JAPANEAST:20201010T090201Z:545dc6dc-c110-4857-a35e-02f7af753c3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:22 GMT" + "Sat, 10 Oct 2020 09:02:00 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -935,20 +6587,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -962,28 +6614,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d195d4b-bb1a-4999-b5d5-fd02bc75e2c5" + "d85189a8-da62-4155-b408-52ca15833648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11939" ], "x-ms-correlation-request-id": [ - "170fef90-a11b-4a78-8673-5210cd863da6" + "57c8ee06-29dc-476b-a90e-abc3e4d5953b" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062532Z:170fef90-a11b-4a78-8673-5210cd863da6" + "JAPANEAST:20201010T090231Z:57c8ee06-29dc-476b-a90e-abc3e4d5953b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:32 GMT" + "Sat, 10 Oct 2020 09:02:31 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -992,20 +6644,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1019,28 +6671,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1bf1776-8c47-4f8a-b9f0-0df62890229d" + "7bc8ccb1-65fc-4f2f-8e14-94ad4366f16b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11938" ], "x-ms-correlation-request-id": [ - "05a9ae29-e003-4224-8c92-45cbe3700bc5" + "3e927cec-f6c7-4309-b604-26edce94ca41" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062542Z:05a9ae29-e003-4224-8c92-45cbe3700bc5" + "JAPANEAST:20201010T090301Z:3e927cec-f6c7-4309-b604-26edce94ca41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:42 GMT" + "Sat, 10 Oct 2020 09:03:01 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1049,20 +6701,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1076,28 +6728,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0edaf3ea-51c6-48ed-ad62-558def33cf91" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "f3a7b8b6-4024-4dbc-aeac-6dbf85f255bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], "x-ms-correlation-request-id": [ - "dc6e16e4-1b6f-4d5e-8fd1-23becb839e6e" + "e8eab97e-43b8-4509-aeff-0a736d204ae9" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062552Z:dc6e16e4-1b6f-4d5e-8fd1-23becb839e6e" + "JAPANEAST:20201010T090332Z:e8eab97e-43b8-4509-aeff-0a736d204ae9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:25:52 GMT" + "Sat, 10 Oct 2020 09:03:32 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1106,20 +6758,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1133,28 +6785,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "40e1507b-4123-407a-a38f-61fdcc36fe68" + "fac7cf2f-df88-4a4b-bf7f-08dcd146e7c0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11936" ], "x-ms-correlation-request-id": [ - "d50dd777-01a2-4456-8838-f801d5ca5f8b" + "542d09dc-e328-4865-8a73-5a8de79b5000" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062603Z:d50dd777-01a2-4456-8838-f801d5ca5f8b" + "JAPANEAST:20201010T090402Z:542d09dc-e328-4865-8a73-5a8de79b5000" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:02 GMT" + "Sat, 10 Oct 2020 09:04:02 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1163,20 +6815,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1190,28 +6842,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3dbf5a3-3f71-451f-9f3d-22cada03f5b3" + "995c1a2b-1099-4155-821f-a258cb52edd7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-correlation-request-id": [ - "4e8c3eb0-f7fd-4c56-84b5-59e645d610d3" + "e856433e-abe4-4e81-9bd8-7d06b9c3f9c1" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062613Z:4e8c3eb0-f7fd-4c56-84b5-59e645d610d3" + "JAPANEAST:20201010T090433Z:e856433e-abe4-4e81-9bd8-7d06b9c3f9c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:12 GMT" + "Sat, 10 Oct 2020 09:04:32 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1220,20 +6872,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1247,28 +6899,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e41bf4be-924b-4a9b-bdf9-5d762c01cc19" + "43edeac1-3e4f-4440-a41b-d23efd50281f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11934" ], "x-ms-correlation-request-id": [ - "3ed1f6f7-d7ab-4336-9a8b-f6cee29fe0ec" + "473d5584-798d-431c-a8e2-72653e4ddcd4" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062623Z:3ed1f6f7-d7ab-4336-9a8b-f6cee29fe0ec" + "JAPANEAST:20201010T090504Z:473d5584-798d-431c-a8e2-72653e4ddcd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:22 GMT" + "Sat, 10 Oct 2020 09:05:03 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1277,20 +6929,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1304,28 +6956,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0ea5336b-35b9-4f34-95c9-62500c97e73a" + "77c69b85-fa7a-4d26-9736-beb699f3d817" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11933" ], "x-ms-correlation-request-id": [ - "87dbfa5b-2869-48cd-b113-fb4be04a6ed1" + "f445eb46-6492-4388-b745-14e091c50155" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062633Z:87dbfa5b-2869-48cd-b113-fb4be04a6ed1" + "JAPANEAST:20201010T090534Z:f445eb46-6492-4388-b745-14e091c50155" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:32 GMT" + "Sat, 10 Oct 2020 09:05:34 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1334,20 +6986,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1361,28 +7013,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9468f0ae-d936-4fca-bde8-3fd48801b248" + "75fa96de-cf48-4a27-bf49-b2a1b536776e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11932" ], "x-ms-correlation-request-id": [ - "df030479-0cf2-456e-a27d-a7e73e2fdabe" + "fe39f779-225c-44e2-9564-2a91e697a03a" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062643Z:df030479-0cf2-456e-a27d-a7e73e2fdabe" + "JAPANEAST:20201010T090605Z:fe39f779-225c-44e2-9564-2a91e697a03a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:42 GMT" + "Sat, 10 Oct 2020 09:06:05 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1391,20 +7043,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1418,28 +7070,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "08a73aa9-78a2-4e7e-bfaa-577c052e1132" + "cc8a867b-3da8-4787-b188-f003c90189d7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11931" ], "x-ms-correlation-request-id": [ - "4c64a8ed-3b6d-4b94-89eb-9f2f30e190bd" + "9318adc7-db28-4608-bd71-6bb4afbc5f20" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062653Z:4c64a8ed-3b6d-4b94-89eb-9f2f30e190bd" + "JAPANEAST:20201010T090635Z:9318adc7-db28-4608-bd71-6bb4afbc5f20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:26:53 GMT" + "Sat, 10 Oct 2020 09:06:34 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1448,20 +7100,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1475,28 +7127,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6b00ab9-c2a4-422e-a5d9-714a59680f5b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "2a4510b8-fd84-4dc4-9e64-9c8b321b17c2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11930" + ], "x-ms-correlation-request-id": [ - "1e09c187-0177-481e-93dc-289b5dadb43e" + "1dbf35d1-84c4-4070-9a62-d5a96cd0eae7" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062704Z:1e09c187-0177-481e-93dc-289b5dadb43e" + "JAPANEAST:20201010T090705Z:1dbf35d1-84c4-4070-9a62-d5a96cd0eae7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:03 GMT" + "Sat, 10 Oct 2020 09:07:05 GMT" ], "Content-Length": [ - "23" + "108" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1505,20 +7157,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1iNTVkNWZhZi1hMjZlLTQxOTEtYTY2Zi1jM2RmMDc5OTAxNDg/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1532,28 +7184,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9cbf3cbb-ad5c-4560-9642-eddf9aabf7ed" + "cbc8ff1a-2701-4d88-b664-a799118090a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11929" ], "x-ms-correlation-request-id": [ - "bdb375c6-8193-43c5-9eeb-07c36ebc77d4" + "5128ea2f-8cb2-44c2-9cad-e67616ec2e47" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062714Z:bdb375c6-8193-43c5-9eeb-07c36ebc77d4" + "JAPANEAST:20201010T090736Z:5128ea2f-8cb2-44c2-9cad-e67616ec2e47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:14 GMT" + "Sat, 10 Oct 2020 09:07:35 GMT" ], "Content-Length": [ - "23" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1562,20 +7214,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"b55d5faf-a26e-4191-a66f-c3df07990148\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-10-10T09:01:00.537Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationResults/sql01ftr-b55d5faf-a26e-4191-a66f-c3df07990148?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25SZXN1bHRzL3NxbDAxZnRyLWI1NWQ1ZmFmLWEyNmUtNDE5MS1hNjZmLWMzZGYwNzk5MDE0OD9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1589,28 +7241,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bffa769b-ddaf-4726-bd51-2a80e5151f39" + "fcb29e7f-a368-44d6-80f4-f126c3824188" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11928" ], "x-ms-correlation-request-id": [ - "123bc4ef-e01e-4d9f-9b48-3397284e1d99" + "41c6ca51-d0c0-46f5-a2dc-735b6a7c4601" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062724Z:123bc4ef-e01e-4d9f-9b48-3397284e1d99" + "JAPANEAST:20201010T090736Z:41c6ca51-d0c0-46f5-a2dc-735b6a7c4601" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:24 GMT" + "Sat, 10 Oct 2020 09:07:36 GMT" ], "Content-Length": [ - "23" + "620" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1619,20 +7271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {},\r\n \"kind\": \"v12.0,user,datawarehouse,gen2\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"status\": \"Paused\",\r\n \"databaseId\": \"98e9dd47-26d5-4b0e-bf63-4c280e3d1bcf\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"currentServiceObjectiveName\": \"DW200c\",\r\n \"defaultSecondaryLocation\": \"westus\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/resume?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9yZXN1bWU/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "e20ca555-6873-4905-823d-d787802f2c2e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1642,54 +7300,66 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationResults/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview" + ], + "RetryAfter": [ + "" + ], + "Access-Control-Allow-Headers": [ + "Location" + ], + "Access-Control-Expose-Headers": [ + "Location" + ], "x-ms-request-id": [ - "186c3e37-3bca-4732-b102-4610bac4123f" + "36ebf595-84a1-40c3-b8a5-992978f684ef" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "865c76ab-3306-4026-9162-f477ff520edb" + "65c3e0d2-573d-4534-9337-9e0d60238618" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062734Z:865c76ab-3306-4026-9162-f477ff520edb" + "JAPANEAST:20201010T090737Z:65c3e0d2-573d-4534-9337-9e0d60238618" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:34 GMT" - ], - "Content-Length": [ - "23" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sat, 10 Oct 2020 09:07:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1lMzM5ZWY5NS04NzkxLTRjZmItOTUxZS05MjYwMjAxMDI2OTc/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1703,28 +7373,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8689755b-6e3d-4ea8-b2c1-2abebf92fcbc" + "e97d73c9-1a11-4199-a5c4-fe9ccc1e7976" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11925" ], "x-ms-correlation-request-id": [ - "edbe8a36-5768-4f82-935c-5715c2ba2ea1" + "49caa375-25e2-4f1f-a7c1-63246ed3024d" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062745Z:edbe8a36-5768-4f82-935c-5715c2ba2ea1" + "JAPANEAST:20201010T090808Z:49caa375-25e2-4f1f-a7c1-63246ed3024d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:44 GMT" + "Sat, 10 Oct 2020 09:08:07 GMT" ], "Content-Length": [ - "23" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1733,20 +7403,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e339ef95-8791-4cfb-951e-926020102697\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:07:37.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1lMzM5ZWY5NS04NzkxLTRjZmItOTUxZS05MjYwMjAxMDI2OTc/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1760,28 +7430,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edac26bc-8ab3-46c9-8b90-fe3583ccbe54" + "eea3e465-63cd-477c-9cf5-6b216d820c16" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11924" ], "x-ms-correlation-request-id": [ - "93f73aac-20e7-49d1-a45d-8388c0d62f24" + "cc8081c9-ba06-4c3f-9a16-c1a2f49cf4b3" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062755Z:93f73aac-20e7-49d1-a45d-8388c0d62f24" + "JAPANEAST:20201010T090838Z:cc8081c9-ba06-4c3f-9a16-c1a2f49cf4b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:27:54 GMT" + "Sat, 10 Oct 2020 09:08:38 GMT" ], "Content-Length": [ - "23" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1790,20 +7460,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e339ef95-8791-4cfb-951e-926020102697\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:07:37.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1lMzM5ZWY5NS04NzkxLTRjZmItOTUxZS05MjYwMjAxMDI2OTc/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1817,28 +7487,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83b5603b-5dcd-415b-a56c-e8af1da34eed" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "6a13628d-994e-4a93-9858-6f73ff528265" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11923" + ], "x-ms-correlation-request-id": [ - "ce938e28-e40e-43fa-885e-02c7033275d6" + "78a9bc33-6618-4b94-bb14-8f7e6ef18a4d" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062805Z:ce938e28-e40e-43fa-885e-02c7033275d6" + "JAPANEAST:20201010T090909Z:78a9bc33-6618-4b94-bb14-8f7e6ef18a4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:04 GMT" + "Sat, 10 Oct 2020 09:09:08 GMT" ], "Content-Length": [ - "23" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1847,20 +7517,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e339ef95-8791-4cfb-951e-926020102697\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-10-10T09:07:37.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationStatuses/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25TdGF0dXNlcy9zcWwwMWZ0ci1lMzM5ZWY5NS04NzkxLTRjZmItOTUxZS05MjYwMjAxMDI2OTc/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1874,28 +7544,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e54b1f9c-3817-4366-9337-674bc8860050" + "a670db8b-e2bc-4bae-9bf1-d16d22488096" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11922" ], "x-ms-correlation-request-id": [ - "b2a0b8a3-c2cd-4bce-865d-137e9ad74ecb" + "9c5f0ebd-9409-4885-a102-52eb393b93a5" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062815Z:b2a0b8a3-c2cd-4bce-865d-137e9ad74ecb" + "JAPANEAST:20201010T090939Z:9c5f0ebd-9409-4885-a102-52eb393b93a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:14 GMT" + "Sat, 10 Oct 2020 09:09:39 GMT" ], "Content-Length": [ - "23" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1904,20 +7574,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"e339ef95-8791-4cfb-951e-926020102697\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-10-10T09:07:37.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/6ffd6089-c098-4581-baff-57b9d57a5a02?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzZmZmQ2MDg5LWMwOTgtNDU4MS1iYWZmLTU3YjlkNTdhNWEwMj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158/operationResults/sql01ftr-e339ef95-8791-4cfb-951e-926020102697?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzNjE1OC9vcGVyYXRpb25SZXN1bHRzL3NxbDAxZnRyLWUzMzllZjk1LTg3OTEtNGNmYi05NTFlLTkyNjAyMDEwMjY5Nz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1931,28 +7601,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a36a4e65-d4db-43ca-988f-d8e31ff82788" + "aeafd2a8-12bf-4515-b2d8-92f9b61b07be" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11921" ], "x-ms-correlation-request-id": [ - "bfaca306-4266-46f9-9097-d5cffb42882a" + "7989e466-cabc-4a18-988c-99c4791b19cb" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062825Z:bfaca306-4266-46f9-9097-d5cffb42882a" + "JAPANEAST:20201010T090939Z:7989e466-cabc-4a18-988c-99c4791b19cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:25 GMT" + "Sat, 10 Oct 2020 09:09:39 GMT" ], "Content-Length": [ - "22" + "620" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1961,32 +7631,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {},\r\n \"kind\": \"v12.0,user,datawarehouse,gen2\",\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"status\": \"Online\",\r\n \"databaseId\": \"98e9dd47-26d5-4b0e-bf63-4c280e3d1bcf\",\r\n \"creationDate\": \"2020-10-10T09:00:09.217Z\",\r\n \"currentServiceObjectiveName\": \"DW200c\",\r\n \"defaultSecondaryLocation\": \"westus\",\r\n \"catalogCollation\": \"SQL_Latin1_General_CP1_CI_AS\"\r\n },\r\n \"location\": \"eastus\",\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps6158\",\r\n \"name\": \"ps6158\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n }\r\n}", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "69c85be6-9c7e-4c04-8f06-150acd22e0e4" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "91" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -1996,69 +7654,54 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/sql04ftr-e997db2b-a568-4540-b721-4b6d37536950?api-version=2019-06-01-preview" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "RetryAfter": [ - "" - ], - "Access-Control-Allow-Headers": [ - "Location" - ], - "Access-Control-Expose-Headers": [ - "Location" - ], "x-ms-request-id": [ - "918fb49a-1a94-4b32-9c25-82ee7c19b31b" + "37c1108b-507e-4632-8a31-560d498511d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11918" ], "x-ms-correlation-request-id": [ - "fce2f429-90b9-40f5-9b81-458297cb5089" + "1f5ec6b4-b06c-4b90-a4dc-43b63a40ef19" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T062828Z:fce2f429-90b9-40f5-9b81-458297cb5089" + "JAPANEAST:20201010T090951Z:1f5ec6b4-b06c-4b90-a4dc-43b63a40ef19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:28:28 GMT" + "Sat, 10 Oct 2020 09:09:51 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5623c8c9-d9b0-438a-8cd4-3f388462690e" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2072,28 +7715,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6b02fa6-a27c-45c3-ac6d-f164f329b0a7" + "e4202fd4-f570-421c-b016-5438490f6efe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11918" ], "x-ms-correlation-request-id": [ - "66a37ced-40d3-4a1a-b2c2-f055ac372a02" + "9e5b00ac-5d01-415f-85d6-7a80507c3de7" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063129Z:66a37ced-40d3-4a1a-b2c2-f055ac372a02" + "JAPANEAST:20201010T091001Z:9e5b00ac-5d01-415f-85d6-7a80507c3de7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:28 GMT" + "Sat, 10 Oct 2020 09:10:01 GMT" ], "Content-Length": [ - "2627" + "23" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2102,26 +7745,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-09T16:32:45.19Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/clisql3038\",\r\n \"name\": \"clisql3038\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-22T06:28:15.323Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW200c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36\",\r\n \"name\": \"ps36\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Paused\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-03-02T04:27:54.933Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW1500c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/sqlpoolcli1\",\r\n \"name\": \"sqlpoolcli1\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-03-11T04:22:29.527Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW1000c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/testsqlpoolfxii\",\r\n \"name\": \"testsqlpoolfxii\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"TestTag\": \"TestUpdate\"\r\n }\r\n },\r\n {\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"maxSizeBytes\": 263882790666240,\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\",\r\n \"creationDate\": \"2020-04-21T12:13:40.483Z\",\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"sku\": {\r\n \"name\": \"DW1000c\"\r\n },\r\n \"id\": \"/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/testsqlpoolhz3q\",\r\n \"name\": \"testsqlpoolhz3q\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/sqlPools/ps36?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL3NxbFBvb2xzL3BzMzY/YXBpLXZlcnNpb249MjAxOS0wNi0wMS1wcmV2aWV3", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "37959bff-72d4-4339-9bd0-b89ab0c5ca2d" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2131,68 +7768,54 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview" - ], - "Retry-After": [ - "10" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview" - ], - "Access-Control-Allow-Headers": [ - "Location", - "Retry-After" - ], - "Access-Control-Expose-Headers": [ - "Location", - "Retry-After" - ], "x-ms-request-id": [ - "0b2a3342-4ab1-4c62-bd2f-3743ccb7943b" + "40b1d424-1032-425f-9840-cc30643f2493" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11917" ], "x-ms-correlation-request-id": [ - "c9d5d65c-a03b-4cdb-83f9-136c9cc857fc" + "7b487bd9-20cb-4dd2-8d1c-dc46d6f20167" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063130Z:c9d5d65c-a03b-4cdb-83f9-136c9cc857fc" + "JAPANEAST:20201010T091012Z:7b487bd9-20cb-4dd2-8d1c-dc46d6f20167" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:29 GMT" + "Sat, 10 Oct 2020 09:10:11 GMT" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzQ0ODBiZjZjLWI5MjgtNGU4MS05ZDY5LWMxZTI4YzMwZDE3Zj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2206,25 +7829,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7bd97bcb-48f6-4fcd-bb78-05cfe6d04107" + "054bd6a1-87b5-4cb0-aa59-0cb3c1e3a40d" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "x-ms-correlation-request-id": [ - "22287992-a488-4167-918d-e6a7fc31b6eb" + "17833741-abe9-49e5-b796-0031643f8dae" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063140Z:22287992-a488-4167-918d-e6a7fc31b6eb" + "JAPANEAST:20201010T091022Z:17833741-abe9-49e5-b796-0031643f8dae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:39 GMT" + "Sat, 10 Oct 2020 09:10:21 GMT" ], "Content-Length": [ "23" @@ -2240,16 +7863,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzQ0ODBiZjZjLWI5MjgtNGU4MS05ZDY5LWMxZTI4YzMwZDE3Zj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2263,25 +7886,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbc23df9-faac-4566-b419-d0a1f4a434c1" + "b96dce83-6212-4718-852f-7d622f5f059e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11915" ], "x-ms-correlation-request-id": [ - "618df66a-224f-4963-b8bd-fb893c1af0a5" + "6f4049c7-80c0-4dc4-b774-3602c8b8fe1c" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063150Z:618df66a-224f-4963-b8bd-fb893c1af0a5" + "JAPANEAST:20201010T091032Z:6f4049c7-80c0-4dc4-b774-3602c8b8fe1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:49 GMT" + "Sat, 10 Oct 2020 09:10:32 GMT" ], "Content-Length": [ "23" @@ -2297,16 +7920,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzLzQ0ODBiZjZjLWI5MjgtNGU4MS05ZDY5LWMxZTI4YzMwZDE3Zj9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationStatuses/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblN0YXR1c2VzL2QwMTg0M2RmLTExNDctNGIyZi1hODYyLTY2ZTI0YzU1ZmE5NT9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2320,25 +7943,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15f5adce-00a9-44f7-b261-b6b79ff03ae0" + "798b85c6-ca1d-47f6-9da2-7b41229143d5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11914" ], "x-ms-correlation-request-id": [ - "2649cf52-c605-4192-ae55-07bf29b32289" + "62141514-951f-4f82-989e-ce0e035b49de" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063200Z:2649cf52-c605-4192-ae55-07bf29b32289" + "JAPANEAST:20201010T091043Z:62141514-951f-4f82-989e-ce0e035b49de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:31:59 GMT" + "Sat, 10 Oct 2020 09:10:42 GMT" ], "Content-Length": [ "22" @@ -2354,16 +7977,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/4480bf6c-b928-4e81-9d69-c1e28c30d17f?api-version=2019-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblJlc3VsdHMvNDQ4MGJmNmMtYjkyOC00ZTgxLTlkNjktYzFlMjhjMzBkMTdmP2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3/resourceGroups/zzy-test-rg/providers/Microsoft.Synapse/workspaces/testsynapseworkspace/operationResults/d01843df-1147-4b2f-a862-66e24c55fa95?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDUxZGRlY2EtMWVkNi00ZDhiLWJhNmYtMWZmNTYxZTVmM2IzL3Jlc291cmNlR3JvdXBzL3p6eS10ZXN0LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3luYXBzZS93b3Jrc3BhY2VzL3Rlc3RzeW5hcHNld29ya3NwYWNlL29wZXJhdGlvblJlc3VsdHMvZDAxODQzZGYtMTE0Ny00YjJmLWE4NjItNjZlMjRjNTVmYTk1P2FwaS12ZXJzaW9uPTIwMTktMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28207.03", + "FxVersion/4.6.29220.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.Synapse.SynapseManagementClient/0.1.0.preview.2" + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.preview.2" ] }, "ResponseHeaders": { @@ -2377,25 +8000,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c05eb6b8-ed90-451f-baca-e968f671ad6f" + "e6bef80b-92b8-41ea-87ee-2a6ca331aaee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11913" ], "x-ms-correlation-request-id": [ - "4596b7c3-e950-4209-88f0-17a587506f5c" + "0f2e7c35-94b9-45ba-940f-d6b70cb0a4a6" ], "x-ms-routing-request-id": [ - "WESTUS:20200422T063200Z:4596b7c3-e950-4209-88f0-17a587506f5c" + "JAPANEAST:20201010T091043Z:0f2e7c35-94b9-45ba-940f-d6b70cb0a4a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 22 Apr 2020 06:32:00 GMT" + "Sat, 10 Oct 2020 09:10:42 GMT" ], "Expires": [ "-1" @@ -2407,7 +8030,7 @@ ], "Names": { "": [ - "ps36" + "ps6158" ] }, "Variables": { diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index 022f66033e10..31031a44cc45 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -88,6 +88,8 @@ CmdletsToExport = 'Get-AzSynapseSparkJob', 'Stop-AzSynapseSparkJob', 'New-AzSynapseWorkspace', 'Remove-AzSynapseWorkspace', 'Update-AzSynapseWorkspace', 'Get-AzSynapseSqlPool', 'New-AzSynapseSqlPool', 'Remove-AzSynapseSqlPool', + 'Suspend-AzSynapseSqlPool', 'Resume-AzSynapseSqlPool', + 'Get-AzSynapseSqlPoolRestorePoint', 'Restore-AzSynapseSqlPool', 'Update-AzSynapseSqlPool', 'Test-AzSynapseWorkspace', 'Test-AzSynapseSparkPool', 'Test-AzSynapseSqlPool', 'New-AzSynapseFirewallRule', 'Remove-AzSynapseFirewallRule', diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index 35d1e6f84370..5a8e55c2c9d8 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -60,6 +60,13 @@ - Add `Remove-AzSynapseDataset` cmdlet - Add `Set-AzSynapseDataset` cmdlet - Add `New-AzSynapseDataset` cmdlet +* Removed parameter sets related 'create from backup' and 'create from restore point' from the `New-AzSynapseSqlPool` cmdlet +* Removed parameter sets related 'pause' and 'resume' from the `Update-AzSynapseSqlPool` +* Added support for operation of Synapse Sql pool + - Add `Get-AzSynapseSqlPoolRestorePoint` cmdlet + - Add `Restore-AzSynapseSqlPool` cmdlet + - Add `Resume-AzSynapseSqlPool` cmdlet + - Add `Suspend-AzSynapseSqlPool` cmdlet ## Version 0.2.0 diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPoolRestorePoint.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPoolRestorePoint.cs new file mode 100644 index 000000000000..8fbe6fa7ac6a --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPoolRestorePoint.cs @@ -0,0 +1,91 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Linq; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsCommon.Get, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlPool + SynapseConstants.RestorePoint, + DefaultParameterSetName = GetByNameParameterSet)] + [OutputType(typeof(PSRestorePoint))] + public class GetAzureSynapseSqlPoolRestorePoint : SynapseManagementCmdletBase + { + private const string GetByNameParameterSet = "GetByNameParameterSet"; + private const string GetByParentObjectParameterSet = "GetByParentObjectParameterSet"; + private const string GetByInputObjectParameterSet = "GetByInputObjectParameterSet"; + private const string GetByResourceIdParameterSet = "GetByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = GetByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = GetByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = GetByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [Parameter(Mandatory = true, ParameterSetName = GetByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [ResourceNameCompleter( + ResourceTypes.SqlPool, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = GetByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = GetByInputObjectParameterSet, Mandatory = true, + HelpMessage = HelpMessages.SqlPoolObject)] + [ValidateNotNull] + public PSSynapseSqlPool InputObject { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = GetByResourceIdParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.InputObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.InputObject.Id); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + var result = this.SynapseAnalyticsClient.ListSqlPoolRestorePoints(this.ResourceGroupName, this.WorkspaceName, this.Name) + .Select(element => new PSRestorePoint(element)); + WriteObject(result, true); + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs index f99ae563be5e..7ffe54853121 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs @@ -18,94 +18,23 @@ namespace Microsoft.Azure.Commands.Synapse [OutputType(typeof(PSSynapseSqlPool))] public class NewAzureSynapseSqlPool : SynapseManagementCmdletBase { - // Default private const string CreateByNameParameterSet = "CreateByNameParameterSet"; private const string CreateByParentObjectParameterSet = "CreateByParentObjectParameterSet"; - // Create from backup - private const string CreateFromBackupIdByNameParameterSet = "CreateFromBackupIdByNameParameterSet"; - private const string CreateFromBackupIdByParentObjectParameterSet = "CreateFromBackupIdByParentObjectParameterSet"; - private const string CreateFromBackupNameByNameParameterSet = "CreateFromBackupNameByNameParameterSet"; - private const string CreateFromBackupNameByParentObjectParameterSet = "CreateFromBackupNameByParentObjectParameterSet"; - private const string CreateFromBackupInputObjectByNameParameterSet = "CreateFromBackupInputObjectByNameParameterSet"; - - // Create from restore point - private const string CreateFromRestorePointIdByNameParameterSet = "CreateFromRestorePointIdByNameParameterSet"; - private const string CreateFromRestorePointIdByParentObjectParameterSet = "CreateFromRestorePointIdByParentObjectParameterSet"; - private const string CreateFromRestorePointNameByNameParameterSet = "CreateFromRestorePointNameByNameParameterSet"; - private const string CreateFromRestorePointNameByParentObjectParameterSet = "CreateFromRestorePointNameByParentObjectParameterSet"; - private const string CreateFromRestorePointInputObjectByNameParameterSet = "CreateFromRestorePointInputObjectByNameParameterSet"; - - [Parameter(ParameterSetName = CreateFromBackupIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromBackup)] - [Parameter(ParameterSetName = CreateFromBackupIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromBackup)] - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromBackup)] - [Parameter(ParameterSetName = CreateFromBackupNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromBackup)] - [Parameter(ParameterSetName = CreateFromBackupInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromBackup)] - public SwitchParameter FromBackup { get; set; } - - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] - [Parameter(ParameterSetName = CreateFromRestorePointInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] - public SwitchParameter FromRestorePoint { get; set; } - [Parameter(ParameterSetName = CreateByNameParameterSet, Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromBackupIdByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromBackupInputObjectByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(ParameterSetName = CreateFromRestorePointInputObjectByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] [ResourceGroupCompleter] [ValidateNotNullOrEmpty] public string ResourceGroupName { get; set; } [Parameter(ParameterSetName = CreateByNameParameterSet, Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromBackupIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromBackupInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(ParameterSetName = CreateFromRestorePointInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] [ValidateNotNullOrEmpty] public string WorkspaceName { get; set; } [Parameter(ValueFromPipeline = true, ParameterSetName = CreateByParentObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = CreateFromBackupNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = CreateFromBackupIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = CreateFromRestorePointNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = CreateFromRestorePointIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] [ValidateNotNull] public PSSynapseWorkspace WorkspaceObject { get; set; } @@ -125,14 +54,6 @@ public class NewAzureSynapseSqlPool : SynapseManagementCmdletBase Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] [Parameter(ParameterSetName = CreateByParentObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] - [Parameter(ParameterSetName = CreateFromRestorePointInputObjectByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.PerformanceLevel)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] [ValidateNotNullOrEmpty] public string PerformanceLevel { get; set; } @@ -141,94 +62,6 @@ public class NewAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Collation { get; set; } - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.BackupResourceGroupName)] - [Parameter(ParameterSetName = CreateFromBackupNameByParentObjectParameterSet, - Mandatory = false, HelpMessage = HelpMessages.BackupResourceGroupName)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string BackupResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupWorkspaceName)] - [Parameter(ParameterSetName = CreateFromBackupNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupWorkspaceName)] - [ResourceNameCompleter(ResourceTypes.Workspace, nameof(BackupResourceGroupName))] - [Alias("BackupServerName")] - [ValidateNotNullOrEmpty] - public string BackupWorkspaceName { get; set; } - - [Parameter(ParameterSetName = CreateFromBackupNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolName)] - [Parameter(ParameterSetName = CreateFromBackupNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolName)] - [ResourceNameCompleter( - ResourceTypes.SqlPool, - nameof(BackupResourceGroupName), - nameof(BackupWorkspaceName))] - [Alias("BackupDatabaseName")] - [ValidateNotNullOrEmpty] - public string BackupSqlPoolName { get; set; } - - [Parameter(ParameterSetName = CreateFromBackupInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SqlPoolObject)] - [ValidateNotNullOrEmpty] - public PSSynapseSqlPool BackupSqlPoolObject { get; set; } - - [Parameter(ParameterSetName = CreateFromBackupIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolResourceId)] - [Parameter(ParameterSetName = CreateFromBackupIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolResourceId)] - [ValidateNotNullOrEmpty] - public string BackupResourceId { get; set; } - - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.SourceResourceGroupName)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByParentObjectParameterSet, - Mandatory = false, HelpMessage = HelpMessages.SourceResourceGroupName)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string SourceResourceGroupName { get { return BackupResourceGroupName; } set { this.BackupResourceGroupName = value; } } - - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceWorkspaceName)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceWorkspaceName)] - [ResourceNameCompleter(ResourceTypes.Workspace, nameof(SourceResourceGroupName))] - [Alias("SourceServerName")] - [ValidateNotNullOrEmpty] - public string SourceWorkspaceName { get { return BackupWorkspaceName; } set { this.BackupWorkspaceName = value; } } - - [Parameter(ParameterSetName = CreateFromRestorePointNameByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolName)] - [Parameter(ParameterSetName = CreateFromRestorePointNameByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolName)] - [ResourceNameCompleter( - ResourceTypes.SqlPool, - nameof(SourceResourceGroupName), - nameof(SourceWorkspaceName))] - [Alias("SourceDatabaseName")] - [ValidateNotNullOrEmpty] - public string SourceSqlPoolName { get { return BackupSqlPoolName; } set { this.BackupSqlPoolName = value; } } - - [Parameter(ParameterSetName = CreateFromRestorePointInputObjectByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SqlPoolObject)] - [ValidateNotNullOrEmpty] - public PSSynapseSqlPool SourceSqlPoolObject { get { return BackupSqlPoolObject; } set { this.BackupSqlPoolObject = value; } } - - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolId)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolId)] - [ValidateNotNullOrEmpty] - public string SourceResourceId { get { return BackupResourceId; } set { this.BackupResourceId = value; } } - - [Parameter(ParameterSetName = CreateFromRestorePointIdByNameParameterSet, - Mandatory = false, HelpMessage = HelpMessages.RestorePoint)] - [Parameter(ParameterSetName = CreateFromRestorePointIdByParentObjectParameterSet, - Mandatory = false, HelpMessage = HelpMessages.RestorePoint)] - public DateTime? RestorePoint { get; set; } - [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] public SwitchParameter AsJob { get; set; } @@ -240,48 +73,11 @@ public override void ExecuteCmdlet() this.WorkspaceName = this.WorkspaceObject.Name; } - if (this.IsParameterBound(c => c.BackupResourceId)) - { - var resourceIdentifier = new ResourceIdentifier(this.BackupResourceId); - this.BackupWorkspaceName = resourceIdentifier.ParentResource; - this.BackupWorkspaceName = this.BackupWorkspaceName.Substring(this.BackupWorkspaceName.LastIndexOf('/') + 1); - this.BackupSqlPoolName = resourceIdentifier.ResourceName; - } - - if (this.IsParameterBound(c => c.BackupSqlPoolObject)) - { - var resourceIdentifier = new ResourceIdentifier(this.BackupSqlPoolObject.Id); - this.BackupResourceId = this.BackupSqlPoolObject.Id; - this.BackupWorkspaceName = resourceIdentifier.ParentResource; - this.BackupWorkspaceName = this.BackupWorkspaceName.Substring(this.BackupWorkspaceName.LastIndexOf('/') + 1); - this.BackupSqlPoolName = resourceIdentifier.ResourceName; - this.PerformanceLevel = this.IsParameterBound(c => c.PerformanceLevel) ? this.PerformanceLevel : this.BackupSqlPoolObject.Sku?.Name; - } - if (string.IsNullOrEmpty(this.ResourceGroupName)) { this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); } - if (FromBackup.IsPresent || FromRestorePoint.IsPresent) - { - // Construct resource id from components. - if (string.IsNullOrEmpty(this.BackupResourceId)) - { - if (string.IsNullOrEmpty(this.BackupResourceGroupName)) - { - this.BackupResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.BackupWorkspaceName); - } - - this.BackupResourceId = ConstructSqlDatabaseResourceId( - this.DefaultContext.Subscription.Id, - this.BackupResourceGroupName, - this.BackupWorkspaceName, - this.BackupSqlPoolName, - this.FromBackup.IsPresent); - } - } - var existingWorkspace = this.SynapseAnalyticsClient.GetWorkspaceOrDefault(this.ResourceGroupName, this.WorkspaceName); if (existingWorkspace == null) { @@ -335,49 +131,12 @@ public override void ExecuteCmdlet() Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) }; - switch (this.ParameterSetName) + createParams.CreateMode = SynapseSqlPoolCreateMode.Default; + createParams.Collation = this.IsParameterBound(c => c.Collation) ? this.Collation : SynapseConstants.DefaultCollation; + createParams.Sku = new Sku { - case CreateByNameParameterSet: - case CreateByParentObjectParameterSet: - createParams.CreateMode = SynapseSqlPoolCreateMode.Default; - createParams.Collation = this.IsParameterBound(c => c.Collation) ? this.Collation : SynapseConstants.DefaultCollation; - createParams.Sku = new Sku - { - Name = this.PerformanceLevel - }; - break; - - case CreateFromBackupNameByNameParameterSet: - case CreateFromBackupNameByParentObjectParameterSet: - case CreateFromBackupIdByNameParameterSet: - case CreateFromBackupIdByParentObjectParameterSet: - case CreateFromBackupInputObjectByNameParameterSet: - createParams.CreateMode = SynapseSqlPoolCreateMode.Recovery; - createParams.RecoverableDatabaseId = this.BackupResourceId; - break; - - case CreateFromRestorePointNameByNameParameterSet: - case CreateFromRestorePointNameByParentObjectParameterSet: - case CreateFromRestorePointIdByNameParameterSet: - case CreateFromRestorePointIdByParentObjectParameterSet: - case CreateFromRestorePointInputObjectByNameParameterSet: - if (!this.IsParameterBound(c => c.RestorePoint)) - { - this.RestorePoint = GetNewestRestorePoint(); - } - - createParams.CreateMode = SynapseSqlPoolCreateMode.PointInTimeRestore; - createParams.SourceDatabaseId = this.SourceResourceId; - createParams.RestorePointInTime = this.RestorePoint; - createParams.Sku = new Sku - { - Name = this.PerformanceLevel - }; - - break; - - default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); - } + Name = this.PerformanceLevel + }; if (this.ShouldProcess(this.Name, string.Format(Resources.CreatingSynapseSqlPool, this.ResourceGroupName, this.WorkspaceName, this.Name))) { @@ -386,49 +145,5 @@ public override void ExecuteCmdlet() } } } - - private DateTime GetNewestRestorePoint() - { - string sourceResourceGroupName = this.SourceResourceGroupName; - string sourceWorkspaceName = this.SourceWorkspaceName; - sourceWorkspaceName = sourceWorkspaceName.Substring(sourceWorkspaceName.LastIndexOf('/') + 1); - string sourceSqlPoolName = this.SourceSqlPoolName; - - var sourceSqlDatabase = this.SynapseAnalyticsClient.GetSqlPool(sourceResourceGroupName, sourceWorkspaceName, sourceSqlPoolName); - if (sourceSqlDatabase == null) - { - throw new SynapseException(string.Format(Resources.SqlPoolDoesNotExist, sourceSqlPoolName)); - } - - var restorePoints = this.SynapseAnalyticsClient.ListSqlPoolRestorePoints( - sourceResourceGroupName, - sourceWorkspaceName, - sourceSqlPoolName); - - var neweastRestorePoint = restorePoints.MaxOrDefault(rp => rp.RestorePointCreationDate, null); - if (!neweastRestorePoint.HasValue) - { - throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPoolRestorePoints, sourceSqlPoolName, sourceResourceGroupName, sourceWorkspaceName)); - } - else - { - return neweastRestorePoint.Value; - } - } - - private static string ConstructSqlDatabaseResourceId( - string subscriptionId, - string resourceGroupName, - string serverName, - string databaseName, - bool isRecoverableDatabase) - { - return Utils.ConstructResourceId( - subscriptionId, - resourceGroupName, - isRecoverableDatabase ? ResourceTypes.RecoverablSqlDatabase : ResourceTypes.SqlDatabase, - databaseName, - $"servers/{serverName}"); - } } } diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RestoreAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RestoreAzureSynapseSqlPool.cs new file mode 100644 index 000000000000..e0ef5407564e --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RestoreAzureSynapseSqlPool.cs @@ -0,0 +1,365 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Models.Exceptions; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.Synapse.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System; +using System.Collections; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsData.Restore, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlPool, + DefaultParameterSetName = RestoreFromBackupIdByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSSynapseSqlPool))] + public class RestoreAzureSynapseSqlPool : SynapseManagementCmdletBase + { + // Restore from backup + private const string RestoreFromBackupIdByNameParameterSet = "RestoreFromBackupIdByNameParameterSet"; + private const string RestoreFromBackupIdByParentObjectParameterSet = "RestoreFromBackupIdByParentObjectParameterSet"; + private const string RestoreFromBackupNameByNameParameterSet = "RestoreFromBackupNameByNameParameterSet"; + private const string RestoreFromBackupNameByParentObjectParameterSet = "RestoreFromBackupNameByParentObjectParameterSet"; + private const string RestoreFromBackupInputObjectByNameParameterSet = "RestoreFromBackupInputObjectByNameParameterSet"; + + // Restore from restore point + private const string RestoreFromRestorePointIdByNameParameterSet = "RestoreFromRestorePointIdByNameParameterSet"; + private const string RestoreFromRestorePointIdByParentObjectParameterSet = "RestoreFromRestorePointIdByParentObjectParameterSet"; + private const string RestoreFromRestorePointNameByNameParameterSet = "RestoreFromRestorePointNameByNameParameterSet"; + private const string RestoreFromRestorePointNameByParentObjectParameterSet = "RestoreFromRestorePointNameByParentObjectParameterSet"; + private const string RestoreFromRestorePointInputObjectByNameParameterSet = "RestoreFromRestorePointInputObjectByNameParameterSet"; + + [Parameter(ParameterSetName = RestoreFromBackupIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromBackup)] + [Parameter(ParameterSetName = RestoreFromBackupIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromBackup)] + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromBackup)] + [Parameter(ParameterSetName = RestoreFromBackupNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromBackup)] + [Parameter(ParameterSetName = RestoreFromBackupInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromBackup)] + public SwitchParameter FromBackup { get; set; } + + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] + [Parameter(ParameterSetName = RestoreFromRestorePointInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.FromRestorePoint)] + public SwitchParameter FromRestorePoint { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupIdByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromBackupInputObjectByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromRestorePointInputObjectByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [Parameter(ParameterSetName = RestoreFromBackupInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [Parameter(ParameterSetName = RestoreFromRestorePointInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = RestoreFromBackupNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [Parameter(ValueFromPipeline = true, ParameterSetName = RestoreFromBackupIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [Parameter(ValueFromPipeline = true, ParameterSetName = RestoreFromRestorePointNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [Parameter(ValueFromPipeline = true, ParameterSetName = RestoreFromRestorePointIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(Mandatory = true, HelpMessage = HelpMessages.SqlPoolName)] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = false, HelpMessage = HelpMessages.Tag)] + [ValidateNotNull] + public Hashtable Tag { get; set; } + + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] + [Parameter(ParameterSetName = RestoreFromRestorePointInputObjectByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.PerformanceLevel)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.PerformanceLevel)] + [ValidateNotNullOrEmpty] + public string PerformanceLevel { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.BackupResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromBackupNameByParentObjectParameterSet, + Mandatory = false, HelpMessage = HelpMessages.BackupResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string BackupResourceGroupName { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupWorkspaceName)] + [Parameter(ParameterSetName = RestoreFromBackupNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupWorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(BackupResourceGroupName))] + [Alias("BackupServerName")] + [ValidateNotNullOrEmpty] + public string BackupWorkspaceName { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolName)] + [Parameter(ParameterSetName = RestoreFromBackupNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolName)] + [ResourceNameCompleter( + ResourceTypes.SqlPool, + nameof(BackupResourceGroupName), + nameof(BackupWorkspaceName))] + [Alias("BackupDatabaseName")] + [ValidateNotNullOrEmpty] + public string BackupSqlPoolName { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlPoolObject)] + [ValidateNotNullOrEmpty] + public PSSynapseSqlPool BackupSqlPoolObject { get; set; } + + [Parameter(ParameterSetName = RestoreFromBackupIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolResourceId)] + [Parameter(ParameterSetName = RestoreFromBackupIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.BackupSqlPoolResourceId)] + [ValidateNotNullOrEmpty] + public string BackupResourceId { get; set; } + + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.SourceResourceGroupName)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByParentObjectParameterSet, + Mandatory = false, HelpMessage = HelpMessages.SourceResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string SourceResourceGroupName { get { return BackupResourceGroupName; } set { this.BackupResourceGroupName = value; } } + + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceWorkspaceName)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceWorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(SourceResourceGroupName))] + [Alias("SourceServerName")] + [ValidateNotNullOrEmpty] + public string SourceWorkspaceName { get { return BackupWorkspaceName; } set { this.BackupWorkspaceName = value; } } + + [Parameter(ParameterSetName = RestoreFromRestorePointNameByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolName)] + [Parameter(ParameterSetName = RestoreFromRestorePointNameByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolName)] + [ResourceNameCompleter( + ResourceTypes.SqlPool, + nameof(SourceResourceGroupName), + nameof(SourceWorkspaceName))] + [Alias("SourceDatabaseName")] + [ValidateNotNullOrEmpty] + public string SourceSqlPoolName { get { return BackupSqlPoolName; } set { this.BackupSqlPoolName = value; } } + + [Parameter(ParameterSetName = RestoreFromRestorePointInputObjectByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlPoolObject)] + [ValidateNotNullOrEmpty] + public PSSynapseSqlPool SourceSqlPoolObject { get { return BackupSqlPoolObject; } set { this.BackupSqlPoolObject = value; } } + + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolId)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SourceSqlPoolId)] + [ValidateNotNullOrEmpty] + public string SourceResourceId { get { return BackupResourceId; } set { this.BackupResourceId = value; } } + + [Parameter(ParameterSetName = RestoreFromRestorePointIdByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.RestorePoint)] + [Parameter(ParameterSetName = RestoreFromRestorePointIdByParentObjectParameterSet, + Mandatory = false, HelpMessage = HelpMessages.RestorePoint)] + public DateTime? RestorePoint { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.BackupResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.BackupResourceId); + this.BackupWorkspaceName = resourceIdentifier.ParentResource; + this.BackupWorkspaceName = this.BackupWorkspaceName.Substring(this.BackupWorkspaceName.LastIndexOf('/') + 1); + this.BackupSqlPoolName = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.BackupSqlPoolObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.BackupSqlPoolObject.Id); + this.BackupResourceId = this.BackupSqlPoolObject.Id; + this.BackupWorkspaceName = resourceIdentifier.ParentResource; + this.BackupWorkspaceName = this.BackupWorkspaceName.Substring(this.BackupWorkspaceName.LastIndexOf('/') + 1); + this.BackupSqlPoolName = resourceIdentifier.ResourceName; + this.PerformanceLevel = this.IsParameterBound(c => c.PerformanceLevel) ? this.PerformanceLevel : this.BackupSqlPoolObject.Sku?.Name; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + if (FromBackup.IsPresent || FromRestorePoint.IsPresent) + { + // Construct resource id from components. + if (string.IsNullOrEmpty(this.BackupResourceId)) + { + if (string.IsNullOrEmpty(this.BackupResourceGroupName)) + { + this.BackupResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.BackupWorkspaceName); + } + + this.BackupResourceId = ConstructSqlDatabaseResourceId( + this.DefaultContext.Subscription.Id, + this.BackupResourceGroupName, + this.BackupWorkspaceName, + this.BackupSqlPoolName, + this.FromBackup.IsPresent); + } + } + + var existingWorkspace = this.SynapseAnalyticsClient.GetWorkspaceOrDefault(this.ResourceGroupName, this.WorkspaceName); + if (existingWorkspace == null) + { + throw new SynapseException(string.Format(Resources.WorkspaceDoesNotExist, this.WorkspaceName)); + } + + var existingSqlPool = this.SynapseAnalyticsClient.GetSqlPoolOrDefault(this.ResourceGroupName, this.WorkspaceName, this.Name); + if (existingSqlPool != null) + { + throw new SynapseException(string.Format(Resources.SynapseSqlPoolExists, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + var createParams = new SqlPool + { + Location = existingWorkspace.Location, + Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) + }; + + switch (this.ParameterSetName) + { + case RestoreFromBackupNameByNameParameterSet: + case RestoreFromBackupNameByParentObjectParameterSet: + case RestoreFromBackupIdByNameParameterSet: + case RestoreFromBackupIdByParentObjectParameterSet: + case RestoreFromBackupInputObjectByNameParameterSet: + createParams.CreateMode = SynapseSqlPoolCreateMode.Recovery; + createParams.RecoverableDatabaseId = this.BackupResourceId; + break; + + case RestoreFromRestorePointNameByNameParameterSet: + case RestoreFromRestorePointNameByParentObjectParameterSet: + case RestoreFromRestorePointIdByNameParameterSet: + case RestoreFromRestorePointIdByParentObjectParameterSet: + case RestoreFromRestorePointInputObjectByNameParameterSet: + if (!this.IsParameterBound(c => c.RestorePoint)) + { + this.RestorePoint = GetNewestRestorePoint(); + } + + createParams.CreateMode = SynapseSqlPoolCreateMode.PointInTimeRestore; + createParams.SourceDatabaseId = this.SourceResourceId; + createParams.RestorePointInTime = this.RestorePoint; + createParams.Sku = new Sku + { + Name = this.PerformanceLevel + }; + + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.RestoringSynapseSqlPool, this.BackupSqlPoolName, this.ResourceGroupName, this.WorkspaceName, this.Name))) + { + var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.CreateSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name, createParams)); + WriteObject(result); + } + } + + private DateTime GetNewestRestorePoint() + { + string sourceResourceGroupName = this.SourceResourceGroupName; + string sourceWorkspaceName = this.SourceWorkspaceName; + sourceWorkspaceName = sourceWorkspaceName.Substring(sourceWorkspaceName.LastIndexOf('/') + 1); + string sourceSqlPoolName = this.SourceSqlPoolName; + + var sourceSqlDatabase = this.SynapseAnalyticsClient.GetSqlPool(sourceResourceGroupName, sourceWorkspaceName, sourceSqlPoolName); + if (sourceSqlDatabase == null) + { + throw new SynapseException(string.Format(Resources.SqlPoolDoesNotExist, sourceSqlPoolName)); + } + + var restorePoints = this.SynapseAnalyticsClient.ListSqlPoolRestorePoints( + sourceResourceGroupName, + sourceWorkspaceName, + sourceSqlPoolName); + + var neweastRestorePoint = restorePoints.MaxOrDefault(rp => rp.RestorePointCreationDate, null); + if (!neweastRestorePoint.HasValue) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPoolRestorePoints, sourceSqlPoolName, sourceResourceGroupName, sourceWorkspaceName)); + } + else + { + return neweastRestorePoint.Value; + } + } + + private static string ConstructSqlDatabaseResourceId( + string subscriptionId, + string resourceGroupName, + string serverName, + string databaseName, + bool isRecoverableDatabase) + { + return Utils.ConstructResourceId( + subscriptionId, + resourceGroupName, + isRecoverableDatabase ? ResourceTypes.RecoverablSqlDatabase : ResourceTypes.SqlDatabase, + databaseName, + $"servers/{serverName}"); + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/ResumeAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/ResumeAzureSynapseSqlPool.cs new file mode 100644 index 000000000000..d3442894ae3f --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/ResumeAzureSynapseSqlPool.cs @@ -0,0 +1,117 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Models.Exceptions; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.Synapse.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsLifecycle.Resume, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlPool, + DefaultParameterSetName = ResumeByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSSynapseSqlPool))] + public class ResumeAzureSynapseSqlPool : SynapseManagementCmdletBase + { + private const string ResumeByNameParameterSet = "ResumeByNameParameterSet"; + private const string ResumeByParentObjectParameterSet = "ResumeByParentObjectParameterSet"; + private const string ResumeByInputObjectParameterSet = "ResumeByInputObjectParameterSet"; + private const string ResumeByResourceIdParameterSet = "ResumeByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [Parameter(Mandatory = true, ParameterSetName = ResumeByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [ResourceNameCompleter( + ResourceTypes.SqlPool, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = ResumeByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = ResumeByInputObjectParameterSet, Mandatory = true, + HelpMessage = HelpMessages.SqlPoolObject)] + [ValidateNotNull] + public PSSynapseSqlPool InputObject { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = ResumeByResourceIdParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.PassThru)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.InputObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.InputObject.Id); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + SqlPool existingSqlPool = null; + try + { + existingSqlPool = this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + catch + { + existingSqlPool = null; + } + + if (existingSqlPool == null) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.ResumingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) + { + this.SynapseAnalyticsClient.ResumeSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); + WriteObject(result); + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/SuspendAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/SuspendAzureSynapseSqlPool.cs new file mode 100644 index 000000000000..225a7723b115 --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/SuspendAzureSynapseSqlPool.cs @@ -0,0 +1,117 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Models.Exceptions; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.Synapse.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsLifecycle.Suspend, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlPool, + DefaultParameterSetName = SuspendByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSSynapseSqlPool))] + public class SuspendAzureSynapseSqlPool : SynapseManagementCmdletBase + { + private const string SuspendByNameParameterSet = "SuspendByNameParameterSet"; + private const string SuspendByParentObjectParameterSet = "SuspendByParentObjectParameterSet"; + private const string SuspendByInputObjectParameterSet = "SuspendByInputObjectParameterSet"; + private const string SuspendByResourceIdParameterSet = "SuspendByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = SuspendByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = SuspendByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = SuspendByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [Parameter(Mandatory = true, ParameterSetName = SuspendByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] + [ResourceNameCompleter( + ResourceTypes.SqlPool, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = SuspendByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = SuspendByInputObjectParameterSet, Mandatory = true, + HelpMessage = HelpMessages.SqlPoolObject)] + [ValidateNotNull] + public PSSynapseSqlPool InputObject { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = SuspendByResourceIdParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.PassThru)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.InputObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.InputObject.Id); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + SqlPool existingSqlPool = null; + try + { + existingSqlPool = this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + catch + { + existingSqlPool = null; + } + + if (existingSqlPool == null) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.SuspendingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) + { + this.SynapseAnalyticsClient.PauseSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); + WriteObject(result); + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs index fa312c508acb..dad372a39f49 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs @@ -27,36 +27,18 @@ public class UpdateAzureSynapseSqlPool : SynapseManagementCmdletBase private const string RenameByInputObjectParameterSet = "RenameByInputObjectParameterSet"; private const string RenameByResourceIdParameterSet = "RenameByResourceIdParameterSet"; - private const string PauseByNameParameterSet = "PauseByNameParameterSet"; - private const string PauseByParentObjectParameterSet = "PauseByParentObjectParameterSet"; - private const string PauseByInputObjectParameterSet = "PauseByInputObjectParameterSet"; - private const string PauseByResourceIdParameterSet = "PauseByResourceIdParameterSet"; - - private const string ResumeByNameParameterSet = "ResumeByNameParameterSet"; - private const string ResumeByParentObjectParameterSet = "ResumeByParentObjectParameterSet"; - private const string ResumeByInputObjectParameterSet = "ResumeByInputObjectParameterSet"; - private const string ResumeByResourceIdParameterSet = "ResumeByResourceIdParameterSet"; - [Parameter(Mandatory = false, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(Mandatory = false, ParameterSetName = PauseByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] - [Parameter(Mandatory = false, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] [ResourceGroupCompleter] [ValidateNotNullOrEmpty] public string ResourceGroupName { get; set; } [Parameter(Mandatory = true, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(Mandatory = true, ParameterSetName = PauseByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] [ValidateNotNullOrEmpty] public string WorkspaceName { get; set; } [Parameter(Mandatory = true, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] [Parameter(Mandatory = true, ParameterSetName = UpdateByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] - [Parameter(Mandatory = true, ParameterSetName = PauseByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] - [Parameter(Mandatory = true, ParameterSetName = PauseByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.SqlPoolName)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByParentObjectParameterSet, HelpMessage = HelpMessages.SqlPoolName)] [ResourceNameCompleter( ResourceTypes.SqlPool, nameof(ResourceGroupName), @@ -68,42 +50,18 @@ public class UpdateAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public int Version { get; set; } - [Parameter(Mandatory = true, ParameterSetName = PauseByNameParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = PauseByInputObjectParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = PauseByParentObjectParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = PauseByResourceIdParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] - public SwitchParameter Suspend { get; set; } - - [Parameter(Mandatory = true, ParameterSetName = ResumeByNameParameterSet, HelpMessage = HelpMessages.ResumeSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByInputObjectParameterSet, HelpMessage = HelpMessages.ResumeSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByParentObjectParameterSet, HelpMessage = HelpMessages.ResumeSqlPool)] - [Parameter(Mandatory = true, ParameterSetName = ResumeByResourceIdParameterSet, HelpMessage = HelpMessages.ResumeSqlPool)] - public SwitchParameter Resume { get; set; } - [Parameter(ValueFromPipeline = true, ParameterSetName = UpdateByParentObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = PauseByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = ResumeByParentObjectParameterSet, - Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] [ValidateNotNull] public PSSynapseWorkspace WorkspaceObject { get; set; } [Parameter(ValueFromPipeline = true, ParameterSetName = UpdateByInputObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.SqlPoolObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = PauseByInputObjectParameterSet, Mandatory = true, - HelpMessage = HelpMessages.SqlPoolObject)] - [Parameter(ValueFromPipeline = true, ParameterSetName = ResumeByInputObjectParameterSet, Mandatory = true, - HelpMessage = HelpMessages.SqlPoolObject)] [ValidateNotNull] public PSSynapseSqlPool InputObject { get; set; } [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByResourceIdParameterSet, Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] - [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = PauseByResourceIdParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] - [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = ResumeByResourceIdParameterSet, - Mandatory = true, HelpMessage = HelpMessages.SqlPoolResourceId)] [ValidateNotNullOrEmpty] public string ResourceId { get; set; } @@ -224,20 +182,6 @@ public override void ExecuteCmdlet() UpdateSqlPool(existingSqlPool); break; - case PauseByNameParameterSet: - case PauseByInputObjectParameterSet: - case PauseByParentObjectParameterSet: - case PauseByResourceIdParameterSet: - PauseSqlPool(); - break; - - case ResumeByNameParameterSet: - case ResumeByInputObjectParameterSet: - case ResumeByParentObjectParameterSet: - case ResumeByResourceIdParameterSet: - ResumeSqlPool(); - break; - case RenameByNameParameterSet: case RenameByInputObjectParameterSet: case RenameByParentObjectParameterSet: @@ -294,26 +238,6 @@ private void UpdateSqlPool(SqlPool existingSqlPool) } } - private void PauseSqlPool() - { - if (this.ShouldProcess(this.Name, string.Format(Resources.SuspendingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) - { - this.SynapseAnalyticsClient.PauseSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); - var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); - WriteObject(result); - } - } - - private void ResumeSqlPool() - { - if (this.ShouldProcess(this.Name, string.Format(Resources.SuspendingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) - { - this.SynapseAnalyticsClient.ResumeSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); - var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); - WriteObject(result); - } - } - private void RenameSqlPool() { if (this.ShouldProcess(this.Name, string.Format(Resources.UpdatingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) diff --git a/src/Synapse/Synapse/Models/PSRestorePoint.cs b/src/Synapse/Synapse/Models/PSRestorePoint.cs new file mode 100644 index 000000000000..9392457792a2 --- /dev/null +++ b/src/Synapse/Synapse/Models/PSRestorePoint.cs @@ -0,0 +1,29 @@ +using Microsoft.Azure.Management.Synapse.Models; +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Synapse.Models +{ + public class PSRestorePoint + { + public PSRestorePoint(RestorePoint restorePoint) + { + this.Location = restorePoint.Location; + this.RestorePointType = restorePoint.RestorePointType; + this.EarliestRestoreDate = restorePoint.EarliestRestoreDate; + this.RestorePointCreationDate = restorePoint.RestorePointCreationDate; + this.RestorePointLabel = restorePoint.RestorePointLabel; + } + + public string Location { get; } + + public RestorePointType? RestorePointType { get; } + + public DateTime? EarliestRestoreDate { get; } + + public DateTime? RestorePointCreationDate { get; } + + public string RestorePointLabel { get; } + } +} diff --git a/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs b/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs index 2b388ea0125c..af761501982d 100644 --- a/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs +++ b/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs @@ -441,7 +441,7 @@ public void ResumeSqlPool(string resourceGroupName, string workspaceName, string } } - internal List ListSqlPoolRestorePoints(string resourceGroupName, string workspaceName, string sqlPoolName) + public List ListSqlPoolRestorePoints(string resourceGroupName, string workspaceName, string sqlPoolName) { try { diff --git a/src/Synapse/Synapse/Models/SynapseConstants.cs b/src/Synapse/Synapse/Models/SynapseConstants.cs index 27cf705e803a..40f8c2eea0cd 100644 --- a/src/Synapse/Synapse/Models/SynapseConstants.cs +++ b/src/Synapse/Synapse/Models/SynapseConstants.cs @@ -32,6 +32,8 @@ public static class SynapseConstants public const string SqlPool = nameof(SqlPool); + public const string RestorePoint = nameof(RestorePoint); + public const string SqlDatabase = nameof(SqlDatabase); public const string SparkPoolName = nameof(SparkPoolName); diff --git a/src/Synapse/Synapse/Properties/Resources.Designer.cs b/src/Synapse/Synapse/Properties/Resources.Designer.cs index 9a57afa69f3c..d671c9d495c6 100644 --- a/src/Synapse/Synapse/Properties/Resources.Designer.cs +++ b/src/Synapse/Synapse/Properties/Resources.Designer.cs @@ -450,15 +450,6 @@ internal static string IntegrationRuntimeWrongType { } } - /// - /// Looks up a localized string similar to InteractiveSparkSessionTips. - /// - internal static string InteractiveSparkSessionTips { - get { - return ResourceManager.GetString("InteractiveSparkSessionTips", resourceCulture); - } - } - /// /// Looks up a localized string similar to All keys in the parameters hashtable must be of type string since they represent pipeline parameter names.. /// @@ -523,21 +514,21 @@ internal static string InvalidStorageUri { } /// - /// Looks up a localized string similar to An error occurred while requesting the status of Integration Runtime, but you can manually execute the following command: Get-AzSynapseIntegrationRuntime -WorkspaceName MyWorkspace -ResourceGroupName MyResourceGroup -Name MyIR -Status. + /// Looks up a localized string similar to Invoking Spark statement in Spark pool '{0}' under workspace '{1}' .... /// - internal static string LongRunningStatusError { + internal static string InvokingSparkStatement { get { - return ResourceManager.GetString("LongRunningStatusError", resourceCulture); - } + return ResourceManager.GetString("InvokingSparkStatement", resourceCulture); + } } - + /// - /// Looks up a localized string similar to Invoking Spark statement in Spark pool '{0}' under workspace '{1}' .... + /// Looks up a localized string similar to An error occurred while requesting the status of Integration Runtime, but you can manually execute the following command: Get-AzSynapseIntegrationRuntime -WorkspaceName MyWorkspace -ResourceGroupName MyResourceGroup -Name MyIR -Status. /// - internal static string InvokingSparkStatement { + internal static string LongRunningStatusError { get { - return ResourceManager.GetString("InvokingSparkStatement", resourceCulture); - } + return ResourceManager.GetString("LongRunningStatusError", resourceCulture); + } } /// @@ -611,7 +602,7 @@ internal static string RemovingIntegrationRuntimeNode { return ResourceManager.GetString("RemovingIntegrationRuntimeNode", resourceCulture); } } - + /// /// Looks up a localized string similar to Deleting data flow '{0}' in workspace '{1}'.. /// @@ -654,7 +645,6 @@ internal static string RemovingSynapseNotebook { internal static string RemovingSynapsePipeline { get { return ResourceManager.GetString("RemovingSynapsePipeline", resourceCulture); - } } @@ -739,6 +729,15 @@ internal static string ResettingSynapseSparkSessionTimeout { } } + /// + /// Looks up a localized string similar to Creating a new SQL pool restored from '{0}' in resource group '{1}' under parent Workspace '{2}' with name '{3}'.. + /// + internal static string RestoringSynapseSqlPool { + get { + return ResourceManager.GetString("RestoringSynapseSqlPool", resourceCulture); + } + } + /// /// Looks up a localized string similar to Resuming SQL pool '{0}' in resource group '{1}' under workspace '{2}'.. /// @@ -848,20 +847,20 @@ internal static string SqlPoolDoesNotExist { } /// - /// Looks up a localized string similar to Starting trigger '{0}' in workspace '{1}'.. + /// Looks up a localized string similar to Starting Spark session in Spark pool '{0}' under workspace '{1}' .... /// - internal static string StartingSynapseTrigger { + internal static string StartingSynapseSparkSession { get { - return ResourceManager.GetString("StartingSynapseTrigger", resourceCulture); + return ResourceManager.GetString("StartingSynapseSparkSession", resourceCulture); } } /// - /// Looks up a localized string similar to Starting Spark session in Spark pool '{0}' under workspace '{1}' .... + /// Looks up a localized string similar to Starting trigger '{0}' in workspace '{1}'.. /// - internal static string StartingSynapseSparkSession { + internal static string StartingSynapseTrigger { get { - return ResourceManager.GetString("StartingSynapseSparkSession", resourceCulture); + return ResourceManager.GetString("StartingSynapseTrigger", resourceCulture); } } @@ -902,20 +901,20 @@ internal static string StoppingSynapseSparkSession { } /// - /// Looks up a localized string similar to Submitting Spark job in Spark pool '{0}' under workspace '{1}' .... + /// Looks up a localized string similar to Stopping trigger '{0}' in workspace '{1}'.. /// - internal static string SubmittingSynapseSparkJob { + internal static string StoppingSynapseTrigger { get { - return ResourceManager.GetString("SubmittingSynapseSparkJob", resourceCulture); - } + return ResourceManager.GetString("StoppingSynapseTrigger", resourceCulture); + } } - + /// - /// Looks up a localized string similar to Stopping trigger '{0}' in workspace '{1}'.. + /// Looks up a localized string similar to Submitting Spark job in Spark pool '{0}' under workspace '{1}' .... /// - internal static string StoppingSynapseTrigger { + internal static string SubmittingSynapseSparkJob { get { - return ResourceManager.GetString("StoppingSynapseTrigger", resourceCulture); + return ResourceManager.GetString("SubmittingSynapseSparkJob", resourceCulture); } } diff --git a/src/Synapse/Synapse/Properties/Resources.resx b/src/Synapse/Synapse/Properties/Resources.resx index 673def0cde64..8b50362ac540 100644 --- a/src/Synapse/Synapse/Properties/Resources.resx +++ b/src/Synapse/Synapse/Properties/Resources.resx @@ -456,4 +456,7 @@ Are you sure you want to continue? Deleting data flow '{0}' in workspace '{1}'. + + Creating a new SQL pool restored from '{0}' in resource group '{1}' under parent Workspace '{2}' with name '{3}'. + \ No newline at end of file diff --git a/src/Synapse/Synapse/help/Az.Synapse.md b/src/Synapse/Synapse/help/Az.Synapse.md index 7deddd137e97..02ea90774290 100644 --- a/src/Synapse/Synapse/help/Az.Synapse.md +++ b/src/Synapse/Synapse/help/Az.Synapse.md @@ -77,6 +77,9 @@ This feature is in a limited preview, initially accessible only to certain subsc ### [Get-AzSynapseSqlPool](Get-AzSynapseSqlPool.md) Gets a Synapse Analytics SQL pool. +### [Get-AzSynapseSqlPoolRestorePoint](Get-AzSynapseSqlPoolRestorePoint.md) +Retrieves the distinct restore points from which a Synapse Analytics SQL pool can be restored. + ### [Get-AzSynapseTrigger](Get-AzSynapseTrigger.md) Gets information about triggers in a workspace. @@ -167,8 +170,11 @@ Deletes a Synapse Analytics workspace. ### [Reset-AzSynapseSparkSessionTimeout](Reset-AzSynapseSparkSessionTimeout.md) Resets timeout of a Synapse Analytics Spark session. -### [Set-AzSynapseIntegrationRuntime](Set-AzSynapseIntegrationRuntime.md) -Updates an integration runtime. +### [Restore-AzSynapseSqlPool](Restore-AzSynapseSqlPool.md) +Restores a Synapse Analytics SQL pool. + +### [Resume-AzSynapseSqlPool](Resume-AzSynapseSqlPool.md) +Resumes a Synapse Analytics SQL pool. ### [Set-AzSynapseDataFlow](Set-AzSynapseDataFlow.md) Creates or updates a data flow in workspace. @@ -176,6 +182,9 @@ Creates or updates a data flow in workspace. ### [Set-AzSynapseDataset](Set-AzSynapseDataset.md) Creates or updates a dataset in workspace. +### [Set-AzSynapseIntegrationRuntime](Set-AzSynapseIntegrationRuntime.md) +Updates an integration runtime. + ### [Set-AzSynapseLinkedService](Set-AzSynapseLinkedService.md) Links a data store or a cloud service to workspace. @@ -212,6 +221,9 @@ Stops a trigger in a workspace. ### [Submit-AzSynapseSparkJob](Submit-AzSynapseSparkJob.md) Submits a Synapse Analytics Spark job. +### [Suspend-AzSynapseSqlPool](Suspend-AzSynapseSqlPool.md) +Suspends a Synapse Analytics SQL pool. + ### [Sync-AzSynapseIntegrationRuntimeCredential](Sync-AzSynapseIntegrationRuntimeCredential.md) Synchronizes credentials among integration runtime nodes. diff --git a/src/Synapse/Synapse/help/Get-AzSynapseSqlPoolRestorePoint.md b/src/Synapse/Synapse/help/Get-AzSynapseSqlPoolRestorePoint.md new file mode 100644 index 000000000000..da535ef08b07 --- /dev/null +++ b/src/Synapse/Synapse/help/Get-AzSynapseSqlPoolRestorePoint.md @@ -0,0 +1,173 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/get-azsynapsesqlpoolrestorepoint +schema: 2.0.0 +--- + +# Get-AzSynapseSqlPoolRestorePoint + +## SYNOPSIS +Retrieves the distinct restore points from which a Synapse Analytics SQL pool can be restored. + +## SYNTAX + +### GetByNameParameterSet (Default) +``` +Get-AzSynapseSqlPoolRestorePoint [-ResourceGroupName ] -WorkspaceName -Name + [-DefaultProfile ] [] +``` + +### GetByParentObjectParameterSet +``` +Get-AzSynapseSqlPoolRestorePoint -Name -WorkspaceObject + [-DefaultProfile ] [] +``` + +### GetByInputObjectParameterSet +``` +Get-AzSynapseSqlPoolRestorePoint -InputObject [-DefaultProfile ] + [] +``` + +### GetByResourceIdParameterSet +``` +Get-AzSynapseSqlPoolRestorePoint -ResourceId [-DefaultProfile ] + [] +``` + +## DESCRIPTION +The **Get-AzSynapseSqlPoolRestorePoint** cmdlet retrieves the distinct restore points that an Azure Synapse Analytics SQL pool can be restored from. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzSynapseSqlPoolRestorePoint -WorkspaceName -WorkspaceName ContosoWorkspace -Name ContosoSqlPool +``` + +This command returns all available restore points for the Azure Synapse Analytics SQL pool named ContosoSqlPool. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +SQL pool input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool +Parameter Sets: GetByInputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL pool. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet, GetByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Pool. + +```yaml +Type: System.String +Parameter Sets: GetByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: GetByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## OUTPUTS + +### Microsoft.Azure.Management.Synapse.Models.RestorePoint + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md index 60c7994dd8b6..b137135b7426 100644 --- a/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md @@ -19,82 +19,6 @@ New-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### CreateFromBackupIdByNameParameterSet -``` -New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] -BackupResourceId [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### CreateFromBackupIdByParentObjectParameterSet -``` -New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Version ] - [-Tag ] -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] -``` - -### CreateFromBackupNameByNameParameterSet -``` -New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName - -BackupSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### CreateFromBackupNameByParentObjectParameterSet -``` -New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Version ] - [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName - -BackupSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### CreateFromBackupInputObjectByNameParameterSet -``` -New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] -BackupSqlPoolObject [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### CreateFromRestorePointIdByNameParameterSet -``` -New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] -PerformanceLevel -SourceResourceId - [-RestorePoint ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### CreateFromRestorePointIdByParentObjectParameterSet -``` -New-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name - [-Version ] [-Tag ] -PerformanceLevel -SourceResourceId - [-RestorePoint ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### CreateFromRestorePointNameByNameParameterSet -``` -New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] -PerformanceLevel [-SourceResourceGroupName ] - -SourceWorkspaceName -SourceSqlPoolName [-AsJob] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] -``` - -### CreateFromRestorePointNameByParentObjectParameterSet -``` -New-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name - [-Version ] [-Tag ] [-SourceResourceGroupName ] -SourceWorkspaceName - -SourceSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### CreateFromRestorePointInputObjectByNameParameterSet -``` -New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Version ] [-Tag ] [-PerformanceLevel ] -SourceSqlPoolObject - [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - ### CreateByParentObjectParameterSet ``` New-AzSynapseSqlPool -WorkspaceObject -Name [-Version ] [-Tag ] @@ -114,35 +38,6 @@ PS C:\> New-AzSynapseSqlPool -WorkspaceName ContosoWorkspace -Name ContosoSqlPoo This command creates an Azure Synapse Analytics SQL pool. -### Example 2 -```powershell -PS C:\> New-AzSynapseSqlPool -FromBackup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BackupWorkspaceName ContosoWorkspace -BackupSqlPoolName ExistingContosoSqlPool -``` - -This command creates an Azure Synapse Analytics SQL pool by restoring from the most recent backup of any SQL pool in this subscription. - -### Example 3 -```powershell -PS C:\> New-AzSynapseSqlPool -FromRestorePoint -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -PerformanceLevel DW200c -SourceWorkspaceName ContosoWorkspace -SourceSqlPoolName ExistingContosoSqlPool -``` - -This command creates an Azure Synapse Analytics SQL pool by leveraging a restore point from any SQL pool in this subscription to recover or copy from a previous state. - -### Example 4 -```powershell -PS C:\> New-AzSynapseSqlPool -FromBackup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BackupResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/recoverableSqlPools/ExistingContosoSqlPool -``` - -This command creates an Azure Synapse Analytics SQL pool by restoring from the most recent backup of any SQL pool in this subscription with resource ID. - -### Example 5 -```powershell -PS C:\> $ws = Get-AzSynapseWorkspace -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace -$ws | New-AzSynapseSqlPool -FromRestorePoint -Name dwsql0554 -SourceResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/mandywtest/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlpools/ExistingContosoSqlPool -PerformanceLevel DW300c -``` - -This command creates an Azure Synapse Analytics SQL pool by leveraging a restore point from any SQL pool in this subscription to recover or copy from a previous state with resource ID. - ## PARAMETERS ### -AsJob @@ -160,88 +55,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -BackupResourceGroupName -The resource group name of bakcup SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromBackupNameByNameParameterSet, CreateFromBackupNameByParentObjectParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupResourceId -The resource identifier of backup SQL pool object to restore from. - -```yaml -Type: System.String -Parameter Sets: CreateFromBackupIdByNameParameterSet, CreateFromBackupIdByParentObjectParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupSqlPoolName -The name of bakcup SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromBackupNameByNameParameterSet, CreateFromBackupNameByParentObjectParameterSet -Aliases: BackupDatabaseName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupSqlPoolObject -SQL pool input object, usually passed through the pipeline. - -```yaml -Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool -Parameter Sets: CreateFromBackupInputObjectByNameParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BackupWorkspaceName -The Synapse workspace name of bakcup SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromBackupNameByNameParameterSet, CreateFromBackupNameByParentObjectParameterSet -Aliases: BackupServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Collation Collation defines the rules that sort and compare data, and cannot be changed after SQL pool creation. The default collation is SQL_Latin1_General_CP1_CI_AS. ```yaml Type: System.String -Parameter Sets: CreateByNameParameterSet, CreateByParentObjectParameterSet +Parameter Sets: (All) Aliases: Required: False @@ -266,36 +86,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -FromBackup -Indicates to restore from the most recent backup of any SQL pool in this subscription. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateFromBackupIdByNameParameterSet, CreateFromBackupIdByParentObjectParameterSet, CreateFromBackupNameByNameParameterSet, CreateFromBackupNameByParentObjectParameterSet, CreateFromBackupInputObjectByNameParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -FromRestorePoint -Indicates to leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointIdByParentObjectParameterSet, CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointNameByParentObjectParameterSet, CreateFromRestorePointInputObjectByNameParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Name Name of Synapse SQL pool. @@ -317,7 +107,7 @@ For example, DW2000c. ```yaml Type: System.String -Parameter Sets: CreateByNameParameterSet, CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointIdByParentObjectParameterSet, CreateFromRestorePointNameByNameParameterSet, CreateByParentObjectParameterSet +Parameter Sets: (All) Aliases: Required: True @@ -327,39 +117,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -```yaml -Type: System.String -Parameter Sets: CreateFromRestorePointInputObjectByNameParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName Resource group name. ```yaml Type: System.String -Parameter Sets: CreateByNameParameterSet, CreateFromBackupIdByNameParameterSet, CreateFromBackupNameByNameParameterSet, CreateFromBackupInputObjectByNameParameterSet, CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointInputObjectByNameParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RestorePoint -Snapshot time to restore. - -```yaml -Type: System.Nullable`1[System.DateTime] -Parameter Sets: CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointIdByParentObjectParameterSet +Parameter Sets: CreateByNameParameterSet Aliases: Required: False @@ -369,81 +132,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -SourceResourceGroupName -The resource group name of source SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointNameByParentObjectParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SourceResourceId -The resource identifier of source SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointIdByParentObjectParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SourceSqlPoolName -The name of source SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointNameByParentObjectParameterSet -Aliases: SourceDatabaseName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SourceSqlPoolObject -SQL pool input object, usually passed through the pipeline. - -```yaml -Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool -Parameter Sets: CreateFromRestorePointInputObjectByNameParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SourceWorkspaceName -The Synapse workspace name of source SQL pool object to create from. - -```yaml -Type: System.String -Parameter Sets: CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointNameByParentObjectParameterSet -Aliases: SourceServerName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Tag A string,string dictionary of tags associated with the resource. @@ -479,7 +167,7 @@ Name of Synapse workspace. ```yaml Type: System.String -Parameter Sets: CreateByNameParameterSet, CreateFromBackupIdByNameParameterSet, CreateFromBackupNameByNameParameterSet, CreateFromBackupInputObjectByNameParameterSet, CreateFromRestorePointIdByNameParameterSet, CreateFromRestorePointNameByNameParameterSet, CreateFromRestorePointInputObjectByNameParameterSet +Parameter Sets: CreateByNameParameterSet Aliases: Required: True @@ -494,7 +182,7 @@ workspace input object, usually passed through the pipeline. ```yaml Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace -Parameter Sets: CreateFromBackupIdByParentObjectParameterSet, CreateFromBackupNameByParentObjectParameterSet, CreateFromRestorePointIdByParentObjectParameterSet, CreateFromRestorePointNameByParentObjectParameterSet, CreateByParentObjectParameterSet +Parameter Sets: CreateByParentObjectParameterSet Aliases: Required: True diff --git a/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md new file mode 100644 index 000000000000..dee5010ade48 --- /dev/null +++ b/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md @@ -0,0 +1,498 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/restore-azsynapsesqlpool +schema: 2.0.0 +--- + +# Restore-AzSynapseSqlPool + +## SYNOPSIS +Restores a Synapse Analytics SQL pool. + +## SYNTAX + +### RestoreFromBackupIdByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name + [-Tag ] -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] +``` + +### RestoreFromBackupIdByParentObjectParameterSet +``` +Restore-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Tag ] + -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### RestoreFromBackupNameByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name + [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName + -BackupSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### RestoreFromBackupNameByParentObjectParameterSet +``` +Restore-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Tag ] + [-BackupResourceGroupName ] -BackupWorkspaceName -BackupSqlPoolName [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### RestoreFromBackupInputObjectByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name + [-Tag ] -BackupSqlPoolObject [-AsJob] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### RestoreFromRestorePointIdByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName + -Name [-Tag ] -PerformanceLevel -SourceResourceId + [-RestorePoint ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### RestoreFromRestorePointIdByParentObjectParameterSet +``` +Restore-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name + [-Tag ] -PerformanceLevel -SourceResourceId [-RestorePoint ] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### RestoreFromRestorePointNameByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName + -Name [-Tag ] -PerformanceLevel [-SourceResourceGroupName ] + -SourceWorkspaceName -SourceSqlPoolName [-AsJob] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### RestoreFromRestorePointNameByParentObjectParameterSet +``` +Restore-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name + [-Tag ] [-SourceResourceGroupName ] -SourceWorkspaceName + -SourceSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### RestoreFromRestorePointInputObjectByNameParameterSet +``` +Restore-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName + -Name [-Tag ] [-PerformanceLevel ] -SourceSqlPoolObject + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Restore-AzSynapseSqlPool** cmdlet restores an Azure Synapse Analytics SQL pool from a backup or a restore point of any SQL pool. +The restored SQL pool is created as a new SQL pool. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Restore-AzSynapseSqlPool -FromBackup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BackupWorkspaceName ContosoWorkspace -BackupSqlPoolName ExistingContosoSqlPool +``` + +This command creates an Azure Synapse Analytics SQL pool by restoring from the most recent backup of any SQL pool in this subscription. + +### Example 2 +```powershell +PS C:\> Restore-AzSynapseSqlPool -FromRestorePoint -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -PerformanceLevel DW200c -SourceWorkspaceName ContosoWorkspace -SourceSqlPoolName ExistingContosoSqlPool +``` + +This command creates an Azure Synapse Analytics SQL pool by leveraging a restore point from any SQL pool in this subscription to recover or copy from a previous state. + +### Example 3 +```powershell +PS C:\> Restore-AzSynapseSqlPool -FromBackup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BackupResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/recoverableSqlPools/ExistingContosoSqlPool +``` + +This command creates an Azure Synapse Analytics SQL pool by restoring from the most recent backup of any SQL pool in this subscription with resource ID. + +### Example 4 +```powershell +PS C:\> $ws = Get-AzSynapseWorkspace -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace +$ws | Restore-AzSynapseSqlPool -FromRestorePoint -Name ContosoSqlPool -SourceResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlpools/ExistingContosoSqlPool -PerformanceLevel DW300c +``` + +This command creates an Azure Synapse Analytics SQL pool by leveraging a restore point from any SQL pool in this subscription to recover or copy from a previous state with resource ID. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BackupResourceGroupName +The resource group name of bakcup SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupNameByNameParameterSet, RestoreFromBackupNameByParentObjectParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BackupResourceId +The resource identifier of backup SQL pool object to restore from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupIdByNameParameterSet, RestoreFromBackupIdByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BackupSqlPoolName +The name of bakcup SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupNameByNameParameterSet, RestoreFromBackupNameByParentObjectParameterSet +Aliases: BackupDatabaseName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BackupSqlPoolObject +SQL pool input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool +Parameter Sets: RestoreFromBackupInputObjectByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BackupWorkspaceName +The Synapse workspace name of bakcup SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupNameByNameParameterSet, RestoreFromBackupNameByParentObjectParameterSet +Aliases: BackupServerName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FromBackup +Indicates to restore from the most recent backup of any SQL pool in this subscription. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: RestoreFromBackupIdByNameParameterSet, RestoreFromBackupIdByParentObjectParameterSet, RestoreFromBackupNameByNameParameterSet, RestoreFromBackupNameByParentObjectParameterSet, RestoreFromBackupInputObjectByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FromRestorePoint +Indicates to leverage a restore point from any SQL pool in this subscription to recover or copy from a previous state. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointIdByParentObjectParameterSet, RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointNameByParentObjectParameterSet, RestoreFromRestorePointInputObjectByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL pool. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PerformanceLevel +The SQL Service tier and performance level to assign to the SQL pool. +For example, DW2000c. + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointIdByParentObjectParameterSet, RestoreFromRestorePointNameByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointInputObjectByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupIdByNameParameterSet, RestoreFromBackupNameByNameParameterSet, RestoreFromBackupInputObjectByNameParameterSet, RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointInputObjectByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestorePoint +Snapshot time to restore. + +```yaml +Type: System.Nullable`1[System.DateTime] +Parameter Sets: RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointIdByParentObjectParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceResourceGroupName +The resource group name of source SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointNameByParentObjectParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceResourceId +The resource identifier of source SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointIdByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceSqlPoolName +The name of source SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointNameByParentObjectParameterSet +Aliases: SourceDatabaseName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceSqlPoolObject +SQL pool input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool +Parameter Sets: RestoreFromRestorePointInputObjectByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceWorkspaceName +The Synapse workspace name of source SQL pool object to create from. + +```yaml +Type: System.String +Parameter Sets: RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointNameByParentObjectParameterSet +Aliases: SourceServerName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +A string,string dictionary of tags associated with the resource. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: RestoreFromBackupIdByNameParameterSet, RestoreFromBackupNameByNameParameterSet, RestoreFromBackupInputObjectByNameParameterSet, RestoreFromRestorePointIdByNameParameterSet, RestoreFromRestorePointNameByNameParameterSet, RestoreFromRestorePointInputObjectByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: RestoreFromBackupIdByParentObjectParameterSet, RestoreFromBackupNameByParentObjectParameterSet, RestoreFromRestorePointIdByParentObjectParameterSet, RestoreFromRestorePointNameByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Resume-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Resume-AzSynapseSqlPool.md new file mode 100644 index 000000000000..6d02b8f66768 --- /dev/null +++ b/src/Synapse/Synapse/help/Resume-AzSynapseSqlPool.md @@ -0,0 +1,235 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/resume-azsynapsesqlpool +schema: 2.0.0 +--- + +# Resume-AzSynapseSqlPool + +## SYNOPSIS +Resumes a Synapse Analytics SQL pool. + +## SYNTAX + +### ResumeByNameParameterSet (Default) +``` +Resume-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-PassThru] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResumeByParentObjectParameterSet +``` +Resume-AzSynapseSqlPool -Name -WorkspaceObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResumeByInputObjectParameterSet +``` +Resume-AzSynapseSqlPool -InputObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResumeByResourceIdParameterSet +``` +Resume-AzSynapseSqlPool -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Resume-AzSynapseSqlPool** cmdlet resumes an Azure Synapse Analytics SQL pool. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Resume-AzSynapseSqlPool -WorkspaceName ContosoWorkspace -Name ContosoSqlPool +``` + +This command resumes a suspended Azure Synapse Analytics SQL pool. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +SQL pool input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool +Parameter Sets: ResumeByInputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL pool. + +```yaml +Type: System.String +Parameter Sets: ResumeByNameParameterSet, ResumeByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +This Cmdlet does not return an object by default. +If this switch is specified, it returns true if successful. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: ResumeByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Pool. + +```yaml +Type: System.String +Parameter Sets: ResumeByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: ResumeByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: ResumeByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Suspend-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Suspend-AzSynapseSqlPool.md new file mode 100644 index 000000000000..21e28b668732 --- /dev/null +++ b/src/Synapse/Synapse/help/Suspend-AzSynapseSqlPool.md @@ -0,0 +1,235 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/suspend-azsynapsesqlpool +schema: 2.0.0 +--- + +# Suspend-AzSynapseSqlPool + +## SYNOPSIS +Suspends a Synapse Analytics SQL pool. + +## SYNTAX + +### SuspendByNameParameterSet (Default) +``` +Suspend-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-PassThru] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### SuspendByParentObjectParameterSet +``` +Suspend-AzSynapseSqlPool -Name -WorkspaceObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### SuspendByInputObjectParameterSet +``` +Suspend-AzSynapseSqlPool -InputObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### SuspendByResourceIdParameterSet +``` +Suspend-AzSynapseSqlPool -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Suspend-AzSynapseSqlPool** cmdlet suspends an Azure Synapse Analytics SQL pool. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Suspend-AzSynapseSqlPool -WorkspaceName ContosoWorkspace -Name ContosoSqlPool +``` + +This command suspends an active Azure Synapse Analytics SQL pool. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +SQL pool input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool +Parameter Sets: SuspendByInputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL pool. + +```yaml +Type: System.String +Parameter Sets: SuspendByNameParameterSet, SuspendByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +This Cmdlet does not return an object by default. +If this switch is specified, it returns true if successful. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: SuspendByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Pool. + +```yaml +Type: System.String +Parameter Sets: SuspendByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: SuspendByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: SuspendByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md index 8b42d3327ad2..311032fa8bff 100644 --- a/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md @@ -19,20 +19,6 @@ Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -N [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### PauseByNameParameterSet -``` -Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] - [-Suspend] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### ResumeByNameParameterSet -``` -Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] - [-Resume] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - ### UpdateByParentObjectParameterSet ``` Update-AzSynapseSqlPool -Name [-Version ] -WorkspaceObject @@ -40,42 +26,6 @@ Update-AzSynapseSqlPool -Name [-Version ] -WorkspaceObject ] [-WhatIf] [-Confirm] [] ``` -### PauseByParentObjectParameterSet -``` -Update-AzSynapseSqlPool -Name [-Version ] [-Suspend] -WorkspaceObject - [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResumeByParentObjectParameterSet -``` -Update-AzSynapseSqlPool -Name [-Version ] [-Resume] -WorkspaceObject - [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### PauseByInputObjectParameterSet -``` -Update-AzSynapseSqlPool [-Version ] [-Suspend] -InputObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### PauseByResourceIdParameterSet -``` -Update-AzSynapseSqlPool [-Version ] [-Suspend] -ResourceId [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResumeByInputObjectParameterSet -``` -Update-AzSynapseSqlPool [-Version ] [-Resume] -InputObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResumeByResourceIdParameterSet -``` -Update-AzSynapseSqlPool [-Version ] [-Resume] -ResourceId [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - ### UpdateByInputObjectParameterSet ``` Update-AzSynapseSqlPool [-Version ] -InputObject [-Tag ] @@ -161,7 +111,7 @@ SQL pool input object, usually passed through the pipeline. ```yaml Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlPool -Parameter Sets: PauseByInputObjectParameterSet, ResumeByInputObjectParameterSet, UpdateByInputObjectParameterSet +Parameter Sets: UpdateByInputObjectParameterSet Aliases: Required: True @@ -176,7 +126,7 @@ Name of Synapse SQL pool. ```yaml Type: System.String -Parameter Sets: UpdateByNameParameterSet, PauseByNameParameterSet, ResumeByNameParameterSet, UpdateByParentObjectParameterSet, PauseByParentObjectParameterSet, ResumeByParentObjectParameterSet +Parameter Sets: UpdateByNameParameterSet, UpdateByParentObjectParameterSet Aliases: Required: True @@ -207,7 +157,7 @@ For example, DW2000c. ```yaml Type: System.String -Parameter Sets: UpdateByNameParameterSet, UpdateByParentObjectParameterSet, UpdateByInputObjectParameterSet, UpdateByResourceIdParameterSet +Parameter Sets: (All) Aliases: Required: False @@ -222,7 +172,7 @@ Resource group name. ```yaml Type: System.String -Parameter Sets: UpdateByNameParameterSet, PauseByNameParameterSet, ResumeByNameParameterSet +Parameter Sets: UpdateByNameParameterSet Aliases: Required: False @@ -237,37 +187,7 @@ Resource identifier of Synapse SQL Pool. ```yaml Type: System.String -Parameter Sets: PauseByResourceIdParameterSet, ResumeByResourceIdParameterSet, UpdateByResourceIdParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Resume -Indicates to resume the SQL pool - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: ResumeByNameParameterSet, ResumeByParentObjectParameterSet, ResumeByInputObjectParameterSet, ResumeByResourceIdParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Suspend -Indicates to pause the SQL pool - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: PauseByNameParameterSet, PauseByParentObjectParameterSet, PauseByInputObjectParameterSet, PauseByResourceIdParameterSet +Parameter Sets: UpdateByResourceIdParameterSet Aliases: Required: True @@ -282,7 +202,7 @@ A string,string dictionary of tags associated with the resource. ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateByNameParameterSet, UpdateByParentObjectParameterSet, UpdateByInputObjectParameterSet, UpdateByResourceIdParameterSet +Parameter Sets: (All) Aliases: Required: False @@ -312,7 +232,7 @@ Name of Synapse workspace. ```yaml Type: System.String -Parameter Sets: UpdateByNameParameterSet, PauseByNameParameterSet, ResumeByNameParameterSet +Parameter Sets: UpdateByNameParameterSet Aliases: Required: True @@ -327,7 +247,7 @@ workspace input object, usually passed through the pipeline. ```yaml Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace -Parameter Sets: UpdateByParentObjectParameterSet, PauseByParentObjectParameterSet, ResumeByParentObjectParameterSet +Parameter Sets: UpdateByParentObjectParameterSet Aliases: Required: True diff --git a/tools/StaticAnalysis/Exceptions/Az.Synapse/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Synapse/BreakingChangeIssues.csv new file mode 100644 index 000000000000..9761939a3054 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.Synapse/BreakingChangeIssues.csv @@ -0,0 +1,34 @@ +"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'FromBackup' and no alias was found for the original parameter name.","Add the parameter 'FromBackup' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'FromRestorePoint' and no alias was found for the original parameter name.","Add the parameter 'FromRestorePoint' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'BackupResourceGroupName' and no alias was found for the original parameter name.","Add the parameter 'BackupResourceGroupName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'BackupWorkspaceName' and no alias was found for the original parameter name.","Add the parameter 'BackupWorkspaceName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'BackupSqlPoolName' and no alias was found for the original parameter name.","Add the parameter 'BackupSqlPoolName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'BackupSqlPoolObject' and no alias was found for the original parameter name.","Add the parameter 'BackupSqlPoolObject' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'BackupResourceId' and no alias was found for the original parameter name.","Add the parameter 'BackupResourceId' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'SourceResourceGroupName' and no alias was found for the original parameter name.","Add the parameter 'SourceResourceGroupName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'SourceWorkspaceName' and no alias was found for the original parameter name.","Add the parameter 'SourceWorkspaceName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'SourceSqlPoolName' and no alias was found for the original parameter name.","Add the parameter 'SourceSqlPoolName' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'SourceSqlPoolObject' and no alias was found for the original parameter name.","Add the parameter 'SourceSqlPoolObject' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'SourceResourceId' and no alias was found for the original parameter name.","Add the parameter 'SourceResourceId' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","2000","The cmdlet 'New-AzSynapseSqlPool' no longer supports the parameter 'RestorePoint' and no alias was found for the original parameter name.","Add the parameter 'RestorePoint' back to the cmdlet 'New-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromBackupIdByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromBackupIdByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromBackupIdByParentObjectParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromBackupIdByParentObjectParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromBackupNameByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromBackupNameByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromBackupNameByParentObjectParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromBackupNameByParentObjectParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromBackupInputObjectByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromBackupInputObjectByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromRestorePointIdByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromRestorePointIdByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromRestorePointIdByParentObjectParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromRestorePointIdByParentObjectParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromRestorePointNameByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromRestorePointNameByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromRestorePointNameByParentObjectParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromRestorePointNameByParentObjectParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseSqlPool","New-AzSynapseSqlPool","0","1050","The parameter set 'CreateFromRestorePointInputObjectByNameParameterSet' for cmdlet 'New-AzSynapseSqlPool' has been removed.","Add parameter set 'CreateFromRestorePointInputObjectByNameParameterSet' back to cmdlet 'New-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","2000","The cmdlet 'Update-AzSynapseSqlPool' no longer supports the parameter 'Suspend' and no alias was found for the original parameter name.","Add the parameter 'Suspend' back to the cmdlet 'Update-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","2000","The cmdlet 'Update-AzSynapseSqlPool' no longer supports the parameter 'Resume' and no alias was found for the original parameter name.","Add the parameter 'Resume' back to the cmdlet 'Update-AzSynapseSqlPool', or add an alias to the original parameter name." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'PauseByNameParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'PauseByNameParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'ResumeByNameParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'ResumeByNameParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'PauseByParentObjectParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'PauseByParentObjectParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'ResumeByParentObjectParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'ResumeByParentObjectParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'PauseByInputObjectParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'PauseByInputObjectParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'PauseByResourceIdParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'PauseByResourceIdParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'ResumeByInputObjectParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'ResumeByInputObjectParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." +"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseSqlPool","Update-AzSynapseSqlPool","0","1050","The parameter set 'ResumeByResourceIdParameterSet' for cmdlet 'Update-AzSynapseSqlPool' has been removed.","Add parameter set 'ResumeByResourceIdParameterSet' back to cmdlet 'Update-AzSynapseSqlPool'." \ No newline at end of file