Skip to content

Commit

Permalink
[data-plane] refresh ai-document-translator-rest sdk (#30967)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Dec 20, 2024
1 parent a75a229 commit 6c6d444
Show file tree
Hide file tree
Showing 30 changed files with 2,451 additions and 940 deletions.
1 change: 1 addition & 0 deletions eng/ignore-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ https://docs.microsoft.com/javascript/api/@azure/arm-computefleet?view=azure-nod
https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md
https://docs.microsoft.com/javascript/api/@azure/arm-computeschedule?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-healthdataaiservices?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/ai-document-translator
https://docs.microsoft.com/javascript/api/@azure/arm-fabric?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-trustedsigning?view=azure-node-preview
https://docs.microsoft.com/javascript/api/@azure/arm-containerorchestratorruntime?view=azure-node-preview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2024-12-16)

### Features Added
- refresh @azure-rest/ai-document-translator sdk

## 1.0.0-beta.1 (2021-04-22)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import azsdkEslint from "@azure/eslint-plugin-azure-sdk";

export default azsdkEslint.config([
{
rules: {
"@azure/azure-sdk/ts-modules-only-named": "warn",
},
},
]);
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
"sideEffects": false,
"autoPublish": false,
"dependencies": {
"@azure-tools/test-recorder": "^3.0.0",
"@azure/core-lro": "^3.0.0",
"@azure/abort-controller": "^2.1.2",
"@azure-rest/core-client": "^2.3.1",
"@azure/core-auth": "^1.9.0",
"@azure/core-rest-pipeline": "^1.18.0",
Expand Down
Loading

0 comments on commit 6c6d444

Please sign in to comment.