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

17390 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Meng 0c82aca851
[ServiceBus] fix issue of accepting session with empty string name (#31736)
We have a check for when asking for any session, i.e., not providing a
session id), but not receiving a link having a session id. However, the
check is `if (!this._providedSessionId && !receivedSessionId)` which
also evaluates to `true` for session id of empty string, which is valid
session id.

This PR changes it to check for `undefined` so that session id of empty
string doesn't lead to error being thrown.
2024-11-20 15:22:18 -08:00
Deyaaeldeen Almahallawi cd338ec793
[OpenAI] Precise Typechecking (#31786)
Behind the scene, TSHY rewrites tsconfig.json to build the source code
of the library but it ignores tests and samples. This PR breaks the
monolith tsconfig.json into three ones, one for building the source, one
for the tests, and one for the samples. It utilizes [Project
References](https://www.typescriptlang.org/docs/handbook/project-references.html)
to create a TS project each. This setup makes sure type errors are
adequately caught in each of those projects.

Additionally, the PR disables rolling up d.ts files and fixes a type
error in tests.
2024-11-20 14:54:05 -08:00
Azure SDK Bot bed9c10b9e
Sync eng/common directory with azure-sdk-tools for PR 9390 (#31836)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9390 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
2024-11-20 13:34:53 -08:00
Azure SDK Bot b6217c50a8
Sync eng/common directory with azure-sdk-tools for PR 9326 (#31766)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9326 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-20 12:30:05 -08:00
Deyaaeldeen Almahallawi de56a388eb
[OpenAI] Lint test (#31854) 2024-11-20 11:09:00 -08:00
Matthew Podwysocki 93ad213554
[web pubsub] Move @azure/web-pubsub to ESM/vitest (#31844)
### Packages impacted by this PR

- @azure/web-pubsub

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

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

Using the migration tool, moves @azure/web-pubsub 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)

---------

Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2024-11-20 10:18:40 -05:00
EmmaZhu-MSFT e3475bc17b
Update blob swagger spec to a commit on main branch (#31851)
### Packages impacted by this PR


### Issues associated with this PR


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


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


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


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


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

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
2024-11-20 16:52:36 +08:00
ZiWei Chen 6b0d0e049e
[mgmt] networkcloud release (#31798)
https://github.com/Azure/sdk-release-request/issues/5693
2024-11-20 14:45:58 +08:00
cqnguy23 4dafd34fcc
Fix client type issues and improve tests (#31617)
- Add a test util to parse JWT token payload to validate audience
- Add more tests for AAD
- Fix mismatched DTO field when calling generateClientToken

---------

Co-authored-by: tomnguyen <chuongnguyen@microsoft.com>
2024-11-20 11:48:28 +07:00
ZiWei Chen 4083e03685
[mgmt] terraform release (#31794)
https://github.com/Azure/sdk-release-request/issues/5663
2024-11-20 11:14:53 +08:00
Jeremy Meng d8b577111a
[EngSys] Pin @azure/msal-* version temporarily (#31819)
because upgrading them caused identity unit tests to fail. This allows
us to upgrade other packages to address security alerts.
2024-11-19 15:29:16 -08:00
Matthew Podwysocki faa0046a76
[template] Upgrade @azure/template-dpg to ESM/vitest (#31837)
### Packages impacted by this PR

- @azure/template-dpg

### Issues associated with this PR

- https://github.com/Azure/azure-sdk-for-js/issues/31338

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

Upgrades @azure/template-dpg 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)

---------

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
2024-11-19 14:23:27 -08:00
Deyaaeldeen Almahallawi 8b7de5bcd4
[OpenAI] Update version (#31821) 2024-11-19 11:10:18 -08:00
Matthew Podwysocki 6ba62e82a7
[identity] Bump vitest hook/test timeout (#31841)
### Packages impacted by this PR

- @azure/identity

### Issues associated with this PR


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

Bumps the `hookTimeout` and `testTimeout` for @azure/identity tests.

### 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-19 13:35:07 -05:00
Matthew Podwysocki 18fe8bfc3f
[communication] Migrate @azure/communication-rooms to ESM/vitest (#31840)
### Packages impacted by this PR

- @azure/communication-rooms

### 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-rooms using our migration tool 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-19 13:21:18 -05:00
Manik Khandelwal cae13bb96a
[Cosmos] JS SDK support for partitioned DiskANN (#31839)
### Packages impacted by this PR
@azure/cosmos

### Describe the problem that is addressed by this PR
In this PR we are adding three optional parameters in the Indexing
Policy in the vector Index to support partitioned DiskANN. The three
optional parameters are:

quantizationByteSize : The number of bytes used in product quantization
of the vectors.This is an optional parameter and applies to index types
DiskANN and quantizedFlat. The allowed range for this parameter is
between 1 and 200.
vectorIndexShardKey : The list of string containing the shard keys used
for partitioning the vector indexes. This is an optional parameter and
applies to index types DiskANN and quantizedFlat.
indexingSearchListSize : The size of the candidate list of approximate
neighbors stored while building the diskANN index as part of the
optimization processes.This is an optional parameter and applies to
index type DiskANN only. The allowed range is between 25 and 500.
The changes have been tested using a Test account, since as of now the
backend changes aren't live yet.

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

---------

Co-authored-by: Ujjwal Soni <soniujjwal@microsoft.com>
Co-authored-by: Manik Khandelwal <mkhandelwal@microsoft.com>
2024-11-19 23:45:35 +05:30
Wes Haggard d1a67f02a5
Update to latest version of dependencies for generate-doc tool (#31813)
Follow-up on https://github.com/Azure/azure-sdk-for-js/pull/31789 as the
dependency was updated to not use the object deconstruction. See comment
https://github.com/Azure/azure-sdk-for-js/pull/31789#issuecomment-2482218003
2024-11-19 08:40:06 -08:00
Matthew Podwysocki de083bca5d
[monitor] Upgrade all OTEL packages for 11/2024 (#31812)
### Packages impacted by this PR

- @azure/opentelemetry-instrumentation-azure-sdk
- @azure/monitor-opentelemetry
- @azure/monitor-opentelemetry-exporter
- @azure/monitor-query

### Issues associated with this PR

- #31807
- #31808
- #31809

### 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: Jackson Weber <jacksonweber@microsoft.com>
2024-11-19 11:37:40 -05:00
Aman Rao 006c07c791
[@azure/cosmos] Update CHANGELOG.md (#31835)
### Packages impacted by this PR
@azure/cosmos

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Update changeLog for release.

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

### 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-19 16:21:58 +00:00
Azure SDK Bot 7ad0c6534c
Post release automated changes for tables releases (#31824)
Post release automated changes for azure-data-tables
2024-11-19 10:09:36 -06:00
Ujjwal Soni 68408891a9
Samples for fts (#31829) 2024-11-19 17:49:18 +05:30
ZiWei Chen 2ea5dc1d07
[mgmt] hardwaresecuritymodule release (#31712)
https://github.com/Azure/sdk-release-request/issues/5626
2024-11-19 19:22:49 +08:00
ZiWei Chen b9104016e8
[mgmt] ConnectedCache release (#31831)
https://github.com/Azure/sdk-release-request/issues/5698
2024-11-19 19:14:05 +08:00
ZiWei Chen e6de8eef88
[mgmt] appconfiguration release (#31714)
https://github.com/Azure/sdk-release-request/issues/5631
2024-11-19 16:18:12 +08:00
Azure SDK Bot 4c2d84d9d7
Post release automated changes for playwrighttesting releases (#31830)
Post release automated changes for
azure-create-microsoft-playwright-testing
2024-11-19 06:12:06 +00:00
Lazar b6cfcc635b
Update Route SDK for metadata accuracy, v2 alignment, and latest TypeScript SDK compatibility (#31562) 2024-11-19 01:32:11 +01:00
Matthew Podwysocki 0188ca180f
[communication] Move @azure/communication-call-automation to ESM/vitest (#31680)
### Packages impacted by this PR

- @azure/communication-call-automation

### 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 package to ESM/vitest. Note that ServiceBus has issues with
Browser loads that we can fix in a later revision as Buffer is not
defined when you try to import any files. But then including Buffer then
also causes issues with the unit tests.

### 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-18 18:29:38 -05:00
Azure SDK Bot 5edf27a030
Sync eng/common directory with azure-sdk-tools for PR 9381 (#31816)
* change our verifyChangelogs over to utilizing the artifact details. if we don't have an artifact details at all, don't verify changelog. if we do, but skipverifychangelog is present, don't verify changelog. if we have artifact details, but no disable, verify the changelog

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-11-18 15:13:02 -08:00
Jeff Fisher 28b3e59046
[data-tables] Appease release check (#31820)
### Packages impacted by this PR

`@azure/data-tables`

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

Nothing is actually changing here except the release automation now
complains if the commit used isn't referencing main. The input file is
the same.
2024-11-18 16:11:25 -06:00
Jeff Fisher 9c3447ae45
[data-tables] Update changelog for release (#31814)
### Packages impacted by this PR

`@azure/data-tables`

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

Preparing release for Cosmos Entra ID support. This functionality has
been validated by a partner team against the most recent nightly build.
2024-11-18 15:02:32 -06:00
Azure SDK Bot 247d23e8dd
Sync eng/common directory with azure-sdk-tools for PR 9393 (#31815)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9393 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-11-18 12:57:29 -08:00
Manik Khandelwal 65f7d305dd
update code owners for cosmos api.md file (#31810)
### Packages impacted by this PR


### Issues associated with this PR
This PR updates code owners for cosmos.api.md 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: Manik Khandelwal <mkhandelwal@microsoft.com>
2024-11-18 19:13:06 +00:00
Deyaaeldeen Almahallawi 810e6fe8ab
[OpenAI] Fix samples links (#31806) 2024-11-18 20:21:39 +02:00
Manik Khandelwal aae1f6da72
Full text and Hybrid search (#31690)
### Packages impacted by this PR
@azure/cosmos

### Issues associated with this PR


### Describe the problem that is addressed by this PR
This PR adds supports for Full text policy and Indexing. 
This PR also adds support for Full text and hybrid search

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

---------

Co-authored-by: Manik Khandelwal <mkhandelwal@microsoft.com>
Co-authored-by: Ujjwal Soni <soniujjwal@microsoft.com>
2024-11-18 23:33:15 +05:30
Matthew Podwysocki 9a0d39ad2d
[communication] Move @azure/communication-chat to ESM/vitest (#31651)
### Packages impacted by this PR

- @azure/communication-chat

### 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/communication-chat 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-18 09:21:58 -08:00
Karolien Gellynck 126d0caf79
Typo (#31801)
### Packages impacted by this PR
@azure-rest/health-insights-radiologyinsights

### Issues associated with this PR
documentation not published

### Describe the problem that is addressed by this PR
a typo (missing -rest) to publish the types folder
2024-11-18 16:16:44 +01:00
Siddharth Singha Roy 1c943b7e6e
chore(playwrighttesting): add useCloudHostedBrowser option in service config (#31804)
### Packages impacted by this PR

@azure/create-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-11-18 10:50:43 +00:00
Azure SDK Bot f1ad6e1e6b
Post release automated changes for playwrighttesting releases (#31802)
Post release automated changes for azure-microsoft-playwright-testing
2024-11-18 15:55:49 +05:30
Kashish Gupta 52c6f9db0e
docs(playwrighttesting): removed empty section in changelog (#31797)
### 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


### 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: guptakashish <guptakashish@microsoft.com>
2024-11-18 12:19:02 +05:30
Kashish Gupta 21af3a0548
docs(playwrighttesting): date change in changelog 1.0.0-beta.5 and 1.0.0-beta.2 (#31795)
### 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: guptakashish <guptakashish@microsoft.com>
2024-11-18 11:44:39 +05:30
EmmaZhu-MSFT e42618ca0e
[Storage] Bump version for STG96 GA release (#31755)
[Storage] Bump version for STG96 GA release (#31755)
2024-11-18 14:12:03 +08:00
Kashish Gupta 1a78604cc8
docs(playwrighttesting): Changelog for 1.0.0-beta.5 (microsoft-playwright-testing) and 1.0.0-beta.2 (create-microsoft-playwright-testing) (#31741)
### Packages impacted by this PR


### Issues associated with this PR
@azure/microsoft-playwright-testing

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

Changelog for 1.0.0-beta.5 (microsoft-playwright-testing) and
1.0.0-beta.2 (create-microsoft-playwright-testing)

### 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: Vansh Vardhan Singh <vanshvsingh@gmail.com>
Co-authored-by: Siddharth Singha Roy <siddharthsingharoy@gmail.com>
2024-11-18 11:09:26 +05:30
Azure SDK Bot 43142d22c2
Sync eng/common directory with azure-sdk-tools for PR 9389 (#31791)
Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9389 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Mike Harder <mharder@microsoft.com>
2024-11-15 17:11:04 -08:00
Daniel Jurek c2a8656e0f
Workaround to enable OpenAI documentation on learn.microsoft.com (#31788)
Work item to undo the workaround when proper support is implemented in
`type2docfx`: https://github.com/Azure/azure-sdk-for-js/issues/31787

Docs with changes in place:
https://review.learn.microsoft.com/en-us/javascript/api/overview/azure/openai-readme?view=azure-node-preview&branch=djurek%2Fopenai-readme

The change in `Docs-Toc.ps1` adds the OpenAI entry and then sorts the
packages in Cognitive Services so that OpenAI ends up in the right
place.
2024-11-15 13:43:32 -08:00
Deyaaeldeen Almahallawi a179d22585
[OpenAI] Stable v2 (#31469)
### Packages impacted by this PR
@azure/openai

### Issues associated with this PR
N/A

### Describe the problem that is addressed by this PR
Preparing for releasing v2.0 that targets API
[v2024-10-21](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-10-21/inference.json).

### 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?)_
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: Krista Pratico <krpratic@microsoft.com>
2024-11-15 13:34:56 -08:00
Scott Beddall b3e5d58e1f
Fix `Copy Packages` step (#31790)
Resolve issue present
[here.](https://dev.azure.com/azure-sdk/public/_build/results?buildId=4332852&view=logs&j=3dc8fd7e-4368-5a92-293e-d53cefc8c4b3&t=25f5bbca-262e-5e46-5cac-451228cdef01)
2024-11-15 12:36:41 -08:00
Scott Beddall 59ce884f45
Disable codeql to avoid timeouts / long runtimes (#31726)
This is how it [used to
run](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4248236&view=logs&j=b1e79959-24d8-5aa9-2799-72d40c3e051b&t=1a422346-a7fc-5798-c84d-6e5b319d46e3).

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

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

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

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

Until we figure out what the best way to fix those issues we are pinning
to the older version using a lock file.
2024-11-15 11:28:02 -08:00
Lazar 7d256c78ff
Update release dates for Geolocation, Render, and Search (#31779) 2024-11-15 03:37:16 +00:00
ZiWei Chen fedf4aa0c3
[mgmt] hybridcompute release (#31722)
https://github.com/Azure/sdk-release-request/issues/5635
2024-11-15 10:19:38 +08:00