Skip to content

Commit 20dbac7

Browse files
daniel-rochaDaniel Rocha
authored andcommitted
Modified billing information. (Azure#18039)
* Modified billing information. * Change in examples to fit MSDocs and run prettier on it * Added line breaks to GetTimezoneByCoordiantes Co-authored-by: Daniel Rocha <[email protected]>
1 parent 9ed1ffd commit 20dbac7

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

specification/maps/data-plane/Timezone/preview/1.0/examples/GetTimezoneByCoordinates.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"parameters": {
33
"format": "json",
44
"api-version": "1.0",
5-
"query": "47.0,-122",
5+
"query": [
6+
47.0,
7+
-122
8+
],
69
"options": "all"
710
},
811
"responses": {

specification/maps/data-plane/Timezone/preview/1.0/timezone.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"paths": {
132132
"/timezone/byId/{format}": {
133133
"get": {
134-
"description": "__Time Zone by Id__\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns current, historical, and future time zone information for the specified IANA time zone ID.",
134+
"description": "__Time Zone by Id__\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns current, historical, and future time zone information for the specified IANA time zone ID.",
135135
"operationId": "Timezone_GetTimezoneByID",
136136
"x-ms-examples": {
137137
"Successfully retrieve timezone by ID": {
@@ -187,7 +187,7 @@
187187
},
188188
"/timezone/byCoordinates/{format}": {
189189
"get": {
190-
"description": "__Time Zone by Coordinates__\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns current, historical, and future time zone information for a specified latitude-longitude pair. In addition, the API provides sunset and sunrise times for a given location.",
190+
"description": "__Time Zone by Coordinates__\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns current, historical, and future time zone information for a specified latitude-longitude pair. In addition, the API provides sunset and sunrise times for a given location.",
191191
"operationId": "Timezone_GetTimezoneByCoordinates",
192192
"x-ms-examples": {
193193
"Successfully retrieve timezone by coordinates": {
@@ -250,7 +250,7 @@
250250
},
251251
"/timezone/enumWindows/{format}": {
252252
"get": {
253-
"description": "__Windows Time Zones__\n\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns a full list of Windows Time Zone IDs.",
253+
"description": "__Windows Time Zones__\n\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns a full list of Windows Time Zone IDs.",
254254
"operationId": "Timezone_GetTimezoneEnumWindows",
255255
"x-ms-client-name": "GetWindowsTimezoneIds",
256256
"x-ms-examples": {
@@ -284,7 +284,7 @@
284284
},
285285
"/timezone/enumIana/{format}": {
286286
"get": {
287-
"description": "__IANA Time Zones__\n\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns a full list of IANA time zone IDs. Updates to the IANA service will be reflected in the system within one day.",
287+
"description": "__IANA Time Zones__\n\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns a full list of IANA time zone IDs. Updates to the IANA service will be reflected in the system within one day.",
288288
"operationId": "Timezone_GetTimezoneEnumIANA",
289289
"x-ms-client-name": "GetIANATimezoneIds",
290290
"x-ms-examples": {
@@ -318,7 +318,7 @@
318318
},
319319
"/timezone/ianaVersion/{format}": {
320320
"get": {
321-
"description": "__Time Zone IANA Version__\n\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns the current IANA version number as Metadata.",
321+
"description": "__Time Zone IANA Version__\n\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns the current IANA version number as Metadata.",
322322
"operationId": "Timezone_GetTimezoneIANAVersion",
323323
"x-ms-client-name": "GetIANAVersion",
324324
"x-ms-examples": {
@@ -352,7 +352,7 @@
352352
},
353353
"/timezone/windowsToIana/{format}": {
354354
"get": {
355-
"description": "__Windows to IANA Time Zone__\n\n\n**Applies to**: S0 and S1 pricing tiers.\n\n\nThis API returns a corresponding IANA ID, given a valid Windows Time Zone ID. Multiple IANA IDs may be returned for a single Windows ID. It is possible to narrow these results by adding an optional territory parameter.",
355+
"description": "__Windows to IANA Time Zone__\n\n\n**Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\nThis API returns a corresponding IANA ID, given a valid Windows Time Zone ID. Multiple IANA IDs may be returned for a single Windows ID. It is possible to narrow these results by adding an optional territory parameter.",
356356
"operationId": "Timezone_GetTimezoneWindowsToIANA",
357357
"x-ms-client-name": "ConvertWindowsTimezoneToIANA",
358358
"x-ms-examples": {

0 commit comments

Comments
 (0)