| Description | : Retrieves the list of approved schemas available for Azure Data Transfer. This operation has reached end of life support starting version 2025-05-30-preview. For schema support please create and use a FlowProfile resource. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "AzureDataTransfer_listApprovedSchemas",
"Description": {
"new": "Retrieves the list of approved schemas available for Azure Data Transfer. This operation has reached end of life support starting version 2025-05-30-preview. For schema support please create and use a FlowProfile resource.",
"old": "Lists approved schemas for Azure Data Transfer."
},
"$parameters": [
{
"#name": "pipeline",
"Description": {
"new": "The request payload for listing approved schemas.",
"old": "The request to list approved schemas."
},
"$schema": {
"Description": {
"new": "The request used to list approved schemas within the resource provider. ListApprovedSchemaRequest has reached end of life support starting version 2025-05-30-preview. Please manage schemas with a FlowProfile resource instead.",
"old": "The request used to list approved schemas within the resource provider. ListApprovedSchemaRequest will be deprecated after from version 2025_05_30_preview - please manage schemas with a FlowProfile resource instead."
}
}
}
],
"$responses": {
"200": {
"Description": {
"new": "The schemas list result. SchemaListResults has reached end of life support starting version 2025-05-30-preview. Please manage schemas with a FlowProfile resource instead.",
"old": "The schemas list result. SchemaListResults will be deprecated starting from version 2025_05_30_preview - please manage schemas with a FlowProfile resource instead."
},
"$properties": {
"value": {
"Description": {
"new": "The schema object. Schemas has reached end of life support starting version 2025-05-30-preview. Please manage schemas with a FlowProfile resource instead.",
"old": "The schema object. Schemas will be deprecated starting from version 2025_05_30_preview - please manage schemas with a FlowProfile resource instead."
}
}
}
}
}
}
⚼ Request
POST:
/providers/Microsoft.AzureDataTransfer/listApprovedSchemas
{
api-version:
string
,
pipeline:
}
{
,
pipeline:
string
,
direction:
enum
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
id:
string
,
connectionId:
string
,
status:
enum
,
name:
string
,
content:
string
,
direction:
enum
,
schemaUri:
string
,
schemaType:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}