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

[Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 #13921

Merged
merged 43 commits into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3201913
Copy Creator API 1.0 to 2.0
JCookit Mar 3, 2021
2fcf0f6
draft of planB
JCookit Mar 9, 2021
38224c1
adding ontology properties; adding DataUpload
JCookit Mar 10, 2021
14e01c3
updated alias apis
JCookit Mar 10, 2021
7b01345
put v1 API back so diffing is easier
JCookit Mar 10, 2021
6df71a3
reapplying v2 so diffs are easier
JCookit Mar 10, 2021
d663c7c
remove type from datasetsources
JCookit Mar 11, 2021
c6b56b5
incorporate suggestions from review board
JCookit Mar 19, 2021
f2a89e4
adding ontology field
JCookit Mar 24, 2021
e3ee703
Update alias v2 apis.
rojohn-ms Mar 30, 2021
071aca8
fix conversion descriptions, update alias
JCookit Mar 31, 2021
155583e
Merge master
rojohn-ms Mar 31, 2021
c0c6045
Fix the alias file.
rojohn-ms Mar 31, 2021
9f05840
Add get details example.
rojohn-ms Mar 31, 2021
568192d
fix casing on headers; mapData more consistent
JCookit Apr 8, 2021
236dfd9
minor comment and linting fixes
JCookit Apr 12, 2021
6813382
Adds base for updating Microsoft.Maps/Alias from version preview/1.0 …
JCookit Apr 13, 2021
c42b105
Updates readme
JCookit Apr 13, 2021
1e229ca
Updates API version in new specs and examples
JCookit Apr 13, 2021
e0c3f7d
Add baseline from preview/1.0
JCookit Apr 13, 2021
ef57559
Merge branch 'dev-maps-Microsoft-Maps-1.0.PlanB' into dev-maps-Micros…
JCookit Apr 13, 2021
c0ccaec
update api-version in examples
JCookit Apr 14, 2021
37ef296
add v2 files to readme
JCookit Apr 15, 2021
70be3ef
fix avacado errors
JCookit Apr 15, 2021
7eef688
Adding string length limit to the descriptions for feature state.
Apr 15, 2021
b6d5b6f
Adding ontology element to the WFS resopnse examples.
Apr 15, 2021
43aae4f
Merge branch 'dev-maps-Microsoft.Maps-2.0' of https://github.com/JCoo…
Apr 15, 2021
76a8953
Updating length to 1000 from 1024.
Apr 15, 2021
fccba92
Update dataset v2 descriptions and examples.
rojohn-ms Apr 19, 2021
cffbd83
Merge branch 'dev-maps-Microsoft.Maps-2.0' of https://github.com/JCoo…
rojohn-ms Apr 19, 2021
c9948c0
Update the examples to have the right details.
rojohn-ms Apr 19, 2021
7b42804
reran linter; added spellcheck words
JCookit Apr 20, 2021
ba125ba
more linting: 202 description alignment
JCookit Apr 20, 2021
c4c5443
fixed example linting for alias, data, dataset
JCookit Apr 21, 2021
fdd5b16
example linting changes for conv, fs, tileset
JCookit Apr 22, 2021
f056190
change featurestateset patch to put
JCookit Apr 22, 2021
675e9c5
autorest linting fixes
JCookit Apr 22, 2021
2e3beab
Reverting FeatureState body to include array to match V1 body and res…
Apr 22, 2021
2f24c21
adding missing operationIds
JCookit Apr 23, 2021
d716e4d
added examples; more linting
JCookit Apr 23, 2021
2e671bb
remove x-ms-long-running
JCookit Apr 23, 2021
4531f12
Merge branch 'master' into dev-maps-Microsoft.Maps-2.0
JCookit Apr 26, 2021
339cec5
Update alias documentation for resourceId -> creatorDataItemId change
rojohn-ms Apr 29, 2021
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
Expand Up @@ -660,15 +660,15 @@
"type": "object",
"properties": {
"keyName": {
"description": "Feature state Keyname.",
"description": "Feature state Keyname. Maximum length allowed is 1000.",
"type": "string"
},
"value": {
"description": "Value for the feature state.",
"description": "Value for the feature state. Type should comply with the style definition attached to the featurestate. Maximum length allowed for string type is 1024.",
"type": "object"
},
"eventTimestamp": {
"description": "Timestamp when the feature state was captured.",
"description": "Valid Timestamp when the feature state was captured.",
"type": "string"
}
}
Expand Down Expand Up @@ -770,7 +770,7 @@
],
"properties": {
"keyName": {
"description": "Stateset style key name. Key names are random strings but they should be unique inside style array.",
"description": "Stateset style key name. Key names are random strings but they should be unique inside style array. Maximum length allowed is 1000.",
"type": "string"
},
"type": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"body": {
"name": "unit",
"description": "A physical and non-overlapping area which might be occupied and traversed by a navigating agent. Can be a hallway, a room, a courtyard, etc. It is surrounded by physical obstruction (wall), unless the isOpenArea attribute is equal to true, and one must add openings where the obstruction shouldn't be there. If isOpenArea attribute is equal to true, all the sides are assumed open to the surroundings and walls are to be added where needed. Walls for open areas are represented as a lineElement or areaElement with isObstruction equal to true.",
"ontology" : "Facility-2.0",
"links": [
{
"href": "https://atlas.microsoft.com/wfs/dataset/4a25a249-8bd4-3f78-8cd8-eff11751d35b/collections/unit/definition?api-version=1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"idPrefix": "UNIT",
"name": "unit",
"description": "A physical and non-overlapping area which might be occupied and traversed by a navigating agent. Can be a hallway, a room, a courtyard, etc. It is surrounded by physical obstruction (wall), unless the isOpenArea attribute is equal to true, and one must add openings where the obstruction shouldn't be there. If isOpenArea attribute is equal to true, all the sides are assumed open to the surroundings and walls are to be added where needed. Walls for open areas are represented as a lineElement or areaElement with isObstruction equal to true.",
"ontology" : "Facility-2.0",
"geometryType": "Polygon",
"featureTypes": [],
"properties": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"responses": {
"200": {
"body": {
"ontology" : "Facility-2.0",
"collections": [
{
"name": "unit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"responses": {
"200": {
"body": {
"ontology" : "Facility-2.0",
"feature": {
"type": "feature",
"geometry": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"200": {
"body": {
"type": "FeatureCollection",
"ontology" : "Facility-2.0",
"features": [
{
"type": "feature",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"responses": {
"200": {
"body": {
"ontology" : "Facility-2.0",
"links": [
{
"href": "https://atlas.microsoft.com/wfs/datasets/018fda98-e638-0edf-5ef7-28491ff3bed4",
Expand Down