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

2507 Коммитов

Автор SHA1 Сообщение Дата
Matthew Podwysocki 93ad213554
[web pubsub] Move @azure/web-pubsub to ESM/vitest (#31844)
### Packages impacted by this PR

- @azure/web-pubsub

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Using the migration tool, moves @azure/web-pubsub to ESM/vitest.

### 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)

---------

Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2024-11-20 10:18:40 -05:00
ZiWei Chen 6b0d0e049e
[mgmt] networkcloud release (#31798)
https://github.com/Azure/sdk-release-request/issues/5693
2024-11-20 14:45:58 +08:00
ZiWei Chen 4083e03685
[mgmt] terraform release (#31794)
https://github.com/Azure/sdk-release-request/issues/5663
2024-11-20 11:14:53 +08:00
Jeremy Meng d8b577111a
[EngSys] Pin @azure/msal-* version temporarily (#31819)
because upgrading them caused identity unit tests to fail. This allows
us to upgrade other packages to address security alerts.
2024-11-19 15:29:16 -08:00
Matthew Podwysocki faa0046a76
[template] Upgrade @azure/template-dpg to ESM/vitest (#31837)
### Packages impacted by this PR

- @azure/template-dpg

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Upgrades @azure/template-dpg to ESM/vitest

### 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)

---------

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
2024-11-19 14:23:27 -08:00
Matthew Podwysocki 18fe8bfc3f
[communication] Migrate @azure/communication-rooms to ESM/vitest (#31840)
### Packages impacted by this PR

- @azure/communication-rooms

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates @azure/communication-rooms using our migration tool to
ESM/vitest

### 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)
2024-11-19 13:21:18 -05:00
Matthew Podwysocki de083bca5d
[monitor] Upgrade all OTEL packages for 11/2024 (#31812)
### Packages impacted by this PR

- @azure/opentelemetry-instrumentation-azure-sdk
- @azure/monitor-opentelemetry
- @azure/monitor-opentelemetry-exporter
- @azure/monitor-query

### Issues associated with this PR

- #31807
- #31808
- #31809

### Describe the problem that is addressed by this PR


### 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)

---------

Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
2024-11-19 11:37:40 -05:00
ZiWei Chen 2ea5dc1d07
[mgmt] hardwaresecuritymodule release (#31712)
https://github.com/Azure/sdk-release-request/issues/5626
2024-11-19 19:22:49 +08:00
ZiWei Chen b9104016e8
[mgmt] ConnectedCache release (#31831)
https://github.com/Azure/sdk-release-request/issues/5698
2024-11-19 19:14:05 +08:00
ZiWei Chen e6de8eef88
[mgmt] appconfiguration release (#31714)
https://github.com/Azure/sdk-release-request/issues/5631
2024-11-19 16:18:12 +08:00
Matthew Podwysocki 0188ca180f
[communication] Move @azure/communication-call-automation to ESM/vitest (#31680)
### Packages impacted by this PR

- @azure/communication-call-automation

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates package to ESM/vitest. Note that ServiceBus has issues with
Browser loads that we can fix in a later revision as Buffer is not
defined when you try to import any files. But then including Buffer then
also causes issues with the unit tests.

### 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)
2024-11-18 18:29:38 -05:00
Matthew Podwysocki 9a0d39ad2d
[communication] Move @azure/communication-chat to ESM/vitest (#31651)
### Packages impacted by this PR

- @azure/communication-chat

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Moves @azure/communication-chat to ESM/vitest.

### 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)
2024-11-18 09:21:58 -08:00
ZiWei Chen fedf4aa0c3
[mgmt] hybridcompute release (#31722)
https://github.com/Azure/sdk-release-request/issues/5635
2024-11-15 10:19:38 +08:00
Matthew Podwysocki ae05a39d0f
[communication] Migrate @azure/communication-sms to ESM/vitest (#31723)
### Packages impacted by this PR

- @azure/communication-sms

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates @azure/communication-sms to ESM/vitest

### 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)
2024-11-14 18:41:49 -05:00
Matthew Podwysocki 10ab5dc4a8
[communication] Migrate @azure-rest/communication-job-router to ESM/vitest (#31774)
### Packages impacted by this PR

- @azure-rest/communication-job-router

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates the @azure-rest/communication-job-router package to ESM and
vitest.

### 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)
2024-11-14 17:36:09 -05:00
Matthew Podwysocki 909440a1c5
[communication] Migrate @azure-rest/communication-messages to ESM/vitest (#31773)
### Packages impacted by this PR

- @azure-rest/communication-messages

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates the @azure-rest/communication-messages package to ESM/vitest

### 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)
2024-11-14 17:35:55 -05:00
Matthew Podwysocki 35680de9a6
[communication] Migrate @azure/communication-email to ESM/vitest (#31770)
### Packages impacted by this PR

- @azure/communication-email

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates the @azure/communication-email package to ESM/vitest.

### 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)
2024-11-14 15:08:42 -05:00
Matthew Podwysocki 6b0ec887ea
[communication] Migrate @azure/communication-identity to ESM/vitest (#31769)
### Packages impacted by this PR

- @azure/communication-identity

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates the @azure/communication-identity package to ESM/vitest

### 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)
2024-11-14 15:08:29 -05:00
Maor Leger 86ed16f451
[identity] Migrate to ESM and tshy (#31647)
### Packages impacted by this PR

@azure/identity-broker
@azure/identity 

### Issues associated with this PR

#31338 

### Describe the problem that is addressed by this PR

Migrates identity and identity-broker to ESM, tshy, and Vitest
2024-11-13 15:26:24 -08:00
angellan-msft 26333cfd54
Update Sinon Library Version for Chat JS SDK (#31737)
This PR is used to update the Sinon library version for Chat JS SDK.

**Why is this change needed?**
We updated the Sinon Library Version of Signaling Client Code Repo to
resolve a government alert. And Chat SDK will depend on signaling
client. If they have the same dependency installed, the dependency
version should be the same.
As a result, we are supposed to update the library version of JS SDK for
version number alignment.

**Testing**
1.Unit tests passed after the change
2.E2E test passed using the sample app
2024-11-13 11:12:34 -08:00
Matthew Podwysocki 490ce4dfc5
[communication] Migrate @azure/communication-job-router to ESM/vitest (#31748)
### Packages impacted by this PR

- @azure/communication-job-router 

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates @Azure/communication-job-router to ESM/vitest

### 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)
2024-11-13 13:19:54 -05:00
Jeremy Meng ae84780ce1
[dev-tool] stop rolling up types for ESM (#31720)
For packages that have been migrated to ESM, Rolled up dts files are no
longer used but they are still packaged because our `files` field
include an entry of `dist/`. Since they are not used anymore, this PR
stops generating them, instead of more complicated approach of excluding
them from `npm pack`.
2024-11-13 10:01:13 -08:00
Matthew Podwysocki b2bb3e6c90
[communication] Migrate @azure/communication-phone-numbers to ESM/vitest (#31734)
### Packages impacted by this PR

- @azure/communication-phone-numbers

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Upgrades @azure/communication-phone-numbers to use ESM and vitest.

### 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)
2024-11-12 18:41:29 -05:00
Matthew Podwysocki 6de6ddeeb2
[communication] Move @azure-tools/communication-recipient-verification to ESM/vitest (#31727)
### Packages impacted by this PR

- @azure-tools/communication-recipient-verification

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Moves @azure-tools/communication-recipient-verification to ESM/vitest

### 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)
2024-11-12 16:05:35 -05:00
Matthew Podwysocki 9c84873dcc
[communication] Migrate @azure-tools/communication-short-codes to ESM/vitest (#31725)
### Packages impacted by this PR

- @azure-tools/communication-short-codes

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrate @azure-tools/communication-short-codes to ESM/vitest

### 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)
2024-11-12 14:24:07 -05:00
Matthew Podwysocki e316d19cac
[communication] Migrate @azure-tools/communication-tiering to ESM/vitest (#31719)
### Packages impacted by this PR

- @azure-tools/communication-tiering

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Moves the package to ESM/vitest

### 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)
2024-11-12 12:11:15 -05:00
Matthew Podwysocki 8ee4de0f65
[communication] Migrate @azure-tools/communication-toll-free-verification to ESM/vitest (#31717)
### Packages impacted by this PR

- @azure-tools/communication-toll-free-verification

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates the package to ESM/vitest.

### 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)
2024-11-11 18:42:57 -05:00
Matthew Podwysocki ab06e98a54
[communication] Update @azure/communication-alpha-ids to ESM/vitest (#31661)
### Packages impacted by this PR

- @azure/communication-alpha-ids

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Migrates @azure/communication-alpha-ids to ESM/vitest

### 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)
2024-11-07 10:29:39 -05:00
Jeremy Meng cf8d25ff5e
Fix compiler errors in tests and samples (#31649)
After moving to ESM/tshy, we no longer build tests/samples. This PR
enables running "typecheck" as an optional rush bulk command, and fixes
some of the errors found.

The known errors reported on files from vite/vitest/chai are ignored.

The update-snippets dev-tool command throws error of reading undefined
in some cases, adding a null check fixes it.

Snippets are updated as well after snippets.spec.ts files are fixed.
2024-11-06 13:31:08 -08:00
Matthew Podwysocki 14051308f6
[monitor] Uprade @azure/monitor-ingestion to ESM/vitest (#31615)
### Packages impacted by this PR

- @azure/monitor-ingestion

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338


### Describe the problem that is addressed by this PR

Updates to ESM/vitest for @azure/monitor-ingestion.

### 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)
2024-11-05 17:44:15 -05:00
Jeremy Meng d52374b87e
[eslint-plugin] turn off `n/no-process-exit` rule for samples-dev/ (#31626) 2024-11-04 12:11:01 -08:00
Azure SDK Bot 987007c9df
[EngSys] automatic rush update --full (#31623)
This is an automatic PR generated weekly with changes from running the
command rush update --full
2024-11-04 11:17:53 -08:00
Jeremy Meng a28e8f0795 [EngSys] move to vendored version of cross-env via dev-tool
***NO_CI***

- apply the transformation

- update samples' README
2024-11-02 00:48:06 +00:00
Matthew Podwysocki 55c573f3ae
[monitor] Update @azure/monitor-query to ESM/vitest (#31598)
### Packages impacted by this PR

- @azure/monitor-query

### Issues associated with this PR

- #31338

### Describe the problem that is addressed by this PR

Upgrade to ESM/vitest for @azure/monitor-query

### 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)
2024-10-31 21:52:28 -04:00
chungshengfu 1be4937a08
[@azure-rest/ai-vision-face] Update to v1.2-preview.1 (#31388)
### Packages impacted by this PR

@azure-rest/ai-vision-face

### Issues associated with this PR


### Describe the problem that is addressed by this PR

To support the latest Azure AI Face v1.2-preview.1 API.

### 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)

---------

Co-authored-by: Chung Sheng Fu <Chung.Fu@microsoft.com>
2024-10-31 16:42:30 +08:00
Matthew Podwysocki dc6da5a3a2
[monitor] Move @azure/monitor-opentelemetry-exporter to ESM/vitest (#31448)
### Packages impacted by this PR

- @azure/monitor-opentelemetry-exporter

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

### Describe the problem that is addressed by this PR

Upgrades to ESM/vitest for `@azure/monitor-opentelemetry-exporter`

### 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)

---------

Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
2024-10-30 17:56:00 -04:00
Jeremy Meng 980f3cbb89 [EngSys] move `uglify-js` to dev-tool vendored
- add dep to `uglify-js` in dev-tool

- rush update

- replace "uglifyjs" with "dev-tool run vendored yglifyjs"

- remove dependency to "uglifyjs" in sdk packages

***NO_CI***
2024-10-30 18:01:20 +00:00
Jeremy Meng 6a2c7300eb [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn"
- apply lint:fix results

- revert fixes that are not related to consistent-type-imports and cases error

- regenerate .api.md files

- format

- update core-comparison diff
2024-10-30 15:48:52 +00:00
Azure SDK Bot a68528f2ef
[EngSys] automatic rush update --full (#31547)
This is an automatic PR generated weekly with changes from running the
command rush update --full
2024-10-29 10:32:09 -05:00
ZiWei Chen 9ed4a2e4e5
[mgmt] cosmosdb preview release (#31545)
https://github.com/Azure/sdk-release-request/issues/5475
2024-10-29 16:32:22 +08:00
Matthew Podwysocki d0787e1797
[monitor] Upgrade to latest OTEL (#31564)
### Packages impacted by this PR

- @azure/opentelemetry-instrumentation-azure-sdk
- @azure/monitor-opentelemetry
- @azure/monitor-opentelemetry-exporter
- @azure/monitor-query

### Issues associated with this PR

- #31559
- #31558
- #31557
- #31556
- #31555
- #31554
- #31553
- #31552
- #31551
- #31550
- #31549
- #31548
- #31482

### Describe the problem that is addressed by this PR


### 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)
2024-10-28 18:18:12 -04:00
ZiWei Chen 44ac46139d
[mgmt] databoundaries release (#31422)
https://github.com/Azure/sdk-release-request/issues/5534
2024-10-28 12:51:24 +08:00
ZiWei Chen a64890eedb
[mgmt] containerorchestratorruntime release (#31387)
https://github.com/Azure/sdk-release-request/issues/5493

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
2024-10-28 02:29:10 +00:00
Jeremy Meng 1cae9db8e1 [EngSys] remove "audit" NPM script and it's related file
as we no longer use it and rely on GitHub security features.

***NO_CI***
2024-10-25 19:28:06 +00:00
ZiWei Chen a93024b597
[mgmt] dnsresolver release (#31474)
https://github.com/Azure/sdk-release-request/issues/5606
2024-10-25 17:31:06 +08:00
Jiao Di (MSFT) 1763129fe3
Upgrade typescipt version (#31527)
Upgrade typescript version to `5.6.2`.
2024-10-25 16:44:31 +08:00
ZiWei Chen 9147593631
[mgmt] iotoperations release (#31505)
https://github.com/Azure/sdk-release-request/issues/5576
2024-10-25 16:32:32 +08:00
ZiWei Chen afd53e1d1e
[mgmt] netapp release (#31514)
https://github.com/Azure/sdk-release-request/issues/5611
2024-10-25 08:18:00 +00:00
ZiWei Chen 79f3271705
[mgmt] elastic release (#31403)
https://github.com/Azure/sdk-release-request/issues/5508
2024-10-25 08:07:21 +00:00
ZiWei Chen e0f0795fd4
[mgmt] servicelinker release (#31426)
https://github.com/Azure/sdk-release-request/issues/5549
2024-10-25 08:02:40 +00:00