Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/sqlPool.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2019-06-01-preview",
Expand Down Expand Up @@ -459,129 +459,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/metadataSync/config": {
"get": {
"operationId": "SqlPoolMetadataSyncConfigs_Get",
"summary": "Get SQL pool metadata sync config",
"description": "Get the metadata sync configuration for a SQL pool",
"tags": [
"SqlPools"
],
"deprecated": false,
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./workspace.json#/parameters/workspaceNameParameter"
},
{
"type": "string",
"in": "path",
"name": "sqlPoolName",
"description": "SQL pool name",
"required": true
}
],
"responses": {
"404": {
"description": ""
},
"200": {
"schema": {
"$ref": "#/definitions/MetadataSyncConfig"
},
"description": ""
},
"default": {
"schema": {
"$ref": "../../../../common/v1/types.json#/definitions/ErrorContract"
},
"description": ""
}
},
"consumes": [],
"produces": [
"application/json"
],
"x-ms-examples": {
"Get metadata sync config for a SQL Analytics pool": {
"$ref": "./examples/GetSqlPoolMetadataSyncConfig.json"
}
}
},
"put": {
"operationId": "SqlPoolMetadataSyncConfigs_Create",
"summary": "Set SQL pool metadata sync config",
"description": "Set the metadata sync configuration for a SQL pool",
"tags": [
"SqlPools"
],
"deprecated": false,
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "./workspace.json#/parameters/workspaceNameParameter"
},
{
"type": "string",
"in": "path",
"name": "sqlPoolName",
"description": "SQL pool name",
"required": true
},
{
"description": "Metadata sync configuration",
"schema": {
"$ref": "#/definitions/MetadataSyncConfig"
},
"in": "body",
"name": "metadataSyncConfiguration",
"required": true
}
],
"responses": {
"404": {
"description": ""
},
"200": {
"schema": {
"$ref": "#/definitions/MetadataSyncConfig"
},
"description": ""
},
"default": {
"schema": {
"$ref": "../../../../common/v1/types.json#/definitions/ErrorContract"
},
"description": ""
}
},
"consumes": [],
"produces": [
"application/json"
],
"x-ms-examples": {
"Set metadata sync config for a SQL Analytics pool": {
"$ref": "./examples/CreateSqlPoolMetadataSyncConfig.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/operationResults/{operationId}": {
"get": {
"operationId": "SqlPoolOperationResults_GetLocationHeaderResult",
Expand Down Expand Up @@ -5309,35 +5186,6 @@
}
}
},
"MetadataSyncConfig": {
"type": "object",
"title": "Metadata sync configuration",
"description": "Configuration for metadata sync",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"properties": {
"properties": {
"title": "Metadata Sync Config properties",
"description": "Metadata Sync Config properties",
"properties": {
"enabled": {
"type": "boolean",
"description": "Indicates whether the metadata sync is enabled or disabled"
},
"syncIntervalInMinutes": {
"type": "integer",
"format": "int32",
"description": "The Sync Interval in minutes."
}
},
"x-ms-client-flatten": true
}
},
"x-ms-azure-resource": true
},
"GeoBackupPolicyProperties": {
"properties": {
"state": {
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading