Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release azuredatatransfer microsoft.azure data transfer stable/2024 05 07 #29211

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"statusReason": "Example reason"
}
},
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
},
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US",
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"connection": {
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
},
"location": "East US"
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US",
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
}
}
},
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US",
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"flow": {
"properties": {
"storageAccountName": "testsa",
"storageContainerName": "testcontainer",
"flowType": "Blob",
Copy link
Contributor

@razvanbadea-msft razvanbadea-msft May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"flowType": "Blob",

in all examples I see that the flowType uses a value which does not exist. Maybe you can update the examples to include the new schema? #Resolved

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated examples to include valid flow type.

"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
}
},
"location": "East US"
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"type": "Microsoft.AzureDataTransfer/flows",
"location": "East US"
}
},
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"type": "Microsoft.AzureDataTransfer/flows",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parameters": {
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"pipeline": {
"properties": {
"remoteCloud": "testdc"
},
"location": "East US"
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"type": "Microsoft.AzureDataTransfer/pipelines",
"location": "East US"
}
},
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"type": "Microsoft.AzureDataTransfer/pipelines",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"type": "Microsoft.AzureDataTransfer/flows",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connection/testConnection",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"type": "Microsoft.AzureDataTransfer/flows",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"pipelineName": "testPipeline",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/pipelines/testPipeline",
"type": "Microsoft.AzureDataTransfer/pipelines",
"location": "East US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"connectionName": "testConnection",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"connection": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"type": "Microsoft.AzureDataTransfer/connection",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"connectionName": "testConnection",
"flowName": "testFlow",
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"flow": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection/flows/testFlow",
"type": "Microsoft.AzureDataTransfer/flows",
"location": "East US"
}
},
"202": {
"headers": {
"location": "http://management.azure.com/subscriptions/12345/providers/Microsoft.AzureDataTransfer/locations/eastUS?api-version=2024-05-07"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"resourceGroupName": "testRG",
"api-version": "2024-05-07",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "testConnection",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US",
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
}
},
{
"name": "testConnection2",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.AzureDataTransfer/connections/testConnection2",
"type": "Microsoft.AzureDataTransfer/connections",
"location": "East US",
"properties": {
"pipeline": "testdc",
"justification": "justification",
"requirementId": "id"
}
}
]
}
}
}
}
Loading