Skip to content

Commit 71aa732

Browse files
tejitpabari99Arik Riklinariklinharics24MehaKaushik
authored andcommitted
Dev maps creator dataset 2022 09 01 preview (Azure#20009)
* Copy solutions files from 2015-06-01-preview * update API version * update readme * Add required to ExternalSecuritySolution * add new swagger files * fix errors1 * fix2 * fix 3 * fix 4 * fix4 * fix4 * fix conflict * fix conflict2 * fix conflict4 * fix conflict 6 * fix conflict 7 * ttt * rrr * aaa * bbb * fix 10 * Prettier check * update readme * fix reference error * fix comment * fix conflict * fic conflict2 * fix conflict3 * fix conflict4 * remove files * delete externalSecuritySolutions * add assessments.json * fix readme.md * Fix validation errors 1 * Fix validation errors 2 * merge * Fix validation errors 3 * Fix validation errors 4 * Fix validation errors 5 * Fix validation errors 5 * Fix validation errors 5 * Fix validation errors 6 * Fix validation errors 4 * Fix validation errors 7 * Fix validation errors 8 * Fix validation errors 9 * Fix validation errors 10 * fix validation errors 11 * fix validation errors 11 * ix validation errors 12 * ix validation errors 13 * fix validation errors 14 * Fix validation errors 15 * Fix validation errors 16 * run prettier * adding Services APIs * more changes * updated examples * Defining the APIs for the new NSP resource * IoT Central Public API 1.1-preview Oct Release (Azure#16514) * Add new 2.0-preview.1 version for IoT Central * fix typo on enum value * rollback 1.0 changes, applied 2.0-preview.1 * fix typo * remove non-used examples * fix style * update version from 2.0-preview.1 to 1.1-preview * update code review comments, fix patch consumes with json-patch support, fix examples for fileupload * add nextLink to collection of orgs * fix typo * fix wrong position of paging * fix the paging * add . to description * update default to use enum for api-version * add oct release with query, cde v2, device filter, device template filter, relationship, edge template, simplified template patching * update examples * fix lint error, model validation * fix missing type in examples, remove url format * fix ID case * fix id case * fix ID case * add iotc query language reference * fix typo * test * SecuritySolution test * 2 * org * 1 * [DataFactory]Add support for running staging on multiple sources in parallel (Azure#18825) * Add support for running staging on multiple sources in parallel * update * Add default accountid (Azure#19417) Similar PR was merged into Main. s360 ticket still leading to this branch - so we are pushing the pull request with the same fixes here. * Adds base for updating Creator from version preview/2.0 to version 2022-09-01-preview * Updates readme * Updates API version in new specs and examples * Removed api docs except dataset * Dataset 2022-09-01-preview changes * Readme changes * Merge Commit * Minor changes * Change in readme.md * Merging from main * Merging from main * Udids in List Response * small changes * small change * Wrong update * outputOntology * outputOntology * Append Example Co-authored-by: Arik Riklin <[email protected]> Co-authored-by: ariklin <[email protected]> Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: Amit Singh <[email protected]> Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: REDMOND\amisi <[email protected]> Co-authored-by: Johnson Yang <[email protected]> Co-authored-by: kesharma <[email protected]> Co-authored-by: Tal Shoham <[email protected]> Co-authored-by: tejitpabari <[email protected]>
1 parent c9a5b51 commit 71aa732

File tree

11 files changed

+617
-1
lines changed

11 files changed

+617
-1
lines changed

specification/maps/data-plane/Creator/preview/2022-09-01-preview/dataset.json

Lines changed: 405 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"udid": "{udid}",
6+
"datasetId": "{conversionId}",
7+
"outputOntology": "facility-2.0"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"Operation-Location": "https://us.atlas.microsoft.com/datasets/operations/{operationId}?api-version=2022-09-01-preview",
13+
"Access-Control-Expose-Headers": "Operation-Location"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"udid": "{udid}",
6+
"datasetId": "{udid}",
7+
"outputOntology": "facility-2.0"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"Operation-Location": "https://us.atlas.microsoft.com/datasets/operations/{operationId}?api-version=2022-09-01-preview",
13+
"Access-Control-Expose-Headers": "Operation-Location"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"conversionId": "{conversionId}"
6+
},
7+
"responses": {
8+
"202": {
9+
"headers": {
10+
"Operation-Location": "https://us.atlas.microsoft.com/datasets/operations/{operationId}?api-version=2022-09-01-preview",
11+
"Access-Control-Expose-Headers": "Operation-Location"
12+
}
13+
}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"udid": "{udid}",
6+
"outputOntology": "facility-2.0"
7+
},
8+
"responses": {
9+
"202": {
10+
"headers": {
11+
"Operation-Location": "https://us.atlas.microsoft.com/datasets/operations/{operationId}?api-version=2022-09-01-preview",
12+
"Access-Control-Expose-Headers": "Operation-Location"
13+
}
14+
}
15+
}
16+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"datasetId": "{datasetId}"
6+
},
7+
"responses": {
8+
"204": {}
9+
}
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"datasetId": "{datasetId}"
6+
},
7+
"responses": {
8+
"200": {
9+
"headers": {
10+
"Location": "https://us.atlas.microsoft.com/dataset/{datasetId}?api-version=1.0",
11+
"Access-Control-Expose-Headers": "Resource-Location"
12+
},
13+
"body": {
14+
"created": "2021-05-21T03:04:05.678Z",
15+
"datasetId": "{datasetId}",
16+
"description": "Some other description or comment for the dataset.",
17+
"datasetSources": {
18+
"conversionIds": [
19+
"{conversionId}"
20+
],
21+
"udids": [
22+
"{udid}"
23+
],
24+
"appendDatasetId": "{appendDatasetId}"
25+
},
26+
"featureCounts": {
27+
"directoryInfo": 2,
28+
"category": 10,
29+
"facility": 1,
30+
"level": 3,
31+
"unit": 183,
32+
"zone": 3,
33+
"verticalPenetration": 6,
34+
"opening": 48,
35+
"areaElement": 108
36+
},
37+
"ontology": "facility-2.0"
38+
}
39+
}
40+
}
41+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"operationId": "{operationId}"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"operationId": "{operationId}",
11+
"created": "2021-04-20T22:43:14.9401559+00:00",
12+
"status": "Succeeded"
13+
},
14+
"headers": {
15+
"Resource-Location": "https://us.atlas.microsoft.com/datasets/{datasetId}?api-version=2022-09-01-preview"
16+
}
17+
}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-09-01-preview",
5+
"operationId": "{operationId}"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"operationId": "{operationId}",
11+
"created": "2021-04-23T19:14:03.2452596+00:00",
12+
"status": "Running"
13+
}
14+
}
15+
}
16+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"parameters": {
3+
"geography": "us",
4+
"api-version": "2022-01-01-preview"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"datasets": [
10+
{
11+
"created": "2021-05-21T03:04:05.678Z",
12+
"datasetId": "{datasetId}",
13+
"description": "Some description or comment for the dataset.",
14+
"datasetSources": {
15+
"udids": [
16+
"{udid}"
17+
]
18+
},
19+
"featureCounts": {
20+
"directoryInfo": 1,
21+
"category": 18,
22+
"facility": 1,
23+
"level": 6,
24+
"unit": 775,
25+
"opening": 471,
26+
"areaElement": 496
27+
},
28+
"ontology": "facility-2.0"
29+
},
30+
{
31+
"created": "2021-05-21T03:04:05.678Z",
32+
"datasetId": "{datasetId}",
33+
"description": "Some other description or comment for the dataset.",
34+
"datasetSources": {
35+
"conversionIds": [
36+
"{conversionId}"
37+
],
38+
"udids": [
39+
"{udid}"
40+
],
41+
"appendDatasetId": "{appendDatasetId}"
42+
},
43+
"featureCounts": {
44+
"directoryInfo": 2,
45+
"category": 10,
46+
"facility": 1,
47+
"level": 3,
48+
"unit": 183,
49+
"zone": 3,
50+
"verticalPenetration": 6,
51+
"opening": 48,
52+
"areaElement": 108
53+
},
54+
"ontology": "facility-2.0"
55+
}
56+
]
57+
}
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)