Skip to content

Commit

Permalink
fix example api version (#29525)
Browse files Browse the repository at this point in the history
Co-authored-by: Alon Pelled <[email protected]>
  • Loading branch information
alonzop and Alon Pelled committed Jul 16, 2024
1 parent 602fb51 commit c0ec938
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-06-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-06-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-09-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-09-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-11-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"location": "westus",
"api-version": "2021-05-01",
"api-version": "2023-11-01",
"subscriptionId": "subid"
},
"responses": {
Expand Down

0 comments on commit c0ec938

Please sign in to comment.