Skip to content

Commit

Permalink
update readme to include swagger files in v3/v2/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaliciayang committed Feb 4, 2020
1 parent 3c4b923 commit db6d146
Show file tree
Hide file tree
Showing 116 changed files with 5,551 additions and 3,977 deletions.
29 changes: 9 additions & 20 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"prettier": "prettier",
"tsc": "tsc",
"multiapi": "ts-node ./scripts/multiapi.ts"
},
"dependencies": {
"glob": "^7.1.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
"description": "Advisor configuration name. Value must be 'default'",
"required": true,
"type": "string",
"enum": ["default"],
"enum": [
"default"
],
"x-ms-enum": {
"name": "ConfigurationName",
"modelAsString": true
Expand Down Expand Up @@ -262,7 +264,9 @@
"description": "Advisor configuration name. Value must be 'default'",
"required": true,
"type": "string",
"enum": ["default"],
"enum": [
"default"
],
"x-ms-enum": {
"name": "ConfigurationName",
"modelAsString": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
}
}
}
}
}
Loading

0 comments on commit db6d146

Please sign in to comment.