File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ Invalid operation against a blob snapshot. Snapshots are read-only. You can't mo
21
21
22
22
### MissingRequiredQueryParameter
23
23
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.
25
25
26
26
### InvalidHeaderValue
27
27
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.
29
29
30
30
## Unauthorized (401)
31
31
@@ -51,13 +51,13 @@ The specified account is disabled. Your Azure subscription can get disabled beca
51
51
52
52
### ResourceNotFound
53
53
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.
55
55
56
56
## Conflict (409)
57
57
58
58
### ResourceTypeMismatch
59
59
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.
61
61
62
62
## Internal Server Error (500)
63
63
You can’t perform that action at this time.
0 commit comments