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

17417 Коммитов

Автор SHA1 Сообщение Дата
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
Deyaaeldeen Almahallawi 9a8b4d2e09
[OpenAI] Edit the migration guide (#31658)
Clarify the API Key auth section.
2024-11-06 14:38:35 -08:00
Azure SDK Bot c919df458c
Post release automated changes for appconfiguration releases (#31664)
Post release automated changes for azure-app-configuration
2024-11-06 14:16:36 -08: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
Howie Leung 36f4f4d4ad
Howie/publish readme (#31662)
### Packages impacted by this PR
No

### Issues associated with this PR

Readme contained error.   Need to republish.
### Describe the problem that is addressed by this PR
I need to republish readme

### 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-06 19:48:50 +00:00
Minh-Anh Phan 0995dcdb17
[App Config] Add ApiVersion in the Options Bag (#31648)
### Packages impacted by this PR
@azure/app-configuration
2024-11-06 09:20:11 -08:00
Azure SDK Bot 24d7b7866d
Post release automated changes for ai releases (#31500)
Post release automated changes for azure-rest-ai-inference
2024-11-06 09:19:11 -08:00
Azure SDK Bot 83b922aab3
Post release automated changes for communication releases (#31217)
Post release automated changes for azure-communication-email
2024-11-06 09:18:14 -08:00
Azure SDK Bot 0157cec79e
Post release automated changes for privatedns releases (#31224)
Post release automated changes for azure-arm-privatedns
2024-11-06 09:15:12 -08:00
Azure SDK Bot 474cc34a46
Post release automated changes for sql releases (#31219)
Post release automated changes for azure-arm-sql
2024-11-06 09:13:26 -08:00
Azure SDK Bot e3c92ad497
Post release automated changes for web-pubsub releases (#31264)
Post release automated changes for azure-arm-webpubsub
2024-11-06 09:11:31 -08:00
Azure SDK Bot dcd5523a53
Post release automated changes for eventgrid releases (#31395)
Post release automated changes for azure-eventgrid
2024-11-06 09:10:14 -08:00
Azure SDK Bot 7aaf0b9120
Post release automated changes for core releases (#31443)
Post release automated changes for azure-core-util
2024-11-06 09:04:45 -08:00
Azure SDK Bot 5947f272a8
Post release automated changes for mongocluster releases (#31445)
Post release automated changes for azure-arm-mongocluster
2024-11-06 09:03:19 -08:00
Azure SDK Bot c4755fb6e0
Post release automated changes for communication releases (#31510)
Post release automated changes for azure-rest-communication-messages
2024-11-06 09:01:51 -08:00
Azure SDK Bot 0fa53b157c
Post release automated changes for communication releases (#31517)
Post release automated changes for azure-communication-chat
2024-11-06 09:00:59 -08:00
Azure SDK Bot 63c4c84f8a
Post release automated changes for monitor releases (#31521)
Post release automated changes for azure-monitor-opentelemetry
2024-11-06 08:59:54 -08:00
Azure SDK Bot f0d5124a29
Post release automated changes for standbypool releases (#31654)
Post release automated changes for azure-arm-standbypool
2024-11-06 08:57:59 -08:00
Azure SDK Bot 89dc2dc2c4
Post release automated changes for appcontainers releases (#31570)
Post release automated changes for azure-arm-appcontainers
2024-11-06 08:56:48 -08:00
Azure SDK Bot 3b6bf2e056
Post release automated changes for trustedsigning releases (#31655)
Post release automated changes for azure-arm-trustedsigning
2024-11-06 08:56:32 -08:00
Azure SDK Bot 995c3b6f7b
Post release automated changes for cosmosdb releases (#31572)
Post release automated changes for azure-arm-cosmosdb
2024-11-06 08:54:50 -08:00
Azure SDK Bot 2ad230ff1a
Post release automated changes for face releases (#31593)
Post release automated changes for azure-rest-ai-vision-face
2024-11-06 08:54:21 -08:00
Azure SDK Bot d97e9423d4
Post release automated changes for hdinsight releases (#30934)
Post release automated changes for azure-arm-hdinsight
2024-11-06 08:53:27 -08:00
Azure SDK Bot 917fe1652d
Post release automated changes for computeschedule releases (#31656)
Post release automated changes for azure-arm-computeschedule
2024-11-06 11:49:11 +00:00
ZiWei Chen 17ab7945f5
[mgmt] add userAgentInfo for all mgmt modular package (#31622)
fixes https://github.com/Azure/azure-sdk-for-js/issues/31229
2024-11-06 17:37:40 +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
Azure SDK Bot 84896d1c3c
Sync eng/common directory with azure-sdk-tools for PR 9330 (#31644)
* disable InitializeCIArtifacts outside of CI until we get a better loop for usage

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-11-05 12:47:41 -08:00
Azure SDK Bot beb7019452
Post release automated changes for openai releases (#31643)
Post release automated changes for azure-openai
2024-11-05 18:42:19 +00:00