@azure/arm-appservice 17.0.0-alpha.20250718.2 → 17.0.0-alpha.20250820.1

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
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.20250718.2",
6
+ "version": "17.0.0-alpha.20250820.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -65,7 +65,6 @@
65
65
  "format": "echo skipped",
66
66
  "lint": "echo skipped",
67
67
  "pack": "npm pack 2>&1",
68
- "prepack": "npm run build",
69
68
  "test": "npm run test:node && npm run test:browser",
70
69
  "test:browser": "echo skipped",
71
70
  "test:node": "dev-tool run test:vitest",
@@ -2606,7 +2606,7 @@ export interface DetectorInfo {
2606
2606
  // @public
2607
2607
  export interface DetectorResponse extends ProxyOnlyResource {
2608
2608
  dataProvidersMetadata?: DataProviderMetadata[];
2609
- dataset?: DiagnosticData_2[];
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 DiagnosticData_2 {
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 {