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

15622 Коммитов

Автор SHA1 Сообщение Дата
koen-mertens e49cb8addb
SDK implementation for Radiology Insights (in public preview) (#28577)
### 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)

---------

Co-authored-by: Asaf Levi <asaflevi@microsoft.com>
Co-authored-by: KarolGel <138193722+KarolGel@users.noreply.github.com>
Co-authored-by: tomsft <138026577+tomsft@users.noreply.github.com>
Co-authored-by: Karolien Gellynck <kgellynck@microsoft.com>
Co-authored-by: Tom Deray <tomderay@microsoft.com>
2024-03-06 09:55:05 +01:00
Tianen 2256ce3703
update breakingchange label config (#28793)
### 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-03-06 11:26:44 +08:00
Rajarshi Sarkar c2f68bc002
[ACS JobRouter] Max concurrent offers on workers (#28490)
### 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-03-06 00:58:08 +00:00
Arif Ibrahim Mohamed 9c0bec8833
Fixed release pipeline to publish doc for communication messages (#28784)
### 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-03-05 17:47:09 -05:00
Azure SDK Bot e2ab08ea33
Sync eng/common directory with azure-sdk-tools for PR 7810 (#28790)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7810 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-03-05 14:46:22 -08:00
Minh-Anh Phan 27250d3b2d
[App Config] Run Prepare Release Script (#28789)
### Packages impacted by this PR
@azure/app-configuration

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Run prepare release script with the correct version
2024-03-05 13:30:19 -08:00
Maor Leger 538c8e5ad6
[identity] Refactor plugin definitions (#28781)
### Packages impacted by this PR

@azure/identity

### Issues associated with this PR

Resolves #28679

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

When migrating plugin support to MSALClient I noticed that
msalNodeCommon defines all the plugin declarations. To avoid 
duplication, provide an easy path to migrate (by avoiding imports 
on msalNodeCommon) and provide a single source of truth for plugin 
settings it made sense to migrate all the definitions to a single file.

This is purely mechanical, just moving things around and updating
imports

### Provide a list of related PRs _(if any)_

#28493
2024-03-05 12:59:29 -08:00
Deyaaeldeen Almahallawi 3ff3a8fe9a
[core-amqp] Post-release activities (#28785) 2024-03-05 12:04:57 -08:00
Maor Leger 322d370b1a
[identity] increment package version for cache-persistence (#28783)
Automation failed to increment package version due to the prepush hook
not working on CI. This PR runs the same script and increments the package
version for @azure/identity-cache-persistence after release.
2024-03-05 11:18:16 -08:00
Harsha Nalluru 56f0038498
[App Config] Listing by etags (#28555)
Adds two new features to the App config SDK
- [x] Support etags in the list by page method
- [ ] ~~Tags filter for the listing methods~~ (Wait on service)
- [x] Tests/recordings
- [x] Changelog

---------

Co-authored-by: Minh-Anh Phan <minhanhphan@microsoft.com>
2024-03-05 11:06:56 -08:00
Jeff Fisher 22fa172a36
[dev-tool] Update dev-tool dependency `archiver` to latest major (#28780)
### Packages impacted by this PR

`dev-tool`

### Issues associated with this PR

Fixes #28763

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

From their CHANGELOG.md entry, the only "breaking" change is removal of
Node 12 support, so this is a simple bump.
2024-03-05 16:46:36 +00:00
Matthew Podwysocki 86f4da0be4
[EngSys] Remove git hooks (#28782)
### Packages impacted by this PR

- All

### Issues associated with this PR


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

Removes the git hooks for now so that we do not block our workflows with
automation.

### 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-03-05 16:17:57 +00:00
Deyaaeldeen Almahallawi fef5c5c562
[core-amqp] Update error from retry (#28751)
### Packages impacted by this PR
@azure/core-amqp

### Issues associated with this PR
N/A

### Describe the problem that is addressed by this PR
The errors thrown between retries could differ and the customer wouldn't
be able to know them unless they enable logging.

### 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?
Another design is to provide an error handler callback to be called on
all errors but since it is an extreme measure, we can revisit this
latter if we get an ask for it.

### Are there test cases added in this PR? _(If not, why?)_
N/A

### Provide a list of related PRs _(if any)_
N/A

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [x] 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)_
- [x] Added a changelog (if necessary)

---------

Co-authored-by: Jeff Fisher <jeffish@microsoft.com>
2024-03-04 22:24:16 -08:00
Sarangan Rajamanickam 9a840cd6d3
Adding an environment variable to skip the pre push checks (#28770)
The Pre Push script has some scenarios which is causing issues to
developers. I am working on resolving these issues. But, In the mean
time, there must be an easy way for the developers to push their commits
to github,

As discussed with @xirzec, I am adding an environment variable to skip
these checks.
2024-03-04 22:01:25 -08:00
Azure SDK Bot a51c1e3a40
Sync eng/common directory with azure-sdk-tools for PR 7758 (#28767)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7758 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-03-04 16:57:51 -05:00
Matthew Podwysocki 1657a4cc98
[ai-document-intelligence] Remove ESM depenendency (#28766)
### Packages impacted by this PR

- @azure-rest/ai-document-intelligence

### Issues associated with this PR

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

Removes the ESM module and updates to ES2020

### 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-03-04 16:18:03 -05:00
Azure SDK Bot 54f43d155d
Sync .github/workflows directory with azure-sdk-tools for PR 7808 (#28764)
Sync .github/workflows directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7808 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-03-04 08:51:12 -08:00
Yifan Zhou 6c8741279f
Sdk auto/26702/@azure rest purview datamap (#28520)
### 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)

---------

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-03-04 15:27:08 +08:00
Azure SDK Bot 105a467014
Post release automated changes for openai releases (#28758)
Post release automated changes for azure-openai-assistants
2024-03-03 08:13:42 -05:00
Sarangan Rajamanickam 06766db5ce
Fix the Pre Push Script (#28748)
This PR is not related to any specific package. It is related to the fix
in the pre-push script. In the previous version of the script, there
were 2 issues reported:

1. Script was slow
2. There was a error in the line `err = error.stdout.toString();`.

The second issue is simple and straightforward. There was a missing
check. Once, it is added, the issue is resolved. The first issue is
little tricky.

I always assumed the new packages will be created from the `main` branch
in the `Azure` fork. Based on my recent conversations, it does not seem
to be valid. Some people (based on our project documentation) create the
branch from the `main` branch in their respective fork. (They do sync
their `main` branch with the `Azure` fork frequently. But, this is not
mandatory which causes the problem).As a result, sometimes I see the
difference in about 300+ commits to be validated which causes excess
time.

Now, I have fixed the issue with adding a new remote specific to prepush
tool and using that for comparison. This will reduce the number of
commits significantly which has increased the speed.

@HarshaNalluru Please approve the PR
2024-03-01 17:34:08 -08:00
Maor Leger 60d2203ac3
[identity] Fix integration tests (#28754)
### Packages impacted by this PR

@azure/identity

### Issues associated with this PR

N/A - nightly tests 

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

Two issues are addressed in this PR:

When I added the live tests for MSAL Client via #28680 I did not realize
Identity differs from other packages
in the env vars we use. In Identity, as shown in other live tests, we
use `IDENTITY_SP_CLIENT_SECRET`,
`IDENTITY_SP_TENANT_ID`, and `IDENTITY_SP_CLIENT_ID` instead of the
usual `AZURE_` naming convention.

Not sure why that is, but I'm sure there's a reason. Using these env
vars fixes the live test.

The second fixes an issue with our existing mocking solution that no
longer plays nicely with core. When
core was switched to ESM, our integration tests started failing because
`http` and `https` are no longer being correctly mocked
[here](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/test/httpRequests.ts#L191-L192)

I have some suspicions but given that we're soon moving to ESM, Karishma
and I decided to forgo the `js-input` style integration tests and use `ts-input` style tests
instead until we migrate over.
2024-03-01 14:26:57 -08:00
Glenn Harper e7549f8b7b
[OpenAI] [Assistants] correct date issue in src (#28749)
### Packages impacted by this PR
@azure/openai-assistants

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Fixes date issue in src

### 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)_
- [ x] Added a changelog (if necessary)
2024-03-01 22:15:04 +00:00
Jeff Fisher 6304a8f041
Revert "Pre Push Hook to check and fix code format (#28500)" (#28752)
This reverts commit 91df305c67.

### Issues associated with this PR

Fixes #28737

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

Revert the pre-push hook until we can test it a bit more.
2024-03-01 12:54:01 -08:00
Azure SDK Bot 0f27e38cb3
Sync eng/common directory with azure-sdk-tools for PR 7686 (#28581)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7686 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-03-01 11:14:10 -08:00
ZiWei Chen c8a0c166c8
update emitter-package.json and emitter-package-lock.json (#28739) 2024-03-01 16:12:24 +08:00
ZiWei Chen 7f68d7b8f9
[mgmt] update changelogs (#28724) 2024-03-01 11:05:44 +08:00
Maor Leger 6b153fa920
[identity] Add recorded test for MSAL Client (#28706)
### Packages impacted by this PR

@azure/identity

### Issues associated with this PR

Resolves #28692

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

Before we start adding features to MSAL Client, we need to have
confidence that our stack and integration
with MSAL is properly setup.

This PR adds a place for recorded tests, removes the msalNodeTestSetup
call from non-recorded tests,
and moves the "it supports clientSecretCredential" test to a recorded
test

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

We could have pushed for _everything_ to be recorded, but some of the
niche scenarios we setup are convoluted
to test without mocking anyway. This moves us in the direction we want
without over-complicating things
2024-02-29 16:22:41 -08:00
Azure SDK Bot d8ea9f44ea
Sync .github/workflows directory with azure-sdk-tools for PR 7796 (#28734)
Sync .github/workflows directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7796 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-02-29 15:21:32 -08:00
Azee 6a52ec4e56
Preparing release for @azure/notification-hubs v1.1.0 (#28729)
Preparing release for @azure/notification-hubs v1.1.0

Features Added:
- Added Support for [Firebase Cloud Messaging
(FCM)](https://firebase.google.com/docs/cloud-messaging) V1 API with the
following:
- `FcmV1RegistrationDescription` and
`FcmV1TemplateRegistrationDescription` for registrations with associated
factory methods.
- `FcmV1Installation` for installation operations and associated factory
methods.
- `FcmV1Notification` for notification send support and associated
factory methods.
2024-02-29 17:05:21 -05:00
Azure SDK Bot e2fb9c511b
Sync eng/common directory with azure-sdk-tools for PR 7682 (#28666)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7682 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-02-29 13:40:31 -08:00
Arif Ibrahim Mohamed 8aedb43876
Updated the commit in tsp-location.yaml (#28727)
### 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-02-29 16:28:50 -05:00
Azure SDK Bot 8cb2910925
Post release automated changes for springappdiscovery releases (#28610)
Post release automated changes for azure-arm-springappdiscovery
2024-02-29 13:46:27 -06:00
Azure SDK Bot 51737a0095
Post release automated changes for vision releases (#28583)
Post release automated changes for azure-rest-ai-vision-image-analysis
2024-02-29 19:46:20 +00:00
Azure SDK Bot 5d82fe1b07
Post release automated changes for cosmosdb releases (#28378)
Post release automated changes for azure-arm-cosmosdb
2024-02-29 13:45:31 -06:00
Azure SDK Bot 6b3dd8998d
Post release automated changes for eventgrid releases (#28526)
Post release automated changes for azure-eventgrid
2024-02-29 13:45:01 -06:00
ZiWei Chen cfa0ab21ed
push communication-sms recordings (#28710)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:49:36 +08:00
ZiWei Chen 6ca0416ba3
push communication-rooms recordings (#28705)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:48:51 +08:00
ZiWei Chen b2b87bf2b4
push communication-phone-number recordings (#28703)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:48:24 +08:00
ZiWei Chen d5cfb31d11
push communication-network-traversal recordings (#28701)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:47:48 +08:00
ZiWei Chen 91c01a6862
push communication-job-router-rest recordings (#28700)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:47:14 +08:00
ZiWei Chen d8a768a4eb
push comminication-job-router recordings (#28699)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:46:46 +08:00
ZiWei Chen 3fad16fa0c
push communication-identity recordings (#28698)
fix https://github.com/Azure/azure-sdk-for-js/issues/28656
2024-02-29 14:46:21 +08:00
ZiWei Chen aa667fae5d
[mgmt] streamanalytics release (#28314)
https://github.com/Azure/sdk-release-request/issues/4861
2024-02-29 12:29:04 +08:00
Jeff Fisher 589b805e1a
[CODEOWNERS] Fix issues and label dataplane paths (#28629)
In order to aid with autotriage, we have to set some additional metadata
inside of CODEOWNERS.

The main shift is we need to tag things with #ServiceLabel in order to
have issues be triaged appropriately. Secondarily, for SDKs that are
owned by the SDK team (anyone under Peter) we need to add an
AzureSdkOwners entry even if it's redundant with the path ownership.

Related PRs from other languages:
https://github.com/Azure/azure-sdk-for-net/pull/41995
https://github.com/Azure/azure-sdk-for-java/pull/38797

I didn't touch Mgmt paths, will check with @lirenhe if this is something
he can take care of.

While I was making changes, I cleaned up some errors that GitHub was
complaining about when viewing the file.
2024-02-28 18:48:37 -06:00
Jeff Fisher 27cf5d43c4
Fix links in contributing.md (#28707)
### Packages impacted by this PR

None


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

Our friendly CI linkchecker noticed that the GPL link in contributing.md
was broken, so I updated the links to opensource.org. Other license
links were still active, but were being redirected, so I updated those
as well.
2024-02-28 20:41:31 +00:00
Minh-Anh Phan 09f082cbf2
[OpenAI] Fix Function Schemas Transformed into Snake Case (#28690) 2024-02-28 10:19:20 -08:00
ZiWei Chen db56ecf7d7
[mgmt] network release (#28448)
https://github.com/Azure/sdk-release-request/issues/4919
2024-02-28 13:34:10 +08:00
Daniel Getu afe6c5ed76
[Search] Enable CI and live test pipelines on search/stable branch (#28591) 2024-02-27 16:49:02 -08:00
Azure SDK Bot 42fd41b650
Post release automated changes for openai releases (#28688)
Post release automated changes for azure-openai-assistants
2024-02-27 23:14:57 +00:00
KarishmaGhiya a8f795e297
[Identity] update redis samples with scopes and TSG guide (#28668)
### Packages impacted by this PR
@azure/identity

### Issues associated with this PR
Fixes https://github.com/Azure/azure-sdk-for-js/issues/28511

### Describe the problem that is addressed by this PR
Begin using the new, human-readable scope
(https://redis.azure.com/.default) in the ioredis & node-redis
passwordless code samples for Redis.

### Provide a list of related PRs _(if any)_
https://github.com/Azure/azure-sdk-for-java/pull/38747/files


### Checklists
- [x] Added impacted package name to the issue description
- [x] Added a changelog (if necessary)

---------

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2024-02-27 22:52:46 +00:00