@azure-rest/arm-appservice 1.0.0-alpha.20250718.2 → 1.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
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/arm-appservice",
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250718.2",
5
+ "version": "1.0.0-alpha.20250820.1",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -5482,7 +5482,7 @@ export interface DetectorResponseOutput extends ProxyOnlyResourceOutput {
5482
5482
  // @public
5483
5483
  export interface DetectorResponseProperties {
5484
5484
  dataProvidersMetadata?: Array<DataProviderMetadata>;
5485
- dataset?: Array<DiagnosticData_2>;
5485
+ dataset?: Array<DiagnosticData>;
5486
5486
  metadata?: DetectorInfo;
5487
5487
  status?: Status;
5488
5488
  suggestedUtterances?: QueryUtterancesResults;
@@ -5557,11 +5557,10 @@ export interface DiagnosticCategoryPropertiesOutput {
5557
5557
  }
5558
5558
 
5559
5559
  // @public
5560
- interface DiagnosticData_2 {
5560
+ export interface DiagnosticData {
5561
5561
  renderingProperties?: Rendering;
5562
5562
  table?: DataTableResponseObject;
5563
5563
  }
5564
- export { DiagnosticData_2 as DiagnosticData }
5565
5564
 
5566
5565
  // @public
5567
5566
  export interface DiagnosticDataOutput {