Skip to content

Commit

Permalink
[Anomaly Detector] Regenerate and remove manual parts (#14912)
Browse files Browse the repository at this point in the history
* regenerate and remove manual parts

* Update samples

* Regenerate names

* update command
  • Loading branch information
joheredi authored Apr 16, 2021
1 parent d32f748 commit 5f540a5
Show file tree
Hide file tree
Showing 42 changed files with 1,757 additions and 1,840 deletions.
13 changes: 11 additions & 2 deletions sdk/anomalydetector/ai-anomaly-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
"build:samples": "dev-tool samples prep && cd dist-samples && tsc -p .",
"build:samples": "echo Obsolete.",
"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1",
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -64,6 +64,7 @@
"dependencies": {
"@azure/core-http": "^1.2.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-paging": "^1.1.1",
"@azure/logger": "^1.0.0",
"tslib": "^2.0.0",
"@azure/core-tracing": "1.0.0-preview.11"
Expand Down Expand Up @@ -114,7 +115,15 @@
"typedoc": "0.15.2"
},
"//sampleConfiguration": {
"skipFolder": true
"productName": "Azure Anomaly Detector",
"productSlugs": [
"azure",
"azure-cognitive-services",
"azure-anomaly-detector"
],
"requiredResources": {
"Azure Anomaly Detector instance": "https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/quickstarts/client-libraries?tabs=windows&pivots=programming-language-javascript"
}
},
"//metadata": {
"constantPaths": [
Expand Down
Loading

0 comments on commit 5f540a5

Please sign in to comment.