Skip to content

Commit

Permalink
put location in PUT/PATCH request examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Guoqing Geng committed Apr 2, 2020
1 parent 26d8131 commit 9d0c0de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sizeInGB": 2,
"mountPath": "mypersistentdisk"
}
}
},
"location": "eastus"
},
"api-version": "2019-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sizeInGB": 2,
"mountPath": "mypersistentdisk"
}
}
},
"location": "eastus"
},
"api-version": "2019-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
Expand Down

0 comments on commit 9d0c0de

Please sign in to comment.