Skip to content

Commit c3dc9bc

Browse files
daniel-rochaDaniel Rocha
authored andcommitted
Fixed examples and added billing info (Azure#18095)
* Fixed examples and added billing info * Fixed some methods with no billing info * Fixed a buggy doc * Fix tagging issue to pass lintdiff Co-authored-by: Daniel Rocha <[email protected]>
1 parent fe8eeb8 commit c3dc9bc

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

specification/maps/data-plane/Route/preview/1.0/examples/GetRouteRange.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": "50.97452,5.86605",
5+
"query": [
6+
50.97452,
7+
5.86605
8+
],
69
"timeBudgetInSec": 6000
710
},
811
"responses": {

0 commit comments

Comments
 (0)