Skip to content

Commit e37e425

Browse files
authored
[entra] Migrate entra projects to use snippets extraction (#33199)
### Packages impacted by this PR - @azure/functions-authentication-events ### Issues associated with this PR - #32416 ### Describe the problem that is addressed by this PR Updates all projects under `entra` to use snippets extraction. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 91642e8 commit e37e425

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sdk/entra/functions-authentication-events/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"test:browser": "npm run clean && npm run build:test && npm run integration-test:browser",
2727
"test:node": "npm run clean && dev-tool run build-package && npm run integration-test:node",
2828
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
29-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
29+
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
3030
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
31-
"update-snippets": "dev-tool run update-snippets --no-test-proxy"
31+
"update-snippets": "dev-tool run update-snippets"
3232
},
3333
"files": [
3434
"dist/",
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@azure/core-auth": "^1.9.0",
5757
"@azure/core-client": "^1.9.2",
58-
"@azure/core-rest-pipeline": "^1.18.2",
58+
"@azure/core-rest-pipeline": "^1.19.0",
5959
"@azure/core-tracing": "^1.2.0",
6060
"@azure/logger": "^1.1.4",
6161
"tslib": "^2.8.1"
@@ -65,15 +65,15 @@
6565
"@azure/dev-tool": "^1.0.0",
6666
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
6767
"@azure/functions": "^3.2.0",
68-
"@azure/identity": "^4.6.0",
68+
"@azure/identity": "^4.7.0",
6969
"@types/node": "^18.0.0",
70-
"@vitest/browser": "^3.0.3",
71-
"@vitest/coverage-istanbul": "^3.0.3",
70+
"@vitest/browser": "^3.0.6",
71+
"@vitest/coverage-istanbul": "^3.0.6",
7272
"dotenv": "^16.0.0",
7373
"eslint": "^9.9.0",
7474
"playwright": "^1.50.1",
7575
"typescript": "~5.7.2",
76-
"vitest": "^3.0.3"
76+
"vitest": "^3.0.6"
7777
},
7878
"//sampleConfiguration": {
7979
"skipFolder": false,

0 commit comments

Comments
 (0)