Skip to content
Closed
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
60 changes: 33 additions & 27 deletions .azure-pipelines-preproduction/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .azure-pipelines-preproduction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@azure/avocado": "^0.6.0",
"@azure/rest-api-specs-scripts": "^0.5.1",
"@azure/rest-api-specs-scripts": "^0.5.6",
"@ts-common/commonmark-to-markdown": "^1.2.0",
"@ts-common/fs": "0.2.0",
"@ts-common/iterator": "^0.3.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Workflows"
],
"operationId": "Workflows_ListBySubscription",
"description": "Gets a list of workflows by subscription.",
"description": "Gets the list of workflows by subscription.",
"x-ms-examples": {
"List all workflows in a subscription": {
"$ref": "./examples/Workflows_ListBySubscription.json"
Expand All @@ -55,7 +55,7 @@
},
{
"name": "$top",
"description": "The number of items to be included in the result.",
"description": "The number of items to be included in the results.",
"in": "query",
"required": false,
"type": "integer",
Expand Down