|
131 | 131 | "paths": {
|
132 | 132 | "/timezone/byId/{format}": {
|
133 | 133 | "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.", |
135 | 135 | "operationId": "Timezone_GetTimezoneByID",
|
136 | 136 | "x-ms-examples": {
|
137 | 137 | "Successfully retrieve timezone by ID": {
|
|
187 | 187 | },
|
188 | 188 | "/timezone/byCoordinates/{format}": {
|
189 | 189 | "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.", |
191 | 191 | "operationId": "Timezone_GetTimezoneByCoordinates",
|
192 | 192 | "x-ms-examples": {
|
193 | 193 | "Successfully retrieve timezone by coordinates": {
|
|
250 | 250 | },
|
251 | 251 | "/timezone/enumWindows/{format}": {
|
252 | 252 | "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.", |
254 | 254 | "operationId": "Timezone_GetTimezoneEnumWindows",
|
255 | 255 | "x-ms-client-name": "GetWindowsTimezoneIds",
|
256 | 256 | "x-ms-examples": {
|
|
284 | 284 | },
|
285 | 285 | "/timezone/enumIana/{format}": {
|
286 | 286 | "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.", |
288 | 288 | "operationId": "Timezone_GetTimezoneEnumIANA",
|
289 | 289 | "x-ms-client-name": "GetIANATimezoneIds",
|
290 | 290 | "x-ms-examples": {
|
|
318 | 318 | },
|
319 | 319 | "/timezone/ianaVersion/{format}": {
|
320 | 320 | "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.", |
322 | 322 | "operationId": "Timezone_GetTimezoneIANAVersion",
|
323 | 323 | "x-ms-client-name": "GetIANAVersion",
|
324 | 324 | "x-ms-examples": {
|
|
352 | 352 | },
|
353 | 353 | "/timezone/windowsToIana/{format}": {
|
354 | 354 | "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.", |
356 | 356 | "operationId": "Timezone_GetTimezoneWindowsToIANA",
|
357 | 357 | "x-ms-client-name": "ConvertWindowsTimezoneToIANA",
|
358 | 358 | "x-ms-examples": {
|
|
0 commit comments