Skip to content

Commit

Permalink
Adding missing example and small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Jan 14, 2022
1 parent 75d2179 commit 4f5f6d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/...pathToOperationStatus...",
"Location": "https://management.azure.com/subscriptions/...pathToOperationResult..."
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,12 @@
"schema": {
"$ref": "#/definitions/VirtualMachineSizeListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down

0 comments on commit 4f5f6d3

Please sign in to comment.