forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Delete Dataplane package.json and update to 0.43 (Azure#23618)"
This reverts commit b64dd24.
- Loading branch information
1 parent
28d70ef
commit d73bfe8
Showing
6 changed files
with
108 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
specification/cognitiveservices/AnomalyDetector/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "@cadl-api-spec/anomaly-detector", | ||
"author": "Microsoft Corporation", | ||
"description": "The Anomaly Detector API detects anomalies automatically in time series data. It supports two kinds of mode, one is for stateless using, another is for stateful using. In stateless mode, there are three functionalities. Entire Detect is for detecting the whole series with model trained by the time series, Last Detect is detecting last point with model trained by points before. ChangePoint Detect is for detecting trend changes in time series. In stateful mode, user can store time series, the stored time series will be used for detection anomalies. Under this mode, user can still use the above three functionalities by only giving a time range without preparing time series in client side. Besides the above three functionalities, stateful model also provide group based detection and labeling service. By leveraging labeling service user can provide labels for each detection result, these labels will be used for retuning or regenerating detection models. Inconsistency detection is a kind of group based detection, this detection will find inconsistency ones in a set of time series. By using anomaly detector service, business customers can discover incidents and establish a logic flow for root cause analysis.", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@azure-tools/typespec-apiview": "latest", | ||
"@azure-tools/typespec-autorest": "latest", | ||
"@azure-tools/typespec-azure-core": "latest", | ||
"@azure-tools/typespec-client-generator-core": "latest", | ||
"@typespec/compiler": "latest", | ||
"@typespec/openapi": "latest", | ||
"@typespec/openapi3": "latest", | ||
"@typespec/prettier-plugin-typespec": "latest", | ||
"@typespec/rest": "latest", | ||
"@typespec/http": "latest", | ||
"prettier": "latest" | ||
}, | ||
"private": true | ||
} |
22 changes: 22 additions & 0 deletions
22
specification/cognitiveservices/HealthInsights/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "@cadl-api-spec/azure-health-insights", | ||
"author": "Microsoft Corporation", | ||
"description": "Azure Health Insights provides an API that serves insight models, specific for Health & Life Sciences, that perform analysis and provide inferences to be used by a human.", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@typespec/compiler": "latest", | ||
"@typespec/rest": "latest", | ||
"@typespec/http": "latest", | ||
"@typespec/versioning": "latest", | ||
"@typespec/prettier-plugin-typespec": "latest", | ||
"@azure-tools/typespec-azure-core": "latest", | ||
"@azure-tools/typespec-autorest": "latest", | ||
"@azure-tools/typespec-apiview": "latest", | ||
"@azure-tools/typespec-client-generator-core": "latest", | ||
"@azure-tools/typespec-csharp": "latest", | ||
"@azure-tools/typespec-java": "latest", | ||
"@azure-tools/cadl-python": "latest", | ||
"prettier": "^2.8.3" | ||
}, | ||
"private": true | ||
} |
18 changes: 18 additions & 0 deletions
18
specification/cognitiveservices/OpenAI.Authoring/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@cadl-api-spec/azure-openai-api-version-2022-06-01-preview", | ||
"author": "Microsoft Corporation", | ||
"description": "// FIXME: (missing-service-description) Add service description", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@typespec/compiler": "latest", | ||
"@typespec/rest": "latest", | ||
"@typespec/http": "latest", | ||
"@typespec/versioning": "latest", | ||
"@typespec/prettier-plugin-typespec": "latest", | ||
"@azure-tools/typespec-azure-core": "latest", | ||
"@azure-tools/typespec-autorest": "latest", | ||
"@azure-tools/typespec-apiview": "latest", | ||
"prettier": "^2.8.0" | ||
}, | ||
"private": true | ||
} |
20 changes: 20 additions & 0 deletions
20
specification/cognitiveservices/OpenAI.Inference/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "@cadl-api-spec/azure-openai-service-api", | ||
"author": "Microsoft Corporation", | ||
"description": "Azure OpenAI APIs for completions and search", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@typespec/compiler": "latest", | ||
"@typespec/rest": "latest", | ||
"@typespec/http": "latest", | ||
"@typespec/versioning": "latest", | ||
"@typespec/prettier-plugin-typespec": "latest", | ||
"@azure-tools/typespec-azure-core": "latest", | ||
"@azure-tools/typespec-autorest": "latest", | ||
"@azure-tools/typespec-apiview": "latest", | ||
"@azure-tools/typespec-client-generator-core": "latest", | ||
"@azure-tools/typespec-csharp": "latest", | ||
"prettier": "^2.8.3" | ||
}, | ||
"private": true | ||
} |
18 changes: 18 additions & 0 deletions
18
specification/translation/Azure.AI.TextTranslation/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@cadl-api-spec/translation-text", | ||
"author": "Microsoft Corporation", | ||
"description": "Text translation is a cloud-based REST API feature of the Translator service that uses neural machine translation technology to enable quick and accurate source-to-target text translation in real time across all supported languages.", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@azure-tools/typespec-apiview": "latest", | ||
"@azure-tools/typespec-autorest": "latest", | ||
"@azure-tools/typespec-azure-core": "latest", | ||
"@azure-tools/typespec-client-generator-core": "latest", | ||
"@typespec/compiler": "latest", | ||
"@typespec/openapi": "latest", | ||
"@typespec/openapi3": "latest", | ||
"@typespec/rest": "latest", | ||
"@typespec/http": "latest" | ||
}, | ||
"private": true | ||
} |