Skip to content

Commit d11c3b1

Browse files
authored
Release azuredatatransfer microsoft.azure data transfer stable/2024 05 07 (#29211)
* Copy files from stable/2024-01-25 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to stable/2024-05-07 Updated the API version from stable/2024-01-25 to stable/2024-05-07. * Added tag for 2024-05-07 in readme file * Add new flow types * Run prettier * Run prettier for all files * Add schema direction * Add Standard flow type * Replace Blob with Standard in examples
1 parent f45a76f commit d11c3b1

29 files changed

+3222
-1
lines changed

specification/azuredatatransfer/resource-manager/Microsoft.AzureDataTransfer/stable/2024-05-07/azuredatatransfer.json

Lines changed: 2400 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": "2024-05-07",
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=2024-05-07"
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": "2024-05-07",
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": "2024-05-07",
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": "2024-05-07",
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": "2024-05-07",
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=2024-05-07"
12+
}
13+
},
14+
"204": {}
15+
}
16+
}
Lines changed: 17 additions & 0 deletions
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": "2024-05-07",
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=2024-05-07"
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": "2024-05-07",
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=2024-05-07"
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": "2024-05-07",
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=2024-05-07"
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": "2024-05-07",
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+
}

0 commit comments

Comments
 (0)