Skip to content

Commit

Permalink
add headers for start/stop/restart compute examples (#25072)
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 authored Aug 4, 2023
1 parent bd53262 commit 74483be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"api-version": "2023-10-01"
},
"responses": {
"202": {}
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/...computeOperationsStatus..."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"api-version": "2023-10-01"
},
"responses": {
"202": {}
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/...computeOperationsStatus..."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"api-version": "2023-10-01"
},
"responses": {
"202": {}
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/...computeOperationsStatus..."
}
}
}
}

0 comments on commit 74483be

Please sign in to comment.