Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device update release #19728

Merged
merged 31 commits into from Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
db038e2
device update release
dw511214992 Jan 7, 2022
c965d4d
ignore link
dw511214992 Jan 7, 2022
01a4be0
lint fix
dw511214992 Jan 7, 2022
0166aa6
format
dw511214992 Jan 7, 2022
5997117
fix by comment
dw511214992 Jan 11, 2022
614db51
Merge branch 'main' into dw/deviceupdate
dw511214992 Jan 14, 2022
d728b1a
regenerate with latest swagger
dw511214992 Jan 14, 2022
4c353b6
revert
dw511214992 Jan 14, 2022
6d04e15
Merge branch 'main' into dw/deviceupdate
dw511214992 Jan 18, 2022
d536fd9
rush update
dw511214992 Jan 18, 2022
1481e51
fix
dw511214992 Jan 19, 2022
159f886
fix
dw511214992 Jan 19, 2022
d18777c
update description
dw511214992 Jan 19, 2022
004c55a
Merge branch 'main' into dw/deviceupdate
dw511214992 Jan 19, 2022
618166f
resolve conflicts
dw511214992 Jan 19, 2022
7e3b929
add build samples
dw511214992 Jan 20, 2022
d044260
revert
dw511214992 Jan 20, 2022
9c44b4a
add ignore links
dw511214992 Jan 20, 2022
90567c1
manual change
dw511214992 Jan 20, 2022
ab6c9f1
Merge branch 'main' into dw/deviceupdate
dw511214992 Jan 20, 2022
0a848c2
rush update
dw511214992 Jan 20, 2022
8e64d94
update test recording
dw511214992 Jan 20, 2022
cecca53
merge
dw511214992 Jan 20, 2022
d289d9f
new test recorder
dw511214992 Jan 20, 2022
5206706
lint
dw511214992 Jan 20, 2022
0fd2498
fix
dw511214992 Jan 20, 2022
e1b6d9c
re-record
dw511214992 Jan 20, 2022
b64cd15
merge
dw511214992 Jan 20, 2022
7242f00
rush update
dw511214992 Jan 20, 2022
a0c6987
del ignore link
dw511214992 Jan 20, 2022
ed2c765
fix url
dw511214992 Jan 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions .vscode/settings.json
Expand Up @@ -8,7 +8,10 @@
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true }
{
"language": "typescript",
"autoFix": true
}
],
"files.exclude": {
"**/.git": true,
Expand All @@ -23,5 +26,6 @@
"git.ignoreLimitWarning": true,
"cSpell.words": [
"datalake"
]
],
"workbench.editor.enablePreview": false
}