Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified billing information. #18039

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"format": "json",
"api-version": "1.0",
"query": "47.0,-122",
"query": [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by MSDocs

47.0,
-122
],
"options": "all"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"paths": {
"/timezone/byId/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneByID",
"x-ms-examples": {
"Successfully retrieve timezone by ID": {
Expand Down Expand Up @@ -187,7 +187,7 @@
},
"/timezone/byCoordinates/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneByCoordinates",
"x-ms-examples": {
"Successfully retrieve timezone by coordinates": {
Expand Down Expand Up @@ -250,7 +250,7 @@
},
"/timezone/enumWindows/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneEnumWindows",
"x-ms-client-name": "GetWindowsTimezoneIds",
"x-ms-examples": {
Expand Down Expand Up @@ -284,7 +284,7 @@
},
"/timezone/enumIana/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneEnumIANA",
"x-ms-client-name": "GetIANATimezoneIds",
"x-ms-examples": {
Expand Down Expand Up @@ -318,7 +318,7 @@
},
"/timezone/ianaVersion/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneIANAVersion",
"x-ms-client-name": "GetIANAVersion",
"x-ms-examples": {
Expand Down Expand Up @@ -352,7 +352,7 @@
},
"/timezone/windowsToIana/{format}": {
"get": {
"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.",
"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.",
"operationId": "Timezone_GetTimezoneWindowsToIANA",
"x-ms-client-name": "ConvertWindowsTimezoneToIANA",
"x-ms-examples": {
Expand Down