Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ interface AzureDataTransfer {
Request = Schema,
Response = ValidateSchemaResult
>;

/**
* Retrieves the pipeline metadata associated with a specified pipeline.
*/
@added(Versions.v2026_02_06_preview)
@autoRoute
listPipelineMetadata is ArmProviderActionSync<
Request = ListPipelineMetadataRequest,
Response = ListPipelineMetadataResult
>;
}

@@clientName(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"title": "AzureDataTransfer_ListFlowProfiles_MaximumSet_Gen - generated by [MaximumSet] rule",
"operationId": "AzureDataTransfer_ListFlowProfiles",
"parameters": {
"api-version": "2026-02-06-preview",
"body": {}
},
"responses": {
"200": {
"body": {
"value": [
{
"pipeline": "testPipeline",
"name": "testFlowProfileA",
"replicationScenario": "Messaging",
"flowProfileId": "00000000-0000-0000-0000-000000000000",
"status": "Obsolete",
"description": "Testing 123"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"title": "AzureDataTransfer_ListPipelineMetadata",
"operationId": "AzureDataTransfer_ListPipelineMetadata",
"parameters": {
"api-version": "2026-02-06-preview",
"body": {
"pipeline": "testPipeline"
}
},
"responses": {
"200": {
"body": {
"send": {
"completeLinking": "Disabled",
"connectionApprovals": "Disabled",
"flowTypesAvailable": [
"Data",
"Messaging",
"Mission"
],
"messagingFlowTypeSchemaValidation": "Disabled",
"flowProfileDataClassesAvailable": [
"Files",
"Messaging"
]
},
"receive": {
"completeLinking": "Enabled",
"connectionApprovals": "Enabled",
"flowTypesAvailable": [
"Data",
"Messaging",
"Mission"
],
"messagingFlowTypeSchemaValidation": "Disabled",
"flowProfileDataClassesAvailable": [
"Files",
"Messaging"
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"operationId": "Pipelines_ApproveConnection",
"parameters": {
"api-version": "2026-02-06-preview",
"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"statusReason": "Example reason"
},
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Approves the specified connection in a pipeline",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"location": "East US",
"properties": {
"justification": "justification",
"pipeline": "testdc",
"requirementId": "id"
}
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2026-02-06-preview"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"operationId": "Connections_CreateOrUpdate",
"parameters": {
"api-version": "2026-02-06-preview",
"connection": {
"location": "East US",
"properties": {
"justification": "justification",
"pipeline": "testdc",
"requirementId": "id",
"flowProfileList": [
{
"pipeline": "pipelinea",
"name": "flowProfileNamea",
"flowProfileId": "25f2c41a-6e29-4c40-a033-b4de81d4a681",
"replicationScenario": "Files",
"status": "Enabled",
"description": "Testing 123"
},
{
"pipeline": "pipelinea",
"name": "flowProfileNameb",
"flowProfileId": "66b00598-cabb-4a85-b3d8-88905ac899b8",
"replicationScenario": "Files",
"status": "Enabled",
"description": "Testing 123"
}
]
}
},
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Creates or updates the connection resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"location": "East US",
"properties": {
"justification": "justification",
"pipeline": "testdc",
"requirementId": "id"
}
}
},
"201": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"location": "East US",
"properties": {
"justification": "justification",
"pipeline": "testdc",
"requirementId": "id"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"operationId": "Flows_CreateOrUpdate",
"parameters": {
"api-version": "2026-02-06-preview",
"connectionName": "testConnection",
"flow": {
"location": "East US",
"properties": {
"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
},
"flowProfile": {
"pipeline": "testPipeline",
"name": "flowProfileName",
"flowProfileId": "25f2c41a-6e29-4c40-a033-b4de81d4a681",
"replicationScenario": "Files",
"status": "Enabled",
"description": "Testing 123"
},
"flowDataType": "Blob",
"storageAccountName": "testsa",
"storageContainerName": "testcontainer"
}
},
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Creates or updates the flow resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections/flows",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"location": "East US"
}
},
"201": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections/flows",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"operationId": "FlowProfiles_CreateOrUpdate",
"parameters": {
"api-version": "2026-02-06-preview",
"pipelineName": "testPipeline",
"resource": {
"location": "East US",
"properties": {
"replicationScenario": "Files",
"status": "Enabled",
"description": "Hello world description",
"rulesets": {
"mimeFilters": {
"type": "Allow",
"filters": [
{
"media": "application/json",
"extensions": [
".json",
".app",
".js"
]
}
]
},
"textMatching": {
"deny": [
{
"text": "hello world",
"matchType": "Partial",
"caseSensitivity": "Insensitive"
},
{
"text": "hello",
"matchType": "Complete",
"caseSensitivity": "Sensitive"
}
]
},
"antivirus": {
"avSolutions": [
"Defender",
"ClamAv"
]
},
"archives": {
"minimumSizeForExpansion": 1,
"maximumExpansionSizeLimit": 123456,
"maximumDepthLimit": 12,
"maximumCompressionRatioLimit": 123
},
"dataSize": {
"maximum": 123456789,
"minimum": 1
},
"xmlFilters": {
"defaultNamespace": "testnamespace",
"reference": "Inline",
"schema": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?> <xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"></xs:schema>"
}
}
}
},
"flowProfileName": "testFlowProfile",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Creates or updates the FlowPRofile resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/pipelines/flowprofiles",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline/flowProfiles/testFlowProfile",
"location": "East US"
}
},
"201": {
"body": {
"type": "Microsoft.AzureDataTransfer/pipelines/flowprofiles",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline/flowProfiles/testFlowProfile",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"operationId": "Pipelines_CreateOrUpdate",
"parameters": {
"api-version": "2026-02-06-preview",
"pipeline": {
"location": "East US",
"properties": {
"remoteCloud": "testdc"
}
},
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Creates or updates the pipeline resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/pipelines",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"location": "East US"
}
},
"201": {
"body": {
"type": "Microsoft.AzureDataTransfer/pipelines",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"operationId": "Connections_Delete",
"parameters": {
"api-version": "2026-02-06-preview",
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Deletes the connection resource",
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2026-02-06-preview"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"operationId": "Flows_Delete",
"parameters": {
"api-version": "2026-02-06-preview",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Deletes the flow resource",
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2026-02-06-preview"
}
},
"204": {}
}
}
Loading
Loading