Skip to content

Commit

Permalink
Revert "Delete Dataplane package.json and update to 0.43 (Azure#23618)"
Browse files Browse the repository at this point in the history
This reverts commit b64dd24.
  • Loading branch information
mikeharder committed Apr 21, 2023
1 parent 28d70ef commit d73bfe8
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"@azure-tools/cadl-autorest": "0.26.0",
"@azure-tools/cadl-azure-core": "0.26.0",
"@azure-tools/cadl-azure-resource-manager": "0.26.0",
"@azure-tools/cadl-providerhub": "0.26.0",
"@azure-tools/cadl-autorest": "0.25.0",
"@azure-tools/cadl-azure-core": "0.25.0",
"@azure-tools/cadl-azure-resource-manager": "0.25.0",
"@azure-tools/cadl-providerhub": "0.25.0",
"@azure-tools/cadl-apiview": "0.3.5",
"@azure-tools/typespec-autorest": "0.29.0",
"@azure-tools/typespec-azure-core": "0.29.0",
"@azure-tools/typespec-azure-resource-manager": "0.29.0",
"@azure-tools/typespec-providerhub": "0.29.0",
"@azure-tools/typespec-apiview": "0.4.4",
"@typespec/compiler": "0.43.0"
"@azure-tools/typespec-autorest": "0.28.0",
"@azure-tools/typespec-azure-core": "0.28.0",
"@azure-tools/typespec-azure-resource-manager": "0.28.0",
"@azure-tools/typespec-providerhub": "0.28.0",
"@azure-tools/typespec-apiview": "0.4.2",
"@typespec/compiler": "0.42.0"
},
"devDependencies": {
"@azure/avocado": "^0.8.4",
Expand Down
20 changes: 20 additions & 0 deletions specification/cognitiveservices/AnomalyDetector/package.json
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 specification/cognitiveservices/HealthInsights/package.json
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 specification/cognitiveservices/OpenAI.Authoring/package.json
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 specification/cognitiveservices/OpenAI.Inference/package.json
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 specification/translation/Azure.AI.TextTranslation/package.json
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
}

0 comments on commit d73bfe8

Please sign in to comment.