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

17344 Коммитов

Автор SHA1 Сообщение Дата
Scott Beddall 59ce884f45
Disable codeql to avoid timeouts / long runtimes (#31726)
This is how it [used to
run](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4248236&view=logs&j=b1e79959-24d8-5aa9-2799-72d40c3e051b&t=1a422346-a7fc-5798-c84d-6e5b319d46e3).

In the past week, we started seeing very long builds due to codeQL
kicking on:

- [example
1](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4319395&view=logs&j=b1e79959-24d8-5aa9-2799-72d40c3e051b&t=1a422346-a7fc-5798-c84d-6e5b319d46e3)
- [example
2](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4317694&view=logs&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=ce3b9047-3f2a-5c21-9248-60a34a33907c)
2024-11-15 11:34:04 -08:00
Wes Haggard a24a372b13
Add lock file for generate-doc tool (#31789)
A recent package update broke the tool so we are adding a lock file to
ensure we have a reliable execution.

For details the newer version of
https://www.npmjs.com/package/shiki?activeTab=versions version 1.23.0
introduced a new dependency in https://github.com/shikijs/shiki/pull/832
which no longer compiles.

```
node_modules/oniguruma-to-es/types/parse.d.ts(61,49): error TS2339: Property 'orphan' does not exist on type '{}'.
node_modules/oniguruma-to-es/types/parse.d.ts(96,31): error TS2339: Property 'atomic' does not exist on type '{}'.
node_modules/oniguruma-to-es/types/parse.d.ts(96,39): error TS2339: Property 'flags' does not exist on type '{}'.
```

Until we figure out what the best way to fix those issues we are pinning
to the older version using a lock file.
2024-11-15 11:28:02 -08:00
Lazar 7d256c78ff
Update release dates for Geolocation, Render, and Search (#31779) 2024-11-15 03:37:16 +00: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
Maor Leger a6b5a3614a
[identity] Various test fixes (#31764)
A few fixes as a result of the identity ESM migration:

1. Missing `ctx` parameter that's now fixed
2. Default vitest config excludes managed identity tests. Adding a
separate vitest config for managed identity test runs fixes this
2024-11-14 17:18:53 -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 77e8d0b9d3
Debug configuration for vitest (#31752)
### Packages impacted by this PR

None

### Issues associated with this PR

None

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

Using the JavaScript Debug Terminal and auto-attaching to every
subprocess results in a long wait time to hit breakpoints when debugging. To
improve the experience, we can include a launch.json configuration that allows
running vitest tests and only attaching to the vitest process itself.

Because we need the test proxy running, using dev-tool is the
recommended way to run tests. This PR adds the proper configuration 
to support that scenario.

While here I also went ahead and removed `node_modules` from VSCode's
exclusion list so they show up in the file explorer. Happy to revert that but I
find it difficult to dig into dependencies and set breakpoints in node modules 
when they are hidden.
2024-11-14 12:04:39 -08:00
Kashish Gupta 2e91319fcb
fix(playwrighttesting): Removed runName support from the wsEndpoint (#31762)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Removed runName support from the wsEndpoint

### 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-11-14 23:58:13 +05:30
Kashish Gupta c53b5a0403
fix(playwrighttesting): Add X-MS-Package-Version header to connect session API (#31745)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Added X-MS-Package-Version header to connect session API for language
and package version decoding.

### Need to discuss
The getReporterVersion function returns the reporter version, which
includes a special character ("."). This caused tests to fail with the
error: "Invalid character in header content ["x-ms-package-version"]."
Therefore, the characters were escaped.
Since we are passing the header from the package, this needs to be
handled by the server. We are encoding it here, but it needs to be
decoded on the server side.

### 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?)_
yes

### 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 13:18:49 +05:30
Kashish Gupta e7e63e5649
fix(playwrightTesting):Limiting progressBar update. (#31758)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR


### 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-11-14 12:48:33 +05:30
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
Maor Leger 6b16d576b7
Allow dashes in path parameter templates (#31731)
### Packages impacted by this PR

@azure/core-client-rest 
@azure/ts-http-runtime

### Issues associated with this PR

N/A - found in passing

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

The existing regex for finding template values to replace assumes only
`\w` characters are allowed in the template, but
`-` should be valid for a template name
2024-11-13 13:49:53 -08:00
Azure SDK Bot 9763671967
Sync eng/common directory with azure-sdk-tools for PR 9364 (#31724)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9364 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-11-13 12:04:36 -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
Azure SDK Bot 8e69603125
Sync eng/common directory with azure-sdk-tools for PR 9373 (#31743)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9373 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Wei Hu <huwe@microsoft.com>
2024-11-13 10:56:43 -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
ZiWei Chen 1174bfb188
upgrade emitter version to 0.34.0 (#31742) 2024-11-13 15:43:13 +08:00
Juntu Chen cf740a09f2
Juntuchen/ops outgoing call (#31567)
### Packages impacted by this PR


### Issues associated with this PR


### 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-11-12 16:31:26 -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
hamshavathimunibyraiah 65e1e5c14e
GA release prep (#31733)
GA release prep
2024-11-12 15:21:40 -08:00
Lazar 04c92a8202
Update Render SDK for metadata accuracy, v2 alignment, and latest TypeScript SDK compatibility (#31588) 2024-11-12 23:13:44 +00:00
Azure SDK Bot 690b05b6fd
Sync eng/common directory with azure-sdk-tools for PR 9328 (#31635)
* ensure that ChangedServices value within the generated pr diff is always properly an array of strings
* upload the changed services as an attachment named AdditionalTags in save-package-properties.yml, to allow PipelineWitness to tag public builds during log processing

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Patrick Hallisey <hallipr@gmail.com>
2024-11-12 14:55:19 -08: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
Minh-Anh Phan afb470cac7
[Core] Remove entry in changelog (#31728)
Remove entry with no items in Changelog for release
2024-11-12 20:11:42 +00: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
Lazar 1d16cd3750
Update Geolocation SDK for metadata accuracy, v2 alignment, and latest TypeScript SDK compatibility (#31560) 2024-11-12 09:31:18 -08:00
Lazar dba98e8dc5
Update Search SDK for metadata accuracy, v2 alignment, and latest TypeScript SDK compatibility (#31587) 2024-11-12 09:27:03 -08: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
ZiWei Chen 53189ded1c
upgrade emitter version (#31721) 2024-11-12 10:43:43 +08: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
Azure SDK Bot a22b80273d
Sync eng/common directory with azure-sdk-tools for PR 9358 (#31707)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9358 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-11-11 14:02:11 -08:00
Minh-Anh Phan 312df16659
[Core] Update Release Date and version (#31678)
Bump minor version update and update release date for core-rest-pipeline
so the CAE PR can sit for a little before releasing next week
2024-11-11 19:14:09 +00:00
Albert Cheng 725dc4ca77
ESRP safety net (#31292)
closes #30267

---------

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2024-11-11 17:15:13 +00:00
Siddharth Singha Roy e1327ee74c
fix(playwrighttesting): await upload buffer method (#31711)
### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR


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

Upload buffer and upload file methods weren't awaited and hence
sometimes missed resulting in 404 in webapp.


### 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 14:20:05 +05:30
Scott Beddall 1585346949
Fix failing nightly integration upload (#31708)
Of the alpha packages. [Proving
build](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4317759&view=results)

Before my fix:
<img width="754" alt="image"
src="https://github.com/user-attachments/assets/bbb3653f-8ec2-4aed-9101-4bb519df5cbf">

After my fix:
<img width="746" alt="image"
src="https://github.com/user-attachments/assets/f1536bca-87c6-4ddd-bfa0-b9d90fd63b89">
2024-11-10 22:16:57 -08:00
Azure SDK Bot fe02d22be5
Post release automated changes for core releases (#31698)
Post release automated changes for azure-core-amqp
2024-11-08 10:35:16 -08:00
Azure SDK Bot 724ecf1b72
Sync eng/common directory with azure-sdk-tools for PR 9354 (#31681)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9354 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-11-07 16:31:12 -08:00
Azure SDK Bot 971f8baaf0
Sync eng/common directory with azure-sdk-tools for PR 9331 (#31673)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9331 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-11-07 14:25:40 -08:00
Jeremy Meng 67e6fc0bff
[Test] Fix monitor-opentelemetry-exporter live tests (#31675)
Migrate the non-standard tests
2024-11-07 12:25:11 -08:00
Azure SDK Bot 130d6b8803
Sync eng/common directory with azure-sdk-tools for PR 9333 (#31666)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9333 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-11-07 11:54:24 -08:00
Jeremy Meng d96a050e09
[EngSys] remove Use Python step from JS pipelines (#31677)
we don't need a specific version of Python. The one available on the
build agent should be enough.
2024-11-07 11:52:27 -08: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
Albert Cheng 6f0d99bf0b
Exclude pnpm lock files in policheck (#31645)
closes #31646
2024-11-07 03:08:03 -08:00
Daniel Jurek 7da16dde82
Enable publishing for packages previously excluded from Docs MS (#31207)
Fixes #26770 

I have tested and validated that these packages will work with the new
`type2docfx` docs build system and this PR enables docs.ms publishing.

@xirzec -- When searching through `ci.yml` files I noticed two places
where we intentionally skip publishing docs on docs.ms:

*
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/communication/ci.yml#L64-L69
*
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/test-utils/ci.yml#L32-L49

In both of these instances these are `@azure-tools/___` packages. I left
these untouched. Should docs be published for these on
docs.microsoft.com whenever they release?
2024-11-06 15:52:43 -08:00
Minh-Anh Phan 49637752a5
[Core] Add CAE Support (#31501)
#31185

This PR adds `enableCAE: true` by default. The updated logic for
`BearerAuthenticationPolicy` is as follows:
- Check if initial response returns a challenge
- If CAE challenge, handle it and return whatever response received next
- If not CAE challenge and a custom challenge handler is provided
through `authorizeRequestOnChallenge`, use custom handler to handle the
challenge. If there is another CAE challenge after, handle it and return
whatever response next. At max, the policy will resolve 2 challenges (1
non-CAE and 1 CAE challenge)
2024-11-06 15:40:24 -08:00