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
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"operationId": "Pipelines_ApproveConnection",
"parameters": {
"api-version": "2025-05-21",
"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=2025-05-21"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"operationId": "Connections_CreateOrUpdate",
"parameters": {
"api-version": "2025-05-21",
"connection": {
"location": "East US",
"properties": {
"justification": "justification",
"pipeline": "testdc",
"requirementId": "id"
}
},
"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,38 @@
{
"operationId": "Flows_CreateOrUpdate",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flow": {
"location": "East US",
"properties": {
"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
},
"flowType": "Standard",
"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/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/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,32 @@
{
"operationId": "Pipelines_CreateOrUpdate",
"parameters": {
"api-version": "2025-05-21",
"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": "2025-05-21",
"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=2025-05-21"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"operationId": "Flows_Delete",
"parameters": {
"api-version": "2025-05-21",
"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=2025-05-21"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"operationId": "Pipelines_Delete",
"parameters": {
"api-version": "2025-05-21",
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Deletes the pipeline resource",
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"operationId": "Flows_Disable",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Disables the specified flow",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/flows",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"operationId": "Flows_Enable",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Enables the specified flow",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/flows",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"operationId": "Pipelines_ExecuteAction",
"parameters": {
"action": {
"actionType": "ForceDisable",
"targetType": "Connection",
"targets": [
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
]
},
"api-version": "2025-05-21",
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Executes action for a pipeline",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/pipelines",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"operationId": "Flows_GeneratePassphrase",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Generate a new compliant streaming passphrase",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/flows",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"operationId": "Connections_Get",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Gets connection resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/connections",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connection/testConnection",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"operationId": "Flows_Get",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Gets flow resource",
"responses": {
"200": {
"body": {
"type": "Microsoft.AzureDataTransfer/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,20 @@
{
"operationId": "Flows_GetDestinationEndpointPorts",
"parameters": {
"api-version": "2025-05-21",
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"title": "Get the flow stream destination endpoint ports",
"responses": {
"200": {
"body": {
"ports": [
1234
]
}
}
}
}
Loading