Skip to content

Commit

Permalink
add headers for start/stop/restart compute examples (Azure#25072)
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 authored and Kayla Ames committed Oct 4, 2023
1 parent 1558612 commit a38214d
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 a38214d

Please sign in to comment.