Skip to content

Commit a60468a

Browse files
authored
change the category name (#22583)
1 parent 7052a86 commit a60468a

File tree

1 file changed

+6
-6
lines changed
  • specification/maps/data-plane/DataRegistry/preview/2022-12-01-preview

1 file changed

+6
-6
lines changed

specification/maps/data-plane/DataRegistry/preview/2022-12-01-preview/dataregistry.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"/dataRegistries": {
101101
"get": {
102102
"description": "**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\nThe `List` request returns an array containing all data registries previously registered using the [Register or Replace API](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace).\n\nThis API won't check whether Azure Maps can access the underlying content and whether integrity check is passed for each data registry. Please use [Get Content](https://docs.microsoft.com/rest/api/maps/data-registry/get-content) for the latest status individually.\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.\n\n## Submit List Request\n\nTo list all your data registries, issue a `GET` request with no additional parameters.\n\n## List Response\n\nThe `List` request returns an array of data registries in `JSON` format in the body of the response.",
103-
"operationId": "DataRegistries_List",
103+
"operationId": "DataRegistry_List",
104104
"x-ms-examples": {
105105
"List all previously registered data registries": {
106106
"$ref": "./examples/DataRegistries_List.json"
@@ -140,7 +140,7 @@
140140
"/dataRegistries/{udid}": {
141141
"get": {
142142
"description": "**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\nThe `Get Data Registry` request returns the data registry information, as an [AzureBlob](#azureblob) object in JSON format, in the body of the response along with the HTTP status code of 200 when successful. If Azure Maps cannot access the underlying content or the integrity check fails, the `status` is set to `Failed` and and error is returned.\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.\n\n## Submit Get Data Registry Request\n\nA data registry `GET` request returns details of the requested data registry, as determined by the specified `udid`. The details are returned in the body of the response in JSON format.",
143-
"operationId": "DataRegistries_GetDataRegistry",
143+
"operationId": "DataRegistry_GetDataRegistry",
144144
"x-ms-examples": {
145145
"Get the data registry of a completed udid": {
146146
"$ref": "./examples/DataRegistries_GetDataRegistryCompleted.json"
@@ -184,7 +184,7 @@
184184
},
185185
"put": {
186186
"description": "**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\nThe `Register` request is used to register data in an Azure Storage Account with an Azure Maps account. The maximum file size that can be registered is one gigabyte.\n\nThis is useful in scenarios like registering a collection of Geofences in `GeoJSON` format for use in [Azure Maps Geofencing Service](https://docs.microsoft.com/rest/api/maps/spatial), or registering a set of DWG design files as a zipped [Drawing Package](https://docs.microsoft.com/azure/azure-maps/drawing-requirements) for use in the Azure Maps Creator [Conversion Service](https://docs.microsoft.com/rest/api/maps/v2/conversion).\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.\n\n## Submit Register or Replace Request\n\nThe `Register` and `Replace` requests are both long-running operations that contain an [AzureBlob](#azureblob) JSON object in the body of the request that defines the data registry details.",
187-
"operationId": "DataRegistries_RegisterOrReplace",
187+
"operationId": "DataRegistry_RegisterOrReplace",
188188
"x-ms-long-running-operation": true,
189189
"x-ms-long-running-operation-options": {
190190
"final-state-via": "location"
@@ -267,7 +267,7 @@
267267
},
268268
"delete": {
269269
"description": "**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\nThe `Unregister` request removes a data registry without deleting the underlying content frm the Azure storage account.\n\nUseful in scenarios like unregistering geofence files previously registered using the [Register or Replace API](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace) for use in the [Azure Maps Geofencing Service](https://docs.microsoft.com/rest/api/maps/spatial), or unregistering a compressed (ZIP) file containing DWG design files used by the Azure Maps Creator [Conversion Service](https://docs.microsoft.com/rest/api/maps/v2/conversion).\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.\n\n## Submit Unregister Request\n\nUse an HTTP `DELETE` request with the `udid` of the data registry to unregister.\n\n## Unregister Response\n\nThe `Unregister` request returns a HTTP '204 No Content' response with an empty body, if the data registry was deleted successfully.",
270-
"operationId": "DataRegistries_Unregister",
270+
"operationId": "DataRegistry_Unregister",
271271
"x-ms-examples": {
272272
"Unregister a data registry without deleting the underlying contents": {
273273
"$ref": "./examples/DataRegistries_Unregister.json"
@@ -307,7 +307,7 @@
307307
"/dataRegistries/{udid}/content": {
308308
"get": {
309309
"description": "**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\nThe `Get Content` request returns the contents of the specified file in the body of the response. The content is not available if the status is `Running` or `Failed`.\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.\n\n## Submit Get Content Request\n\nTo get the contents of a registered file, include the user data ID (`udid`) in a `dataRegistries` request.\n\n## Get Content Response\n\nThe `Get Content` request returns the contents of the file in the response body, along with the HTTP status code of 200 when successful. The HTTP status code 400 (Bad Request) is returned if the file registry process failed or is still running.",
310-
"operationId": "DataRegistries_GetContent",
310+
"operationId": "DataRegistry_GetContent",
311311
"x-ms-examples": {
312312
"Download previously registered GeoJSON content": {
313313
"$ref": "./examples/DataRegistries_GetContent.json"
@@ -360,7 +360,7 @@
360360
"/dataRegistries/operations/{operationId}": {
361361
"get": {
362362
"description": "The HTTP `GET` request used to get the status of a [data register or replace](/rest/api/maps/data-registry/register-or-replace) request is returned in the header of the register or replace response as the value of the `Operation-Location` key. While in progress, a HTTP `200 OK` response will be returned with `Retry-After` header - followed by a HTTP `200 OK` with no extra header once completed.\n\nThe data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.",
363-
"operationId": "DataRegistries_GetOperation",
363+
"operationId": "DataRegistry_GetOperation",
364364
"x-ms-examples": {
365365
"Get the status of an operation that is still running": {
366366
"$ref": "./examples/DataRegistries_GetOperationStillRunning.json"

0 commit comments

Comments
 (0)