Skip to content

Commit

Permalink
Fixed all examples and updated billing information (Azure#18094)
Browse files Browse the repository at this point in the history
* Fixed all examples and updated billing information

* Added missing billing string

Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
daniel-rocha and Daniel Rocha authored Mar 5, 2022
1 parent ccbab5a commit c92b601
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.13887"
"query": [
47.632346,
-122.13887
]
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.641268,-122.125679"
"query": [
47.641268,
-122.125679
]
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.13887",
"query": [
47.632346,
-122.13887
],
"duration": 3
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "62.6490341,30.0734812",
"query": [
62.6490341,
30.0734812
],
"duration": 5
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "40.78,-77.89",
"query": [
40.78,
-77.89
],
"startDate": "2012-01-20",
"endDate": "2012-01-22"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "39.952583,-75.165222",
"query": [
39.952583,
-75.165222
],
"startDate": "2012-01-20",
"endDate": "2012-01-22"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "39.952583,-75.165222",
"query": [
39.952583,
-75.165222
],
"startDate": "2012-01-20",
"endDate": "2012-01-22"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "43.84745,-79.37849",
"query": [
43.84745,
-79.37849
],
"indexGroupId": 11
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.138874",
"query": [
47.632346,
-122.138874
],
"duration": 12
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.138874",
"query": [
47.632346,
-122.138874
],
"duration": 12
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.138874",
"query": [
47.632346,
-122.138874
],
"interval": 15
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "47.632346,-122.138874",
"query": [
47.632346,
-122.138874
],
"duration": 1
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"parameters": {
"api-version": "1.1",
"format": "json",
"query": "48.057,-81.091"
"query": [
48.057,
-81.091
]
},
"responses": {
"200": {
Expand Down
36 changes: 18 additions & 18 deletions specification/maps/data-plane/Weather/stable/1.1/weather.json

Large diffs are not rendered by default.

0 comments on commit c92b601

Please sign in to comment.