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,47 @@
{
"operationId": "ApplicationResources_CreateOrUpdate",
"title": "CreateOrUpdateApplicationResource",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resourceName": "Resource1",
"resource": {
"properties": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
"name": "Resource1",
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
"properties": {
"provisioningState": "Succeeded",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
"name": "Resource1",
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
"properties": {
"provisioningState": "Succeeded",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"operationId": "ApplicationResources_Delete",
"title": "DeleteApplicationResource",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resourceName": "Resource1"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"operationId": "ApplicationResources_Get",
"title": "GetApplicationResource",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resourceName": "Resource1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
"name": "Resource1",
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
"properties": {
"provisioningState": "Succeeded",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"operationId": "ApplicationResources_ListByApplication",
"title": "ListApplicationResourceByApplication",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resourceName": "Resource1"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
"name": "Resource1",
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
"properties": {
"provisioningState": "Succeeded",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"operationId": "ApplicationResources_Patch",
"title": "PatchApplicationResource",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resourceName": "Resource1",
"properties": {
"properties": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
"name": "Resource1",
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
"properties": {
"provisioningState": "Succeeded",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
"resourceType": "Microsoft.Web/sites",
"resourceKind": "LogicApp"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"operationId": "Applications_CreateOrUpdate",
"title": "CreateOrUpdateApplication",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"resource": {
"properties": {
"description": "This is the user provided description of the application.",
"trackingDataStores": {
"dataStoreName1": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
},
"dataStoreName2": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
}
}
},
"location": "CentralUS",
"tags": {
"key1": "Value1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
"name": "Application1",
"type": "Microsoft.IntegrationSpaces/spaces/applications",
"location": "CentralUS",
"tags": {
"key1": "Value1"
},
"properties": {
"provisioningState": "Succeeded",
"description": "This is the user provided description of the application.",
"trackingDataStores": {
"dataStoreName1": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
},
"dataStoreName2": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
}
}
}
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
"name": "Application1",
"type": "Microsoft.IntegrationSpaces/spaces/applications",
"location": "CentralUS",
"tags": {
"key1": "Value1"
},
"properties": {
"provisioningState": "Succeeded",
"description": "This is the user provided description of the application.",
"trackingDataStores": {
"dataStoreName1": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
},
"dataStoreName2": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"operationId": "Applications_Delete",
"title": "DeleteApplication",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"operationId": "Applications_DeleteBusinessProcessDevelopmentArtifact",
"title": "DeleteBusinessProcessDevelopmentArtifact",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1",
"body": {
"name": "BusinessProcess1"
}
},
"responses": {
"200": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"operationId": "Applications_Get",
"title": "GetApplication",
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "testrg",
"api-version": "2023-11-14-preview",
"spaceName": "Space1",
"applicationName": "Application1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
"name": "Application1",
"type": "Microsoft.IntegrationSpaces/spaces/applications",
"location": "CentralUS",
"tags": {
"key1": "Value1"
},
"properties": {
"provisioningState": "Succeeded",
"description": "This is the user provided description of the application.",
"trackingDataStores": {
"dataStoreName1": {
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
"databaseName": "testDatabase1",
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
}
}
}
}
}
}
}
Loading