Skip to content

Commit c92b601

Browse files
daniel-rochaDaniel Rocha
andauthored
Fixed all examples and updated billing information (#18094)
* Fixed all examples and updated billing information * Added missing billing string Co-authored-by: Daniel Rocha <[email protected]>
1 parent ccbab5a commit c92b601

14 files changed

+70
-31
lines changed

specification/maps/data-plane/Weather/stable/1.1/examples/GetCurrentAirQuality.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetCurrentConditions.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyAirQuality.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyForecast.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyHistoricalActuals.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"parameters": {
33
"api-version": "1.1",
44
"format": "json",
5-
"query": "40.78,-77.89",
5+
"query": [
6+
40.78,
7+
-77.89
8+
],
69
"startDate": "2012-01-20",
710
"endDate": "2012-01-22"
811
},

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyHistoricalNormals.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"parameters": {
33
"api-version": "1.1",
44
"format": "json",
5-
"query": "39.952583,-75.165222",
5+
"query": [
6+
39.952583,
7+
-75.165222
8+
],
69
"startDate": "2012-01-20",
710
"endDate": "2012-01-22"
811
},

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyHistoricalRecords.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"parameters": {
33
"api-version": "1.1",
44
"format": "json",
5-
"query": "39.952583,-75.165222",
5+
"query": [
6+
39.952583,
7+
-75.165222
8+
],
69
"startDate": "2012-01-20",
710
"endDate": "2012-01-22"
811
},

specification/maps/data-plane/Weather/stable/1.1/examples/GetDailyIndices.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetHourlyAirQuality.json

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

specification/maps/data-plane/Weather/stable/1.1/examples/GetHourlyForecast.json

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

0 commit comments

Comments
 (0)