Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Synapse GA API Version #12502

Merged
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2066,3 +2066,4 @@ regionality
Resource
Metastores
maintenancewindows
Exprired
amoghnatu marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2019-06-01-preview",
"version": "2020-12-01",
"title": "SynapseManagementClient",
"description": "Azure Synapse Analytics APIs"
},
Expand Down Expand Up @@ -442,6 +442,13 @@
"$ref": "#/definitions/LibraryRequirements",
"description": "Library version requirements"
},
"customLibraries": {
"description": "List of custom libraries/packages associated with the spark pool.",
"type": "array",
"items": {
"$ref": "#/definitions/LibraryInfo"
}
},
"sparkConfigProperties": {
"$ref": "#/definitions/LibraryRequirements",
"description": "Spark configuration file to specify additional properties"
Expand Down Expand Up @@ -482,6 +489,12 @@
"name": "NodeSizeFamily",
"modelAsString": true
}
},
"lastSucceededTimestamp": {
"type": "string",
"format": "date-time",
"description": "The time when the Big Data pool was updated successfully.",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -532,6 +545,44 @@
}
}
},
"LibraryInfo": {
"type": "object",
"description": "Library/package information of a Big Data pool powered by Apache Spark",
"title": "Information about a library/package created at the workspace level.",
"properties": {
"name": {
"type": "string",
"description": "Name of the library."
},
"path": {
"type": "string",
"description": "Storage blob path of library."
},
"containerName": {
"type": "string",
"description": "Storage blob container name."
},
"uploadedTimestamp": {
amoghnatu marked this conversation as resolved.
Show resolved Hide resolved
"type": "string",
"format": "date-time",
"description": "The last update time of the library."
},
"type": {
"type": "string",
"description": "Type of the library."
},
"provisioningStatus": {
amoghnatu marked this conversation as resolved.
Show resolved Hide resolved
"readOnly": true,
"type": "string",
"description": "Provisioning status of the library/package."
},
"creatorId": {
"readOnly": true,
"type": "string",
"description": "Creator Id of the library/package."
}
}
},
"LibraryRequirements": {
"type": "object",
"description": "Library requirements for a Big Data pool powered by Apache Spark",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2019-06-01-preview",
"version": "2020-12-01",
"title": "SynapseManagementClient",
"description": "Azure Synapse Analytics APIs"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"privateEndpointConnectionName": "ExamplePrivateEndpointConnection",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"request": {
"properties": {
"privateLinkServiceConnectionState": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"request": {
"name": "workspace1",
"type": "Microsoft.Synapse/workspaces"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"request": {
"name": "workspace1",
"type": "Microsoft.ProjectArcadia/workspaces"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"ruleName": "ExampleIpFirewallRule",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"ipFirewallRuleInfo": {
"properties": {
"startIpAddress": "10.0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"bigDataPoolName": "ExamplePool",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"bigDataPoolInfo": {
"tags": {
"key": "value"
Expand Down Expand Up @@ -65,7 +65,8 @@
"content": "",
"filename": "requirements.txt"
},
"defaultSparkLogFolder": "/logs"
"defaultSparkLogFolder": "/logs",
"lastSucceededTimestamp": "1970-01-01T10:00:00Z"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "testws",
"sqlPoolName": "testdw",
"geoBackupPolicyName": "Default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"keyName": "somekey",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"keyProperties": {
"properties": {
"isActiveCMK": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "testworkspace",
"sqlPoolName": "testsp",
"maintenanceWindowName": "current",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"timeRanges": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup1",
"workspaceName": "workspace1",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"managedIdentitySqlControlSettings": {
"properties": {
"grantSqlControlToManagedIdentity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup1",
"privateLinkHubName": "privateLinkHub1",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"privateLinkHubInfo": {
"properties": {},
"location": "East US",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "blobauditingtest-6440",
"sqlPoolName": "testdb",
"blobAuditingPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "blobauditingtest-6440",
"sqlPoolName": "testdb",
"blobAuditingPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tableName": "myTable",
"columnName": "myColumn",
"sensitivityLabelSource": "current",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"informationType": "PhoneNumber",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "securityalert-6440",
"sqlPoolName": "testdb",
"securityAlertPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "securityalert-6440",
"sqlPoolName": "testdb",
"securityAlertPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "sqlcrudtest-2080",
"sqlPoolName": "sqlcrudtest-9187",
"transparentDataEncryptionName": "current",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"status": "Enabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vulnerabilityAssessmentName": "default",
"ruleId": "VA1001",
"baselineName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"baselineResults": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "vulnerabilityaseessmenttest-6440",
"sqlPoolName": "testdb",
"vulnerabilityAssessmentName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"storageContainerPath": "https://myStorage.blob.core.windows.net/vulnerability-assessment/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "vulnerabilityaseessmenttest-6440",
"sqlPoolName": "testdb",
"vulnerabilityAssessmentName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"storageContainerPath": "https://myStorage.blob.core.windows.net/vulnerability-assessment/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sqlPoolName": "sqlcrudtest-9187",
"workloadGroupName": "wlm_workloadgroup",
"workloadClassifierName": "wlm_workloadclassifier",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"memberName": "dbo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sqlPoolName": "sqlcrudtest-9187",
"workloadGroupName": "wlm_workloadgroup",
"workloadClassifierName": "wlm_workloadclassifier",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"memberName": "dbo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "sqlcrudtest-2080",
"sqlPoolName": "sqlcrudtest-9187",
"workloadGroupName": "smallrc",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"minResourcePercent": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "sqlcrudtest-2080",
"sqlPoolName": "sqlcrudtest-9187",
"workloadGroupName": "smallrc",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"minResourcePercent": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "vulnerabilityaseessmenttest-6440",
"sqlPoolName": "testdb",
"vulnerabilityAssessmentName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"storageContainerPath": "https://myStorage.blob.core.windows.net/vulnerability-assessment/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup1",
"workspaceName": "workspace1",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"workspaceInfo": {
"identity": {
"type": "SystemAssigned"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup1",
"workspaceName": "workspace1",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"aadAdminInfo": {
"properties": {
"administratorType": "ActiveDirectory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"sqlPoolName": "ExampleSqlPool",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"sqlPoolInfo": {
"tags": {},
"sku": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "ExampleResourceGroup",
"workspaceName": "ExampleWorkspace",
"sqlPoolName": "ExampleSqlPool",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"metadataSyncConfiguration": {
"properties": {
"enabled": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"location": "japaneast",
"workspaceName": "testserver",
"sqlPoolName": "testDatabase",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"restorePointLabel": "mylabel"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "wsg-7398",
"workspaceName": "testWorkspace",
"blobAuditingPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "wsg-7398",
"workspaceName": "testWorkspace",
"blobAuditingPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "wsg-7398",
"workspaceName": "testWorkspace",
"blobAuditingPolicyName": "default",
"api-version": "2019-06-01-preview",
"api-version": "2020-12-01",
"parameters": {
"properties": {
"state": "Enabled",
Expand Down
Loading