Skip to content

Commit bdb6332

Browse files
authored
Updated operationId values to conform to tree hierarchy generation rules (#21489)
1 parent 3c560b1 commit bdb6332

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
},
223223
"get": {
224224
"description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to fetch a list of all routesets in the current Azure Maps Creator account.",
225-
"operationId": "routesetList",
225+
"operationId": "Routeset_List",
226226
"x-ms-examples": {
227227
"Enumerate all routesets for a given subscription": {
228228
"$ref": "./examples/wayfind/Routeset_List.json"
@@ -256,7 +256,7 @@
256256
"/routesets/{routesetId}": {
257257
"get": {
258258
"description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to fetch a routeset.",
259-
"operationId": "routesetGet",
259+
"operationId": "Routeset_Get",
260260
"x-ms-examples": {
261261
"Get details for a previously created dataset": {
262262
"$ref": "./examples/wayfind/Routeset_Get.json"
@@ -287,7 +287,7 @@
287287
},
288288
"delete": {
289289
"description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to delete an existing routeset. Use this API when a routeset is no longer needed.\n\n### Submit Delete Request\n\nTo delete your routeset, send a `DELETE` request with the `routesetId` of the routeset to delete.",
290-
"operationId": "routesetDelete",
290+
"operationId": "Routeset_Delete",
291291
"x-ms-examples": {
292292
"Delete an existing routeset": {
293293
"$ref": "./examples/wayfind/Routeset_Delete.json"
@@ -317,7 +317,7 @@
317317
"/routesets/operations/{operationId}": {
318318
"get": {
319319
"description": "This API allows the caller to view the current progress of a routeset operation. The path is obtained from a call to the Create Routeset API.\n\n### Submit Operations Request\n\nTo view the current progress of a routeset operation, you will use a `GET` request with the `operationId` of the desired operation.\n\n### Operation Response\n\nWhile in progress, a `200-OK` http status code will be returned with no extra headers. If the operation succeeds, a `200-OK` http status code with Resource-Location header will be returned.",
320-
"operationId": "routesetGetOperation",
320+
"operationId": "Routeset_GetOperation",
321321
"x-ms-examples": {
322322
"Get the status of an operation which is still running": {
323323
"$ref": "./examples/wayfind/Routeset_GetOperationStillRunning.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"/wayfinding/path": {
254254
"get": {
255255
"description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\n Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThe Wayfinding Service API is part of Creator, and adheres to the [Open Geospatial Consortium](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) standard and uses indoor maps data from the routeset to calculate the best path between two locations within the same facility.",
256-
"operationId": "wayfindingGetPath",
256+
"operationId": "Wayfinding_GetPath",
257257
"x-ms-examples": {
258258
"Get the shortest path between two points in the facility.": {
259259
"$ref": "./examples/wayfind/Wayfind_GetPath.json"

0 commit comments

Comments
 (0)