Skip to content

Commit b0b2f17

Browse files
DevArjun23jnlycklama
authored andcommitted
[Hub Generated] Publish private branch 'archidda-azureintegrationspaces-Microsoft.IntegrationSpaces-2023-11-14-preview' (#26202)
* add or modify files * Address CI errors
1 parent 99dbdb4 commit b0b2f17

File tree

42 files changed

+5801
-0
lines changed

Some content is hidden

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

42 files changed

+5801
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"operationId": "ApplicationResources_CreateOrUpdate",
3+
"title": "CreateOrUpdateApplicationResource",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resourceName": "Resource1",
11+
"resource": {
12+
"properties": {
13+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
14+
"resourceType": "Microsoft.Web/sites",
15+
"resourceKind": "LogicApp"
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
23+
"name": "Resource1",
24+
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
25+
"properties": {
26+
"provisioningState": "Succeeded",
27+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
28+
"resourceType": "Microsoft.Web/sites",
29+
"resourceKind": "LogicApp"
30+
}
31+
}
32+
},
33+
"201": {
34+
"body": {
35+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
36+
"name": "Resource1",
37+
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
38+
"properties": {
39+
"provisioningState": "Succeeded",
40+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
41+
"resourceType": "Microsoft.Web/sites",
42+
"resourceKind": "LogicApp"
43+
}
44+
}
45+
}
46+
}
47+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"operationId": "ApplicationResources_Delete",
3+
"title": "DeleteApplicationResource",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resourceName": "Resource1"
11+
},
12+
"responses": {
13+
"200": {},
14+
"204": {}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"operationId": "ApplicationResources_Get",
3+
"title": "GetApplicationResource",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resourceName": "Resource1"
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
16+
"name": "Resource1",
17+
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
18+
"properties": {
19+
"provisioningState": "Succeeded",
20+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
21+
"resourceType": "Microsoft.Web/sites",
22+
"resourceKind": "LogicApp"
23+
}
24+
}
25+
}
26+
}
27+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"operationId": "ApplicationResources_ListByApplication",
3+
"title": "ListApplicationResourceByApplication",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resourceName": "Resource1"
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"value": [
16+
{
17+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
18+
"name": "Resource1",
19+
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
20+
"properties": {
21+
"provisioningState": "Succeeded",
22+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
23+
"resourceType": "Microsoft.Web/sites",
24+
"resourceKind": "LogicApp"
25+
}
26+
}
27+
]
28+
}
29+
}
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"operationId": "ApplicationResources_Patch",
3+
"title": "PatchApplicationResource",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resourceName": "Resource1",
11+
"properties": {
12+
"properties": {
13+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
14+
"resourceType": "Microsoft.Web/sites",
15+
"resourceKind": "LogicApp"
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1/resources/Resource1",
23+
"name": "Resource1",
24+
"type": "Microsoft.IntegrationSpaces/spaces/applications/resources",
25+
"properties": {
26+
"provisioningState": "Succeeded",
27+
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Web/sites/LogicApp1",
28+
"resourceType": "Microsoft.Web/sites",
29+
"resourceKind": "LogicApp"
30+
}
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"operationId": "Applications_CreateOrUpdate",
3+
"title": "CreateOrUpdateApplication",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"resource": {
11+
"properties": {
12+
"description": "This is the user provided description of the application.",
13+
"trackingDataStores": {
14+
"dataStoreName1": {
15+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
16+
"databaseName": "testDatabase1",
17+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
18+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
19+
},
20+
"dataStoreName2": {
21+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
22+
"databaseName": "testDatabase1",
23+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
24+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
25+
}
26+
}
27+
},
28+
"location": "CentralUS",
29+
"tags": {
30+
"key1": "Value1"
31+
}
32+
}
33+
},
34+
"responses": {
35+
"200": {
36+
"body": {
37+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
38+
"name": "Application1",
39+
"type": "Microsoft.IntegrationSpaces/spaces/applications",
40+
"location": "CentralUS",
41+
"tags": {
42+
"key1": "Value1"
43+
},
44+
"properties": {
45+
"provisioningState": "Succeeded",
46+
"description": "This is the user provided description of the application.",
47+
"trackingDataStores": {
48+
"dataStoreName1": {
49+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
50+
"databaseName": "testDatabase1",
51+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
52+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
53+
},
54+
"dataStoreName2": {
55+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
56+
"databaseName": "testDatabase1",
57+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
58+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
59+
}
60+
}
61+
}
62+
}
63+
},
64+
"201": {
65+
"body": {
66+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
67+
"name": "Application1",
68+
"type": "Microsoft.IntegrationSpaces/spaces/applications",
69+
"location": "CentralUS",
70+
"tags": {
71+
"key1": "Value1"
72+
},
73+
"properties": {
74+
"provisioningState": "Succeeded",
75+
"description": "This is the user provided description of the application.",
76+
"trackingDataStores": {
77+
"dataStoreName1": {
78+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
79+
"databaseName": "testDatabase1",
80+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
81+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
82+
},
83+
"dataStoreName2": {
84+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
85+
"databaseName": "testDatabase1",
86+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
87+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
88+
}
89+
}
90+
}
91+
}
92+
}
93+
}
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"operationId": "Applications_Delete",
3+
"title": "DeleteApplication",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1"
10+
},
11+
"responses": {
12+
"200": {},
13+
"204": {}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"operationId": "Applications_DeleteBusinessProcessDevelopmentArtifact",
3+
"title": "DeleteBusinessProcessDevelopmentArtifact",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1",
10+
"body": {
11+
"name": "BusinessProcess1"
12+
}
13+
},
14+
"responses": {
15+
"200": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"operationId": "Applications_Get",
3+
"title": "GetApplication",
4+
"parameters": {
5+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
6+
"resourceGroupName": "testrg",
7+
"api-version": "2023-11-14-preview",
8+
"spaceName": "Space1",
9+
"applicationName": "Application1"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.IntegrationSpaces/spaces/Space1/applications/Application1",
15+
"name": "Application1",
16+
"type": "Microsoft.IntegrationSpaces/spaces/applications",
17+
"location": "CentralUS",
18+
"tags": {
19+
"key1": "Value1"
20+
},
21+
"properties": {
22+
"provisioningState": "Succeeded",
23+
"description": "This is the user provided description of the application.",
24+
"trackingDataStores": {
25+
"dataStoreName1": {
26+
"dataStoreResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/cluster1",
27+
"databaseName": "testDatabase1",
28+
"dataStoreIngestionUri": "https://ingest-someClusterName.someRegionName.kusto.windows.net",
29+
"dataStoreUri": "https://someClusterName.someRegionName.kusto.windows.net"
30+
}
31+
}
32+
}
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)