Skip to content

Commit

Permalink
Add uri format (Azure#19455)
Browse files Browse the repository at this point in the history
* Add format url

* update
  • Loading branch information
magodo authored and gerrytan committed Sep 6, 2024
1 parent f02db18 commit d2b1a69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
},
"Azure-AsyncOperation": {
"type": "string",
"format": "uri",
"description": "The Azure-AsyncOperation header contains the URL where the status of the long running operation can be checked."
},
"Retry-After": {
Expand Down Expand Up @@ -158,6 +159,7 @@
},
"Azure-AsyncOperation": {
"type": "string",
"format": "uri",
"description": "The Azure-AsyncOperation header contains the URL where the status of the long running operation can be checked."
},
"Retry-After": {
Expand Down

0 comments on commit d2b1a69

Please sign in to comment.