Skip to content

Commit 72f6883

Browse files
authored
[Text Analytics] Adding missing files (Azure#21911)
1 parent 51f5be7 commit 72f6883

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"include": [
3+
"dist-esm/src/**/*.js"
4+
],
5+
"exclude": [
6+
"**/*.d.ts",
7+
"dist-esm/src/generated/*"
8+
],
9+
"reporter": ["text-summary", "html", "cobertura"],
10+
"exclude-after-remap": false,
11+
"sourceMap": true,
12+
"produce-source-map": true,
13+
"instrument": true,
14+
"all": true
15+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022 Microsoft
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
trigger: none
2+
3+
stages:
4+
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5+
parameters:
6+
PackageName: "@azure/ai-text-analytics"
7+
EnvVars:
8+
ENDPOINT: $(js-textanalytics-test-service-endpoint)
9+
LANGUAGE_API_KEY: $(js-textanalytics-api-key-new)
10+
LANGUAGE_API_KEY_ALT: $(js-textanalytics-api-key-alt)
11+
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
12+
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
13+
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
14+
LANGUAGE_CUSTOM_ENTITY_RECOGNITION_PROJECT_NAME: $(js-recognize-custom-entities-project-name)
15+
LANGUAGE_CUSTOM_ENTITY_RECOGNITION_DEPLOYMENT_NAME: $(js-recognize-custom-entities-deployment-name)
16+
LANGUAGE_CUSTOM_SINGLE_LABEL_CLASSIFICATION_PROJECT_NAME: $(js-single-category-classify-project-name)
17+
LANGUAGE_CUSTOM_SINGLE_LABEL_CLASSIFICATION_DEPLOYMENT_NAME: $(js-single-category-classify-deployment-name)
18+
LANGUAGE_CUSTOM_MULTI_LABEL_CLASSIFICATION_PROJECT_NAME: $(js-multi-category-classify-project-name)
19+
LANGUAGE_CUSTOM_MULTI_LABEL_CLASSIFICATION_DEPLOYMENT_NAME: $(js-multi-category-classify-deployment-name)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3+
"extends": ["../../../tsdoc.json"]
4+
}

0 commit comments

Comments
 (0)