diff --git a/package.json b/package.json index 76a56214fc7f..aa32496ed45b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/specification/cognitiveservices/AnomalyDetector/package.json b/specification/cognitiveservices/AnomalyDetector/package.json new file mode 100644 index 000000000000..ab8e959f791a --- /dev/null +++ b/specification/cognitiveservices/AnomalyDetector/package.json @@ -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 +} diff --git a/specification/cognitiveservices/HealthInsights/package.json b/specification/cognitiveservices/HealthInsights/package.json new file mode 100644 index 000000000000..7a52f1eed36f --- /dev/null +++ b/specification/cognitiveservices/HealthInsights/package.json @@ -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 +} diff --git a/specification/cognitiveservices/OpenAI.Authoring/package.json b/specification/cognitiveservices/OpenAI.Authoring/package.json new file mode 100644 index 000000000000..1bf45997adf7 --- /dev/null +++ b/specification/cognitiveservices/OpenAI.Authoring/package.json @@ -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 +} diff --git a/specification/cognitiveservices/OpenAI.Inference/package.json b/specification/cognitiveservices/OpenAI.Inference/package.json new file mode 100644 index 000000000000..55034efdf503 --- /dev/null +++ b/specification/cognitiveservices/OpenAI.Inference/package.json @@ -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 +} diff --git a/specification/translation/Azure.AI.TextTranslation/package.json b/specification/translation/Azure.AI.TextTranslation/package.json new file mode 100644 index 000000000000..c9aa63501198 --- /dev/null +++ b/specification/translation/Azure.AI.TextTranslation/package.json @@ -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 +}