Skip to content

Commit 7612dd4

Browse files
authored
add or modify files (#21432)
1 parent e2ff786 commit 7612dd4

32 files changed

+6361
-17
lines changed

specification/riskiq/data-plane/Microsoft.Easm/preview/2022-09-01-preview/easm.json

Lines changed: 5550 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {}
11+
}
12+
}
13+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"assetId": "ThisisanAsset"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"kind": "host",
13+
"asset": {}
14+
}
15+
}
16+
}
17+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"assetId": "ThisisanAsset"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {}
12+
}
13+
}
14+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {}
11+
}
12+
}
13+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"body": {}
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {}
12+
}
13+
}
14+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"dataConnectionName": "ThisisaDataConnection"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "ThisisaDataConnection",
13+
"name": "ThisisaDataConnection",
14+
"displayName": "ThisisaDataConnection",
15+
"kind": "logAnalytics",
16+
"connectionString": "WorkspaceId=00000000-0000-0000-0000-000000000000",
17+
"options": "SnapshotFrequency=1",
18+
"createdDate": "2022-05-02T19:30:14.432+00:00",
19+
"updatedDate": "2022-05-02T19:30:14.432+00:00"
20+
}
21+
}
22+
}
23+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"totalElements": 2,
12+
"totalPages": 1,
13+
"last": true,
14+
"numberOfElements": 2,
15+
"first": true,
16+
"size": 2,
17+
"number": 0,
18+
"content": [
19+
{
20+
"id": "ThisisaDataConnection",
21+
"name": "ThisisaDataConnection",
22+
"displayName": "ThisisaDataConnection",
23+
"kind": "logAnalytics",
24+
"connectionString": "WorkspaceId=00000000-0000-0000-0000-000000000000",
25+
"options": "SnapshotFrequency=1",
26+
"createdDate": "2022-05-02T19:30:14.432+00:00",
27+
"updatedDate": "2022-05-02T19:30:14.432+00:00"
28+
},
29+
{
30+
"id": "ThisisaDataConnection2",
31+
"name": "ThisisaDataConnection2",
32+
"displayName": "ThisisaDataConnection2",
33+
"kind": "kusto",
34+
"connectionString": "Cluster=mykustocluster.kusto.windows.net;Database=mydatabase",
35+
"options": "SnapshotFrequency=30",
36+
"createdDate": "2022-05-02T19:30:14.432+00:00",
37+
"updatedDate": "2022-05-02T19:30:14.432+00:00"
38+
}
39+
]
40+
}
41+
}
42+
}
43+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"dataConnectionName": "ThisisaDataConnection",
8+
"body": {
9+
"kind": "logAnalytics",
10+
"connectionString": "WorkspaceId=00000000-0000-0000-0000-000000000000",
11+
"options": "SnapshotFrequency=1"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"id": "ThisisaDataConnection",
18+
"name": "ThisisaDataConnection",
19+
"displayName": "ThisisaDataConnection",
20+
"kind": "logAnalytics",
21+
"connectionString": "WorkspaceId=00000000-0000-0000-0000-000000000000",
22+
"options": "SnapshotFrequency=1",
23+
"createdDate": "2022-05-02T19:30:14.432+00:00",
24+
"updatedDate": "2022-05-02T19:30:14.432+00:00"
25+
}
26+
}
27+
}
28+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-09-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "dummyrg",
6+
"workspaceName": "ThisisaWorkspace",
7+
"dataConnectionName": "ThisisaDataConnection"
8+
},
9+
"responses": {
10+
"204": {}
11+
}
12+
}

0 commit comments

Comments
 (0)