Граф коммитов

48 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Meng 3a68e456b2 [Samples] update "src/**.ts" to "src/**/*.ts" in tsconfig.json
Previously dev-tool has been fixed to generate correct include path in samples
tsconfig.json but samples were not updated.

This PR fixes the samples tsconfig.json in one run; otherwise with the recent
branch protection policy changes, when individual packages re-publish samples,
js-core team would have to approve the tsconfig.json changes.

***NO_CI***
2024-07-24 13:53:00 +00:00
Jeremy Meng 1a09f43108 [EngSys] upgrade dev dependency `typescript` version to `~5.5.3`
***NO_CI***

- also include *.api.md updates due to the following TypeScript 5.5 change

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#simplified-reference-directive-declaration-emit
2024-07-03 22:24:35 +00:00
Azure SDK Bot 305fdcf7f9
Post release automated changes for imagebuilder releases (#30143)
Post release automated changes for azure-arm-imagebuilder
2024-06-21 20:18:08 +08:00
ZiWei Chen 5eba9218fe
[mgmt] imagebuilder release (#30036)
https://github.com/Azure/sdk-release-request/issues/5252
2024-06-21 17:57:09 +08:00
Maor Leger 2e040fae8a Bump @azure/identity to 4.2.1 in samples ***NO_CI*** 2024-06-11 14:01:31 -07:00
ZiWei Chen 6dded1bcde
[mgmt] compute release (#29270)
https://github.com/Azure/sdk-release-request/issues/5069
2024-04-26 09:29:49 +08:00
Maor Leger 224f7c1c14 [EngSys] Migrate to dev-tool extract-api ***NO_CI*** 2024-04-19 18:13:41 +00:00
Maor Leger 446e9d831b [EngSys] Remove ESM dependency ***NO_CI*** 2024-04-19 15:45:48 +00:00
Jeremy Meng ffe81c5bcf [EngSys] upgrade dev dependency `mkdirp` to `^3.0.1`
***NO_CI***
2024-04-15 11:27:58 -07:00
Jeremy Meng 398494acd8 [EngSys] upgrade dev dependency `typescript` to `~5.4.5`
The only package that still stays on ~5.3.3 is search-document (tracked by issue #29283)

***NO_CI***
2024-04-11 23:19:38 +00:00
Maor Leger c0d505f086 [EngSys] Update to @azure/identity 4.x
This change migrates every package to the latest major version of
identity in order to ensure we can catch any regressions earlier in the
development process.

I chose to upgrade the samples' package.json as well - but happy to
revert that if there are objections.

***NO_CI***
2024-02-02 19:01:35 +00:00
Jeremy Meng ee5c29d72d ***NO_CI***
bump to ~5.3.3
2024-01-26 11:25:48 -08:00
Matthew Podwysocki f70fa9821c [EngSys] Update TypeScript to 5.3 2024-01-26 11:25:47 -08:00
ZiWei Chen 27b112a6e9
[mgmt] compute release (#28115)
https://github.com/Azure/sdk-release-request/issues/4852
2024-01-26 13:48:44 +08:00
Azure SDK Bot 94bf5199a4
Post release automated changes for imagebuilder releases (#28089)
Post release automated changes for azure-arm-imagebuilder
2023-12-21 09:47:36 +00:00
ZiWei Chen bc23c0de88
[mgmt] imagebuilder release (#27998)
https://github.com/Azure/sdk-release-request/issues/4802
2023-12-21 16:59:30 +08:00
ZiWei Chen 5f160098e0
[mgmt] compute release (#28021)
https://github.com/Azure/sdk-release-request/issues/4822
2023-12-18 18:21:59 +08:00
Jeremy Meng 09111131ef [EngSys] Increment minimum supported node version to v18
***NO_CI***

- React to @types/node changes
- Fix eslint-plugin tests
2023-10-30 21:01:37 +00:00
Jeremy Meng 6d7f6359cb [engsys] update dev dependency `typescript` version to `~5.2.0`
***NO_CI***

- Upgrade typedoc too as older version only supports TypeScript 5.0
2023-10-23 14:32:05 -04:00
Deyaaeldeen Almahallawi 72d460d5ba Use dev-tool bundle in arm libraries ***NO_CI*** 2023-10-16 21:03:26 +00:00
Jeremy Meng c65d843a30 Increment minimum supported node version to 16
***NO_CI***

- update engine.node to >=16.0.0 in package.json
- update @types/node version to ^16.0.0
- update dev-tool sample's MIN_SUPPORTED_NODE_VERSION to 16
- update eslint-plugin's rules and tests related to engine.node version
- remove TextEncoder and TextDecoder stubs as they are now on global object
- fix tests compiler error due to better typings in v16
- update some README files to not reference version like 14.x.x
2023-10-09 21:09:54 +00:00
kazrael2119 ab391b646b
[mgmt] update quick-start link in changelog (#27260)
https://github.com/Azure/azure-sdk-for-js/pull/27223#discussion_r1338094846
2023-09-27 17:51:50 +08:00
Jeremy Meng b2dfb59d59 [test] upgrade dev dependency `mocha` to `^10.0.0`
- along with it, `@types/mocha` version to `^10.0.0`
- add `esm` dev dependency as they are used, but not explicitly list
- use dev-tool run command for test scripts as much as possible
- fix test issue caused by Mocha behavior change around test name
- move `import "chai/register-should"` to mocha -r command line option for core
  http tests

***NO_CI***
2023-09-26 18:54:14 +00:00
Deyaaeldeen Almahallawi 98269b6f38
Update test recordings for arm libraries (#27221)
Update recordings to match upgraded dependencies.
2023-09-22 21:21:39 -07:00
Deyaaeldeen Almahallawi e95422bbd0 Fix up Azure dependencies ***NO_CI*** 2023-09-22 18:38:37 +00:00
Jeremy Meng ddc5a19e0c [test][mgmt] add `testPollingOptions`/`updateIntervalInMs` of 0
***NO_CI***

so that LRO operations in playback mode don't wait.
2023-09-22 18:26:46 +00:00
Jeremy Meng 56d2330abe [EngSys] add `ts-node` dev dependencies to rush projects
***NO_CI***

Most of our packages, if not all, have dev dependency on `ts-node` either
directly (`mocha --require ts-node/register`) or indirectly via dev-tool (`run
test:node-ts-input`). Currently tests are running fine because mocha is able to
resolve ts-node currently. It may fail in other cases though (e.g., after
migrating a package to ESM).

This ensures `ts-node@^10.0.0` and `types/node` are included for our rush
packages.
2023-08-23 14:36:24 -07:00
Azure SDK Bot 2f1e074ea1
Post release automated changes for imagebuilder releases (#25667)
Post release automated changes for azure-arm-imagebuilder
2023-05-24 20:00:55 +08:00
kazrael2119 12e4fa5189
imagebuilder release (#25361)
https://github.com/Azure/sdk-release-request/issues/3930
2023-04-21 09:29:17 +00:00
Jeremy Meng d3a06a7349 [EngSys] upgrade dev dependency `typescript` to `~5.0.0`
***NO_CI***

- update versions in package.json
- change a couple ^ version to ~ version because typescript doesn't follow semver
2023-04-18 23:04:26 +00:00
Jeff Fisher b1509d6756 Update test-recorder to drop support for `@Azure/core-http` and
bump the major version accordingly.

***NO_CI***
2023-03-02 15:21:26 -08:00
Jeremy Meng 42d359f404 [engsys] upgrade @rollup plugins dev dependencies
***NO_CI***

- `@rollup/plugin-commonjs` to `^24.0.0`
- `@rollup/plugin-json` to `^6.0.0`
- `@rollup/plugin-multi-entry` to `^6.0.0`
- `rollup-plugin-polyfill-node` to `^0.12.0`
- `@rollup/plugin-inject` to `^5.0.0`
- `@rollup/plugin-replace` to `^5.0.0`

Fix notification-hubs rollup test config: now sourcemaps plugin is complaining
about .ts file. Move typescript plugin before it.

Fix service-bus to include needed rollup dependencies. It was lucky to be able
to re-use on other packages to install them but is failing in some builds.
2023-02-10 15:12:48 -08:00
kazrael2119 0ffa25aeb7
fix sensitive information (#24739)
https://github.com/Azure/azure-sdk-for-js/issues/24451
2023-02-07 14:26:59 +08:00
kazrael2119 70e4df1fd0
msi release (#24688)
* msi release

* update files
2023-02-03 11:30:29 +08:00
Azure SDK Bot 34417d68b0
Post release automated changes for imagebuilder releases (#24607)
Post release automated changes for azure-arm-imagebuilder
2023-01-29 10:44:54 +00:00
kazrael2119 43b2c9b9fe
refresh 10 (#24428)
* refresh 10

* update files

* update files

* update files

* update files
2023-01-29 11:52:37 +08:00
Jeremy Meng 98508cfa18 [EngSys] update engines required node version and @types/node version to v14
***NO_CI***

- string replace in package json: 12 => 14 for engines/node and for dependency @types/node
- eslint: update `json-engine-is-present` rule to 14.0.0 as LTS version
- identity: react to typing improvements for `readFile()`'s `options.encoding`
- trivial generated api.md file changes due to @types/node version bump
2022-10-14 14:29:35 -07:00
Jeremy Meng 6c881ed3a1 [engsys] upgrade dev dependency `@microsoft/api-extractor` to `^7.31.1`
***NO_CI***

- bump api-extractor dev dependency to ^7.31.1 for all packages
- insignificant review file changes for cosmos and blob
2022-09-22 17:09:15 -07:00
Jeremy Meng f280f87f7b [engsys] fix broken nodejs lts schedule link
On https://nodejs.org/ it is now point to https://github.com/nodejs/release#release-schedule

***NO_CI***
2022-09-19 16:37:05 -04:00
Azure SDK Bot c991bf4ad6
Post release automated changes for imagebuilder releases (#22132)
Post release automated changes for azure-arm-imagebuilder
2022-06-07 07:51:11 +00:00
kazrael2119 e399de8a43
imagebuilder-track2 (#22041)
* imagebuilder-track2

* imagebuilder-track2

* imagebuilder-track2

* imagebuilder-track2

* resolve conflicts

* Update package.json

* try fix test

* Update test cases in new recorder

* Delete useless recording file

* Uncomment deletion resource

Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
Co-authored-by: qiaozha <qiaozha@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2022-06-07 14:12:06 +08:00
Azure SDK Bot d659ec6f62
Post release automated changes for imagebuilder releases (#21622)
Post release automated changes for azure-arm-imagebuilder
2022-04-27 07:17:56 +00:00
colawwj d09c174def
Refresh 9 (#21600)
* refresh-9

* update

* update
2022-04-27 10:09:23 +08:00
praveenkuttappan 84329dd2e8 Pin API-extrator to 7.18.11 2022-04-20 15:32:34 -07:00
colawwj 921810a62b
Separate ci.yml and ci.mgmt.yml (#20354) 2022-02-18 10:28:11 +08:00
Azure SDK Bot 64490f1004
Post release automated changes for imagebuilder releases (#19770)
Post release automated changes for azure-arm-imagebuilder
2022-01-19 19:36:27 +00:00
colawwj 597556a557
imagebuilder-version-bump (#19769) 2022-01-11 12:50:27 +08:00
colawwj 5fc9907ea5
arm-imagebuilder-track2-ga (#19756)
* arm-imagebuilder-track2-ga

* update

* update

* update package.json

* update test
2022-01-10 16:43:55 +08:00