diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_dataset.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_dataset.yaml new file mode 100644 index 00000000000..2feca8b8cc7 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_dataset.yaml @@ -0,0 +1,930 @@ +interactions: +- request: + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", + "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, + "isHnsEnabled": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '192' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --enable-hierarchical-namespace --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-06-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:32:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/8617b24c-cbf0-4f52-adfb-374770f65895?monitor=true&api-version=2021-06-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --enable-hierarchical-namespace --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/8617b24c-cbf0-4f52-adfb-374770f65895?monitor=true&api-version=2021-06-01 + response: + body: + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T10:32:02.5651979Z","key2":"2021-09-16T10:32:02.5651979Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T10:32:02.5651979Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T10:32:02.5651979Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T10:32:02.4402294Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z13.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1867' + content-type: + - application/json + date: + - Thu, 16 Sep 2021 10:32:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", + "sqlAdministratorLogin": "cliuser1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + Content-Length: + - '291' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 + response: + body: + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-302431b5-8b2c-4935-8b94-62ad8e9d413a","privateEndpointConnections":[],"workspaceUID":"74061a4b-ddf6-4635-bec6-e295d4d93fa5","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f53abcb0-de08-4809-a63f-1f05c5dc7a21"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '1235' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:33:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:34:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:34:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:35:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:35:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:36:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:36:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/272f7b14-1f01-474f-9bf9-72c49337ea31?api-version=2021-03-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:37:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 + response: + body: + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-302431b5-8b2c-4935-8b94-62ad8e9d413a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"74061a4b-ddf6-4635-bec6-e295d4d93fa5","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f53abcb0-de08-4809-a63f-1f05c5dc7a21"}}' + headers: + cache-control: + - no-cache + content-length: + - '1290' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:37:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"endIpAddress": "255.255.255.255", "startIpAddress": "0.0.0.0"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace firewall-rule create + Connection: + - keep-alive + Content-Length: + - '80' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --workspace-name --start-ip-address --end-ip-address + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 + response: + body: + string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + headers: + access-control-allow-headers: + - Location + access-control-expose-headers: + - Location + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/2c299a7a-87c2-4043-833f-03c669de1846?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '351' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:37:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/2c299a7a-87c2-4043-833f-03c669de1846?api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace firewall-rule create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --workspace-name --start-ip-address --end-ip-address + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/2c299a7a-87c2-4043-833f-03c669de1846?api-version=2021-03-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:37:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace firewall-rule create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --workspace-name --start-ip-address --end-ip-address + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 + response: + body: + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + headers: + cache-control: + - no-cache + content-length: + - '348' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:37:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"type": "Orc", "linkedServiceName": {"type": "LinkedServiceReference", + "referenceName": "clitest000003-WorkspaceDefaultStorage"}, "typeProperties": + {"location": {"type": "AzureBlobFSLocation"}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '214' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://clitest000003.dev.azuresynapse.net/datasets/dataset?api-version=2020-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/datasets/dataset","recordId":2323997,"state":"Creating","created":"2021-09-16T10:38:03.5933333Z","changed":"2021-09-16T10:38:03.5933333Z","type":"Dataset","name":"dataset","operationId":"072308e7-c8c9-4162-8f8b-6d5977050754","artifactId":"C6F2ABF5-6F02-412E-8321-09DDD51AFF31"}' + headers: + access-control-allow-headers: + - Location + - Retry-After + access-control-expose-headers: + - Location + - Retry-After + content-length: + - '424' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:03 GMT + location: + - https://clitest000003.dev.azuresynapse.net/operationResults/072308e7-c8c9-4162-8f8b-6d5977050754?api-version=2020-12-01 + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://clitest000003.dev.azuresynapse.net/operationResults/072308e7-c8c9-4162-8f8b-6d5977050754?api-version=2020-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/datasets/dataset","name":"dataset","type":"Microsoft.Synapse/workspaces/datasets","properties":{"type":"Orc","linkedServiceName":{"type":"LinkedServiceReference","referenceName":"clitest000003-WorkspaceDefaultStorage"},"typeProperties":{"location":{"type":"AzureBlobFSLocation"}}},"etag":"e0005e43-0000-0100-0000-61431e8d0000"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://clitest000003.dev.azuresynapse.net/datasets/dataset?api-version=2020-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/datasets/dataset","name":"dataset","type":"Microsoft.Synapse/workspaces/datasets","properties":{"type":"Orc","linkedServiceName":{"type":"LinkedServiceReference","referenceName":"clitest000003-WorkspaceDefaultStorage"},"typeProperties":{"location":{"type":"AzureBlobFSLocation"}}},"etag":"e0005e43-0000-0100-0000-61431e8d0000"}' + headers: + cache-control: + - no-cache + content-length: + - '477' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=15724800; includeSubDomains + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://clitest000003.dev.azuresynapse.net/datasets?api-version=2020-12-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/datasets/dataset","name":"dataset","type":"Microsoft.Synapse/workspaces/datasets","etag":"e0005e43-0000-0100-0000-61431e8d0000","properties":{"type":"Orc","linkedServiceName":{"type":"LinkedServiceReference","referenceName":"clitest000003-WorkspaceDefaultStorage"},"typeProperties":{"location":{"type":"AzureBlobFSLocation"}}}}]}' + headers: + content-length: + - '489' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:16 GMT + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://clitest000003.dev.azuresynapse.net/datasets/dataset?api-version=2020-12-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/datasets/dataset","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"Dataset","name":"dataset","operationId":"152ff4b8-c6ef-4521-ba2e-6e0f85f0a141"}' + headers: + access-control-allow-headers: + - Location + access-control-expose-headers: + - Location + content-length: + - '348' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:17 GMT + location: + - https://clitest000003.dev.azuresynapse.net/operationResults/152ff4b8-c6ef-4521-ba2e-6e0f85f0a141?api-version=2020-12-01 + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://clitest000003.dev.azuresynapse.net/operationResults/152ff4b8-c6ef-4521-ba2e-6e0f85f0a141?api-version=2020-12-01 + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Thu, 16 Sep 2021 10:38:47 GMT + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://clitest000003.dev.azuresynapse.net/datasets/dataset?api-version=2020-12-01 + response: + body: + string: '{"code":"DatasetNotFound","message":"The Dataset dataset was not found + in (subscription=7f31cba8-b597-4129-b158-8f21a7395bd0 resourceGroup=synapse-cli000001 + workspace=clitest000003)"}' + headers: + content-length: + - '185' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:38:48 GMT + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + status: + code: 404 + message: Not Found +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_ip_firewall_rules.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_ip_firewall_rules.yaml index 82a8e4468e6..1f37f09d3cd 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_ip_firewall_rules.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_ip_firewall_rules.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus2euap", + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, "isHnsEnabled": true}}' headers: @@ -13,15 +13,15 @@ interactions: Connection: - keep-alive Content-Length: - - '197' + - '192' Content-Type: - application/json ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000006?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Fri, 28 May 2021 12:03:24 GMT + - Thu, 16 Sep 2021 14:22:38 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9f0749b9-1f3e-4bff-942f-2b85643a26a4?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/3599469c-d8db-4206-8099-64b64c33d476?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -65,65 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9f0749b9-1f3e-4bff-942f-2b85643a26a4?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/3599469c-d8db-4206-8099-64b64c33d476?monitor=true&api-version=2021-06-01 response: body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Fri, 28 May 2021 12:03:41 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9f0749b9-1f3e-4bff-942f-2b85643a26a4?monitor=true&api-version=2021-04-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - storage account create - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group --enable-hierarchical-namespace --location - User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/9f0749b9-1f3e-4bff-942f-2b85643a26a4?monitor=true&api-version=2021-04-01 - response: - body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-28T12:03:23.2661996Z","key2":"2021-05-28T12:03:23.2661996Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T12:03:23.2712163Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T12:03:23.2712163Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-28T12:03:23.1411890Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z3.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z3.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000006","name":"adlsgen2000006","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T14:22:37.0749066Z","key2":"2021-09-16T14:22:37.0749066Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:22:37.0749066Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:22:37.0749066Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T14:22:36.9811433Z","primaryEndpoints":{"dfs":"https://adlsgen2000006.dfs.core.windows.net/","web":"https://adlsgen2000006.z13.web.core.windows.net/","blob":"https://adlsgen2000006.blob.core.windows.net/","queue":"https://adlsgen2000006.queue.core.windows.net/","table":"https://adlsgen2000006.table.core.windows.net/","file":"https://adlsgen2000006.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000006-secondary.dfs.core.windows.net/","web":"https://adlsgen2000006-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000006-secondary.blob.core.windows.net/","queue":"https://adlsgen2000006-secondary.queue.core.windows.net/","table":"https://adlsgen2000006-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1810' + - '1867' content-type: - application/json date: - - Fri, 28 May 2021 12:03:44 GMT + - Thu, 16 Sep 2021 14:22:55 GMT expires: - '-1' pragma: @@ -142,9 +98,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000006.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000005", "sqlAdministratorLogin": "cliuser1"}}' headers: Accept: @@ -156,22 +112,22 @@ interactions: Connection: - keep-alive Content-Length: - - '296' + - '291' Content-Type: - application/json ParameterSetName: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-846f9d67-711b-4e9a-9ec5-752bcceecaf1","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"privateEndpointConnections":[],"workspaceUID":"77c6340c-44c1-486e-abcb-a14459cdbb23","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"c1cb6d8e-c7c2-4af5-a938-78cf01ddb341"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-e68f9dc6-a76e-4b32-b359-daf0e2979d8a","privateEndpointConnections":[],"workspaceUID":"d5deafaf-c7f8-4f73-a78e-34d6d3106f34","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b17df118-480a-4f78-872b-75f6d14d5bc1"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -179,7 +135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:04:58 GMT + - Thu, 16 Sep 2021 14:24:05 GMT expires: - '-1' pragma: @@ -191,7 +147,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -210,9 +166,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -224,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:05:28 GMT + - Thu, 16 Sep 2021 14:24:35 GMT expires: - '-1' pragma: @@ -257,9 +213,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -271,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:05:58 GMT + - Thu, 16 Sep 2021 14:25:05 GMT expires: - '-1' pragma: @@ -304,9 +260,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -318,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:06:29 GMT + - Thu, 16 Sep 2021 14:25:36 GMT expires: - '-1' pragma: @@ -351,9 +307,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -365,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:06:58 GMT + - Thu, 16 Sep 2021 14:26:06 GMT expires: - '-1' pragma: @@ -398,9 +354,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -412,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:07:28 GMT + - Thu, 16 Sep 2021 14:26:36 GMT expires: - '-1' pragma: @@ -445,56 +401,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 28 May 2021 12:07:59 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse workspace create - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group --storage-account --file-system --sql-admin-login-user - --sql-admin-login-password --location - User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/96939d75-270b-4962-adcd-dca3445307f5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a7f8a066-c85f-481b-b30e-1d5dc1a0e91e?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -506,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:08:29 GMT + - Thu, 16 Sep 2021 14:27:07 GMT expires: - '-1' pragma: @@ -539,21 +448,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-846f9d67-711b-4e9a-9ec5-752bcceecaf1","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"77c6340c-44c1-486e-abcb-a14459cdbb23","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"c1cb6d8e-c7c2-4af5-a938-78cf01ddb341"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-e68f9dc6-a76e-4b32-b359-daf0e2979d8a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"d5deafaf-c7f8-4f73-a78e-34d6d3106f34","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b17df118-480a-4f78-872b-75f6d14d5bc1"}}' headers: cache-control: - no-cache content-length: - - '1267' + - '1290' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:08:30 GMT + - Thu, 16 Sep 2021 14:27:08 GMT expires: - '-1' pragma: @@ -589,7 +498,7 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-03-01 response: @@ -603,7 +512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:08:32 GMT + - Thu, 16 Sep 2021 14:27:10 GMT expires: - '-1' pragma: @@ -619,7 +528,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -641,31 +550,31 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address --end-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/b244d454-c525-4fd5-b2f4-3ee55fa81cac?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a77f71b1-8462-4e44-bcc0-299a7fb3cfcd?api-version=2021-03-01 cache-control: - no-cache content-length: - - '337' + - '351' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:08:34 GMT + - Thu, 16 Sep 2021 14:27:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/b244d454-c525-4fd5-b2f4-3ee55fa81cac?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/a77f71b1-8462-4e44-bcc0-299a7fb3cfcd?api-version=2021-03-01 pragma: - no-cache server: @@ -675,7 +584,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -693,9 +602,9 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address --end-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/b244d454-c525-4fd5-b2f4-3ee55fa81cac?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/a77f71b1-8462-4e44-bcc0-299a7fb3cfcd?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -707,7 +616,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:05 GMT + - Thu, 16 Sep 2021 14:27:43 GMT expires: - '-1' pragma: @@ -739,21 +648,21 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address --end-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache content-length: - - '334' + - '348' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:05 GMT + - Thu, 16 Sep 2021 14:27:43 GMT expires: - '-1' pragma: @@ -785,21 +694,21 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache content-length: - - '334' + - '348' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:07 GMT + - Thu, 16 Sep 2021 14:27:45 GMT expires: - '-1' pragma: @@ -831,21 +740,21 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache content-length: - - '334' + - '348' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:08 GMT + - Thu, 16 Sep 2021 14:27:46 GMT expires: - '-1' pragma: @@ -881,31 +790,31 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/88604705-0de4-42d7-abf6-2fa656fb22c2?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/6b705041-2156-4e7f-b980-1178702bfbb4?api-version=2021-03-01 cache-control: - no-cache content-length: - - '339' + - '353' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:09 GMT + - Thu, 16 Sep 2021 14:27:46 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/88604705-0de4-42d7-abf6-2fa656fb22c2?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/6b705041-2156-4e7f-b980-1178702bfbb4?api-version=2021-03-01 pragma: - no-cache server: @@ -915,7 +824,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -933,9 +842,9 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/88604705-0de4-42d7-abf6-2fa656fb22c2?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/6b705041-2156-4e7f-b980-1178702bfbb4?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -947,7 +856,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:40 GMT + - Thu, 16 Sep 2021 14:28:16 GMT expires: - '-1' pragma: @@ -979,21 +888,21 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --start-ip-address User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache content-length: - - '336' + - '350' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:40 GMT + - Thu, 16 Sep 2021 14:28:17 GMT expires: - '-1' pragma: @@ -1025,21 +934,21 @@ interactions: ParameterSetName: - --workspace-name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules?api-version=2021-03-01 response: body: - string: '{"value":[{"properties":{"provisioningState":"Succeeded","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}]}' + string: '{"value":[{"properties":{"provisioningState":"Succeeded","startIpAddress":"192.0.0.1","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003","name":"rule000003","type":"Microsoft.Synapse/workspaces/firewallRules"}]}' headers: cache-control: - no-cache content-length: - - '348' + - '362' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:09:41 GMT + - Thu, 16 Sep 2021 14:28:18 GMT expires: - '-1' pragma: @@ -1073,9 +982,9 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: string: '' @@ -1085,17 +994,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/d952ba3b-2416-4a89-bc95-912b9df0a7d1?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/b85067d3-c55a-44ae-871a-f4fb11ec3167?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 12:09:42 GMT + - Thu, 16 Sep 2021 14:28:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/d952ba3b-2416-4a89-bc95-912b9df0a7d1?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/b85067d3-c55a-44ae-871a-f4fb11ec3167?api-version=2021-03-01 pragma: - no-cache server: @@ -1123,9 +1032,9 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/d952ba3b-2416-4a89-bc95-912b9df0a7d1?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/b85067d3-c55a-44ae-871a-f4fb11ec3167?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -1137,7 +1046,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:10:12 GMT + - Thu, 16 Sep 2021 14:28:50 GMT expires: - '-1' pragma: @@ -1169,9 +1078,9 @@ interactions: ParameterSetName: - --name --workspace-name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/firewallRules/rule000003?api-version=2021-03-01 response: body: string: '{"error":{"code":"IpFirewallRuleNotFound","message":"clitest000004/rule000003"}}' @@ -1183,7 +1092,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 12:10:34 GMT + - Thu, 16 Sep 2021 14:29:12 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_linked_service.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_linked_service.yaml index a5a60460d9a..39210775384 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_linked_service.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_linked_service.yaml @@ -19,9 +19,9 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 14 Sep 2021 09:41:02 GMT + - Thu, 16 Sep 2021 10:41:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/b8f6f6da-5e2a-448f-aee0-1fa4c3ca3f5f?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/c7f78bb8-fe4a-41bd-8ac3-b13034cd9f70?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/b8f6f6da-5e2a-448f-aee0-1fa4c3ca3f5f?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/c7f78bb8-fe4a-41bd-8ac3-b13034cd9f70?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-14T09:41:01.1147549Z","key2":"2021-09-14T09:41:01.1147549Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:41:01.1147549Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:41:01.1147549Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-14T09:41:00.9742432Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z13.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T10:41:33.7085397Z","key2":"2021-09-16T10:41:33.7085397Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T10:41:33.7085397Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T10:41:33.7085397Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T10:41:33.4898093Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z13.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1809' + - '1867' content-type: - application/json date: - - Tue, 14 Sep 2021 09:41:19 GMT + - Thu, 16 Sep 2021 10:41:53 GMT expires: - '-1' pragma: @@ -99,8 +99,8 @@ interactions: message: OK - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000004.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000003", + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", "sqlAdministratorLogin": "cliuser1"}}' headers: Accept: @@ -121,13 +121,13 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-98cc1cb3-025e-44bf-8b65-4b6d361191f9","privateEndpointConnections":[],"workspaceUID":"fe554f2e-af0c-4612-96ab-a154b7ca47af","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9c1f53fc-613a-4658-b38f-edc646216f5b"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-44091a06-703c-4db2-a1d3-149cbcbcb591","privateEndpointConnections":[],"workspaceUID":"8e437692-6755-4336-9a42-8422b2e2d2ca","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f3246290-5ac0-4119-bbcb-2115659b260e"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -135,7 +135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:42:29 GMT + - Thu, 16 Sep 2021 10:43:04 GMT expires: - '-1' pragma: @@ -168,7 +168,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:42:59 GMT + - Thu, 16 Sep 2021 10:43:34 GMT expires: - '-1' pragma: @@ -215,7 +215,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:43:29 GMT + - Thu, 16 Sep 2021 10:44:04 GMT expires: - '-1' pragma: @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:43:59 GMT + - Thu, 16 Sep 2021 10:44:34 GMT expires: - '-1' pragma: @@ -309,7 +309,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:44:30 GMT + - Thu, 16 Sep 2021 10:45:06 GMT expires: - '-1' pragma: @@ -356,7 +356,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:45:00 GMT + - Thu, 16 Sep 2021 10:45:36 GMT expires: - '-1' pragma: @@ -403,7 +403,54 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/e71fa92e-e901-4690-8c0f-67a400fa230d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 10:46:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/e71cfe58-7dc8-4018-9c1f-4d0424cd0e42?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -415,7 +462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:45:30 GMT + - Thu, 16 Sep 2021 10:46:36 GMT expires: - '-1' pragma: @@ -450,10 +497,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-98cc1cb3-025e-44bf-8b65-4b6d361191f9","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"fe554f2e-af0c-4612-96ab-a154b7ca47af","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9c1f53fc-613a-4658-b38f-edc646216f5b"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-44091a06-703c-4db2-a1d3-149cbcbcb591","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"8e437692-6755-4336-9a42-8422b2e2d2ca","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f3246290-5ac0-4119-bbcb-2115659b260e"}}' headers: cache-control: - no-cache @@ -462,7 +509,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:45:30 GMT + - Thu, 16 Sep 2021 10:46:36 GMT expires: - '-1' pragma: @@ -500,17 +547,17 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/850ee80c-338a-48a6-9965-3b2e310ccd15?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/abf36204-8e08-4119-aa00-50787f6a1e57?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -518,11 +565,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:45:32 GMT + - Thu, 16 Sep 2021 10:46:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationResults/850ee80c-338a-48a6-9965-3b2e310ccd15?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/abf36204-8e08-4119-aa00-50787f6a1e57?api-version=2021-03-01 pragma: - no-cache server: @@ -532,7 +579,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -552,7 +599,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/850ee80c-338a-48a6-9965-3b2e310ccd15?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/abf36204-8e08-4119-aa00-50787f6a1e57?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -564,7 +611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:03 GMT + - Thu, 16 Sep 2021 10:47:07 GMT expires: - '-1' pragma: @@ -598,10 +645,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache @@ -610,7 +657,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:03 GMT + - Thu, 16 Sep 2021 10:47:08 GMT expires: - '-1' pragma: @@ -646,10 +693,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://clitest000002.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedServices/linkedservice","recordId":2307195,"state":"Creating","created":"2021-09-14T09:46:25.1433333Z","changed":"2021-09-14T09:46:25.1433333Z","type":"LinkedService","name":"linkedservice","operationId":"a6c7d0cf-b8eb-4699-b1e1-525f32132770","artifactId":"B75CCA9B-BADD-44ED-828C-6B71949802D7"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedServices/linkedservice","recordId":2324045,"state":"Creating","created":"2021-09-16T10:47:30.46Z","changed":"2021-09-16T10:47:30.46Z","type":"LinkedService","name":"linkedservice","operationId":"ac187fd4-6a88-4d9f-b837-49417d87fc00","artifactId":"E401A209-C731-45B0-9C26-614166F48FFC"}' headers: access-control-allow-headers: - Location @@ -658,13 +705,13 @@ interactions: - Location - Retry-After content-length: - - '448' + - '438' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:24 GMT + - Thu, 16 Sep 2021 10:47:30 GMT location: - - https://clitest000002.dev.azuresynapse.net/operationResults/a6c7d0cf-b8eb-4699-b1e1-525f32132770?api-version=2020-12-01 + - https://clitest000003.dev.azuresynapse.net/operationResults/ac187fd4-6a88-4d9f-b837-49417d87fc00?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -684,10 +731,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/operationResults/a6c7d0cf-b8eb-4699-b1e1-525f32132770?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/operationResults/ac187fd4-6a88-4d9f-b837-49417d87fc00?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}},"etag":"c8013283-0000-0100-0000-61406f730000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}},"etag":"1a00284d-0000-0100-0000-614320c30000"}' headers: cache-control: - no-cache @@ -696,7 +743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:35 GMT + - Thu, 16 Sep 2021 10:47:39 GMT expires: - '-1' pragma: @@ -724,10 +771,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}},"etag":"c8013283-0000-0100-0000-61406f730000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}},"etag":"1a00284d-0000-0100-0000-614320c30000"}' headers: cache-control: - no-cache @@ -736,7 +783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:36 GMT + - Thu, 16 Sep 2021 10:47:42 GMT expires: - '-1' pragma: @@ -764,18 +811,18 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/linkedservices?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/linkedservices?api-version=2020-12-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedservices/clitest000002-WorkspaceDefaultStorage","name":"clitest000002-WorkspaceDefaultStorage","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"c8011b42-0000-0100-0000-61406ee60000","properties":{"typeProperties":{"url":"https://adlsgen2000004.dfs.core.windows.net"},"type":"AzureBlobFS","connectVia":{"referenceName":"AutoResolveIntegrationRuntime","type":"IntegrationRuntimeReference"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedservices/clitest000002-WorkspaceDefaultSqlServer","name":"clitest000002-WorkspaceDefaultSqlServer","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"c8017942-0000-0100-0000-61406ee70000","properties":{"typeProperties":{"connectionString":"Data - Source=tcp:clitest000002.sql.azuresynapse.net,1433;Initial Catalog=@{linkedService().DBName}"},"parameters":{"DBName":{"type":"String"}},"type":"AzureSqlDW","connectVia":{"referenceName":"AutoResolveIntegrationRuntime","type":"IntegrationRuntimeReference"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"c8013283-0000-0100-0000-61406f730000","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedservices/clitest000003-WorkspaceDefaultSqlServer","name":"clitest000003-WorkspaceDefaultSqlServer","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"1a004c4b-0000-0100-0000-614320320000","properties":{"typeProperties":{"connectionString":"Data + Source=tcp:clitest000003.sql.azuresynapse.net,1433;Initial Catalog=@{linkedService().DBName}"},"parameters":{"DBName":{"type":"String"}},"type":"AzureSqlDW","connectVia":{"referenceName":"AutoResolveIntegrationRuntime","type":"IntegrationRuntimeReference"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedservices/clitest000003-WorkspaceDefaultStorage","name":"clitest000003-WorkspaceDefaultStorage","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"1a00594b-0000-0100-0000-614320340000","properties":{"typeProperties":{"url":"https://adlsgen2000005.dfs.core.windows.net"},"type":"AzureBlobFS","connectVia":{"referenceName":"AutoResolveIntegrationRuntime","type":"IntegrationRuntimeReference"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedservices/linkedservice","name":"linkedservice","type":"Microsoft.Synapse/workspaces/linkedservices","etag":"1a00284d-0000-0100-0000-614320c30000","properties":{"type":"CosmosDbMongoDbApi","connectVia":{"type":"IntegrationRuntimeReference","referenceName":"AutoResolveIntegrationRuntime"},"annotations":[],"typeProperties":{"connectionString":"","database":""}}}]}' headers: content-length: - '1765' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:37 GMT + - Thu, 16 Sep 2021 10:47:43 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -797,10 +844,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://clitest000002.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/linkedServices/linkedservice","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"LinkedService","name":"linkedservice","operationId":"cb7b299a-2333-4cba-a2cb-e42b6895c5cd"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/linkedServices/linkedservice","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"LinkedService","name":"linkedservice","operationId":"d7b6b220-be2a-4a44-a861-6b60459ea82c"}' headers: access-control-allow-headers: - Location @@ -811,9 +858,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:46:38 GMT + - Thu, 16 Sep 2021 10:47:43 GMT location: - - https://clitest000002.dev.azuresynapse.net/operationResults/cb7b299a-2333-4cba-a2cb-e42b6895c5cd?api-version=2020-12-01 + - https://clitest000003.dev.azuresynapse.net/operationResults/d7b6b220-be2a-4a44-a861-6b60459ea82c?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -833,7 +880,7 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/operationResults/cb7b299a-2333-4cba-a2cb-e42b6895c5cd?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/operationResults/d7b6b220-be2a-4a44-a861-6b60459ea82c?api-version=2020-12-01 response: body: string: '' @@ -841,7 +888,7 @@ interactions: content-length: - '0' date: - - Tue, 14 Sep 2021 09:47:09 GMT + - Thu, 16 Sep 2021 10:48:14 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -861,19 +908,19 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/linkedservices/linkedservice?api-version=2020-12-01 response: body: string: '{"code":"LinkedServiceNotFound","message":"The LinkedService linkedservice was not found in (subscription=7f31cba8-b597-4129-b158-8f21a7395bd0 resourceGroup=synapse-cli000001 - workspace=clitest000002)"}' + workspace=clitest000003)"}' headers: content-length: - '203' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:47:10 GMT + - Thu, 16 Sep 2021 10:48:16 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_managed_virtual_network_workspace.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_managed_virtual_network_workspace.yaml index f7dc582748a..6d76312ca68 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_managed_virtual_network_workspace.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_managed_virtual_network_workspace.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus2euap", + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, "isHnsEnabled": true}}' headers: @@ -13,15 +13,15 @@ interactions: Connection: - keep-alive Content-Length: - - '197' + - '192' Content-Type: - application/json ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Fri, 28 May 2021 13:08:11 GMT + - Thu, 16 Sep 2021 15:08:29 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/62780e0b-3f87-4303-b152-14297a6eeb12?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/eb4fa2fd-674c-4c77-81af-1c6e72a934f0?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -47,7 +47,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 202 message: Accepted @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/62780e0b-3f87-4303-b152-14297a6eeb12?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/eb4fa2fd-674c-4c77-81af-1c6e72a934f0?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-28T13:08:10.6355148Z","key2":"2021-05-28T13:08:10.6355148Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T13:08:10.6355148Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T13:08:10.6355148Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-28T13:08:10.5104936Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z3.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z3.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T15:08:27.8882574Z","key2":"2021-09-16T15:08:27.8882574Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T15:08:27.9038774Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T15:08:27.9038774Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T15:08:27.7632354Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z13.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1824' + - '1867' content-type: - application/json date: - - Fri, 28 May 2021 13:08:29 GMT + - Thu, 16 Sep 2021 15:08:46 GMT expires: - '-1' pragma: @@ -98,9 +98,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000004.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000003", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", "sqlAdministratorLogin": "cliuser1", "managedVirtualNetwork": "default", "managedVirtualNetworkSettings": {"preventDataExfiltration": false}}}' headers: @@ -113,30 +113,30 @@ interactions: Connection: - keep-alive Content-Length: - - '401' + - '396' Content-Type: - application/json ParameterSetName: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-d0ada2c1-0661-4bf7-926b-0cb696553298","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"privateEndpointConnections":[],"workspaceUID":"31faf17b-fced-4892-beac-df170cb5a8b0","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"a43db02e-01ab-41ec-a669-83c5a5d68b17"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7ec34420-0a96-4acb-bc2a-dee7925df703","privateEndpointConnections":[],"workspaceUID":"1669938e-c2a1-4fc7-a4ef-fdd170f68ec4","extraProperties":{"WorkspaceType":"Normal"},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"be7fbca3-e7f1-4ffd-b83c-36ce6c7fe375"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 cache-control: - no-cache content-length: - - '1363' + - '1335' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:09:42 GMT + - Thu, 16 Sep 2021 15:10:11 GMT expires: - '-1' pragma: @@ -167,9 +167,103 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 15:10:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location --enable-managed-virtual-network + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 15:11:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location --enable-managed-virtual-network + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -181,7 +275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:10:13 GMT + - Thu, 16 Sep 2021 15:11:42 GMT expires: - '-1' pragma: @@ -214,9 +308,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -228,7 +322,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:10:43 GMT + - Thu, 16 Sep 2021 15:12:12 GMT expires: - '-1' pragma: @@ -261,9 +355,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -275,7 +369,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:11:14 GMT + - Thu, 16 Sep 2021 15:12:42 GMT expires: - '-1' pragma: @@ -308,9 +402,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -322,7 +416,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:11:44 GMT + - Thu, 16 Sep 2021 15:13:13 GMT expires: - '-1' pragma: @@ -355,9 +449,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -369,7 +463,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:12:14 GMT + - Thu, 16 Sep 2021 15:13:43 GMT expires: - '-1' pragma: @@ -402,9 +496,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -416,7 +510,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:12:44 GMT + - Thu, 16 Sep 2021 15:14:13 GMT expires: - '-1' pragma: @@ -449,9 +543,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -463,7 +557,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:13:15 GMT + - Thu, 16 Sep 2021 15:14:44 GMT expires: - '-1' pragma: @@ -496,9 +590,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -510,7 +604,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:13:45 GMT + - Thu, 16 Sep 2021 15:15:14 GMT expires: - '-1' pragma: @@ -543,9 +637,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -557,7 +651,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:14:15 GMT + - Thu, 16 Sep 2021 15:15:44 GMT expires: - '-1' pragma: @@ -590,9 +684,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -604,7 +698,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:14:46 GMT + - Thu, 16 Sep 2021 15:16:14 GMT expires: - '-1' pragma: @@ -637,9 +731,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -651,7 +745,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:15:16 GMT + - Thu, 16 Sep 2021 15:16:46 GMT expires: - '-1' pragma: @@ -684,9 +778,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -698,7 +792,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:15:46 GMT + - Thu, 16 Sep 2021 15:17:16 GMT expires: - '-1' pragma: @@ -731,9 +825,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/45f853c8-6221-4cf2-ba22-2160746233ea?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/fdfca0a4-4bf6-4981-b905-0bfaa32b48e9?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -745,7 +839,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:16:17 GMT + - Thu, 16 Sep 2021 15:17:46 GMT expires: - '-1' pragma: @@ -778,21 +872,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location --enable-managed-virtual-network User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-d0ada2c1-0661-4bf7-926b-0cb696553298","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"31faf17b-fced-4892-beac-df170cb5a8b0","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"a43db02e-01ab-41ec-a669-83c5a5d68b17"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7ec34420-0a96-4acb-bc2a-dee7925df703","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1669938e-c2a1-4fc7-a4ef-fdd170f68ec4","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"be7fbca3-e7f1-4ffd-b83c-36ce6c7fe375"}}' headers: cache-control: - no-cache content-length: - - '1395' + - '1390' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:16:18 GMT + - Thu, 16 Sep 2021 15:17:46 GMT expires: - '-1' pragma: @@ -824,21 +918,21 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-d0ada2c1-0661-4bf7-926b-0cb696553298","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"31faf17b-fced-4892-beac-df170cb5a8b0","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"a43db02e-01ab-41ec-a669-83c5a5d68b17"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","managedVirtualNetwork":"default","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7ec34420-0a96-4acb-bc2a-dee7925df703","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1669938e-c2a1-4fc7-a4ef-fdd170f68ec4","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"managedVirtualNetworkSettings":{"preventDataExfiltration":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"be7fbca3-e7f1-4ffd-b83c-36ce6c7fe375"}}' headers: cache-control: - no-cache content-length: - - '1395' + - '1390' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 13:16:19 GMT + - Thu, 16 Sep 2021 15:17:48 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_notebook.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_notebook.yaml index c32e65cb924..75e9a6383b3 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_notebook.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_notebook.yaml @@ -19,9 +19,9 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 14 Sep 2021 09:23:00 GMT + - Thu, 16 Sep 2021 13:22:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/e4a1ec9b-14ea-4456-8192-18087fca6a8b?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d56ce1cf-34b1-49da-a824-39b85b8da8a9?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/e4a1ec9b-14ea-4456-8192-18087fca6a8b?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/d56ce1cf-34b1-49da-a824-39b85b8da8a9?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-14T09:22:58.9250822Z","key2":"2021-09-14T09:22:58.9250822Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:22:58.9407064Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:22:58.9407064Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-14T09:22:58.7844262Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z13.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T13:22:33.2557109Z","key2":"2021-09-16T13:22:33.2557109Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T13:22:33.2557109Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T13:22:33.2557109Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T13:22:33.1307087Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z13.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1809' + - '1867' content-type: - application/json date: - - Tue, 14 Sep 2021 09:23:17 GMT + - Thu, 16 Sep 2021 13:22:51 GMT expires: - '-1' pragma: @@ -99,8 +99,8 @@ interactions: message: OK - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000004.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000003", + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", "sqlAdministratorLogin": "cliuser1"}}' headers: Accept: @@ -121,13 +121,13 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-72c1e5af-ddcc-4785-9354-f246b17c4a5c","privateEndpointConnections":[],"workspaceUID":"3e9c5e85-e572-46e3-82ab-2b1474cb6002","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"50ae3add-dafa-4556-a077-f1060737bde6"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-9d0735c3-68b4-406b-80fe-9f125fe9134a","privateEndpointConnections":[],"workspaceUID":"1571e486-78bf-42e3-9cc6-8440e6b88c4d","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"75f7ba2d-3fff-4c66-bd8e-b7a0a747cd0b"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -135,7 +135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:24:26 GMT + - Thu, 16 Sep 2021 13:24:01 GMT expires: - '-1' pragma: @@ -168,7 +168,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:24:56 GMT + - Thu, 16 Sep 2021 13:24:31 GMT expires: - '-1' pragma: @@ -215,7 +215,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:25:27 GMT + - Thu, 16 Sep 2021 13:25:01 GMT expires: - '-1' pragma: @@ -262,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:25:57 GMT + - Thu, 16 Sep 2021 13:25:31 GMT expires: - '-1' pragma: @@ -309,7 +309,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:26:27 GMT + - Thu, 16 Sep 2021 13:26:02 GMT expires: - '-1' pragma: @@ -356,7 +356,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:26:57 GMT + - Thu, 16 Sep 2021 13:26:32 GMT expires: - '-1' pragma: @@ -403,54 +403,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 14 Sep 2021 09:27:28 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse workspace create - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group --storage-account --file-system --sql-admin-login-user - --sql-admin-login-password --location - User-Agent: - - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/a633b7d7-d898-4382-82a7-7eacf5f192a9?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/23526bf1-4adb-438c-862e-e4a833281ed4?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -462,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:27:58 GMT + - Thu, 16 Sep 2021 13:27:02 GMT expires: - '-1' pragma: @@ -497,10 +450,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-72c1e5af-ddcc-4785-9354-f246b17c4a5c","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"3e9c5e85-e572-46e3-82ab-2b1474cb6002","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"50ae3add-dafa-4556-a077-f1060737bde6"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-9d0735c3-68b4-406b-80fe-9f125fe9134a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1571e486-78bf-42e3-9cc6-8440e6b88c4d","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"75f7ba2d-3fff-4c66-bd8e-b7a0a747cd0b"}}' headers: cache-control: - no-cache @@ -509,7 +462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:27:58 GMT + - Thu, 16 Sep 2021 13:27:03 GMT expires: - '-1' pragma: @@ -547,17 +500,17 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Provisioning","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/11acfe9d-9a5e-4d13-92a0-072eedd96383?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/66fa4510-f5e1-46b7-8ad8-d8503e4a9f85?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -565,11 +518,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:28:01 GMT + - Thu, 16 Sep 2021 13:27:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationResults/11acfe9d-9a5e-4d13-92a0-072eedd96383?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/66fa4510-f5e1-46b7-8ad8-d8503e4a9f85?api-version=2021-03-01 pragma: - no-cache server: @@ -599,7 +552,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/11acfe9d-9a5e-4d13-92a0-072eedd96383?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/66fa4510-f5e1-46b7-8ad8-d8503e4a9f85?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -611,7 +564,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:28:31 GMT + - Thu, 16 Sep 2021 13:27:36 GMT expires: - '-1' pragma: @@ -645,10 +598,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll?api-version=2021-03-01 response: body: - string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' + string: '{"properties":{"provisioningState":"Succeeded","startIpAddress":"0.0.0.0","endIpAddress":"255.255.255.255"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/firewallRules/allowAll","name":"allowAll","type":"Microsoft.Synapse/workspaces/firewallRules"}' headers: cache-control: - no-cache @@ -657,7 +610,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:28:31 GMT + - Thu, 16 Sep 2021 13:27:36 GMT expires: - '-1' pragma: @@ -691,10 +644,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-72c1e5af-ddcc-4785-9354-f246b17c4a5c","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"3e9c5e85-e572-46e3-82ab-2b1474cb6002","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"50ae3add-dafa-4556-a077-f1060737bde6"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-9d0735c3-68b4-406b-80fe-9f125fe9134a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1571e486-78bf-42e3-9cc6-8440e6b88c4d","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"75f7ba2d-3fff-4c66-bd8e-b7a0a747cd0b"}}' headers: cache-control: - no-cache @@ -703,7 +656,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:28:33 GMT + - Thu, 16 Sep 2021 13:27:38 GMT expires: - '-1' pragma: @@ -743,29 +696,29 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/bigDataPools/testpool?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/bigDataPools/testpool?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-09-14T09:28:38.57Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' + string: '{"properties":{"creationDate":"2021-09-16T13:27:43.0566667Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/bd3ef9ba-a306-4c55-8392-61198d4b3c03?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/22aeb1eb-c9de-4efa-8fb6-39825f22e3a7?api-version=2021-03-01 cache-control: - no-cache content-length: - - '683' + - '688' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:28:38 GMT + - Thu, 16 Sep 2021 13:27:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationResults/bd3ef9ba-a306-4c55-8392-61198d4b3c03?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/22aeb1eb-c9de-4efa-8fb6-39825f22e3a7?api-version=2021-03-01 pragma: - no-cache server: @@ -795,7 +748,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/bd3ef9ba-a306-4c55-8392-61198d4b3c03?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/22aeb1eb-c9de-4efa-8fb6-39825f22e3a7?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -807,7 +760,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:08 GMT + - Thu, 16 Sep 2021 13:28:13 GMT expires: - '-1' pragma: @@ -841,10 +794,10 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/bigDataPools/testpool?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/bigDataPools/testpool?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-09-14T09:28:38.57Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-14T09:28:47.2466667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' + string: '{"properties":{"creationDate":"2021-09-16T13:27:43.0566667Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T13:27:50.17Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: cache-control: - no-cache @@ -853,7 +806,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:08 GMT + - Thu, 16 Sep 2021 13:28:13 GMT expires: - '-1' pragma: @@ -883,17 +836,17 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/bigDataPools/testpool?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/bigDataPools/testpool?api-version=2020-12-01 response: body: - string: '{"properties":{"creationDate":"2021-09-14T09:28:38.57Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-14T09:28:47.2466667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' + string: '{"properties":{"creationDate":"2021-09-16T13:27:43.0566667Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T13:27:50.17Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/bigDataPools/testpool","name":"testpool","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: content-length: - '736' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:10 GMT + - Thu, 16 Sep 2021 13:28:15 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -922,10 +875,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://clitest000002.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","recordId":2307065,"state":"Creating","created":"2021-09-14T09:29:11.8566667Z","changed":"2021-09-14T09:29:11.8566667Z","type":"Notebook","name":"notebook","operationId":"0ab7a3cc-0ae1-4db7-b7c0-5aec9d9f79bb","artifactId":"640fc885-884e-464b-8782-f1cd4751b4ae"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","recordId":2324646,"state":"Creating","created":"2021-09-16T13:28:18.0033333Z","changed":"2021-09-16T13:28:18.0033333Z","type":"Notebook","name":"notebook","operationId":"72ec30ef-9704-4d52-bbd0-03c6251edf48","artifactId":"2605b16d-3a02-4758-9178-73e3e6a7152c"}' headers: access-control-allow-headers: - Location @@ -938,9 +891,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:11 GMT + - Thu, 16 Sep 2021 13:28:18 GMT location: - - https://clitest000002.dev.azuresynapse.net/notebookOperationResults/0ab7a3cc-0ae1-4db7-b7c0-5aec9d9f79bb?api-version=2020-12-01 + - https://clitest000003.dev.azuresynapse.net/notebookOperationResults/72ec30ef-9704-4d52-bbd0-03c6251edf48?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -960,16 +913,16 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebookOperationResults/0ab7a3cc-0ae1-4db7-b7c0-5aec9d9f79bb?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebookOperationResults/72ec30ef-9704-4d52-bbd0-03c6251edf48?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello - from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"080009ea-0000-0100-0000-61406b690000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello + from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"6f01249e-0000-0100-0000-614346740000"}' headers: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:21 GMT + - Thu, 16 Sep 2021 13:28:28 GMT request-context: - appId= server: @@ -993,16 +946,16 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello - from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"080009ea-0000-0100-0000-61406b690000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello + from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"6f01249e-0000-0100-0000-614346740000"}' headers: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:24 GMT + - Thu, 16 Sep 2021 13:28:30 GMT request-context: - appId= server: @@ -1026,10 +979,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebooks?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks?api-version=2020-12-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","etag":"080009ea-0000-0100-0000-61406b690000","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","etag":"6f01249e-0000-0100-0000-614346740000","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null}}]}' headers: content-length: @@ -1037,7 +990,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:25 GMT + - Thu, 16 Sep 2021 13:28:32 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1057,16 +1010,16 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello - from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"080009ea-0000-0100-0000-61406b690000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","name":"notebook","type":"Microsoft.Synapse/workspaces/notebooks","properties":{"nbformat":4,"nbformat_minor":2,"entityState":null,"renameOperationDetails":null,"bigDataPool":{"referenceName":"testpool","type":"BigDataPoolReference"},"sessionProperties":{"driverMemory":"28g","driverCores":4,"executorMemory":"28g","executorCores":4,"numExecutors":2,"conf":null},"metadata":{"language_info":{"name":"python"},"a365ComputeOptions":null,"sessionKeepAliveTimeout":0},"cells":[{"cell_type":"code","metadata":{},"source":["print(\"hello + from portal\")"],"attachments":{},"outputs":[],"execution_count":null}],"folder":null},"etag":"6f01249e-0000-0100-0000-614346740000"}' headers: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:26 GMT + - Thu, 16 Sep 2021 13:28:33 GMT request-context: - appId= server: @@ -1092,10 +1045,10 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://clitest000002.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"Notebook","name":"notebook","operationId":"ed19cd07-5cc9-45f3-967d-666ad5577f72"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"Notebook","name":"notebook","operationId":"a410f983-c3d8-488c-a74f-c06293c2c338"}' headers: access-control-allow-headers: - Location @@ -1106,9 +1059,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:29:28 GMT + - Thu, 16 Sep 2021 13:28:34 GMT location: - - https://clitest000002.dev.azuresynapse.net/notebookOperationResults/ed19cd07-5cc9-45f3-967d-666ad5577f72?api-version=2020-12-01 + - https://clitest000003.dev.azuresynapse.net/notebookOperationResults/a410f983-c3d8-488c-a74f-c06293c2c338?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1128,7 +1081,7 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebookOperationResults/ed19cd07-5cc9-45f3-967d-666ad5577f72?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebookOperationResults/a410f983-c3d8-488c-a74f-c06293c2c338?api-version=2020-12-01 response: body: string: '' @@ -1136,7 +1089,7 @@ interactions: content-length: - '0' date: - - Tue, 14 Sep 2021 09:29:58 GMT + - Thu, 16 Sep 2021 13:29:03 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1156,19 +1109,19 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 + uri: https://clitest000003.dev.azuresynapse.net/notebooks/notebook?api-version=2020-12-01 response: body: string: '{"code":404,"message":"Failed Component = DataFactoryResourceProvider, ErrorCode = 404, Error = NotFound ","result":null,"target":null,"details":null,"error":"GetNotebook failed [statusCode from ADF: NotFound, ErrorMessage: {\"code\":\"NotFound\",\"message\":\"The - document could not be retrieved because it does not exist.\",\"target\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/notebooks/notebook\",\"details\":null,\"error\":null}, - workspace: clitest000002, notebook: notebook]"}' + document could not be retrieved because it does not exist.\",\"target\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/notebooks/notebook\",\"details\":null,\"error\":null}, + workspace: clitest000003, notebook: notebook]"}' headers: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:30:01 GMT + - Thu, 16 Sep 2021 13:29:06 GMT request-context: - appId= server: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_spark_pool.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_spark_pool.yaml index a706b936c0d..9677b910f9b 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_spark_pool.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_spark_pool.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus2euap", + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, "isHnsEnabled": true}}' headers: @@ -13,15 +13,15 @@ interactions: Connection: - keep-alive Content-Length: - - '197' + - '192' Content-Type: - application/json ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000006?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Fri, 28 May 2021 11:31:53 GMT + - Thu, 16 Sep 2021 14:42:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/97dd2a78-e6a8-4ba4-87bc-ea0d295e84b2?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/8a56d69d-e4cb-438f-8b7b-260e90df2c03?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -47,7 +47,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 202 message: Accepted @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/97dd2a78-e6a8-4ba4-87bc-ea0d295e84b2?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/8a56d69d-e4cb-438f-8b7b-260e90df2c03?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-28T11:31:52.5719423Z","key2":"2021-05-28T11:31:52.5719423Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:31:52.5719423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:31:52.5719423Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-28T11:31:52.4419349Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z3.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z3.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000006","name":"adlsgen2000006","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T14:42:15.9032341Z","key2":"2021-09-16T14:42:15.9032341Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:42:15.9032341Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:42:15.9032341Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T14:42:15.7938506Z","primaryEndpoints":{"dfs":"https://adlsgen2000006.dfs.core.windows.net/","web":"https://adlsgen2000006.z13.web.core.windows.net/","blob":"https://adlsgen2000006.blob.core.windows.net/","queue":"https://adlsgen2000006.queue.core.windows.net/","table":"https://adlsgen2000006.table.core.windows.net/","file":"https://adlsgen2000006.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000006-secondary.dfs.core.windows.net/","web":"https://adlsgen2000006-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000006-secondary.blob.core.windows.net/","queue":"https://adlsgen2000006-secondary.queue.core.windows.net/","table":"https://adlsgen2000006-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1810' + - '1867' content-type: - application/json date: - - Fri, 28 May 2021 11:32:11 GMT + - Thu, 16 Sep 2021 14:42:35 GMT expires: - '-1' pragma: @@ -98,9 +98,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000006.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000005", "sqlAdministratorLogin": "cliuser1"}}' headers: Accept: @@ -112,22 +112,22 @@ interactions: Connection: - keep-alive Content-Length: - - '296' + - '291' Content-Type: - application/json ParameterSetName: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-bac665d4-8521-491f-b0cf-3ccb55531982","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"privateEndpointConnections":[],"workspaceUID":"07e5e81e-c5c1-4d76-bb2e-91be6757aa6a","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b18f56cd-0752-4dc5-bcef-7b7aebf9f7fc"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-8fedb878-1a4e-4f96-b9e7-0a9c4a9d79a3","privateEndpointConnections":[],"workspaceUID":"70f131d0-39a4-4310-8c69-ba06d374d0dd","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"5c31472f-3d17-4683-ad2d-7fff85f37cb7"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -135,7 +135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:33:21 GMT + - Thu, 16 Sep 2021 14:43:45 GMT expires: - '-1' pragma: @@ -147,7 +147,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -166,9 +166,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:33:51 GMT + - Thu, 16 Sep 2021 14:44:15 GMT expires: - '-1' pragma: @@ -213,9 +213,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:34:21 GMT + - Thu, 16 Sep 2021 14:44:46 GMT expires: - '-1' pragma: @@ -260,9 +260,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:34:52 GMT + - Thu, 16 Sep 2021 14:45:16 GMT expires: - '-1' pragma: @@ -307,9 +307,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:35:22 GMT + - Thu, 16 Sep 2021 14:45:46 GMT expires: - '-1' pragma: @@ -354,9 +354,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:35:53 GMT + - Thu, 16 Sep 2021 14:46:17 GMT expires: - '-1' pragma: @@ -401,9 +401,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb66d083-55a7-4adf-8485-06e903442c1a?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/80638fc8-5d41-4a1e-9989-ee7ad41b7324?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -415,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:36:23 GMT + - Thu, 16 Sep 2021 14:46:47 GMT expires: - '-1' pragma: @@ -448,21 +448,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-bac665d4-8521-491f-b0cf-3ccb55531982","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"07e5e81e-c5c1-4d76-bb2e-91be6757aa6a","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b18f56cd-0752-4dc5-bcef-7b7aebf9f7fc"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-8fedb878-1a4e-4f96-b9e7-0a9c4a9d79a3","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"70f131d0-39a4-4310-8c69-ba06d374d0dd","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"5c31472f-3d17-4683-ad2d-7fff85f37cb7"}}' headers: cache-control: - no-cache content-length: - - '1267' + - '1290' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:36:23 GMT + - Thu, 16 Sep 2021 14:46:47 GMT expires: - '-1' pragma: @@ -498,7 +498,7 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-03-01 response: @@ -512,7 +512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:36:25 GMT + - Thu, 16 Sep 2021 14:46:50 GMT expires: - '-1' pragma: @@ -546,21 +546,21 @@ interactions: ParameterSetName: - --name --spark-version --workspace --resource-group --node-count --node-size User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-bac665d4-8521-491f-b0cf-3ccb55531982","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"07e5e81e-c5c1-4d76-bb2e-91be6757aa6a","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b18f56cd-0752-4dc5-bcef-7b7aebf9f7fc"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-8fedb878-1a4e-4f96-b9e7-0a9c4a9d79a3","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"70f131d0-39a4-4310-8c69-ba06d374d0dd","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"5c31472f-3d17-4683-ad2d-7fff85f37cb7"}}' headers: cache-control: - no-cache content-length: - - '1267' + - '1290' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:36:26 GMT + - Thu, 16 Sep 2021 14:46:51 GMT expires: - '-1' pragma: @@ -579,8 +579,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "properties": {"autoScale": {}, "autoPause": - {}, "sparkEventsFolder": "/events", "nodeCount": 3, "sparkVersion": "2.4", "nodeSize": + body: '{"location": "eastus", "properties": {"autoScale": {}, "autoPause": {}, + "sparkEventsFolder": "/events", "nodeCount": 3, "sparkVersion": "2.4", "nodeSize": "Medium", "nodeSizeFamily": "MemoryOptimized"}}' headers: Accept: @@ -592,37 +592,37 @@ interactions: Connection: - keep-alive Content-Length: - - '207' + - '202' Content-Type: - application/json ParameterSetName: - --name --spark-version --workspace --resource-group --node-count --node-size User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap"}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3e09396d-3e53-4e5a-b072-8d08d4790a25?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/9aaddff5-d765-4a7f-9fe1-d24b977a5b5a?api-version=2021-03-01 cache-control: - no-cache content-length: - - '688' + - '697' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:36:32 GMT + - Thu, 16 Sep 2021 14:46:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/3e09396d-3e53-4e5a-b072-8d08d4790a25?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/9aaddff5-d765-4a7f-9fe1-d24b977a5b5a?api-version=2021-03-01 pragma: - no-cache server: @@ -632,7 +632,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 202 message: Accepted @@ -650,9 +650,9 @@ interactions: ParameterSetName: - --name --spark-version --workspace --resource-group --node-count --node-size User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3e09396d-3e53-4e5a-b072-8d08d4790a25?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/9aaddff5-d765-4a7f-9fe1-d24b977a5b5a?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -664,7 +664,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:02 GMT + - Thu, 16 Sep 2021 14:47:25 GMT expires: - '-1' pragma: @@ -696,21 +696,21 @@ interactions: ParameterSetName: - --name --spark-version --workspace --resource-group --node-count --node-size User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:36:36.0533333Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap"}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:46:57.9966667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: cache-control: - no-cache content-length: - - '741' + - '750' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:02 GMT + - Thu, 16 Sep 2021 14:47:26 GMT expires: - '-1' pragma: @@ -742,21 +742,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:36:36.0533333Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap"}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:46:57.9966667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: cache-control: - no-cache content-length: - - '741' + - '750' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:04 GMT + - Thu, 16 Sep 2021 14:47:27 GMT expires: - '-1' pragma: @@ -788,21 +788,21 @@ interactions: ParameterSetName: - --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools?api-version=2021-03-01 response: body: - string: '{"value":[{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:36:36.0533333Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap"}]}' + string: '{"value":[{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:46:57.9966667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}]}' headers: cache-control: - no-cache content-length: - - '753' + - '762' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:06 GMT + - Thu, 16 Sep 2021 14:47:29 GMT expires: - '-1' pragma: @@ -834,21 +834,21 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:36:36.0533333Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap"}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:46:57.9966667Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus"}' headers: cache-control: - no-cache content-length: - - '741' + - '750' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:06 GMT + - Thu, 16 Sep 2021 14:47:30 GMT expires: - '-1' pragma: @@ -867,9 +867,9 @@ interactions: code: 200 message: OK - request: - body: '{"tags": {"key1": "value1"}, "location": "eastus2euap", "properties": {"provisioningState": + body: '{"tags": {"key1": "value1"}, "location": "eastus", "properties": {"provisioningState": "Succeeded", "autoScale": {"minNodeCount": 0, "enabled": false, "maxNodeCount": - 0}, "creationDate": "2021-05-28T11:36:32.340Z", "autoPause": {"delayInMinutes": + 0}, "creationDate": "2021-09-16T14:46:55.950Z", "autoPause": {"delayInMinutes": 0, "enabled": false}, "isComputeIsolationEnabled": false, "sessionLevelPackagesEnabled": false, "cacheSize": 0, "dynamicExecutorAllocation": {"enabled": false}, "nodeCount": 3, "sparkVersion": "2.4", "nodeSize": "Medium", "nodeSizeFamily": "MemoryOptimized"}}' @@ -883,37 +883,37 @@ interactions: Connection: - keep-alive Content-Length: - - '511' + - '506' Content-Type: - application/json ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:36:36.0533333Z","provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap","tags":{"key1":"value1"}}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:46:57.9966667Z","provisioningState":"Provisioning"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus","tags":{"key1":"value1"}}' headers: access-control-allow-headers: - Location access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/e5e8d99f-87bd-40e7-b98e-b357da891cb3?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/c28e374a-8265-461f-8448-d4c26e8c1e23?api-version=2021-03-01 cache-control: - no-cache content-length: - - '769' + - '778' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:08 GMT + - Thu, 16 Sep 2021 14:47:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/e5e8d99f-87bd-40e7-b98e-b357da891cb3?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/c28e374a-8265-461f-8448-d4c26e8c1e23?api-version=2021-03-01 pragma: - no-cache server: @@ -941,9 +941,9 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/e5e8d99f-87bd-40e7-b98e-b357da891cb3?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/c28e374a-8265-461f-8448-d4c26e8c1e23?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -955,7 +955,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:38 GMT + - Thu, 16 Sep 2021 14:48:02 GMT expires: - '-1' pragma: @@ -987,21 +987,21 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01&force=false response: body: - string: '{"properties":{"creationDate":"2021-05-28T11:36:32.34Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-05-28T11:37:17.4133333Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus2euap","tags":{"key1":"value1"}}' + string: '{"properties":{"creationDate":"2021-09-16T14:46:55.95Z","sparkVersion":"2.4","nodeCount":3,"nodeSize":"Medium","nodeSizeFamily":"MemoryOptimized","autoScale":{"enabled":false,"minNodeCount":0,"maxNodeCount":0},"autoPause":{"enabled":false,"delayInMinutes":0},"isComputeIsolationEnabled":false,"sessionLevelPackagesEnabled":false,"cacheSize":0,"dynamicExecutorAllocation":{"enabled":false},"lastSucceededTimestamp":"2021-09-16T14:47:41.17Z","provisioningState":"Succeeded"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003","name":"testpool000003","type":"Microsoft.Synapse/workspaces/bigDataPools","location":"eastus","tags":{"key1":"value1"}}' headers: cache-control: - no-cache content-length: - - '766' + - '770' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:37:38 GMT + - Thu, 16 Sep 2021 14:48:02 GMT expires: - '-1' pragma: @@ -1035,9 +1035,9 @@ interactions: ParameterSetName: - --name --workspace --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 response: body: string: '' @@ -1051,11 +1051,11 @@ interactions: content-length: - '0' date: - - Fri, 28 May 2021 11:37:42 GMT + - Thu, 16 Sep 2021 14:48:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/8104a206-ff6a-4531-8512-d360a6243019?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/1b7b3b66-5eb2-4412-a3a4-69120ea02902?api-version=2021-03-01 pragma: - no-cache server: @@ -1083,9 +1083,9 @@ interactions: ParameterSetName: - --name --workspace --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/8104a206-ff6a-4531-8512-d360a6243019?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/1b7b3b66-5eb2-4412-a3a4-69120ea02902?api-version=2021-03-01 response: body: string: '' @@ -1093,7 +1093,7 @@ interactions: cache-control: - no-cache date: - - Fri, 28 May 2021 11:38:12 GMT + - Thu, 16 Sep 2021 14:48:35 GMT expires: - '-1' pragma: @@ -1121,22 +1121,23 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003?api-version=2021-03-01 response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Synapse/workspaces/clitest000004/bigDataPools/testpool000003'' - under resource group ''rg'' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + under resource group ''synapse-cli000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '248' + - '262' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:38:14 GMT + - Thu, 16 Sep 2021 14:48:36 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool.yaml index 1a9fc5f8ccd..933c68790fc 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus2euap", + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, "isHnsEnabled": true}}' headers: @@ -13,15 +13,15 @@ interactions: Connection: - keep-alive Content-Length: - - '197' + - '192' Content-Type: - application/json ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000006?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Fri, 28 May 2021 11:17:31 GMT + - Thu, 16 Sep 2021 13:32:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e625258c-8536-42d9-8273-0be0984287bd?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/318af840-694a-4564-a00d-620953e56af2?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -47,7 +47,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 202 message: Accepted @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e625258c-8536-42d9-8273-0be0984287bd?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/318af840-694a-4564-a00d-620953e56af2?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-28T11:17:30.0152094Z","key2":"2021-05-28T11:17:30.0152094Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:17:30.0201876Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:17:30.0201876Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-28T11:17:29.8801799Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z3.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z3.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/adlsgen2000006","name":"adlsgen2000006","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T13:32:03.5559795Z","key2":"2021-09-16T13:32:03.5559795Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T13:32:03.5716015Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T13:32:03.5716015Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T13:32:03.4153645Z","primaryEndpoints":{"dfs":"https://adlsgen2000006.dfs.core.windows.net/","web":"https://adlsgen2000006.z13.web.core.windows.net/","blob":"https://adlsgen2000006.blob.core.windows.net/","queue":"https://adlsgen2000006.queue.core.windows.net/","table":"https://adlsgen2000006.table.core.windows.net/","file":"https://adlsgen2000006.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000006-secondary.dfs.core.windows.net/","web":"https://adlsgen2000006-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000006-secondary.blob.core.windows.net/","queue":"https://adlsgen2000006-secondary.queue.core.windows.net/","table":"https://adlsgen2000006-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1810' + - '1853' content-type: - application/json date: - - Fri, 28 May 2021 11:17:48 GMT + - Thu, 16 Sep 2021 13:32:21 GMT expires: - '-1' pragma: @@ -98,9 +98,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", - "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000006.dfs.core.windows.net", + "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000005", "sqlAdministratorLogin": "cliuser1"}}' headers: Accept: @@ -112,30 +112,30 @@ interactions: Connection: - keep-alive Content-Length: - - '296' + - '291' Content-Type: - application/json ParameterSetName: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-66310bf1-9400-4113-a0ca-76019618a062","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"privateEndpointConnections":[],"workspaceUID":"3a9759ae-1bcf-4f48-a1dd-9733c3892589","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"19b03261-7adc-4569-bfbd-c4f4ac6e51d4"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-59ee8fcf-df5b-4636-b407-640b4c5b2850","privateEndpointConnections":[],"workspaceUID":"dbf5a9f1-25ab-4121-9a15-5de902868dad","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"111237a7-ae44-4aa7-8015-63052945c9c2"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 cache-control: - no-cache content-length: - - '1235' + - '1207' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:19:00 GMT + - Thu, 16 Sep 2021 13:33:31 GMT expires: - '-1' pragma: @@ -166,9 +166,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:19:30 GMT + - Thu, 16 Sep 2021 13:34:01 GMT expires: - '-1' pragma: @@ -213,9 +213,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:20:01 GMT + - Thu, 16 Sep 2021 13:34:31 GMT expires: - '-1' pragma: @@ -260,9 +260,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:20:31 GMT + - Thu, 16 Sep 2021 13:35:02 GMT expires: - '-1' pragma: @@ -307,9 +307,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:21:00 GMT + - Thu, 16 Sep 2021 13:35:32 GMT expires: - '-1' pragma: @@ -354,9 +354,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:21:31 GMT + - Thu, 16 Sep 2021 13:36:02 GMT expires: - '-1' pragma: @@ -401,56 +401,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 28 May 2021 11:22:01 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse workspace create - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group --storage-account --file-system --sql-admin-login-user - --sql-admin-login-password --location - User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/3c820e38-4672-4d98-a933-3e2db68c46e4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/523e89ee-ac54-4442-90e3-fa13c0a5e633?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -462,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:31 GMT + - Thu, 16 Sep 2021 13:36:32 GMT expires: - '-1' pragma: @@ -495,21 +448,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-66310bf1-9400-4113-a0ca-76019618a062","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"3a9759ae-1bcf-4f48-a1dd-9733c3892589","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"19b03261-7adc-4569-bfbd-c4f4ac6e51d4"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-59ee8fcf-df5b-4636-b407-640b4c5b2850","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"dbf5a9f1-25ab-4121-9a15-5de902868dad","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"111237a7-ae44-4aa7-8015-63052945c9c2"}}' headers: cache-control: - no-cache content-length: - - '1267' + - '1262' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:32 GMT + - Thu, 16 Sep 2021 13:36:33 GMT expires: - '-1' pragma: @@ -545,7 +498,7 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-03-01 response: @@ -559,7 +512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:34 GMT + - Thu, 16 Sep 2021 13:36:35 GMT expires: - '-1' pragma: @@ -575,7 +528,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -593,21 +546,21 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-66310bf1-9400-4113-a0ca-76019618a062","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"3a9759ae-1bcf-4f48-a1dd-9733c3892589","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus2euap","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"19b03261-7adc-4569-bfbd-c4f4ac6e51d4"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000006.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2frg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000004","dev":"https://clitest000004.dev.azuresynapse.net","sqlOnDemand":"clitest000004-ondemand.sql.azuresynapse.net","sql":"clitest000004.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-59ee8fcf-df5b-4636-b407-640b4c5b2850","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"dbf5a9f1-25ab-4121-9a15-5de902868dad","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004","location":"eastus","name":"clitest000004","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"111237a7-ae44-4aa7-8015-63052945c9c2"}}' headers: cache-control: - no-cache content-length: - - '1267' + - '1262' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:36 GMT + - Thu, 16 Sep 2021 13:36:37 GMT expires: - '-1' pragma: @@ -626,7 +579,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "sku": {"name": "DW400c"}, "properties": {"createMode": + body: '{"location": "eastus", "sku": {"name": "DW400c"}, "properties": {"createMode": "Default"}}' headers: Accept: @@ -638,18 +591,18 @@ interactions: Connection: - keep-alive Content-Length: - - '95' + - '90' Content-Type: - application/json ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"maxSizeBytes":0,"restorePointInTime":"0001-01-01T00:00:00","creationDate":"0001-01-01T00:00:00","provisioningState":"Provisioning"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' + string: '{"properties":{"maxSizeBytes":0,"restorePointInTime":"0001-01-01T00:00:00","creationDate":"0001-01-01T00:00:00","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Provisioning"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' headers: access-control-allow-headers: - Location @@ -658,19 +611,19 @@ interactions: - Location - Retry-After azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 cache-control: - no-cache content-length: - - '415' + - '466' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:40 GMT + - Thu, 16 Sep 2021 13:36:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 pragma: - no-cache server: @@ -698,9 +651,55 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 13:36:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -712,7 +711,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:22:50 GMT + - Thu, 16 Sep 2021 13:37:25 GMT expires: - '-1' pragma: @@ -744,9 +743,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -758,7 +757,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:23:21 GMT + - Thu, 16 Sep 2021 13:37:55 GMT expires: - '-1' pragma: @@ -790,9 +789,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -804,7 +803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:23:51 GMT + - Thu, 16 Sep 2021 13:38:26 GMT expires: - '-1' pragma: @@ -836,9 +835,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -850,7 +849,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:24:21 GMT + - Thu, 16 Sep 2021 13:38:56 GMT expires: - '-1' pragma: @@ -882,9 +881,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/10562e44-e8de-471e-b8f3-b4e3d06ce0f6?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/dad5bac2-f102-4ccb-ba15-4d1d5cce83a1?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -896,7 +895,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:24:53 GMT + - Thu, 16 Sep 2021 13:39:26 GMT expires: - '-1' pragma: @@ -928,21 +927,21 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap"}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' headers: cache-control: - no-cache content-length: - - '543' + - '590' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:24:53 GMT + - Thu, 16 Sep 2021 13:39:26 GMT expires: - '-1' pragma: @@ -974,21 +973,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap"}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' headers: cache-control: - no-cache content-length: - - '543' + - '590' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:24:54 GMT + - Thu, 16 Sep 2021 13:39:28 GMT expires: - '-1' pragma: @@ -1020,21 +1019,21 @@ interactions: ParameterSetName: - --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools?api-version=2021-03-01 response: body: - string: '{"value":[{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap"}]}' + string: '{"value":[{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}]}' headers: cache-control: - no-cache content-length: - - '555' + - '602' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:24:56 GMT + - Thu, 16 Sep 2021 13:39:29 GMT expires: - '-1' pragma: @@ -1070,7 +1069,7 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: @@ -1082,17 +1081,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql04ftr-e6ab8a97-0da1-4f75-80ad-e31013257494?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql04ftr-0db3efa9-9c3f-4f0d-8e77-451420dd1977?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 11:25:00 GMT + - Thu, 16 Sep 2021 13:39:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql04ftr-e6ab8a97-0da1-4f75-80ad-e31013257494?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql04ftr-0db3efa9-9c3f-4f0d-8e77-451420dd1977?api-version=2021-03-01 pragma: - no-cache retryafter: @@ -1104,7 +1103,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 202 message: Accepted @@ -1122,21 +1121,21 @@ interactions: ParameterSetName: - --ids User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap","tags":{"key1":"value1"}}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus","tags":{"key1":"value1"}}' headers: cache-control: - no-cache content-length: - - '568' + - '615' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:25:01 GMT + - Thu, 16 Sep 2021 13:39:33 GMT expires: - '-1' pragma: @@ -1170,7 +1169,7 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/pause?api-version=2021-03-01 response: @@ -1182,17 +1181,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-75225fad-fac3-4ddc-a082-bcd31ebc8f36?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 11:25:02 GMT + - Thu, 16 Sep 2021 13:39:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-75225fad-fac3-4ddc-a082-bcd31ebc8f36?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 pragma: - no-cache retryafter: @@ -1222,21 +1221,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-75225fad-fac3-4ddc-a082-bcd31ebc8f36?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 response: body: - string: '{"name":"75225fad-fac3-4ddc-a082-bcd31ebc8f36","status":"InProgress","startTime":"2021-05-28T11:25:02.883Z"}' + string: '{"name":"fc8f3275-6360-49f6-8fd9-cddd8d34c15f","status":"InProgress","startTime":"2021-09-16T13:39:35.52Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:25:32 GMT + - Thu, 16 Sep 2021 13:40:05 GMT expires: - '-1' pragma: @@ -1268,12 +1267,12 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-75225fad-fac3-4ddc-a082-bcd31ebc8f36?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 response: body: - string: '{"name":"75225fad-fac3-4ddc-a082-bcd31ebc8f36","status":"Succeeded","startTime":"2021-05-28T11:25:02.883Z"}' + string: '{"name":"fc8f3275-6360-49f6-8fd9-cddd8d34c15f","status":"InProgress","startTime":"2021-09-16T13:39:35.52Z"}' headers: cache-control: - no-cache @@ -1282,7 +1281,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:26:03 GMT + - Thu, 16 Sep 2021 13:40:36 GMT expires: - '-1' pragma: @@ -1314,21 +1313,67 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-75225fad-fac3-4ddc-a082-bcd31ebc8f36?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 response: body: - string: '{"sku":{},"kind":"v12.0,user,datawarehouse,gen2","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":263882790666240,"status":"Paused","databaseId":"25bbbf77-ae69-4195-b694-784b7dde87c0","creationDate":"2021-05-28T11:24:44.51Z","currentServiceObjectiveName":"DW400c","defaultSecondaryLocation":"centraluseuap","catalogCollation":"SQL_Latin1_General_CP1_CI_AS"},"location":"eastus2euap","tags":{"key1":"value1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' + string: '{"name":"fc8f3275-6360-49f6-8fd9-cddd8d34c15f","status":"Succeeded","startTime":"2021-09-16T13:39:35.52Z"}' headers: cache-control: - no-cache content-length: - - '661' + - '106' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:26:03 GMT + - Thu, 16 Sep 2021 13:41:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool pause + Connection: + - keep-alive + ParameterSetName: + - --name --workspace --resource-group + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-fc8f3275-6360-49f6-8fd9-cddd8d34c15f?api-version=2021-03-01 + response: + body: + string: '{"sku":{},"kind":"v12.0,user,datawarehouse,gen2","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":263882790666240,"status":"Paused","databaseId":"b1a3407e-1c56-473d-9b86-d617006b4f5b","creationDate":"2021-09-16T13:39:05.533Z","currentServiceObjectiveName":"DW400c","defaultSecondaryLocation":"westus","catalogCollation":"SQL_Latin1_General_CP1_CI_AS"},"location":"eastus","tags":{"key1":"value1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' + headers: + cache-control: + - no-cache + content-length: + - '650' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 13:41:07 GMT expires: - '-1' pragma: @@ -1360,21 +1405,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"status":"Paused","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap","tags":{"key1":"value1"}}' + string: '{"properties":{"status":"Paused","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus","tags":{"key1":"value1"}}' headers: cache-control: - no-cache content-length: - - '568' + - '615' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:26:04 GMT + - Thu, 16 Sep 2021 13:41:08 GMT expires: - '-1' pragma: @@ -1408,7 +1453,7 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/resume?api-version=2021-03-01 response: @@ -1420,17 +1465,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 11:26:06 GMT + - Thu, 16 Sep 2021 13:41:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 pragma: - no-cache retryafter: @@ -1460,12 +1505,12 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 response: body: - string: '{"name":"87eff5fc-8414-41ea-852a-4c15addd96e5","status":"InProgress","startTime":"2021-05-28T11:26:06.017Z"}' + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"InProgress","startTime":"2021-09-16T13:41:10.397Z"}' headers: cache-control: - no-cache @@ -1474,7 +1519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:26:36 GMT + - Thu, 16 Sep 2021 13:41:39 GMT expires: - '-1' pragma: @@ -1506,12 +1551,12 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 response: body: - string: '{"name":"87eff5fc-8414-41ea-852a-4c15addd96e5","status":"InProgress","startTime":"2021-05-28T11:26:06.017Z"}' + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"InProgress","startTime":"2021-09-16T13:41:10.397Z"}' headers: cache-control: - no-cache @@ -1520,7 +1565,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:27:06 GMT + - Thu, 16 Sep 2021 13:42:11 GMT expires: - '-1' pragma: @@ -1552,12 +1597,150 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 response: body: - string: '{"name":"87eff5fc-8414-41ea-852a-4c15addd96e5","status":"Succeeded","startTime":"2021-05-28T11:26:06.017Z"}' + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"InProgress","startTime":"2021-09-16T13:41:10.397Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 13:42:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool resume + Connection: + - keep-alive + ParameterSetName: + - --name --workspace --resource-group + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 + response: + body: + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"InProgress","startTime":"2021-09-16T13:41:10.397Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 13:43:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool resume + Connection: + - keep-alive + ParameterSetName: + - --name --workspace --resource-group + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 + response: + body: + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"InProgress","startTime":"2021-09-16T13:41:10.397Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 13:43:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool resume + Connection: + - keep-alive + ParameterSetName: + - --name --workspace --resource-group + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationStatuses/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 + response: + body: + string: '{"name":"caa4c00f-7382-4451-82e2-c1d1e8541d75","status":"Succeeded","startTime":"2021-09-16T13:41:10.397Z"}' headers: cache-control: - no-cache @@ -1566,7 +1749,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:27:37 GMT + - Thu, 16 Sep 2021 13:44:12 GMT expires: - '-1' pragma: @@ -1598,21 +1781,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-87eff5fc-8414-41ea-852a-4c15addd96e5?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003/operationResults/sql01ftr-caa4c00f-7382-4451-82e2-c1d1e8541d75?api-version=2021-03-01 response: body: - string: '{"sku":{},"kind":"v12.0,user,datawarehouse,gen2","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":263882790666240,"status":"Online","databaseId":"25bbbf77-ae69-4195-b694-784b7dde87c0","creationDate":"2021-05-28T11:24:44.51Z","currentServiceObjectiveName":"DW400c","defaultSecondaryLocation":"centraluseuap","catalogCollation":"SQL_Latin1_General_CP1_CI_AS"},"location":"eastus2euap","tags":{"key1":"value1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' + string: '{"sku":{},"kind":"v12.0,user,datawarehouse,gen2","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":263882790666240,"status":"Online","databaseId":"b1a3407e-1c56-473d-9b86-d617006b4f5b","creationDate":"2021-09-16T13:39:05.533Z","currentServiceObjectiveName":"DW400c","defaultSecondaryLocation":"westus","catalogCollation":"SQL_Latin1_General_CP1_CI_AS"},"location":"eastus","tags":{"key1":"value1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools"}' headers: cache-control: - no-cache content-length: - - '661' + - '650' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:27:37 GMT + - Thu, 16 Sep 2021 13:44:12 GMT expires: - '-1' pragma: @@ -1644,21 +1827,21 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-05-28T11:24:44.51Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus2euap","tags":{"key1":"value1"}}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","restorePointInTime":"0001-01-01T00:00:00","creationDate":"2021-09-16T13:39:05.533Z","storageAccountType":"GRS","sourceDatabaseDeletionDate":"0001-01-01T00:00:00","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003","name":"testsqlpool000003","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus","tags":{"key1":"value1"}}' headers: cache-control: - no-cache content-length: - - '568' + - '615' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:27:39 GMT + - Thu, 16 Sep 2021 13:44:14 GMT expires: - '-1' pragma: @@ -1692,7 +1875,7 @@ interactions: ParameterSetName: - --name --workspace --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: @@ -1706,17 +1889,17 @@ interactions: - Location - Retry-After azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/239f5913-d07a-4b71-be33-58d766c608b3?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb3f9a23-bf2c-45ca-abc4-625ee5ddec67?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 11:27:41 GMT + - Thu, 16 Sep 2021 13:44:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/239f5913-d07a-4b71-be33-58d766c608b3?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationResults/cb3f9a23-bf2c-45ca-abc4-625ee5ddec67?api-version=2021-03-01 pragma: - no-cache server: @@ -1744,9 +1927,9 @@ interactions: ParameterSetName: - --name --workspace --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/239f5913-d07a-4b71-be33-58d766c608b3?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb3f9a23-bf2c-45ca-abc4-625ee5ddec67?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -1758,7 +1941,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:27:52 GMT + - Thu, 16 Sep 2021 13:44:26 GMT expires: - '-1' pragma: @@ -1790,9 +1973,9 @@ interactions: ParameterSetName: - --name --workspace --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/239f5913-d07a-4b71-be33-58d766c608b3?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/operationStatuses/cb3f9a23-bf2c-45ca-abc4-625ee5ddec67?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -1804,7 +1987,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:28:22 GMT + - Thu, 16 Sep 2021 13:44:56 GMT expires: - '-1' pragma: @@ -1836,29 +2019,32 @@ interactions: ParameterSetName: - --name --workspace --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003?api-version=2021-03-01 response: body: - string: '' + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Synapse/workspaces/clitest000004/sqlPools/testsqlpool000003'' + under resource group ''rg'' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '0' + - '244' + content-type: + - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:28:22 GMT + - Thu, 16 Sep 2021 13:44:57 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-failure-cause: + - gateway status: code: 404 message: Not Found diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspace_package.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspace_package.yaml index d3b2a47b2d5..c020eea46b9 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspace_package.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspace_package.yaml @@ -19,9 +19,9 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 14 Sep 2021 09:14:44 GMT + - Thu, 16 Sep 2021 14:31:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/353c83da-78fd-483a-a6cb-3174dd446d5d?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b8ae029-34de-41f1-be1d-dcd27826ce1a?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -47,7 +47,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 202 message: Accepted @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/353c83da-78fd-483a-a6cb-3174dd446d5d?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b8ae029-34de-41f1-be1d-dcd27826ce1a?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-14T09:14:41.8310044Z","key2":"2021-09-14T09:14:41.8310044Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:14:41.8310044Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-14T09:14:41.8310044Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-14T09:14:41.6903043Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z13.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T14:31:47.8404147Z","key2":"2021-09-16T14:31:47.8404147Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:31:47.8404147Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:31:47.8404147Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T14:31:47.7309900Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z13.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1809' + - '1867' content-type: - application/json date: - - Tue, 14 Sep 2021 09:15:01 GMT + - Thu, 16 Sep 2021 14:32:05 GMT expires: - '-1' pragma: @@ -124,10 +124,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-61bd6498-6f06-4566-a148-f4eec7aa7f93","privateEndpointConnections":[],"workspaceUID":"76e99960-2e44-4dd6-a88c-d52ab08256bd","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"27b82914-8459-4134-94b6-fd279c911529"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-422c98cc-26ea-41f1-bda9-defa140095be","privateEndpointConnections":[],"workspaceUID":"6634322c-34ed-4e52-9e0c-21a44219b8da","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"c7e93987-b87f-4aff-bcff-f04c4ad3372f"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -135,7 +135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:16:11 GMT + - Thu, 16 Sep 2021 14:33:16 GMT expires: - '-1' pragma: @@ -168,7 +168,54 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Sep 2021 14:33:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:16:42 GMT + - Thu, 16 Sep 2021 14:34:17 GMT expires: - '-1' pragma: @@ -215,7 +262,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:17:13 GMT + - Thu, 16 Sep 2021 14:34:47 GMT expires: - '-1' pragma: @@ -262,7 +309,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:17:45 GMT + - Thu, 16 Sep 2021 14:35:18 GMT expires: - '-1' pragma: @@ -309,7 +356,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:18:15 GMT + - Thu, 16 Sep 2021 14:35:48 GMT expires: - '-1' pragma: @@ -356,7 +403,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:18:46 GMT + - Thu, 16 Sep 2021 14:36:18 GMT expires: - '-1' pragma: @@ -403,7 +450,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/feb122ee-8cec-4f5f-b5cf-0525e0284c48?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/acf5e9b8-ebab-4c81-9593-a93787c17cf0?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -415,7 +462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:19:18 GMT + - Thu, 16 Sep 2021 14:36:48 GMT expires: - '-1' pragma: @@ -453,7 +500,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f7f31cba8-b597-4129-b158-8f21a7395bd0%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-61bd6498-6f06-4566-a148-f4eec7aa7f93","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"76e99960-2e44-4dd6-a88c-d52ab08256bd","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"27b82914-8459-4134-94b6-fd279c911529"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000002","dev":"https://clitest000002.dev.azuresynapse.net","sqlOnDemand":"clitest000002-ondemand.sql.azuresynapse.net","sql":"clitest000002.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-422c98cc-26ea-41f1-bda9-defa140095be","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"6634322c-34ed-4e52-9e0c-21a44219b8da","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002","location":"eastus","name":"clitest000002","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"c7e93987-b87f-4aff-bcff-f04c4ad3372f"}}' headers: cache-control: - no-cache @@ -462,7 +509,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:19:18 GMT + - Thu, 16 Sep 2021 14:36:48 GMT expires: - '-1' pragma: @@ -510,7 +557,7 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/ad53d2a9-dd4c-4a3e-a189-8bdc3a915372?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/8f6ef73a-c9b4-4265-a06f-3c240123de68?api-version=2021-03-01 cache-control: - no-cache content-length: @@ -518,11 +565,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:19:20 GMT + - Thu, 16 Sep 2021 14:36:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationResults/ad53d2a9-dd4c-4a3e-a189-8bdc3a915372?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationResults/8f6ef73a-c9b4-4265-a06f-3c240123de68?api-version=2021-03-01 pragma: - no-cache server: @@ -552,7 +599,7 @@ interactions: User-Agent: - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/ad53d2a9-dd4c-4a3e-a189-8bdc3a915372?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/operationStatuses/8f6ef73a-c9b4-4265-a06f-3c240123de68?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -564,7 +611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:19:50 GMT + - Thu, 16 Sep 2021 14:37:21 GMT expires: - '-1' pragma: @@ -610,7 +657,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:19:50 GMT + - Thu, 16 Sep 2021 14:37:21 GMT expires: - '-1' pragma: @@ -651,7 +698,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:13 GMT + - Thu, 16 Sep 2021 14:37:44 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -676,7 +723,7 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries/wordcount.jar?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":2307028,"state":"Creating","created":"2021-09-14T09:20:14.0966667Z","changed":"2021-09-14T09:20:14.0966667Z","type":"LibraryArtifact","name":"wordcount.jar","operationId":"53de9094-a5a5-4c0e-9bf6-60cca3cd5af7","artifactId":"91BF697B-DCFB-48F5-B04E-F98F47F2C654"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":2324920,"state":"Creating","created":"2021-09-16T14:37:45.0533333Z","changed":"2021-09-16T14:37:45.0533333Z","type":"LibraryArtifact","name":"wordcount.jar","operationId":"328cbdca-1304-4e94-bfe7-087740d2eec0","artifactId":"488BF7B1-1B09-44EA-A7E4-4AED106F4BA0"}' headers: access-control-allow-headers: - Location @@ -689,9 +736,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:23 GMT + - Thu, 16 Sep 2021 14:37:45 GMT location: - - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/53de9094-a5a5-4c0e-9bf6-60cca3cd5af7?api-version=2020-12-01 + - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/328cbdca-1304-4e94-bfe7-087740d2eec0?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -711,17 +758,17 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/53de9094-a5a5-4c0e-9bf6-60cca3cd5af7?api-version=2020-12-01 + uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/328cbdca-1304-4e94-bfe7-087740d2eec0?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-14T09:20:14.0663826+00:00","type":"jar","provisioningStatus":"Incomplete","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"4b00b69f-0000-0100-0000-614069530000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-16T14:37:44.9824202+00:00","type":"jar","provisioningStatus":"Incomplete","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"2503b9f4-0000-0100-0000-614356ba0000"}' headers: content-length: - '554' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:33 GMT + - Thu, 16 Sep 2021 14:37:55 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -831,7 +878,7 @@ interactions: content-length: - '0' date: - - Tue, 14 Sep 2021 09:20:34 GMT + - Thu, 16 Sep 2021 14:37:55 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -856,7 +903,7 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries/wordcount.jar/flush?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":2307028,"state":"Updating","created":"2021-09-14T09:20:14.0966667Z","changed":"2021-09-14T09:20:20.0233333Z","type":"LibraryArtifact","name":"wordcount.jar","operationId":"9bdfec14-7fad-46d6-8002-7b71df454202","artifactId":"91BF697B-DCFB-48F5-B04E-F98F47F2C654"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":2324920,"state":"Updating","created":"2021-09-16T14:37:45.0533333Z","changed":"2021-09-16T14:37:46.6066667Z","type":"LibraryArtifact","name":"wordcount.jar","operationId":"c9a11043-3eb2-4639-979b-cb49dc4018e6","artifactId":"488BF7B1-1B09-44EA-A7E4-4AED106F4BA0"}' headers: access-control-allow-headers: - Location @@ -869,9 +916,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:34 GMT + - Thu, 16 Sep 2021 14:37:55 GMT location: - - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/9bdfec14-7fad-46d6-8002-7b71df454202?api-version=2020-12-01 + - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/c9a11043-3eb2-4639-979b-cb49dc4018e6?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -891,17 +938,17 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/9bdfec14-7fad-46d6-8002-7b71df454202?api-version=2020-12-01 + uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/c9a11043-3eb2-4639-979b-cb49dc4018e6?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-14T09:20:35.320464+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"4b00a8a0-0000-0100-0000-614069660000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-16T14:37:56.378344+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"250382fc-0000-0100-0000-614356c90000"}' headers: content-length: - '552' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:45 GMT + - Thu, 16 Sep 2021 14:38:06 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -924,14 +971,14 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries/wordcount.jar?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-14T09:20:35.320464+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"4b00a8a0-0000-0100-0000-614069660000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-16T14:37:56.378344+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"250382fc-0000-0100-0000-614356c90000"}' headers: content-length: - '552' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:45 GMT + - Thu, 16 Sep 2021 14:38:06 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -954,14 +1001,14 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries/wordcount.jar?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-14T09:20:35.320464+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"4b00a8a0-0000-0100-0000-614069660000"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-16T14:37:56.378344+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"},"etag":"250382fc-0000-0100-0000-614356c90000"}' headers: content-length: - '552' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:46 GMT + - Thu, 16 Sep 2021 14:38:07 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -984,14 +1031,14 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries?api-version=2020-12-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","etag":"4b00a8a0-0000-0100-0000-614069660000","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-14T09:20:35.320464+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","name":"wordcount.jar","type":"Microsoft.Synapse/workspaces/libraries","etag":"250382fc-0000-0100-0000-614356c90000","properties":{"name":"wordcount.jar","path":"clitest000002/libraries/wordcount.jar","containerName":"prep","uploadedTimestamp":"2021-09-16T14:37:56.378344+00:00","type":"jar","provisioningStatus":"Succeeded","creatorId":"144fcbe6-9ca8-4847-8210-eb6ec22ddc5e"}}]}' headers: content-length: - '564' content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:47 GMT + - Thu, 16 Sep 2021 14:38:08 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1016,7 +1063,7 @@ interactions: uri: https://clitest000002.dev.azuresynapse.net/libraries/wordcount.jar?api-version=2020-12-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"LibraryArtifact","name":"wordcount.jar","operationId":"ff6e094b-d504-473f-a595-8a06a4cde0c3"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000002/libraries/wordcount.jar","recordId":0,"state":"Deleting","created":"0001-01-01T00:00:00","changed":"0001-01-01T00:00:00","type":"LibraryArtifact","name":"wordcount.jar","operationId":"d15b7ba7-a0a1-49a1-b307-893651a3fa04"}' headers: access-control-allow-headers: - Location @@ -1027,9 +1074,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:20:48 GMT + - Thu, 16 Sep 2021 14:38:10 GMT location: - - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/ff6e094b-d504-473f-a595-8a06a4cde0c3?api-version=2020-12-01 + - https://clitest000002.dev.azuresynapse.net/libraryOperationResults/d15b7ba7-a0a1-49a1-b307-893651a3fa04?api-version=2020-12-01 server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1049,7 +1096,7 @@ interactions: User-Agent: - azsdk-python-azure-synapse-artifacts/0.8.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/ff6e094b-d504-473f-a595-8a06a4cde0c3?api-version=2020-12-01 + uri: https://clitest000002.dev.azuresynapse.net/libraryOperationResults/d15b7ba7-a0a1-49a1-b307-893651a3fa04?api-version=2020-12-01 response: body: string: '' @@ -1057,7 +1104,7 @@ interactions: content-length: - '0' date: - - Tue, 14 Sep 2021 09:21:19 GMT + - Thu, 16 Sep 2021 14:38:40 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: @@ -1088,7 +1135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Sep 2021 09:21:20 GMT + - Thu, 16 Sep 2021 14:38:42 GMT server: - Microsoft-HTTPAPI/2.0 strict-transport-security: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspaces.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspaces.yaml index 7dedf24e6d0..2a348825edf 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspaces.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_workspaces.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus2euap", + body: '{"sku": {"name": "Standard_RAGRS"}, "kind": "StorageV2", "location": "eastus", "properties": {"encryption": {"services": {"blob": {}}, "keySource": "Microsoft.Storage"}, "isHnsEnabled": true}}' headers: @@ -13,15 +13,15 @@ interactions: Connection: - keep-alive Content-Length: - - '197' + - '192' Content-Type: - application/json ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005?api-version=2021-06-01 response: body: string: '' @@ -33,11 +33,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Fri, 28 May 2021 11:44:42 GMT + - Thu, 16 Sep 2021 14:54:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d7266dc-5a41-45db-9f78-7414a50577c0?monitor=true&api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b5bac3a-fb76-4e4f-b6a1-9396a317d574?monitor=true&api-version=2021-06-01 pragma: - no-cache server: @@ -65,21 +65,21 @@ interactions: ParameterSetName: - --name --resource-group --enable-hierarchical-namespace --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-azure-mgmt-storage/19.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/4d7266dc-5a41-45db-9f78-7414a50577c0?monitor=true&api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus/asyncoperations/5b5bac3a-fb76-4e4f-b6a1-9396a317d574?monitor=true&api-version=2021-06-01 response: body: - string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000004","name":"adlsgen2000004","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-28T11:44:41.5178066Z","key2":"2021-05-28T11:44:41.5178066Z"},"privateEndpointConnections":[],"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:44:41.5178066Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-28T11:44:41.5178066Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-28T11:44:41.3878135Z","primaryEndpoints":{"dfs":"https://adlsgen2000004.dfs.core.windows.net/","web":"https://adlsgen2000004.z3.web.core.windows.net/","blob":"https://adlsgen2000004.blob.core.windows.net/","queue":"https://adlsgen2000004.queue.core.windows.net/","table":"https://adlsgen2000004.table.core.windows.net/","file":"https://adlsgen2000004.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000004-secondary.dfs.core.windows.net/","web":"https://adlsgen2000004-secondary.z3.web.core.windows.net/","blob":"https://adlsgen2000004-secondary.blob.core.windows.net/","queue":"https://adlsgen2000004-secondary.queue.core.windows.net/","table":"https://adlsgen2000004-secondary.table.core.windows.net/"}}}' + string: '{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000005","name":"adlsgen2000005","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-16T14:54:42.6369969Z","key2":"2021-09-16T14:54:42.6369969Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:54:42.6369969Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-16T14:54:42.6369969Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-16T14:54:42.5276117Z","primaryEndpoints":{"dfs":"https://adlsgen2000005.dfs.core.windows.net/","web":"https://adlsgen2000005.z13.web.core.windows.net/","blob":"https://adlsgen2000005.blob.core.windows.net/","queue":"https://adlsgen2000005.queue.core.windows.net/","table":"https://adlsgen2000005.table.core.windows.net/","file":"https://adlsgen2000005.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://adlsgen2000005-secondary.dfs.core.windows.net/","web":"https://adlsgen2000005-secondary.z13.web.core.windows.net/","blob":"https://adlsgen2000005-secondary.blob.core.windows.net/","queue":"https://adlsgen2000005-secondary.queue.core.windows.net/","table":"https://adlsgen2000005-secondary.table.core.windows.net/"}}}' headers: cache-control: - no-cache content-length: - - '1824' + - '1867' content-type: - application/json date: - - Fri, 28 May 2021 11:45:00 GMT + - Thu, 16 Sep 2021 14:55:00 GMT expires: - '-1' pragma: @@ -98,8 +98,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000004.dfs.core.windows.net", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"defaultDataLakeStorage": {"accountUrl": "https://adlsgen2000005.dfs.core.windows.net", "filesystem": "testfilesystem"}, "sqlAdministratorLoginPassword": "Pswd1000004", "sqlAdministratorLogin": "cliuser1"}}' headers: @@ -112,30 +112,30 @@ interactions: Connection: - keep-alive Content-Length: - - '296' + - '291' Content-Type: - application/json ParameterSetName: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 cache-control: - no-cache content-length: - - '1263' + - '1235' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:46:10 GMT + - Thu, 16 Sep 2021 14:56:11 GMT expires: - '-1' pragma: @@ -166,9 +166,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -180,7 +180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:46:39 GMT + - Thu, 16 Sep 2021 14:56:42 GMT expires: - '-1' pragma: @@ -213,9 +213,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -227,7 +227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:47:11 GMT + - Thu, 16 Sep 2021 14:57:12 GMT expires: - '-1' pragma: @@ -260,9 +260,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -274,7 +274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:47:41 GMT + - Thu, 16 Sep 2021 14:57:43 GMT expires: - '-1' pragma: @@ -307,9 +307,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -321,7 +321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:48:12 GMT + - Thu, 16 Sep 2021 14:58:13 GMT expires: - '-1' pragma: @@ -354,9 +354,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -368,7 +368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:48:43 GMT + - Thu, 16 Sep 2021 14:58:42 GMT expires: - '-1' pragma: @@ -401,9 +401,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/ab0974e5-b4ce-483d-8c0e-a7c56d42b0aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/1199117b-09d7-4fcd-a5d8-514d994d0c42?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -415,7 +415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:13 GMT + - Thu, 16 Sep 2021 14:59:13 GMT expires: - '-1' pragma: @@ -448,21 +448,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"}}' headers: cache-control: - no-cache content-length: - - '1295' + - '1290' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:14 GMT + - Thu, 16 Sep 2021 14:59:14 GMT expires: - '-1' pragma: @@ -498,7 +498,7 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-03-01 response: @@ -512,7 +512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:16 GMT + - Thu, 16 Sep 2021 14:59:17 GMT expires: - '-1' pragma: @@ -546,21 +546,21 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"}}' headers: cache-control: - no-cache content-length: - - '1295' + - '1290' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:17 GMT + - Thu, 16 Sep 2021 14:59:17 GMT expires: - '-1' pragma: @@ -592,21 +592,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces?api-version=2021-03-01 response: body: - string: '{"value":[{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"}}]}' + string: '{"value":[{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"}}]}' headers: cache-control: - no-cache content-length: - - '1189' + - '1184' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:19 GMT + - Thu, 16 Sep 2021 14:59:18 GMT expires: - '-1' pragma: @@ -642,23 +642,23 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"},"tags":{"key1":"value1"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"},"tags":{"key1":"value1"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/090cb9c8-d865-41a0-b986-a4b9f336bd0f?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/0fa830e2-13a6-4101-bd13-c0bf5408105d?api-version=2021-03-01 cache-control: - no-cache content-length: - - '1323' + - '1295' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:23 GMT + - Thu, 16 Sep 2021 14:59:22 GMT expires: - '-1' pragma: @@ -670,7 +670,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -688,9 +688,9 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/090cb9c8-d865-41a0-b986-a4b9f336bd0f?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/0fa830e2-13a6-4101-bd13-c0bf5408105d?api-version=2021-03-01 response: body: string: '{"status":"Succeeded"}' @@ -702,7 +702,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:54 GMT + - Thu, 16 Sep 2021 14:59:53 GMT expires: - '-1' pragma: @@ -734,21 +734,21 @@ interactions: ParameterSetName: - --ids --tags User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: body: - string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f051ddeca-1ed6-4d8b-ba6f-1ff561e5f3b3%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-7979a5c3-c7bd-41c8-927b-d0fb75532c5c","defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000004.dfs.core.windows.net","filesystem":"testfilesystem"},"sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"969bf9fb-9a73-4411-b99e-2151f214caef","extraProperties":{"IsScopeEnabled":false,"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus2euap","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"9804bc69-79ee-4e18-a766-b56dbc02d13f"},"tags":{"key1":"value1"}}' + string: '{"type":"Microsoft.Synapse/workspaces","properties":{"encryption":{"doubleEncryptionEnabled":false},"defaultDataLakeStorage":{"accountUrl":"https://adlsgen2000005.dfs.core.windows.net","filesystem":"testfilesystem"},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f73d25f92-e703-4c91-8aed-2fb23c8e151f%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000003","dev":"https://clitest000003.dev.azuresynapse.net","sqlOnDemand":"clitest000003-ondemand.sql.azuresynapse.net","sql":"clitest000003.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-f017beab-086b-455d-9a34-19698fdd1975","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"1a0d73c6-67b6-49ae-b9a7-fc10f243b8d6","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003","location":"eastus","name":"clitest000003","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"989a878d-b66b-4bb8-ad33-be5ce7ccac2a"},"tags":{"key1":"value1"}}' headers: cache-control: - no-cache content-length: - - '1320' + - '1315' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:49:54 GMT + - Thu, 16 Sep 2021 14:59:54 GMT expires: - '-1' pragma: @@ -782,7 +782,7 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: @@ -794,17 +794,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 28 May 2021 11:49:56 GMT + - Thu, 16 Sep 2021 14:59:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationResults/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 pragma: - no-cache server: @@ -832,55 +832,9 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 28 May 2021 11:50:26 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse workspace delete - Connection: - - keep-alive - ParameterSetName: - - --name --resource-group --yes - User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -892,7 +846,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:50:56 GMT + - Thu, 16 Sep 2021 15:00:26 GMT expires: - '-1' pragma: @@ -924,9 +878,9 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -938,7 +892,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:51:27 GMT + - Thu, 16 Sep 2021 15:00:57 GMT expires: - '-1' pragma: @@ -970,9 +924,9 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -984,7 +938,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:51:57 GMT + - Thu, 16 Sep 2021 15:01:28 GMT expires: - '-1' pragma: @@ -1016,9 +970,9 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 response: body: string: '{"status":"InProgress"}' @@ -1030,7 +984,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:52:27 GMT + - Thu, 16 Sep 2021 15:01:58 GMT expires: - '-1' pragma: @@ -1062,38 +1016,36 @@ interactions: ParameterSetName: - --name --resource-group --yes User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/25ee31bc-86f3-4199-abd3-e379d966ae4d?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003/operationStatuses/8cb917e6-ea92-4915-9d65-e32db876d8d5?api-version=2021-03-01 response: body: - string: '{"status":"Succeeded"}' + string: '{"error":{"code":"ParentResourceNotFound","message":"Can not perform + requested operation on nested resource. Parent resource ''clitest000003'' + not found."}}' headers: cache-control: - no-cache content-length: - - '22' + - '157' content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:52:58 GMT + - Thu, 16 Sep 2021 15:02:29 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-failure-cause: + - gateway status: - code: 200 - message: OK + code: 404 + message: Not Found - request: body: null headers: @@ -1108,7 +1060,7 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.24.0 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.4 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.28.1 azsdk-python-mgmt-synapse/2.0.0 Python/3.7.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000003?api-version=2021-03-01 response: @@ -1124,7 +1076,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 28 May 2021 11:54:59 GMT + - Thu, 16 Sep 2021 15:04:31 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/test_synapse_scenario.py b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/test_synapse_scenario.py index e4dae084cda..0d0fd0397d8 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/test_synapse_scenario.py +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/test_synapse_scenario.py @@ -18,7 +18,7 @@ class SynapseScenarioTests(ScenarioTest): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_workspaces(self, resource_group, storage_account): # create a workspace self._create_workspace() @@ -59,7 +59,7 @@ def test_workspaces(self, resource_group, storage_account): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_managed_virtual_network_workspace(self): # test workspace with managed virtual network self._create_workspace("--enable-managed-virtual-network") @@ -72,12 +72,10 @@ def test_managed_virtual_network_workspace(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_spark_pool(self): self.kwargs.update({ 'location': 'eastus', - 'workspace': 'testsynapseworkspace', - 'rg': 'rg', 'spark-pool': self.create_random_name(prefix='testpool', length=15), 'spark-version': '2.4' }) @@ -232,7 +230,7 @@ def test_workspace_with_cmk(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_sql_pool(self): self.kwargs.update({ 'location': 'eastus2euap', @@ -704,7 +702,7 @@ def test_sql_pool_audit_policy_logentry_eventhub(self): self.check('retentionDays', self.kwargs['retention-days']), self.check('auditActionsAndGroups', self.kwargs['audit-actions-expected'])]) - ## create log analytics workspace + # create log analytics workspace self.kwargs['log_analytics_workspace_id']= self.cmd('az monitor log-analytics workspace create --resource-group {rg} ' '--workspace-name {log_analytics_workspace_name}', checks=[ @@ -843,11 +841,9 @@ def test_sql_aad_admin(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_ip_firewall_rules(self, resource_group, storage_account): self.kwargs.update({ - 'workspace': 'testsynapseworkspace', - 'rg': 'rg', 'ruleName': self.create_random_name(prefix='rule', length=8), 'startIpAddress': "0.0.0.0", 'endIpAddress': "255.255.255.255", @@ -1150,7 +1146,7 @@ def _create_workspace(self, *additional_create_params): }) # Create adlsgen2 - # self._create_storage_account() + self._create_storage_account() # Wait some time to improve robustness if self.is_live or self.in_recording: @@ -1190,7 +1186,7 @@ def _create_storage_account(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_linked_service(self): self.kwargs.update({ 'name': 'linkedservice', @@ -1239,7 +1235,7 @@ def test_linked_service(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_dataset(self): self.kwargs.update({ 'name': 'dataset'}) @@ -1470,7 +1466,7 @@ def test_data_flow(self): @record_only() @ResourceGroupPreparer(name_prefix='synapse-cli', random_name_length=16) - @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, hns=True, key='storage-account') + @StorageAccountPreparer(name_prefix='adlsgen2', length=16, location=location, key='storage-account') def test_notebook(self): self.kwargs.update({ 'workspace': 'testsynapseworkspace',