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

16906 Коммитов

Автор SHA1 Сообщение Дата
Wes Haggard c7cc867949
Refactor prepare-pipelines.yml (#31003) 2024-09-09 15:24:06 -07:00
Azure SDK Bot f756c33c74
[EngSys] automatic rush update --full (#31034)
This is an automatic PR generated weekly with changes from running the
command rush update --full
2024-09-09 12:54:32 -07:00
Azure SDK Bot 3c804ca1d2
Post release automated changes for test-utils releases (#30725)
Post release automated changes for azure-tools-test-credential
2024-09-09 11:21:30 -07:00
Azure SDK Bot c016c59851
Post release automated changes for openai releases (#31041)
Post release automated changes for azure-openai
2024-09-09 18:12:17 +00:00
Maor Leger d4ead16201
[core] Create spans using automatic span propagation (#31019)
### Packages impacted by this PR

@azure/core-rest-pipeline
@typespec/ts-http-runtime

### Issues associated with this PR

N/A

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

Back when we were migrating to the new core tracing we wanted to be
cautious and
bail as early as possible in our core tracing policy. This meant that
we:
1. Guard against any errors
2. Ignore automatic span propagation, instead expecting HLC libraries to
call tracingClient.withSpan to kick off the manual span propagation (context
parameter passing in options)

Now that we have RLC which does not have a tracingClient, and having had
this code in production for quite some time, we can remove the optimization
that aassumes the tracingContext will be added upstream.

This is a non-impactful change for high-level clients or anyone who has
not opted-in to OTel tracing.

For users who use rest-level clients _and_ have opted into OTel, they
will now see HTTP spans from core added correctly.
2024-09-09 18:07:40 +00:00
Azure SDK Bot df4c2f4002
Sync eng/common directory with azure-sdk-tools for PR 8929 (#31022)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8929 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-09-09 10:44:10 -07:00
Deyaaeldeen Almahallawi bf8daea9a9
[OpenAI] Fix import (#31040)
Thanks to @diberry for the catch!
2024-09-09 10:32:46 -07:00
Azure SDK Bot d06725e7ba
Sync .github/workflows directory with azure-sdk-tools for PR 8942 (#31036)
Sync .github/workflows directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8942 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-09-09 09:55:34 -07:00
Jackson Weber 703c8203a2
[Monitor OpenTelemetry Exporter] Fix Property Truncation (#31004)
### Packages impacted by this PR
@azure/monitor-opentelemetry-exporter

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

### Describe the problem that is addressed by this PR
Enforces truncation on properties parsed from user telemetry.

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

### 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)
2024-09-09 09:55:21 -07:00
cn0238 a637648bdb
Add Operator Nexus - Network Cloud to CODEOWNERS (#30996)
Adding Operator Nexus - Network Cloud to code owners to receive bot
notifications
2024-09-09 11:41:38 -05:00
Siddharth Singha Roy 7299f803a1
docs(playwrighttesting): unsupported markdown format in url (#31032)
### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR

Unsupported markdown format in generated package docs.

### 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-09-09 19:12:10 +05:30
Siddharth Singha Roy 8856e48d16
refactor(playwrighttesting): jsdocs example fixes and doc markdown changes (#31028)
### 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)

---------

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
2024-09-09 11:55:35 +05:30
Siddharth Singha Roy 678e1ba0b0
docs(playwrighttesting): add new line to end of file - CHANGELOG (#31024)
### Packages impacted by this PR

@azure/microsoft-playwright-testing
@azure/create-microsoft-playwright-testing

### Issues associated with this PR

Add new line to end of file

### 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: Siddharth Singha Roy <ssingharoy@microsoft.com>
2024-09-09 09:53:03 +05:30
Siddharth Singha Roy 1c015875c7
fix(playwrighttesting): change policy name in rush.json to client (#31023)
### Packages impacted by this PR

@azure/create-microsoft-playwright-testing

### Issues associated with this PR

Dev version cannot be published for utility packages

- VersionPolicy should be client or core in rush.json to get alpha
version build.

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

Change version policy to `client` from `utility`

### 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: Siddharth Singha Roy <ssingharoy@microsoft.com>
2024-09-09 00:44:09 +05:30
Siddharth Singha Roy 985f752cbf
refactor(playwrighttesting): informational and error message changes (#31015)
### Packages impacted by this PR

@azure/microsoft-playwright-testing
@azure/create-microsoft-playwright-testing

### Issues associated with this PR


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

Change in error messages in scalable + reporting. Also change in
information message during package initialization.

### 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-09-08 01:00:53 +05:30
Siddharth Singha Roy 97d5fc5939
docs(playwrighttesting): CHANGELOG 1.0.0-beta.1 release date changed to 9th Sep (#31016)
### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR

Release date in CHANGELOG

### 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-09-08 01:00:41 +05:30
Siddharth Singha Roy 8e852de114
chore(playwrighttesting): remove fallback authentication logic (#31017)
### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR

Remove fallback logic in authentication

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

Earlier, we used to have fallback logic in authentication. Entra -> PAT
or PAT -> Entra. This PR removes the fallback logic.

### 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-09-08 01:00:28 +05:30
Kashish Gupta 7ec3f093cd
updated api error message (#31009)
### Packages impacted by this PR
`
@azure/microsoft-playwright-testing`


### Issues associated with this PR

Display informational messages to the user in case of errors during test
run.


### 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-09-06 20:49:56 +05:30
ZiWei Chen 928149383a
[mgmt] add Sanitized rule and update changelog template to fix ci fai… (#30226) 2024-09-06 17:10:40 +08:00
ZiWei Chen 677f19b3f7
upgrade emitter version (#31008) 2024-09-06 15:11:40 +08:00
Azure SDK Bot 8c5af96e5d
Post release automated changes for billing releases (#31005)
Post release automated changes for azure-arm-billing
2024-09-06 13:18:53 +08:00
ZiWei Chen 8ddc182af9
[mgmt] eventhub release (#30454)
https://github.com/Azure/sdk-release-request/issues/5318
2024-09-06 09:59:59 +08:00
Hector Hernandez 4c7a677f67
[monitor-opentelemetry-exporter] Serialize Span/LogRecord attributes (#30495)
### Packages impacted by this PR
@azure/monitor-opentelemetry-exporter

### Issues associated with this PR
https://github.com/Azure/azure-sdk-for-js/issues/30205
2024-09-05 17:02:36 -07:00
Matthew Podwysocki f169f9e47f
[notification-hubs] Moving to core-lro v3 (#31002)
### Packages impacted by this PR

- @azure/notification-hubs

### Issues associated with this PR


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

Moves @azure/notification-hubs to @azure/core-lro v3

### 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-09-05 18:03:20 -04:00
Pratik Sharma c34e2156d4
microsoft-playwright-testing: Adding new API version changes (#30966)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Integration changes with new reporter API version

### Describe the problem that is addressed by this PR
Integration changes with new reporter API version

### 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-09-06 02:21:11 +05:30
ZiWei Chen 59d3d9a346
[mgmt] billing release (#30990)
https://github.com/Azure/sdk-release-request/issues/5457
2024-09-05 15:22:10 +08:00
Mary Gao ecff408fad
Support operation-location final-state-via for LRO (#30953)
fixes https://github.com/Azure/azure-sdk-for-js/issues/30949

We should skip the final GET when the final-state-via is set as
`operation-location` and see
[definition](https://github.com/Azure/autorest/blob/main/docs/extensions/readme.md#x-ms-long-running-operation-options).
```
operation-location - poll until terminal state, skip any final GET on Location or Origin-URI and use the final response at the uri pointed to by the header Operation-Location
```
2024-09-05 07:00:09 +08:00
Azure SDK Bot c6c136d4bf
Sync eng/common directory with azure-sdk-tools for PR 8928 (#30995)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8928 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-09-04 14:30:00 -07:00
Jackson Weber 14a1dc5156
[monitor] Update OTel Dependencies (#30980)
### Packages impacted by this PR
@azure/monitor-opentelemetry
@azure/monitor-opentelemetry-exporter
@azure/monitor-query
@azure/opentelemetry-instrumentation-azure-sdk

Updates OpenTelemetry dependencies.

### 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)
2024-09-04 17:05:22 -04:00
Maor Leger 1e867cb29a
[cure-util] Update CHANGELOG for release (#30983) 2024-09-04 09:46:30 -07:00
Azure SDK Bot c03621fc9e
Sync eng/common directory with azure-sdk-tools for PR 8887 (#30986)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8887 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-09-03 15:53:31 -07:00
Azure SDK Bot 202822c111
Sync eng/common directory with azure-sdk-tools for PR 8912 (#30985)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8912 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-09-03 15:51:47 -07:00
hamshavathimunibyraiah 28d9737620
Using the latest typespec commit ID and re-generating the SDK (#30940)
Using the latest typespec commit ID and re-generating the SDK
2024-09-03 17:09:45 -04:00
Deyaaeldeen Almahallawi 0fb6d49716
[OpenAI] Update Assistants sample (#30981)
To handle more message types
2024-09-03 10:51:23 -07:00
Maor Leger db5023631b
[identity] Throw if user-assigned IDs are used for CloudShell MSI (#30955)
### Packages impacted by this PR

@azure/identity

### Issues associated with this PR

Resolves #30380

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

If the Cloud Shell ManagedIdentitySource is detected via MSAL and a
user-assigned managed identity clientID or resourceID is supplied, the
ManagedIdentityCredential should throw.

The rationale for taking this minor breaking change is that CloudShell
does not support specifying a clientID or ResourceID and the current
behavior of silently falling back to attempting to use a system-assigned
identity could be unexpected.

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

https://github.com/Azure/azure-sdk-for-cpp/pull/5837
2024-09-03 10:18:56 -07:00
Azure SDK Bot c1db23f973
[EngSys] automatic rush update --full (#30973)
This is an automatic PR generated weekly with changes from running the
command rush update --full
2024-09-03 07:09:09 -07:00
Azure SDK Bot 22e91f38ed
Post release automated changes for cosmosdb releases (#30964)
Post release automated changes for azure-cosmos
2024-09-02 18:32:21 +05:30
Pratik Sharma c4382b8215
Marking interrupted tests as skipped (#30959)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Interrupted tests being incorrectly marked as failed.

### 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-09-02 13:34:39 +05:30
Pratik Sharma ff06222312
Adding worker calculation from runner (#30956)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Fixing incorrect worker count with this change, calculating number of
workers based on runner index rather than config.

### Describe the problem that is addressed by this PR
Worker count was being picked up from config instead of actual value.

### 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-09-02 13:34:21 +05:30
Haopeng Wang 82bf0b9685
@azure/batch: API version 2024-07-01 release (#30960)
### Packages impacted by this PR
@azure/batch

### Issues associated with this PR
N/A

### Describe the problem that is addressed by this PR
Release a new version of JS SDK according to Azure Batch's new API
version (2024-07-01)

### 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?
N/A\

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

### Provide a list of related PRs _(if any)_
Spec PR: https://github.com/Azure/azure-rest-api-specs/pull/29533

### 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: Hoppe Wang <hoppewang@microsoft.com>
2024-08-30 22:40:36 +00:00
Azure SDK Bot bcd65ee9e2
Sync eng/common directory with azure-sdk-tools for PR 8909 (#30965)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8909 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-08-30 14:53:30 -07:00
Wes Haggard 24e7598b52
Reenable codeql (#30789)
The issue that was blocking before seems to have been fixed now so
re-enabling codeql here.
2024-08-30 10:36:38 -07:00
Kashish Gupta 8e6648cc3f
chore(playwrighttesting): added error scenarios for auth and API failures (#30952)
### Packages impacted by this PR
@azure/microsoft-playwright-testing

### Issues associated with this PR
Display informational messages to the user in case of errors during test
run.

### 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: Siddharth Singha Roy <ssingharoy@microsoft.com>
2024-08-30 17:19:47 +05:30
Siddharth Singha Roy ec9417ac09
refactor(playwrighttesting): ensure prettier does not change service configuration (#30958)
### Packages impacted by this PR

@azure/create-microsoft-playwright-testing

### Issues associated with this PR

Ensure running prettier does not modify service configuration file

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

- Missing comma
- Change double quotes to single quotes

### 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-08-30 16:00:10 +05:30
Azure SDK Bot bc773eca88
Sync eng/common directory with azure-sdk-tools for PR 8900 (#30957)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/8900 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-08-29 14:44:43 -07:00
Siddharth Singha Roy 6f0212a3c6
chore(playwrighttesting): add handling for scalable run failures (#30919)
### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR

Display informational messages to the user in case of errors during test
run.

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

NA

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

NA

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

NA


### 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-08-30 02:10:07 +05:30
Jeremy Meng 397d95d859
[Doc][eventhubs-checkpointstore-blob] fix broken link (#30954)
Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>
2024-08-29 17:37:59 +00:00
Julian Meder 62597f19f9
Removing VM size check from Azure Remote Rendering sdk tests (#30833)
### Packages impacted by this PR

mixed-reality-remote-rendering

### Issues associated with this PR

Test pipeline failures in the mixed-reality-remote-rendering sdk tests.

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

Test failures are fixed by removing the respectively failing check.

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

The specific checks are ill formed currently, as the testing account is
internally load balanced. Azure Remote Rendering introduced this
recently as the tests created negative customer impact with regards to
session availability. Hence, the tests will not necessarily be served
the exact requested session type. Consequently the check is now
pointless.

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

There isn't any functional change to the SDK in this PR.

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

N/A

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

N/A

### Checklists
- [x ] Added impacted package name to the issue description
- [x ] 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-08-29 18:07:00 +02:00
Albert Cheng 20afce7dbc
unpin node version for testing (#30917)
closes https://github.com/Azure/azure-sdk-for-js/issues/30445
2024-08-29 07:29:01 -07:00
ZiWei Chen 23ba04804e
[mgmt] support format script for arm-quota (#30950) 2024-08-29 16:58:58 +08:00