Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft.azure/autorest.testserver",
"version": "3.0.19",
"version": "3.0.20",
"description": "Autorest test server.",
"main": "dist/cli/cli.js",
"bin": {
Expand Down
12 changes: 10 additions & 2 deletions swagger/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@
"responses": {
"200": {
"description": "",
"headers": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add one for the request param as well.

"x-ms-meta": {
"type": "string",
"description": "adding x-ms-header-collection-prefix response header. Just checking if you can generate this without throwing for now",
"x-ms-client-name": "Metadata",
"x-ms-header-collection-prefix": "x-ms-meta-"
}
},
"schema": {
"$ref": "#/definitions/StorageAccountKeys"
}
Expand Down Expand Up @@ -381,7 +389,7 @@
},
"required": [
"name"
]
]
},
"CheckNameAvailabilityResult": {
"type": "object",
Expand Down Expand Up @@ -798,4 +806,4 @@
"x-ms-parameter-location": "method"
}
}
}
}