-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rush update --full
and testing #29471
#29655
Changes from 37 commits
6b18840
368e03c
496d39e
354d62d
f5882a2
e8aaf23
0e5b158
cde2cef
e189e49
ed47959
f7591e0
666ca8e
b33bc01
4a0586e
f12dc1e
7e11155
b1cf79b
4ed425f
1719cec
4ecf76c
80ec80a
ef48c6a
9a50df1
16794c5
bceba38
ce2c891
301e055
c3aa73c
6586b26
5d72118
94dd99f
7b4bb3c
ca3536d
a532843
30e0bdb
ed42aaa
eaf8dfb
a6dc317
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-dev.20240410.1 | ||
1.0.0-dev.20240508.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
"test:node": "npm run clean && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test", | ||
"unit-test:browser": "dev-tool run test:browser", | ||
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'", | ||
"unit-test:node": "echo skipped", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wish to handle identity in a follow up PR as it is uncertain on recording with various credentials There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"unit-test:node:no-timeouts": "dev-tool run test:node-ts-input -- --timeout Infinite --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
}, | ||
|
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there docs on when and what sanitizers people need to remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw in some packages like
storage-blob
, there is a comment on why we don't need thex-ms-encryption-key-sha256
sanitizer. I'd love to have this guideline too.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scott is working on the docs Azure/azure-sdk-tools#8142
I've added comments for all the current usages.