From 563ca51d7ee1dc7f334cdc97f08d4806e5722555 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:54:43 -0800 Subject: [PATCH 1/2] Updates to description field, impacting user docs. --- .../maps/data-plane/Geolocation/preview/1.0/geolocation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json b/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json index f57b0efcba90..d58862945fd5 100644 --- a/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json +++ b/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json @@ -64,7 +64,8 @@ "paths": { "/geolocation/ip/{format}": { "get": { - "description": "\n**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis service will return the ISO country code for the provided IP address. Developers can use this information to block or alter certain content based on geographical locations where the application is being viewed from.", + "summary": "Use to get the ISO country code for a given IP address", + "description": "\n\n Developers can use this information to block or alter certain content based on geographical locations where the application is being viewed from.", "operationId": "Geolocation_GetIPToLocation", "x-ms-client-name": "GetLocation", "x-ms-examples": { From e0972f2e264c41eafc2338f6ee6be204fdbaa997 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:27:31 -0700 Subject: [PATCH 2/2] Added a summary field and updated the description fields for the geolocation service. --- .../maps/data-plane/Geolocation/preview/1.0/geolocation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json b/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json index d58862945fd5..39a52b4f6966 100644 --- a/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json +++ b/specification/maps/data-plane/Geolocation/preview/1.0/geolocation.json @@ -65,7 +65,7 @@ "/geolocation/ip/{format}": { "get": { "summary": "Use to get the ISO country code for a given IP address", - "description": "\n\n Developers can use this information to block or alter certain content based on geographical locations where the application is being viewed from.", + "description": "\n\nThe `Get IP To Location` API is an HTTP `GET` request that, given an IP address, returns the ISO country code from which that IP address is located. Developers can use this information to block or alter certain content based on geographical locations where the application is being viewed from.", "operationId": "Geolocation_GetIPToLocation", "x-ms-client-name": "GetLocation", "x-ms-examples": {