Skip to content

Commit

Permalink
Fix typo (#14081)
Browse files Browse the repository at this point in the history
* Fix typo

* Update blob.json

* Update queue.json

* wip
  • Loading branch information
kasobol-msft authored Apr 22, 2021
1 parent ee9bd6f commit 7926b5a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9002,7 +9002,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9151,7 +9151,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10766,7 +10766,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10839,7 +10839,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11225,7 +11225,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11610,7 +11610,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11621,7 +11621,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, queue or message that is the targe of the desired operation.",
"description": "The URL of the service account, queue or message that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down Expand Up @@ -1874,4 +1874,4 @@
"description": "Optional. If specified, the request must be made using an x-ms-version of 2011-08-18 or later. If not specified, the default value is 0. Specifies the new visibility timeout value, in seconds, relative to server time. The new value must be larger than or equal to 0, and cannot be larger than 7 days. The visibility timeout of a message cannot be set to a value later than the expiry time. visibilitytimeout should be set to a value smaller than the time-to-live value."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@
"parameters": {
"Url": {
"name": "url",
"description": "The URL of the service account, container, or blob that is the targe of the desired operation.",
"description": "The URL of the service account, container, or blob that is the target of the desired operation.",
"required": true,
"type": "string",
"in": "path",
Expand Down

0 comments on commit 7926b5a

Please sign in to comment.