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

17272 Коммитов

Автор SHA1 Сообщение Дата
Matthew Podwysocki 61c8b9aae4 [EngSys] Add update-snippets to all package.json files ***NO_CI*** 2024-09-26 17:59:37 +00:00
Maor Leger 8b249ecdae
[identity] document various user-assigned managed identities (#31216)
Resolves #31214

---------

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2024-09-26 17:29:17 +00:00
Daniel Jurek 14484424bc
Docs cleanup (#31215)
Last part of https://github.com/Azure/azure-sdk-tools/issues/6800 that
still needs to be done in JS

Move validation functions from Language-Settings.ps1 to
Docs-Onboarding.ps1


Release process succeeds
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4171903&view=logs&j=19b87903-f8bc-5cbb-22d9-4f6eb3469d8e&t=39d7f548-7a77-5d57-b2f3-bf0cc5f8dda2
... There is a failure in one of the other template package releases but
it's unrelated to this change.
2024-09-26 17:13:04 +00:00
Lazar 15812360e8
Implement Render V2 (#30767) 2024-09-26 08:39:53 -07:00
ZiWei Chen 7e2c6bcf52
[mgmt] batch release (#31071)
https://github.com/Azure/sdk-release-request/issues/5438

breaking caused by
https://github.com/Azure/azure-rest-api-specs/pull/29957
2024-09-26 17:27:43 +08:00
ZiWei Chen 5cbbab919b
[mgmt] mongocluster release (#30948)
https://github.com/Azure/sdk-release-request/issues/5432
swagger pr: https://github.com/Azure/azure-rest-api-specs/pull/30355

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-09-26 17:22:09 +08:00
ZiWei Chen 018b5ba3c5
[mgmt] containerservice release (#31223)
https://github.com/Azure/sdk-release-request/issues/5462
2024-09-26 17:19:46 +08:00
ZiWei Chen 9d7f56ed1a
update tsp-location (#31228) 2024-09-26 17:02:26 +08:00
ZiWei Chen 9a5532b60f
[mgmt] standbypool release (#31087)
https://github.com/Azure/sdk-release-request/issues/5443
swagger pr: https://github.com/Azure/azure-rest-api-specs/pull/30550

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
2024-09-26 15:57:42 +08:00
ZiWei Chen 86b305b49c
[mgmt] privatedns release (#31092)
https://github.com/Azure/sdk-release-request/issues/5466

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
2024-09-26 13:49:43 +08:00
ZiWei Chen fd0f48e819
[mgmt] sql release (#30693)
https://github.com/Azure/sdk-release-request/issues/5379
2024-09-26 11:41:22 +08:00
ZiWei Chen c0ff9baac8
[mgmt] elasticsan release (#30731)
https://github.com/Azure/sdk-release-request/issues/5402

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
2024-09-26 11:35:45 +08:00
Minh-Anh Phan 4623dc47c9
[OpenAI] Update Test Suite (#30886)
- [x] Add text to speech test
- [x] Unskip Whisper test
- [x] Add batches test
2024-09-25 15:53:17 -07:00
Jeremy Meng 0804cc1620
[dev-tool] only process api.json files if they are generated (#31213)
This PR fixes an error in extra-api command when a package doesn't
enable the docModel generation, we were trying to open an api.md file
that doesn't exists.
2024-09-25 13:30:53 -07:00
Maor Leger 64c72d5dda [engsys] Move all packages to build-package script ***NO_CI*** 2024-09-25 18:52:35 +00:00
howieleung 9acf1638a1
inference tracing (#31160)
### Packages impacted by this PR
ai-inference

### Issues associated with this PR


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

- Added instrumentation to the inference client library.
- Created generated folder that contains the generated code after
linting and formatting.
- lint and format are missing in the package.json. Added it. And apply
lint and format fixed all errors within the inference library included
the code I didn't touch.


### 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.  added the test and recording.

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

### 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-25 11:50:22 -07:00
Azure SDK Bot 2f62f65026
Sync eng/common directory with azure-sdk-tools for PR 9035 (#31212)
* don't verify changelog for packages that aren't actively published anymore
---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2024-09-25 11:46:08 -07:00
Maor Leger bfefb073bb
[dev-tool] Add build-package command (#31197)
### Packages impacted by this PR

core

### Issues associated with this PR

N/A

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

As we look to migrate all packages to tshy we want to make sure we are
able to move away from tshy if ever needed. This PR adds a build-package command
that can later be used to consolidate some of the commands and decouple a bit
from tshy

### 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 can just call tshy directly, but one of the "selling" points of tshy
is that we can always eject and do what it does manually if we run into issues.
This helps streamline that without having to update 400 package.json files if
needed.

Frankly, I am not 100% sure if this is needed and I admit that `tshy` is
still an entry in packages' json, but I think we can live with the `tshy`
entry longer than we can with a `tshy` tool migration.
2024-09-25 10:14:07 -07:00
Jeremy Meng 4abda1b83d
[eslint-plugin] remove legacy configs (#31203)
Now that we have moved to ESLint v9, classic configs are no longer used.
This PR removes them.
2024-09-25 09:35:27 -04:00
Matthew Podwysocki 9fcee80f1a
[core] Add README snippets for core (#31204)
### Packages impacted by this PR

- @azure/dev-tool
- @azure/abort-controller
- @azure/core-amqp
- @azure/core-auth
- @azure/core-client
- @azure-rest/core-client
- @azure/core-http-compat
- @azure/core-lro
- @azure/core-paging
- @azure/core-rest-pipeline
- @azure/core-tracing
- @azure/core-util
- @azure/core-xml
- @azure/logger
- @typespec/ts-http-runtime

### Issues associated with this PR


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

Adds snippets extraction to core.

### 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-25 09:35:12 -04:00
ZiWei Chen 99409f1826
[mgmt] mongocluster preivew release (#31124)
https://github.com/Azure/sdk-release-request/issues/5488

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-09-25 19:51:07 +08:00
EmmaZhu-MSFT 8e42833d78
[Storage]Update file swagger spec to a commit on main (#31210)
### 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-09-25 17:19:16 +08:00
Daniel Getu 3398d73db5
[Search] Regenerate with 2024-09-01-preview spec (#31133) 2024-09-24 23:34:03 -07:00
Jeremy Meng 3724590db9
[batch] upgrade dependency versions to address security alerts (#31199)
This old project is not managed by rush so we have to upgrade
dependencies separately.
2024-09-24 17:47:58 -07:00
Deyaaeldeen Almahallawi a22a4e2b2e
[OpenAI] Fix browser tests (#31200)
### Packages impacted by this PR
@azure/openai

### Issues associated with this PR
N/A

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

The browser test files were not being built correctly because of two
things:
- The mts files in the test folder were not being built by TypeScript
- vitest couldn't resolve `@azure/openai/types` import


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

This PR fixes the two issues by adding the mts files under the test
folder to TypeScript context and rewrites the import to
`@azure/openai/types` to the relative path instead.

### 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
- [ ] 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-24 14:43:05 -07:00
Jeremy Meng 13f5beb45a
[eslint-plugin] turning off some rules for test/snippets.spec.ts (#31205)
as its code is meant to be included in docs and not required to be
perfect.
2024-09-24 14:06:22 -07:00
James Suplizio 51696d66aa
Give CODEOWNERS file an owner in CODEOWNERS (#31202)
The CODEOWNERS already has a owners for CODEOWNERS but I'm moving the
eng pieces lower in the file.
2024-09-24 12:51:15 -07:00
Azure SDK Bot 6a8dd2c9c6
Sync eng/common directory with azure-sdk-tools for PR 9013 (#31167)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9013 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-09-24 09:50:20 -07:00
Kashish Gupta b8c8b8c255
BUG FIXED: mismatch of workspace and error message printing twice. (#31126)
### Packages impacted by this PR
`
@azure/microsoft-playwright-testing`

### Issues associated with this PR
1. Error message printing twice one for scalable and one for reporting
2. When using PLAYWRIGHT_SERVICE_URL and PLAYWRIGHT_SERVICE_ACCESS_TOKEN
of different workspace, scalable fails as expected but reporting works

### 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-24 07:19:17 +00:00
ZiWei Chen 5125b567b3
[mgmt] containerservice preivew release (#31054)
https://github.com/Azure/sdk-release-request/issues/5434
2024-09-24 14:45:26 +08:00
Jeremy Meng 3b67e63dcd
[dev-tool] generate merged api.json from subpath exports (#31164)
This PR creates a merged api.json file from individual api.json files of
subpath exports. The `ApiModel` type from api-extractor-model already
allows multiple `EntryPoint` but so far only one is added.

With this new file, we can also attach more information to the
`metadata` properties. Even though they are not loaded by `ApiModel`, we
could still read that information from the file directly. This saves us
from having to upload multiple files to ApiView.
2024-09-23 16:52:22 -07:00
Sarangan Rajamanickam 2172619092
[@azure/eventgrid-system-events] Update System events for Version 1.0.0-beta.4 (#31188)
### Packages impacted by this PR

@azure/eventgrid-system-events

### Issues associated with this PR

NA

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

- A new property `tierToColdSummary` is added to the
`StorageLifecyclePolicyCompletedEventData` interface.

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

There are no specific/complex design scenarios for this task.

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

No. This item is standard and we need not add test cases for every new
events. The existing cases would be sufficient.

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

https://github.com/Azure/azure-sdk-for-js/pull/29688
https://github.com/Azure/azure-sdk-for-js/pull/30627

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

`npx tsp compile client.tsp`

### 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-23 15:27:58 -07:00
Sarangan Rajamanickam 97237e4a47
[@azure/eventgrid] Update System events for EG Version 5.7.0 (#31186)
### Packages impacted by this PR

@azure/eventgrid

### Issues associated with this PR

NA

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

This PR consists of the following changes:

- A new property `tierToColdSummary` is added to the
`StorageLifecyclePolicyCompletedEventData` interface.

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

There are no specific/complex design scenarios for this task. It is a
straightforward regenerate and some standard changes to the custom layer
of the code.

### Are there test cases added in this PR? _(If not, why?)_
No. This item is standard and we need not add test cases for every new
events. The existing cases would be sufficient.

### Provide a list of related PRs _(if any)_
- https://github.com/Azure/azure-sdk-for-js/pull/28176 (This is the PR
that adds similar events to the SDK in the 5.1.0 release)
- https://github.com/Azure/azure-sdk-for-js/pull/28513 (This is the PR
that adds similar events to the SDK in the 5.2.0 release)
- https://github.com/Azure/azure-sdk-for-js/pull/28891 (This is the PR
that adds similar events to the SDK in the 5.3.0 release)
- https://github.com/Azure/azure-sdk-for-js/pull/29035 (This is the PR
that adds similar events to the SDK in the 5.4.0 release)
- https://github.com/Azure/azure-sdk-for-js/pull/29872 (This is the PR
that adds similar events to the SDK in the 5.5.0 release)
- https://github.com/Azure/azure-sdk-for-js/pull/30811 (This is the PR
that adds similar events to the SDK in the 5.6.0 release)

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
```autorest --typescript swagger\README.md```

### 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-23 14:14:02 -07:00
Ben Broderick Phillips 54a85b6266
Updating CODEOWNERS for 1espt config (#31189) 2024-09-23 17:09:47 -04:00
Minh-Anh Phan 2d2ccf5e42
[Dev-Tool] Update the build-test command to check for browser files (#31184)
### Describe the problem that is addressed by this PR
The current overrides for the browser specific files only replace them
if they are under "src" directory. This PR adds the "test" directory for
test coverage
2024-09-23 10:31:24 -07:00
Azure SDK Bot cf51ccd040
[EngSys] automatic rush update --full
<p dir="auto">This is an automatic PR generated weekly with changes from running the command rush update --full</p>
2024-09-23 09:41:08 -07:00
EmmaZhu-MSFT eb31ab6e78
[Storage]Bump SDK versions for STG95 GA (#31171) 2024-09-23 15:27:18 +08:00
Kashish Gupta b7b20ed38f
fix(playwrighttesting): SDK Default Job Config as Empty Strings (#31178)
### Packages impacted by this PR
`
@azure/microsoft-playwright-testing`

### Issues associated with this PR

SDK was passing Default Job Config as Empty Strings instead of null

Added test for clInfoProvider.

### 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-23 11:29:49 +05:30
Jeremy Meng 32617b40d0
[doc][mix-reality-auth] fix broken API ref link (#31182) 2024-09-20 16:44:10 -07:00
Jeremy Meng 4cd2a59317
[EngSys] fix formatting (#31181)
This is the result of `rush format`, correcting several formatting issues introduced in the last NO_CI commit.
2024-09-20 16:19:37 -07:00
Matthew Podwysocki 8597959155
[dev-tool] Add snippets extraction (#31143)
### Packages impacted by this PR

- @azure/dev-tool

### Issues associated with this PR

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

This PR implements a new dev-tool command: `dev-tool run
update-snippets`.

This command looks for code fences in markdown files and JSDoc comments,
and updates them with the contents of test methods in a file named
`snippets.spec.ts`.

For example, the following fence indicates that the contents of a test
named "new_configurationclient" should be used:

````
```js snippet:new_configurationclient
```
````

After running `dev-tool run update-snippets`, the contents of the
snippet will be populated:

````
```js snippet:new_configurationclient
import { ConfigurationClient } from "@azure/template";
import { DefaultAzureCredential } from "@azure/identity";

const client = new ConfigurationClient(
  "<app configuration endpoint>",
  new DefaultAzureCredential()
);
```
````

To accomplish this, the command uses the TypeScript compiler API to
extract and transpile snippets from `snippets.spec.ts`. Snippets are the
contents of calls to the `it` function. If syntax with the shape
`it(<literal string>, <function with block>)` appears in
`snippets.spec.ts`, it will be considered a snippet that is valid for
injection.

("Function with block" means either a `function () { ... }` expression
or an arrow function with a block on the arrow side (`() => { ... }`).
An arrow function that has an expression on the right hand side (`() =>
(...)`) will not be recognized.)

For example:

```ts
  it("new_configurationclient", function () {
    // @ts-ignore
    const client = new ConfigurationClient(
      process.env.ENDPOINT ?? "<app configuration endpoint>",
      new DefaultAzureCredential()
    );
  });
```

The transpiler automatically "cleans" and validates the snippet using
similar techniques as the sample transpiler. As a result, it enforces
the same syntactic rules that the sample transpiler does. In addition to
those, it removes references to `process.env` (if an alternative is
specified), removes compiler pragmas like `// @ts-ignore`, and
automatically inserts imports for symbols that the snippet uses. So in
the above snippet, imports for `ConfigurationClient` and
`DefaultAzureCredential` are required, automatically detected, and
injected into the resulting snippet.

Snippets without `snippet:${name}` tags are _errors_ when using this
command, so a package must be fully migrated to use it.

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

- #24536

### 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-20 19:05:10 -04:00
Jeremy Meng e11ec1aa1d
[eslint-plugin] ignore *.api.md files from linting (#31180)
### Packages impacted by this PR
`@eslint-plugin-azure-sdk`
2024-09-20 12:31:41 -07:00
Nate Kimball 9f2c4f01ae
Update JS SDK for Inline Attachments (#30905)
### Packages impacted by this PR

azure/communication-email

### Issues associated with this PR

N/A

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

N/A

### 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 - update to include contentId property for EmailAttachment to
support inline attachments.

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

Yes

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

[Java SDK PR](https://github.com/Azure/azure-sdk-for-java/pull/41591)
[.NET SDK PR](https://github.com/Azure/azure-sdk-for-net/pull/45360)
[REST API PR
(complete)](https://github.com/Azure/azure-rest-api-specs/pull/29699)

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

Git command?
git push --set-upstream origin
natekimball/update-js-sdk-for-inline-attachments

### 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-20 12:13:17 -07:00
Azure SDK Bot 6ba4ae5326
Sync eng/common directory with azure-sdk-tools for PR 9022 (#31179)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9022 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-09-20 12:05:53 -07:00
Maor Leger 2e4a12f3a8
[tracing] Add support for addEvent (#31162)
### Packages impacted by this PR

@azure/core-tracing
@azure/opentelemetry-instrumentation-azure-sdk
@typespec/ts-http-runtime

### Issues associated with this PR

Resolves #31158

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

OpenTelemetry supports adding events to a span, and part of the gen-ai
specification expects events to be added on a span. 

This PR adds support for the `addEvent` API in our core-tracing library
as well as our otel-sdk.

Adding a required field is a breaking change, so this is added as
optional. The implementation will need to use the safe-navigation 
operator syntax or check for the function's existence before calling it.

In passing, I am updating some of our internal transformations to use
OTel's APIs instead.
2024-09-20 08:54:24 -07:00
EmmaZhu-MSFT 7babca948d
[Storage] Add CPK support in uploadStream function (#31159) 2024-09-20 09:16:28 +08:00
Jeremy Meng a7b3656a05 [EngSys] upgrade dev dependency `typescript` version to `~5.6.2`
***NO_CI***

- replace version to "~5.6.2"
- rush update
- add `"skipLibCheck": true` for several packages that are affected by https://github.com/vitest-dev/vitest/issues/4688

- [formrecognizer] help TypeScript to understand with more explicit type

- [schema-registry-{avro,json}] skip lib check due to lru-cache issue with the Iterator TReturn change

https://github.com/isaacs/node-lru-cache/issues/348
2024-09-19 18:07:31 -07:00
Azure SDK Bot 950ff7ee01
Sync eng/common directory with azure-sdk-tools for PR 9016 (#31165)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9016 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-19 15:23:34 -07:00
Jeff Fisher d8c398496a
[data-tables] Add support for Entra ID on Cosmos (#31154)
### Packages impacted by this PR

`@azure/data-tables`

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

Adds support for using the correct scope when receiving an auth
challenge via a Cosmos endpoint.

I also fixed a central sanitizer issue that was impacting running the
playback tests.

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

Yes

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

https://github.com/Azure/azure-sdk-for-net/pull/45934

---------

Co-authored-by: Christopher Scott <chriscott@hotmail.com>
2024-09-19 17:10:15 -05:00
Azure SDK Bot ab122dc319
AdditionalValidationPackagesFromPackageSetFn now accepts all discovered packages (#31163)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9008 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-19 12:12:51 -07:00