Skip to content

Commit d3f4c6c

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#415612
Updated line no: 24 From: A required query parameter wasn't specified for this request. To: A required query parameter wasn't specified for this request. Verify that all required parameters are included in your command. Updated line no: 28 From: The value provided for one of the HTTP headers wasn't in the correct format. To: The value provided for one of the HTTP headers wasn't in the correct format. Check and correct the formatting of your HTTP headers. Updated line no: 54 From: The specified resource doesn't exist. To: The specified resource doesn't exist. Confirm the resource's URL and ensure it has not been deleted or moved.
1 parent c13f640 commit d3f4c6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/common/storage-ref-azcopy-error-codes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Invalid operation against a blob snapshot. Snapshots are read-only. You can't mo
2121

2222
### MissingRequiredQueryParameter
2323

24-
A required query parameter wasn't specified for this request.
24+
A required query parameter wasn't specified for this request. Verify that all required parameters are included in your command.
2525

2626
### InvalidHeaderValue
2727

28-
The value provided for one of the HTTP headers wasn't in the correct format.
28+
The value provided for one of the HTTP headers wasn't in the correct format. Check and correct the formatting of your HTTP headers.
2929

3030
## Unauthorized (401)
3131

@@ -51,13 +51,13 @@ The specified account is disabled. Your Azure subscription can get disabled beca
5151

5252
### ResourceNotFound
5353

54-
The specified resource doesn't exist.
54+
The specified resource doesn't exist. Confirm the resource's URL and ensure it has not been deleted or moved.
5555

5656
## Conflict (409)
5757

5858
### ResourceTypeMismatch
5959

60-
The specified resource type doesn't match the type of the existing resource.
60+
The specified resource type doesn't match the type of the existing resource.
6161

6262
## Internal Server Error (500)
6363

0 commit comments

Comments
 (0)