Skip to content

Commit 5b5b60d

Browse files
Release azuredatatransfer microsoft.azure data transfer preview/2025 03 01 preview (#33212)
* Copy files from stable/2024-09-27 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-03-01-preview Updated the API version from stable/2024-09-27 to preview/2025-03-01-preview. * Added tag for 2025-03-01-preview in readme file * Add changes from PR
1 parent 583997b commit 5b5b60d

38 files changed

+4098
-1
lines changed

specification/azuredatatransfer/resource-manager/Microsoft.AzureDataTransfer/preview/2025-03-01-preview/azuredatatransfer.json

Lines changed: 3071 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"parameters": {
3+
"pipelineName": "testPipeline",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"connection": {
8+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
9+
"statusReason": "Example reason"
10+
}
11+
},
12+
"responses": {
13+
"202": {
14+
"headers": {
15+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
16+
}
17+
},
18+
"200": {
19+
"body": {
20+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
21+
"type": "Microsoft.AzureDataTransfer/connections",
22+
"location": "East US",
23+
"properties": {
24+
"pipeline": "testdc",
25+
"justification": "justification",
26+
"requirementId": "id"
27+
}
28+
}
29+
}
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"connection": {
8+
"properties": {
9+
"pipeline": "testdc",
10+
"justification": "justification",
11+
"requirementId": "id"
12+
},
13+
"location": "East US"
14+
}
15+
},
16+
"responses": {
17+
"201": {
18+
"body": {
19+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
20+
"type": "Microsoft.AzureDataTransfer/connections",
21+
"location": "East US",
22+
"properties": {
23+
"pipeline": "testdc",
24+
"justification": "justification",
25+
"requirementId": "id"
26+
}
27+
}
28+
},
29+
"200": {
30+
"body": {
31+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
32+
"type": "Microsoft.AzureDataTransfer/connections",
33+
"location": "East US",
34+
"properties": {
35+
"pipeline": "testdc",
36+
"justification": "justification",
37+
"requirementId": "id"
38+
}
39+
}
40+
}
41+
}
42+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
8+
"flow": {
9+
"properties": {
10+
"storageAccountName": "testsa",
11+
"storageContainerName": "testcontainer",
12+
"flowType": "Standard",
13+
"connection": {
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
15+
}
16+
},
17+
"location": "East US"
18+
}
19+
},
20+
"responses": {
21+
"201": {
22+
"body": {
23+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
24+
"type": "Microsoft.AzureDataTransfer/flows",
25+
"location": "East US"
26+
}
27+
},
28+
"200": {
29+
"body": {
30+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
31+
"type": "Microsoft.AzureDataTransfer/flows",
32+
"location": "East US"
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"parameters": {
3+
"pipelineName": "testPipeline",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"pipeline": {
8+
"properties": {
9+
"remoteCloud": "testdc"
10+
},
11+
"location": "East US"
12+
}
13+
},
14+
"responses": {
15+
"201": {
16+
"body": {
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
18+
"type": "Microsoft.AzureDataTransfer/pipelines",
19+
"location": "East US"
20+
}
21+
},
22+
"200": {
23+
"body": {
24+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
25+
"type": "Microsoft.AzureDataTransfer/pipelines",
26+
"location": "East US"
27+
}
28+
}
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"responses": {
9+
"202": {
10+
"headers": {
11+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
12+
}
13+
},
14+
"204": {}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"pipelineName": "testPipeline",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"responses": {
9+
"202": {
10+
"headers": {
11+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
12+
}
13+
},
14+
"204": {}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
13+
"type": "Microsoft.AzureDataTransfer/flows",
14+
"location": "East US"
15+
}
16+
},
17+
"202": {
18+
"headers": {
19+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
20+
}
21+
}
22+
}
23+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
13+
"type": "Microsoft.AzureDataTransfer/flows",
14+
"location": "East US"
15+
}
16+
},
17+
"202": {
18+
"headers": {
19+
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2025-03-01-preview"
20+
}
21+
}
22+
}
23+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connection/testConnection",
12+
"type": "Microsoft.AzureDataTransfer/connections",
13+
"location": "East US"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
13+
"type": "Microsoft.AzureDataTransfer/flows",
14+
"location": "East US"
15+
}
16+
}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"ports": [
13+
1234
14+
]
15+
}
16+
}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"endpoints": [
13+
"10.0.0.1"
14+
]
15+
}
16+
}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"sourceAddresses": [
13+
"0.0.0.0",
14+
"1.0.0.0/24"
15+
]
16+
}
17+
}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"pipelineName": "testPipeline",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
12+
"type": "Microsoft.AzureDataTransfer/pipelines",
13+
"location": "East US"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"flowName": "testFlow",
5+
"resourceGroupName": "testRG",
6+
"api-version": "2025-03-01-preview",
7+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"connectionString": "https://fmv.usgovirginia.adt.microsoft.com:1234/?passphrase=password123&streamid=1234"
13+
}
14+
}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"connectionName": "testConnection",
4+
"resourceGroupName": "testRG",
5+
"api-version": "2025-03-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"connection": {
8+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
15+
"type": "Microsoft.AzureDataTransfer/connection",
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-03-01-preview"
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)