Skip to content

Commit adc07c9

Browse files
fzkhanFaizan Uddin Fahad Khan
authored andcommitted
fzkhan - [ARM] Add AzureDataTransfer stable v2025-05-21 using latest preview (Azure#34826)
* Add ADT stable v2025-05-21 using latest preview * update readme --------- Co-authored-by: Faizan Uddin Fahad Khan <faikh@microsoft.com>
1 parent 3fe47e1 commit adc07c9

File tree

83 files changed

+7150
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+7150
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"operationId": "Pipelines_ApproveConnection",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connection": {
6+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
7+
"statusReason": "Example reason"
8+
},
9+
"pipelineName": "testPipeline",
10+
"resourceGroupName": "testRG",
11+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
12+
},
13+
"title": "Approves the specified connection in a pipeline",
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"type": "Microsoft.AzureDataTransfer/connections",
18+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
19+
"location": "East US",
20+
"properties": {
21+
"justification": "justification",
22+
"pipeline": "testdc",
23+
"requirementId": "id"
24+
}
25+
}
26+
},
27+
"202": {
28+
"headers": {
29+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
30+
}
31+
}
32+
}
33+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"operationId": "Connections_CreateOrUpdate",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connection": {
6+
"location": "East US",
7+
"properties": {
8+
"justification": "justification",
9+
"pipeline": "testdc",
10+
"requirementId": "id"
11+
}
12+
},
13+
"connectionName": "testConnection",
14+
"resourceGroupName": "testRG",
15+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
16+
},
17+
"title": "Creates or updates the connection resource",
18+
"responses": {
19+
"200": {
20+
"body": {
21+
"type": "Microsoft.AzureDataTransfer/connections",
22+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
23+
"location": "East US",
24+
"properties": {
25+
"justification": "justification",
26+
"pipeline": "testdc",
27+
"requirementId": "id"
28+
}
29+
}
30+
},
31+
"201": {
32+
"body": {
33+
"type": "Microsoft.AzureDataTransfer/connections",
34+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
35+
"location": "East US",
36+
"properties": {
37+
"justification": "justification",
38+
"pipeline": "testdc",
39+
"requirementId": "id"
40+
}
41+
}
42+
}
43+
}
44+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"operationId": "Flows_CreateOrUpdate",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connectionName": "testConnection",
6+
"flow": {
7+
"location": "East US",
8+
"properties": {
9+
"connection": {
10+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
11+
},
12+
"flowType": "Standard",
13+
"storageAccountName": "testsa",
14+
"storageContainerName": "testcontainer"
15+
}
16+
},
17+
"flowName": "testFlow",
18+
"resourceGroupName": "testRG",
19+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
20+
},
21+
"title": "Creates or updates the flow resource",
22+
"responses": {
23+
"200": {
24+
"body": {
25+
"type": "Microsoft.AzureDataTransfer/flows",
26+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
27+
"location": "East US"
28+
}
29+
},
30+
"201": {
31+
"body": {
32+
"type": "Microsoft.AzureDataTransfer/flows",
33+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
34+
"location": "East US"
35+
}
36+
}
37+
}
38+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"operationId": "Pipelines_CreateOrUpdate",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"pipeline": {
6+
"location": "East US",
7+
"properties": {
8+
"remoteCloud": "testdc"
9+
}
10+
},
11+
"pipelineName": "testPipeline",
12+
"resourceGroupName": "testRG",
13+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
14+
},
15+
"title": "Creates or updates the pipeline resource",
16+
"responses": {
17+
"200": {
18+
"body": {
19+
"type": "Microsoft.AzureDataTransfer/pipelines",
20+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
21+
"location": "East US"
22+
}
23+
},
24+
"201": {
25+
"body": {
26+
"type": "Microsoft.AzureDataTransfer/pipelines",
27+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
28+
"location": "East US"
29+
}
30+
}
31+
}
32+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"operationId": "Connections_Delete",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connectionName": "testConnection",
6+
"resourceGroupName": "testRG",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"title": "Deletes the connection resource",
10+
"responses": {
11+
"202": {
12+
"headers": {
13+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"operationId": "Flows_Delete",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connectionName": "testConnection",
6+
"flowName": "testFlow",
7+
"resourceGroupName": "testRG",
8+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
9+
},
10+
"title": "Deletes the flow resource",
11+
"responses": {
12+
"202": {
13+
"headers": {
14+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"operationId": "Pipelines_Delete",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"pipelineName": "testPipeline",
6+
"resourceGroupName": "testRG",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"title": "Deletes the pipeline resource",
10+
"responses": {
11+
"202": {
12+
"headers": {
13+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"operationId": "Flows_Disable",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connectionName": "testConnection",
6+
"flowName": "testFlow",
7+
"resourceGroupName": "testRG",
8+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
9+
},
10+
"title": "Disables the specified flow",
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"type": "Microsoft.AzureDataTransfer/flows",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
16+
"location": "East US"
17+
}
18+
},
19+
"202": {
20+
"headers": {
21+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
22+
}
23+
}
24+
}
25+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"operationId": "Flows_Enable",
3+
"parameters": {
4+
"api-version": "2025-05-21",
5+
"connectionName": "testConnection",
6+
"flowName": "testFlow",
7+
"resourceGroupName": "testRG",
8+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
9+
},
10+
"title": "Enables the specified flow",
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"type": "Microsoft.AzureDataTransfer/flows",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
16+
"location": "East US"
17+
}
18+
},
19+
"202": {
20+
"headers": {
21+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
22+
}
23+
}
24+
}
25+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"operationId": "Pipelines_ExecuteAction",
3+
"parameters": {
4+
"action": {
5+
"actionType": "ForceDisable",
6+
"targetType": "Connection",
7+
"targets": [
8+
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
9+
]
10+
},
11+
"api-version": "2025-05-21",
12+
"pipelineName": "testPipeline",
13+
"resourceGroupName": "testRG",
14+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
15+
},
16+
"title": "Executes action for a pipeline",
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"type": "Microsoft.AzureDataTransfer/pipelines",
21+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
22+
"location": "East US"
23+
}
24+
},
25+
"202": {
26+
"headers": {
27+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-05-21"
28+
}
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)