@azure/arm-appservice 17.0.0-alpha.20250718.2 → 17.0.0-alpha.20250822.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for WebSiteManagementClient.",
|
|
6
|
-
"version": "17.0.0-alpha.
|
|
6
|
+
"version": "17.0.0-alpha.20250822.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"types": "./dist/commonjs/index.d.ts",
|
|
31
31
|
"type": "module",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"typescript": "~5.8.
|
|
33
|
+
"typescript": "~5.8.3",
|
|
34
34
|
"dotenv": "^16.0.0",
|
|
35
|
-
"@azure/
|
|
36
|
-
"@azure/identity": "^4.6.0",
|
|
35
|
+
"@azure/identity": "4.11.1",
|
|
37
36
|
"@azure/logger": "^1.1.4",
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"@
|
|
44
|
-
"
|
|
45
|
-
"vitest": "^
|
|
37
|
+
"@types/node": "^20.19.0",
|
|
38
|
+
"@vitest/browser": "^3.2.3",
|
|
39
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
40
|
+
"playwright": "^1.50.1",
|
|
41
|
+
"vitest": "^3.2.3",
|
|
42
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
43
|
+
"@azure/dev-tool": "^1.0.0",
|
|
44
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
45
|
+
"@azure-tools/test-credential": "^2.1.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
48
48
|
"bugs": {
|
|
@@ -55,23 +55,6 @@
|
|
|
55
55
|
"review/*",
|
|
56
56
|
"CHANGELOG.md"
|
|
57
57
|
],
|
|
58
|
-
"scripts": {
|
|
59
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
60
|
-
"build:samples": "echo skipped.",
|
|
61
|
-
"check-format": "echo skipped",
|
|
62
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
63
|
-
"execute:samples": "echo skipped",
|
|
64
|
-
"extract-api": "dev-tool run extract-api",
|
|
65
|
-
"format": "echo skipped",
|
|
66
|
-
"lint": "echo skipped",
|
|
67
|
-
"pack": "npm pack 2>&1",
|
|
68
|
-
"prepack": "npm run build",
|
|
69
|
-
"test": "npm run test:node && npm run test:browser",
|
|
70
|
-
"test:browser": "echo skipped",
|
|
71
|
-
"test:node": "dev-tool run test:vitest",
|
|
72
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
73
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
74
|
-
},
|
|
75
58
|
"sideEffects": false,
|
|
76
59
|
"//metadata": {
|
|
77
60
|
"constantPaths": [
|
|
@@ -129,5 +112,20 @@
|
|
|
129
112
|
"default": "./dist/commonjs/index.js"
|
|
130
113
|
}
|
|
131
114
|
}
|
|
115
|
+
},
|
|
116
|
+
"scripts": {
|
|
117
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
118
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
119
|
+
"check-format": "echo skipped",
|
|
120
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
121
|
+
"execute:samples": "echo skipped",
|
|
122
|
+
"extract-api": "dev-tool run extract-api",
|
|
123
|
+
"format": "echo skipped",
|
|
124
|
+
"lint": "echo skipped",
|
|
125
|
+
"pack": "pnpm pack 2>&1",
|
|
126
|
+
"test": "npm run test:node && npm run test:browser",
|
|
127
|
+
"test:browser": "echo skipped",
|
|
128
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
129
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
132
130
|
}
|
|
133
|
-
}
|
|
131
|
+
}
|
|
@@ -2606,7 +2606,7 @@ export interface DetectorInfo {
|
|
|
2606
2606
|
// @public
|
|
2607
2607
|
export interface DetectorResponse extends ProxyOnlyResource {
|
|
2608
2608
|
dataProvidersMetadata?: DataProviderMetadata[];
|
|
2609
|
-
dataset?:
|
|
2609
|
+
dataset?: DiagnosticData[];
|
|
2610
2610
|
metadata?: DetectorInfo;
|
|
2611
2611
|
status?: Status;
|
|
2612
2612
|
suggestedUtterances?: QueryUtterancesResults;
|
|
@@ -2648,11 +2648,10 @@ export interface DiagnosticCategoryCollection {
|
|
|
2648
2648
|
}
|
|
2649
2649
|
|
|
2650
2650
|
// @public
|
|
2651
|
-
interface
|
|
2651
|
+
export interface DiagnosticData {
|
|
2652
2652
|
renderingProperties?: Rendering;
|
|
2653
2653
|
table?: DataTableResponseObject;
|
|
2654
2654
|
}
|
|
2655
|
-
export { DiagnosticData_2 as DiagnosticData }
|
|
2656
2655
|
|
|
2657
2656
|
// @public
|
|
2658
2657
|
export interface DiagnosticDetectorCollection {
|