@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.
package/package.json
CHANGED
|
@@ -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<
|
|
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
|
|
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 {
|